.pdv-fixes{background:var(--color-stone-100);padding:80px 24px}.pdv-fixes-inner{max-width:760px;margin:0 auto}.pdv-fixes h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:48px;letter-spacing:-.01em}.pdv-fixes-list{display:flex;flex-direction:column;gap:32px}.pdv-fix{display:flex;gap:20px;align-items:flex-start}.pdv-fix-icon{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,var(--color-gold-wash),var(--color-gold-pale));color:var(--color-gold-text)}.pdv-fix-text h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:6px;line-height:1.3}.pdv-fix-text p{font-size:.88rem;color:var(--text-secondary);line-height:1.65}.pdv-fix-text a{color:var(--color-gold-text);text-decoration:none;font-weight:600}.pdv-fix-text a:hover{color:var(--color-gold-text-hover)}@media(max-width:540px){.pdv-fix{flex-direction:column;gap:12px}}.pdv-longform{background:var(--color-white);padding:80px 24px}.pdv-longform-inner{max-width:760px;margin:0 auto}.pdv-longform h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:16px;letter-spacing:-.01em}.pdv-longform-intro{font-size:.95rem;color:var(--text-secondary);text-align:center;max-width:640px;margin:0 auto 36px;line-height:1.65}.pdv-longform-list{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:18px}.pdv-longform-list li{position:relative;padding-left:28px;font-size:.95rem;color:var(--text-secondary);line-height:1.6}.pdv-longform-list li:before{content:"";position:absolute;left:0;top:.55em;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--color-gold-pale),var(--color-gold-muted));border:1px solid rgba(201,160,0,.35)}.pdv-longform-list strong{color:var(--text-primary);font-weight:700}.pdv-longform-list a,.pdv-longform-note a{color:var(--color-gold-text);text-decoration:none;font-weight:600}.pdv-longform-list a:hover,.pdv-longform-note a:hover{color:var(--color-gold-text-hover)}.pdv-longform-note{font-size:.82rem;color:var(--text-muted);text-align:center;line-height:1.6;margin-top:24px}.pdv-workflow{background:var(--color-stone-100);padding:80px 24px}.pdv-workflow-inner{max-width:900px;margin:0 auto}.pdv-workflow h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:16px;letter-spacing:-.01em}.pdv-workflow-intro{font-size:.95rem;color:var(--text-secondary);text-align:center;max-width:640px;margin:0 auto 40px;line-height:1.65}.pdv-workflow-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.pdv-workflow-step{text-align:center}.pdv-step-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--color-gold-wash),var(--color-gold-pale));border:1px solid rgba(201,160,0,.25);font-size:1.1rem;font-weight:700;color:var(--color-gold-text);margin-bottom:16px}.pdv-step-body h3{font-size:.95rem;font-weight:700;color:var(--text-primary);margin-bottom:6px}.pdv-step-body p{font-size:.85rem;color:var(--text-secondary);line-height:1.65}.pdv-step-body a{color:var(--color-gold-text);text-decoration:none;font-weight:600}.pdv-step-body a:hover{color:var(--color-gold-text-hover)}@media(max-width:640px){.pdv-workflow-grid{grid-template-columns:1fr;gap:36px}}.pdv-compare{background:var(--color-stone-100);padding:0 24px 80px}.pdv-compare-inner{max-width:980px;margin:0 auto}.pdv-compare h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:40px;letter-spacing:-.01em}.pdv-table-wrap{overflow-x:auto;border-radius:14px;border:1px solid var(--color-stone-200);background:linear-gradient(to right,var(--color-white) 30%,transparent) left / 40px 100% no-repeat local,linear-gradient(to left,var(--color-white) 30%,transparent) right / 40px 100% no-repeat local,linear-gradient(to right,rgba(0,0,0,.08),transparent) left / 24px 100% no-repeat scroll,linear-gradient(to left,rgba(0,0,0,.08),transparent) right / 24px 100% no-repeat scroll,var(--color-white);margin-bottom:20px}.pdv-table{width:100%;border-collapse:collapse;font-size:.88rem;min-width:720px}.pdv-table thead tr{background:linear-gradient(135deg,var(--color-gold-pale),var(--color-gold-muted))}.pdv-table th{font-weight:700;color:var(--text-primary);padding:14px 18px;text-align:left;border-bottom:2px solid var(--color-stone-200);white-space:nowrap}.pdv-table td{padding:12px 18px;color:var(--text-secondary);border-bottom:1px solid var(--color-stone-125)}.pdv-table tbody tr:nth-child(2n){background:var(--color-stone-25)}.pdv-table tbody tr:last-child td{border-bottom:none}.pdv-table-highlight{background:#fef3c74d}.pdv-table tbody tr:nth-child(2n) .pdv-table-highlight{background:#fef3c773}.pdv-table td strong{color:var(--text-primary);font-weight:600}.pdv-compare-note{font-size:.82rem;color:var(--text-muted);text-align:center;line-height:1.6;max-width:760px;margin:0 auto}.pdv-compare-note a{color:var(--color-gold-text);text-decoration:none;font-weight:600}.pdv-compare-note a:hover{color:var(--color-gold-text-hover)}.pdv-pricing{background:var(--color-white);padding:80px 24px}.pdv-pricing-inner{max-width:900px;margin:0 auto}.pdv-pricing h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:16px;letter-spacing:-.01em}.pdv-pricing-intro{font-size:.95rem;color:var(--text-secondary);text-align:center;max-width:680px;margin:0 auto 40px;line-height:1.65}.pdv-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px}.pdv-pricing-card{background:var(--color-stone-50);border:1px solid var(--color-stone-200);border-radius:14px;padding:28px 24px}.pdv-pricing-card--highlight{background:linear-gradient(135deg,var(--color-gold-wash),var(--color-gold-pale));border-color:#c9a00059}.pdv-pricing-name{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px}.pdv-pricing-card--highlight .pdv-pricing-name{color:var(--color-gold-dark)}.pdv-pricing-price{font-size:2rem;font-weight:700;color:var(--text-primary);line-height:1.1;margin-bottom:12px}.pdv-pricing-price span{font-size:.95rem;font-weight:400;color:var(--text-secondary)}.pdv-pricing-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.65}.pdv-pricing-note{font-size:.875rem;color:var(--text-secondary);text-align:center;line-height:1.6}.pdv-pricing-note a{color:var(--color-gold-text);text-decoration:none;font-weight:600}.pdv-pricing-note a:hover{color:var(--color-gold-text-hover)}@media(max-width:700px){.pdv-pricing-grid{grid-template-columns:1fr}}.pdv-stats{background:var(--color-stone-100);padding:80px 24px}.pdv-stats-inner{max-width:960px;margin:0 auto}.pdv-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.pdv-stat{text-align:center;padding:24px 16px;background:var(--color-white);border:1px solid var(--color-stone-200);border-radius:12px}.pdv-stat-number{display:block;font-size:2.2rem;font-weight:700;color:var(--color-gold-text);line-height:1.1;margin-bottom:6px}.pdv-stat-label{font-size:.82rem;color:var(--text-secondary)}@media(max-width:680px){.pdv-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.pdv-stats-grid{grid-template-columns:1fr}}.pdv-accent-wrap{padding:64px 24px}[data-theme=dark] .pdv-fixes{background:var(--color-stone-950)}[data-theme=dark] .pdv-fix-icon{background:linear-gradient(135deg,#fefce814,#fef3c70d)}[data-theme=dark] .pdv-fix-text a{color:var(--color-gold-light)}[data-theme=dark] .pdv-fix-text a:hover{color:var(--color-gold-text)}[data-theme=dark] .pdv-longform{background:var(--color-stone-850)}[data-theme=dark] .pdv-longform-list a,[data-theme=dark] .pdv-longform-note a{color:var(--color-gold-light)}[data-theme=dark] .pdv-longform-list a:hover,[data-theme=dark] .pdv-longform-note a:hover{color:var(--color-gold-text)}[data-theme=dark] .pdv-workflow{background:var(--color-stone-950)}[data-theme=dark] .pdv-step-num{background:linear-gradient(135deg,#fefce814,#fef3c70d);border-color:#c9a00033}[data-theme=dark] .pdv-step-body a{color:var(--color-gold-light)}[data-theme=dark] .pdv-step-body a:hover{color:var(--color-gold-text)}[data-theme=dark] .pdv-compare{background:var(--color-stone-950)}[data-theme=dark] .pdv-table-wrap{border-color:var(--color-stone-800);background:linear-gradient(to right,var(--color-stone-900) 30%,transparent) left / 40px 100% no-repeat local,linear-gradient(to left,var(--color-stone-900) 30%,transparent) right / 40px 100% no-repeat local,linear-gradient(to right,rgba(0,0,0,.15),transparent) left / 24px 100% no-repeat scroll,linear-gradient(to left,rgba(0,0,0,.15),transparent) right / 24px 100% no-repeat scroll,var(--color-stone-900)}[data-theme=dark] .pdv-table thead tr{background:linear-gradient(135deg,#fef3c71f,#fde68a14)}[data-theme=dark] .pdv-table th{border-bottom-color:var(--color-stone-800)}[data-theme=dark] .pdv-table td{border-bottom-color:var(--color-stone-775)}[data-theme=dark] .pdv-table tbody tr:nth-child(2n){background:var(--color-stone-875)}[data-theme=dark] .pdv-table-highlight{background:#fef3c70f}[data-theme=dark] .pdv-table tbody tr:nth-child(2n) .pdv-table-highlight{background:#fef3c71a}[data-theme=dark] .pdv-compare-note a{color:var(--color-gold-light)}[data-theme=dark] .pdv-compare-note a:hover{color:var(--color-gold-text)}[data-theme=dark] .pdv-pricing{background:var(--color-stone-850)}[data-theme=dark] .pdv-pricing-card{background:var(--color-stone-900);border-color:var(--color-stone-800)}[data-theme=dark] .pdv-pricing-card--highlight{background:linear-gradient(135deg,#fefce814,#fef3c70d);border-color:#c9a00033}[data-theme=dark] .pdv-pricing-note a{color:var(--color-gold-light)}[data-theme=dark] .pdv-pricing-note a:hover{color:var(--color-gold-text)}[data-theme=dark] .pdv-stats{background:var(--color-stone-950)}[data-theme=dark] .pdv-stat{background:var(--color-stone-900);border-color:var(--color-stone-800)}
