/* DSP Shared Nav */
.dsp-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid #E2E8F0;height:60px;display:flex;align-items:center;padding:0 clamp(1rem,4vw,2.5rem)}
.dsp-nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1140px;margin:0 auto}
.dsp-nav-brand{font-family:'Source Serif 4',Georgia,serif;font-size:1.1rem;font-weight:700;color:#1B2A4A;text-decoration:none;display:flex;align-items:center;gap:8px}
.dsp-nav-brand svg{flex-shrink:0}
.dsp-nav-links{display:flex;align-items:center;gap:1.6rem}
.dsp-nav-link{color:#64748B;text-decoration:none;font-size:.85rem;font-weight:500;transition:color .15s;display:flex;align-items:center;gap:5px}
.dsp-nav-link:hover,.dsp-active{color:#1B2A4A}
.dsp-badge{font-size:.6rem;font-weight:700;padding:2px 6px;border-radius:4px;letter-spacing:.5px;text-transform:uppercase}
.dsp-badge-free{background:#EFF6FF;color:#2563EB}
.dsp-badge-starter{background:#EFF6FF;color:#2563EB}
.dsp-badge-pro{background:#FBF7EE;color:#D4A520}
.dsp-nav-auth{display:flex;align-items:center;gap:10px}
.dsp-btn-ghost{background:none;border:1px solid #E2E8F0;color:#1E293B;padding:7px 16px;border-radius:7px;font-size:.825rem;font-weight:500;cursor:pointer;text-decoration:none;transition:.15s}
.dsp-btn-ghost:hover{border-color:#1B2A4A}
.dsp-btn-nav{background:#1B2A4A;color:white;padding:7px 16px;border-radius:7px;font-size:.825rem;font-weight:600;text-decoration:none;transition:.15s;border:none;cursor:pointer}
.dsp-btn-nav:hover{background:#2C3E6B}
.dsp-hamburger{display:none;background:none;border:none;font-size:1.4rem;cursor:pointer;color:#1B2A4A;padding:4px}
.dsp-mobile-menu{display:none;position:fixed;top:60px;left:0;right:0;background:white;border-bottom:1px solid #E2E8F0;padding:12px 1.5rem 16px;z-index:999;flex-direction:column;gap:8px}
.dsp-mobile-menu a{color:#64748B;text-decoration:none;font-size:.9rem;font-weight:500;padding:8px 0;display:flex;align-items:center;gap:6px}
.dsp-mm-auth{display:flex;gap:8px;margin-top:8px;padding-top:12px;border-top:1px solid #E2E8F0}
.dsp-mm-open{display:flex}
@media(max-width:768px){.dsp-nav-links,.dsp-nav-auth{display:none}.dsp-hamburger{display:block}}
/* DSP Shared Footer */
.dsp-footer{background:#0F1F33;border-top:3px solid #D4A520;padding:40px 1.5rem 28px;font-family:'Inter',-apple-system,sans-serif}
.dsp-footer-inner{max-width:800px;margin:0 auto;text-align:center}
.dsp-footer-brand{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:20px;font-family:'Source Serif 4',Georgia,serif;font-size:1.05rem;font-weight:700;color:white}
.dsp-footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:20px}
.dsp-footer-links a{color:rgba(255,255,255,.65);text-decoration:none;font-size:.82rem;font-weight:500;transition:color .15s}
.dsp-footer-links a:hover{color:#D4A520}
.dsp-footer-newsletter{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:14px 20px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.dsp-footer-newsletter span{color:rgba(255,255,255,.6);font-size:.82rem}
.dsp-footer-cta{color:#D4A520;font-size:.82rem;font-weight:600;text-decoration:none;transition:opacity .15s}
.dsp-footer-cta:hover{opacity:.8}
.dsp-footer-attribution{color:rgba(255,255,255,.45);font-size:.78rem;line-height:1.6;margin-bottom:16px;max-width:560px;margin-left:auto;margin-right:auto}
.dsp-footer-attribution a{color:rgba(255,255,255,.65);text-decoration:none;font-weight:500;transition:color .15s}
.dsp-footer-attribution a:hover{color:#D4A520}
.dsp-footer-legal{display:flex;justify-content:center;gap:1.2rem;align-items:center;font-size:.72rem;color:rgba(255,255,255,.35)}
.dsp-footer-legal a{color:rgba(255,255,255,.45);text-decoration:none}
.dsp-footer-legal a:hover{color:rgba(255,255,255,.65)}