/* Shared header + footer for DigiSeo standalone pages */
.dc-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 24px;background:rgba(10,10,10,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}
.dc-brand{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:18px;color:#fff;text-decoration:none}
.dc-brand .pin{color:#7b39fc;font-size:20px}
.dc-nav{display:flex;gap:20px;flex-wrap:wrap}
.dc-nav a{color:rgba(255,255,255,.6);text-decoration:none;font-size:14px;font-weight:500}
.dc-nav a:hover{color:#fff}
.dc-order{background:linear-gradient(135deg,#7b39fc,#5b1fd4);color:#fff!important;text-decoration:none;font-weight:700;font-size:14px;padding:10px 20px;border-radius:10px}
.dc-footer{border-top:1px solid rgba(255,255,255,.06);background:#08080c;margin-top:80px;padding:48px 24px 32px}
.dc-foot-grid{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px}
.dc-foot-grid h4{color:#fff;font-size:14px;margin-bottom:12px}
.dc-foot-grid a{display:block;color:rgba(255,255,255,.55);text-decoration:none;font-size:14px;margin-bottom:8px}
.dc-foot-grid a:hover{color:#9b5ffd}
.dc-foot-grid p{color:rgba(255,255,255,.45);font-size:13px;line-height:1.6;max-width:260px}
.dc-foot-bottom{max-width:1040px;margin:32px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.05);color:rgba(255,255,255,.4);font-size:13px}
@media(max-width:700px){.dc-foot-grid{grid-template-columns:1fr 1fr}.dc-header{flex-wrap:wrap}.dc-nav{order:3;width:100%}}
