/*
Theme Name: DeutscheCreators Sexy Lite
Theme URI: https://deutschecreators.de/
Author: Famez
Author URI: https://famez.com
Description: Helles, sexy, SEO-freundliches Mobile-First-Theme. Schlanker Header, responsive Logo, viele Werbe-Widgets.
Version: 2.3.9
Text Domain: deutschecreators
License: GPL-2.0+
*/

/* ================================
   Reset & Base
================================ */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  color:#0f172a;
  background:#fff;
  line-height:1.6;
}
img{max-width:100%;height:auto;border:0;display:block}
a{color:#0ea5e9;text-decoration:none}
a:hover{text-decoration:underline}
.container{width:min(1100px,92%);margin-inline:auto}
.hidden{display:none}

/* ================================
   Tokens
================================ */
:root{
  --bg:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --brand:#ec4899;   /* Pink */
  --brand-2:#06b6d4; /* Türkis */
  --accent:#f59e0b;  /* Gold */
  --soft:#fdf2f8;    /* Blush */
  --card:#f8fafc;    /* Hellgrau */
  --border:#e2e8f0;
}

/* ================================
   Accessibility
================================ */
.screen-reader-text{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.skip-link{
  position:absolute;
  left:-9999px;
  top:10px;
  background:#fff;
  border:2px solid var(--brand);
  border-radius:999px;
  padding:.6rem .9rem;
  z-index:9999;
}
.skip-link:focus{left:10px;outline:none}

/* Prevent background scroll when mobile nav open */
body.nav-open{overflow:hidden}

/* ================================
   Typo helpers
================================ */
.prose :where(h2){margin:1.2rem 0 .6rem;font-size:1.35rem}
.prose :where(h3){margin:1rem 0 .4rem;font-size:1.15rem}
.prose :where(p,ul,ol){color:var(--text)}
.prose :where(ul,ol){padding-left:1.2rem}
.prose :where(blockquote){
  margin:.9rem 0;padding:.6rem .9rem;
  border-left:3px solid var(--brand);
  background:#fff
}

/* WP Images/Alignments */
.alignleft{float:left;margin:.2rem 1rem .6rem 0}
.alignright{float:right;margin:.2rem 0 .6rem 1rem}
.aligncenter{display:block;margin-inline:auto}
.wp-caption{max-width:100%}
.wp-caption-text, figcaption{font-size:.9rem;color:#64748b;margin-top:.3rem}

/* Badges / Chips */
.badge,.chip{
  display:inline-block;background:var(--soft);color:var(--brand);
  padding:.4rem .7rem;border-radius:999px;font-weight:600;font-size:.85rem
}
.chip.ghost{background:rgba(255,255,255,.18);color:#fff;border:1px solid rgba(255,255,255,.35)}

/* Breadcrumbs */
.breadcrumbs{font-size:.9rem;margin:8px 0 16px;color:#64748b}
.breadcrumbs a{color:inherit}
.breadcrumbs a:hover{text-decoration:underline}

/* =========================================================
   Header & Navigation (dc-*) – Mobile First Sexy
   Works with your new header.php
========================================================= */
.dc-header{
  position:sticky;
  top:0;
  z-index:90;
  background:rgba(255,255,255,.88);
  backdrop-filter:saturate(150%) blur(10px);
  -webkit-backdrop-filter:saturate(150%) blur(10px);
  border-bottom:1px solid var(--border);
  box-shadow:0 8px 30px rgba(15,23,42,.06);
}

/* BAR: Logo links, Toggle rechts (immer) */
.dc-header__bar{
  display:flex;
  align-items:center;
  justify-content:flex-start;  /* niemals center */
  gap:.9rem;
  padding:.45rem 0;            /* etwas tighter */
}

/* Brand links “anketten” */
.dc-brand{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:.65rem;
  color:var(--text);
  text-decoration:none;
  min-width:0;
  line-height:1;
  margin:0;
  margin-right:auto;           /* drückt Toggle/Nav nach rechts */
  text-align:left;
}
.dc-brand:hover{text-decoration:none}

/* WP custom logo: kill auto-centering / auto-margins */
.dc-brand__logo{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin:0 !important;
  padding:0;
}

/* WP gibt meistens: <a class="custom-logo-link"><img class="custom-logo"></a> */
.dc-brand__logo .custom-logo-link{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:auto;
  margin:0 !important;
  padding:0;
}

/* LOGO SIZE (kleiner) – nur das echte Logo-IMG anfassen */
.dc-brand__logo img.custom-logo{
  display:block;
  margin:0 !important;
  padding:0;
  height:auto !important;
  width:auto !important;
  max-height:32px !important;   /* ✅ mobile */
}

/* Desktop minimal größer */
@media(min-width:900px){
  .dc-brand__logo img.custom-logo{
    max-height:38px !important; /* ✅ desktop */
  }
}

/* Falls WP irgendwo custom-logo-link global zentriert */
.custom-logo-link{margin:0 !important}

/* Titel */
.dc-brand__title{
  font-weight:900;
  letter-spacing:.2px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* Fallback mark (wenn kein Logo gesetzt ist) */
.dc-brand__mark{
  width:34px;height:34px;       /* leicht kleiner passend zum Logo */
  border-radius:12px;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));
  box-shadow:0 10px 24px rgba(236,72,153,.18);
  display:inline-block;
}


/* Hamburger */
.dc-nav-toggle{
  width:44px;height:44px;
  border-radius:14px;
  border:1px solid color-mix(in srgb, var(--border) 75%, var(--brand) 25%);
  background:linear-gradient(180deg,#fff, #fff7fb);
  display:grid;
  place-items:center;
  cursor:pointer;
  transition:transform .12s ease, box-shadow .2s ease, border-color .2s ease;
  -webkit-tap-highlight-color:transparent;
}
.dc-nav-toggle:hover{
  box-shadow:0 10px 26px rgba(236,72,153,.12), 0 10px 26px rgba(6,182,212,.08);
  border-color: color-mix(in srgb, var(--brand) 35%, var(--border) 65%);
}
.dc-nav-toggle:active{transform:scale(.98)}
.dc-nav-toggle:focus-visible{
  outline:3px solid color-mix(in srgb,var(--brand) 55%,white);
  outline-offset:2px;
}

/* Hamburger icon */
.dc-nav-toggle__icon{width:20px;height:14px;position:relative;display:block}
.dc-nav-toggle__icon span{
  position:absolute;left:0;right:0;height:2px;border-radius:999px;background:var(--text);
  transition:transform .18s ease, top .18s ease, opacity .18s ease;
}
.dc-nav-toggle__icon span:nth-child(1){top:0}
.dc-nav-toggle__icon span:nth-child(2){top:6px;opacity:.95}
.dc-nav-toggle__icon span:nth-child(3){top:12px}

/* X state */
.dc-header.is-open .dc-nav-toggle__icon span:nth-child(1){top:6px;transform:rotate(45deg)}
.dc-header.is-open .dc-nav-toggle__icon span:nth-child(2){opacity:0}
.dc-header.is-open .dc-nav-toggle__icon span:nth-child(3){top:6px;transform:rotate(-45deg)}

/* NAV: mobile drawer (nav is below bar in your header.php) */
.dc-nav{
  max-height:0;
  overflow:hidden;
  transition:max-height .28s ease;
  border-top:1px solid color-mix(in srgb, var(--border) 80%, transparent 20%);
}
.dc-nav.is-open{max-height:80vh}

.dc-nav__inner{padding:0 0 1rem}

/* Menu base */
.dc-menu{
  list-style:none;
  margin:.35rem 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:.55rem;
}

/* Items */
.dc-menu > li{
  border:1px solid var(--border);
  background:var(--card);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 1px 0 rgba(0,0,0,.02);
  position:relative;
}

.dc-menu a{
  display:block;
  padding:.95rem 1rem;
  font-weight:800;
  color:var(--text);
  text-decoration:none;
}
.dc-menu a:hover{text-decoration:none}

/* Parent reserve space for toggle */
.dc-menu li.menu-item-has-children > a{padding-right:3.2rem}

/* Submenu toggle (injected) */
.dc-subtoggle{
  position:absolute;top:6px;right:6px;
  width:40px;height:40px;border-radius:14px;
  border:1px solid color-mix(in srgb, var(--border) 75%, var(--brand) 25%);
  background:#fff;
  display:grid;place-items:center;
  cursor:pointer;
  transition:transform .12s ease, box-shadow .2s ease, border-color .2s ease;
  -webkit-tap-highlight-color:transparent;
}
.dc-subtoggle:hover{
  box-shadow:0 10px 22px rgba(236,72,153,.10), 0 10px 22px rgba(6,182,212,.06);
  border-color: color-mix(in srgb, var(--brand) 35%, var(--border) 65%);
}
.dc-subtoggle:active{transform:scale(.98)}
.dc-subtoggle:focus-visible{
  outline:3px solid color-mix(in srgb,var(--brand) 55%,white);
  outline-offset:2px;
}

/* Chevron */
.dc-chev{
  width:10px;height:10px;
  border-right:2px solid var(--text);
  border-bottom:2px solid var(--text);
  transform:rotate(45deg);
  transition:transform .18s ease;
}

/* Submenu accordion */
.dc-menu ul.sub-menu{
  list-style:none;margin:0;padding:0;
  max-height:0;overflow:hidden;
  transition:max-height .24s ease;
  border-top:1px solid var(--border);
  background:linear-gradient(180deg,#fff, #fff7fb);
}
.dc-menu ul.sub-menu a{
  padding:.85rem 1rem;
  font-weight:700;
  color:var(--text);
  opacity:.95;
}

/* Open */
.dc-menu li.is-open > .dc-subtoggle .dc-chev{transform:rotate(225deg)}
.dc-menu li.is-open > ul.sub-menu{max-height:650px}

/* Widgets area in drawer */
.dc-nav__widgets{
  margin-top:.8rem;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:16px;
  padding:.9rem;
}

/* Desktop */
@media(min-width:900px){
  .dc-nav-toggle{display:none}

  .dc-nav{
    max-height:none;
    overflow:visible;
    border-top:0;
  }

  /* Nav aligns right (separate row under bar in your layout) */
  .dc-nav__inner{
    padding:0;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:1rem;
  }

  .dc-menu{
    flex-direction:row;
    align-items:center;
    justify-content:flex-end;
    gap:1rem;
    margin:0;
  }

  .dc-menu > li{
    background:transparent;
    border:0;
    border-radius:999px;
    overflow:visible;
    box-shadow:none;
    position:relative;
  }

  .dc-menu > li > a{
    padding:.6rem .9rem;
    border-radius:999px;
    font-weight:800;
  }
  .dc-menu > li > a:hover{background:rgba(236,72,153,.08)}

  .dc-subtoggle{display:none !important}

  /* Dropdown */
  .dc-menu > li > ul.sub-menu{
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    min-width:240px;
    display:none;
    max-height:none;
    overflow:visible;
    padding:.4rem;
    border-radius:16px;
    border:1px solid var(--border);
    background:#fff;
    box-shadow:0 18px 40px rgba(15, 23, 42, .12);
    z-index:999;
  }

  .dc-menu > li > ul.sub-menu > li > a{
    padding:.7rem .85rem;
    border-radius:12px;
    font-weight:750;
  }
  .dc-menu > li > ul.sub-menu > li > a:hover{background:rgba(6,182,212,.10)}

  .dc-menu > li.menu-item-has-children:hover > ul.sub-menu,
  .dc-menu > li.menu-item-has-children:focus-within > ul.sub-menu{
    display:block;
  }
}

/* ================================
   Frontpage Hero
================================ */
.hero{
  background:linear-gradient(180deg,var(--soft),#fff);
  padding:54px 0 26px;
  border-bottom:1px solid #f1f5f9;
}
.hero__grid{display:grid;gap:1.2rem}
@media(min-width:900px){
  .hero__grid{grid-template-columns:1.1fr .9fr;align-items:center}
}
.kicker{font-weight:700;color:var(--brand);letter-spacing:.25px}
.hero h1{font-size:clamp(1.8rem,3.5vw,3rem);margin:.25rem 0 1rem;line-height:1.15}
.hero p{color:var(--muted);font-size:1.05rem}
.cta{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1rem}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;gap:.5rem;
  border:0;padding:.7rem 1rem;border-radius:999px;
  font-weight:800;line-height:1;cursor:pointer;
  transition:transform .05s ease,filter .2s ease,box-shadow .2s ease;
  box-shadow:0 1px 0 rgba(0,0,0,.04);
}
.btn--primary{
  color:#fff;
  background:linear-gradient(135deg,var(--brand) 0%,#f472b6 35%,#22d3ee 70%,var(--brand-2) 100%);
}
.btn--primary:hover{
  filter:saturate(1.1) brightness(1.02);
  box-shadow:0 6px 18px rgba(236,72,153,.25),0 3px 10px rgba(6,182,212,.15);
}
.btn--primary:active{transform:translateY(1px)}
.btn--ghost{border:2px solid var(--brand);color:var(--brand);background:transparent}
.btn--ghost:hover{background:rgba(236,72,153,.08)}
.btn--ghost:active{transform:translateY(1px)}
.btn:focus-visible{
  outline:3px solid color-mix(in srgb,var(--brand) 55%,white);
  outline-offset:2px;
}

/* Meta Chips */
.meta-chips{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1.6rem}

/* ================================
   Sections & Cards
================================ */
.section{padding:42px 0}
.section h2{font-size:1.6rem;margin:0 0 .6rem}
.grid{display:grid;gap:1rem}
@media(min-width:900px){
  .grid.cols-3{grid-template-columns:repeat(3,1fr)}
}

.card{
  background:var(--card);
  padding:1rem;
  border-radius:18px;
  border:1px solid var(--border);
  transition:transform .1s ease,box-shadow .2s ease;
}
.card:hover{transform:translateY(-2px);box-shadow:0 6px 14px rgba(0,0,0,.05)}
.card h3{margin:.3rem 0 .5rem}
.card p{color:var(--muted)}
.card__thumb{display:block;border-radius:14px;overflow:hidden;border:1px solid var(--border);margin-bottom:.6rem}

/* ================================
   Layout: Content + Sidebar
================================ */
.content{display:grid;gap:2rem}
@media(min-width:1100px){.content{grid-template-columns:minmax(0,1fr) 320px}}

.sidebar .widget{
  background:var(--card);
  padding:1rem;
  border-radius:16px;
  border:1px solid var(--border);
  margin-bottom:1rem;
}
.widget-title{margin:.2rem 0 .8rem;font-weight:800}
.sidebar .widget ul{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}
.sidebar .widget ul li a{color:var(--text);text-decoration:none}
.sidebar .widget ul li a:hover{text-decoration:underline}

/* Sidebar Suche */
.sidebar .search-form,
.sidebar form.search-form{display:flex;gap:.4rem;align-items:center}
.sidebar .search-form .search-field,
.sidebar input[type="search"]{
  flex:1;border:1px solid var(--border);border-radius:999px;padding:.55rem .8rem
}
.sidebar .search-form .search-submit{
  border:2px solid var(--brand);background:transparent;color:var(--brand);
  border-radius:999px;padding:.55rem .9rem;font-weight:800;cursor:pointer
}
.sidebar .search-form .search-submit:hover{background:rgba(236,72,153,.08)}

/* ================================
   Single Post (Sexy)
================================ */
.dc-post{margin-bottom:2rem}

/* Hero */
.post-hero{margin-bottom:1.2rem}
.post-hero__wrap{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  aspect-ratio:16/7;
  border:1px solid var(--border);
}
.post-hero__img{width:100%;height:100%;object-fit:cover}
.post-hero__overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.15) 40%,rgba(0,0,0,.05) 70%);
}
.post-hero__content{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.2rem;color:#fff}
.post-hero__content .post-title{
  margin:0;
  font-size:clamp(1.8rem,3.5vw,2.6rem);
  text-shadow:0 2px 8px rgba(0,0,0,.4);
}
.post-eyebrow{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.4rem}
.post-meta-quick{color:var(--muted);margin:.6rem 0 1.2rem;display:flex;gap:.4rem;flex-wrap:wrap}

/* Content */
.post-content{margin-top:.8rem}
.post-content p{margin-bottom:1rem}

/* TOC */
.post-toc{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:14px;
  padding:12px;
  margin:8px 0 18px;
}
.post-toc strong{display:block;margin-bottom:.2rem}
.post-content :where(h2,h3){scroll-margin-top:100px}

/* Footer */
.post-footer{margin-top:1.5rem}
.post-tags a{
  display:inline-block;background:var(--soft);color:var(--brand);
  padding:.35rem .55rem;border-radius:999px;margin:0 .35rem .35rem 0;font-weight:600;
}
.post-nav{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem}
.post-nav a{font-weight:700}

/* ================================
   Related
================================ */
.related--soft{background:#fff7fb;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}
.section-title{margin:0 0 .2rem;font-size:1.6rem}
.section-sub{margin:0 0 1rem;color:var(--muted)}

.related .card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:1rem}
.related .card--hover{transition:transform .12s ease, box-shadow .2s ease}
.related .card--hover:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(0,0,0,.06)}
.related .card__thumb{display:block;border-radius:14px;overflow:hidden;margin-bottom:.6rem;border:1px solid var(--border)}
.related .card img{width:100%;height:auto;display:block}
.related .card--notice{text-align:center}
.related .card--notice .cta{display:flex;gap:.6rem;justify-content:center;margin-top:.6rem}

/* ================================
   Comments
================================ */
.comments-section{padding:32px 0}
.comments-area{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:1rem}
.comment-list{list-style:none;margin:0;padding:0}
.comment-list .comment{margin:0 0 .8rem}
.comment-body{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px}
.comment-author{display:flex;align-items:center;gap:.5rem;margin:0 0 .3rem}
.comment-author .avatar{border-radius:999px;width:34px;height:34px}
.comment-meta{font-size:.85rem;color:#64748b;margin-bottom:.4rem}
.comment-content p{margin:.5rem 0}
.children{list-style:none;margin:.6rem 0 0 .8rem;padding:0;border-left:2px solid #f1f5f9}
.reply{margin-top:.4rem}
.reply a{font-weight:700;color:var(--brand)}

/* Comment form */
.comment-respond{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px;margin-top:1rem}
.comment-reply-title{margin:.2rem 0 .6rem;font-size:1.3rem}
.comment-form p{margin:.6rem 0}
.comment-form label{display:block;font-weight:600;margin-bottom:.25rem}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="search"],
.comment-form textarea{
  width:100%;
  border:1px solid var(--border);
  border-radius:12px;
  padding:.65rem .75rem;
  font:inherit;
  background:#fff;
}
.comment-form textarea{min-height:140px;resize:vertical}
.comment-form .form-submit{margin-top:.8rem}
.comment-form .submit{
  -webkit-appearance:none;appearance:none;
  border:0;border-radius:999px;
  padding:.7rem 1rem;
  font-weight:800;
  cursor:pointer;
  background:linear-gradient(135deg,var(--brand) 0%,#f472b6 35%,#22d3ee 70%,var(--brand-2) 100%);
  color:#fff;
  box-shadow:0 6px 18px rgba(236,72,153,.22),0 3px 10px rgba(6,182,212,.14);
  transition:transform .05s ease, filter .2s ease;
}
.comment-form .submit:hover{filter:saturate(1.1) brightness(1.02)}
.comment-form .submit:active{transform:translateY(1px)}
.comment-logged-in-as,.comment-notes{color:#64748b;font-size:.9rem;margin:.3rem 0 .6rem}
.required{color:#be185d}

/* ================================
   Footer
================================ */
.site-footer{border-top:1px solid var(--border);background:#fff}
.site-footer .wrap{padding:24px 0;display:grid;gap:1rem}
.site-footer small{color:#64748b}
.footer-widgets{display:grid;gap:1rem}
@media(min-width:900px){
  .footer-widgets{grid-template-columns:repeat(3,1fr)}
}

/* ================================
   Utility
================================ */
.notice{padding:12px;border-radius:12px;background:#fef3c7;border:1px solid #fde68a}
.ad-slot{
  display:block;
  border:2px dashed #f0abfc;
  border-radius:14px;
  padding:10px;
  text-align:center;
  background:#fdf2f8;
  color:#be185d;
  font-weight:700;
}
/* ===== Logo Size Tuning ===== */
.dc-brand__logo img,
.dc-brand__logo .custom-logo{
  max-height:34px !important;   /* <- kleiner */
  width:auto !important;
  height:auto !important;
}

/* Desktop minimal größer */
@media(min-width:250px){
  .dc-brand__logo img,
  .dc-brand__logo .custom-logo{
    max-height:40px !important;
  }
}
dc-header__bar{padding:.42rem 0 !important;}


/* ===== FINAL LOGO SIZE OVERRIDE (wins vs plugins/theme) ===== */
.dc-header .dc-brand__logo img,
.dc-header .custom-logo-link img,
.dc-header img.custom-logo{
  height:28px !important;      /* <- mobile: klein */
  max-height:28px !important;
  width:auto !important;
  max-width:160px !important;  /* verhindert riesige Breite */
  display:block !important;
  margin:0 !important;
}

@media(min-width:900px){
  .dc-header .dc-brand__logo img,
  .dc-header .custom-logo-link img,
  .dc-header img.custom-logo{
    height:34px !important;    /* <- desktop */
    max-height:34px !important;
    max-width:200px !important;
  }
}

/* Falls dein Logo-Wrapper selbst skaliert */
.dc-header .dc-brand__logo,
.dc-header .custom-logo-link{
  height:auto !important;
  max-height:none !important;
  width:auto !important;
  max-width:none !important;
}
/* ===== Brand left lock (logo stays left, title behaves) ===== */
.dc-header__bar{
  justify-content:flex-start !important;
}

/* Brand block darf nicht “in die Mitte” wachsen */
.dc-brand{
  flex:0 1 auto !important;
  margin-right:auto !important;
  max-width:calc(100% - 64px) !important; /* Platz für Toggle */
}

/* Logo bekommt festen Platz links */
.dc-brand__logo,
.dc-brand__mark{
  flex:0 0 auto !important;
}

/* Titel darf schrumpfen & nicht drücken */
.dc-brand__title{
  flex:1 1 auto !important;
  min-width:0 !important;
  max-width:100% !important;
}

/* Optional: auf sehr kleinen Screens Titel ausblenden */
@media(max-width:420px){
  .dc-brand__title{display:none !important;}
}
@media (min-width:900px){

  /* Dropdown näher ran (weniger Luftspalt) */
  .dc-menu > li > ul.sub-menu{
    top:100% !important;      /* statt calc(100% + 10px) */
    margin-top:8px;           /* kleiner Abstand, optional 0 */
  }

  /* Hover-Bridge: unsichtbare “Brücke” zwischen Link und Dropdown */
  .dc-menu > li.menu-item-has-children{
    position:relative;
  }
  .dc-menu > li.menu-item-has-children::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:100%;
    height:12px;              /* füllt den Hover-Gap */
  }

  /* Dropdown bleibt offen, sobald man im Bereich ist */
  .dc-menu > li.menu-item-has-children:hover > ul.sub-menu,
  .dc-menu > li.menu-item-has-children:focus-within > ul.sub-menu{
    display:block;
  }
}

/* =========================================================
   DeutscheCreators 2.0 – Creator Growth Hub
   Distinct visual language: warm editorial-tech, no pink/purple template.
========================================================= */
:root{
  --dcx-ink:#101317;
  --dcx-ink-2:#20262d;
  --dcx-paper:#f5f1e8;
  --dcx-white:#fffdf8;
  --dcx-lime:#c8ff52;
  --dcx-orange:#ff6b35;
  --dcx-blue:#3157ff;
  --dcx-line:#d9d4c9;
  --dcx-muted:#656a70;
  --dcx-radius:22px;
}
body{background:var(--dcx-paper);color:var(--dcx-ink)}
.container{width:min(1220px,calc(100% - 36px))}
.site-content{overflow:hidden}

/* Header refresh */
.dc-header{background:rgba(255,253,248,.94);border-bottom:1px solid var(--dcx-line);box-shadow:none}
.dc-header__bar{min-height:70px;padding:.65rem 0}
.dc-brand__logo img.custom-logo{max-height:40px!important}
.dc-brand__title{font-size:.92rem;letter-spacing:.01em}
.dcx-header-cta{display:none}
@media(min-width:900px){
  .dc-header__bar{min-height:76px}
  .dc-nav{background:var(--dcx-ink);color:#fff}
  .dc-nav__inner{min-height:52px;justify-content:space-between}
  .dc-menu{gap:.2rem}
  .dc-menu>li{background:transparent;border:0;border-radius:0;box-shadow:none}
  .dc-menu>li>a{color:#fff;padding:.85rem .8rem;font-size:.9rem}
  .dc-menu>li>a:hover{color:var(--dcx-lime)}
  .dc-menu ul.sub-menu{background:var(--dcx-white);border:1px solid var(--dcx-line);border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.15)}
  .dc-menu ul.sub-menu a{color:var(--dcx-ink)}
  .dcx-header-cta{display:inline-flex;align-items:center;justify-content:center;background:var(--dcx-lime);color:var(--dcx-ink);padding:.62rem .9rem;border-radius:999px;font-weight:900;white-space:nowrap}
  .dcx-header-cta:hover{text-decoration:none;transform:translateY(-1px)}
}

/* Type */
.dcx-home h1,.dcx-home h2,.dcx-home h3,.dcx-article-funnel h2,.dcx-footer h3{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.035em}
.dcx-kicker{margin:0 0 14px;font-size:.76rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase;color:#58606a}
.dcx-kicker--light{color:#b7c0c9}
.dcx-lead{font-size:clamp(1.08rem,1.6vw,1.32rem);line-height:1.65;color:#343a40;max-width:760px}

/* Hero */
.dcx-hero{padding:72px 0 56px;background:var(--dcx-paper);position:relative}
.dcx-hero:before{content:"";position:absolute;right:-8vw;top:40px;width:330px;height:330px;background:var(--dcx-lime);border-radius:50%;filter:blur(1px);opacity:.28}
.dcx-hero__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:56px;align-items:center;position:relative}
.dcx-hero h1{font-size:clamp(3rem,6.2vw,6.5rem);line-height:.93;margin:0 0 24px;max-width:900px}
.dcx-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.dcx-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:999px;font-weight:900;text-decoration:none!important;transition:.18s ease}
.dcx-btn:hover{transform:translateY(-2px)}
.dcx-btn--dark{background:var(--dcx-ink);color:#fff}
.dcx-btn--line{border:1px solid #aaa69d;color:var(--dcx-ink);background:rgba(255,255,255,.35)}
.dcx-btn--lime{background:var(--dcx-lime);color:var(--dcx-ink)}
.dcx-btn--lightline{border:1px solid #4e565f;color:#fff;background:transparent}
.dcx-proofline{display:flex;gap:8px;flex-wrap:wrap;margin-top:25px}
.dcx-proofline span{font-size:.78rem;font-weight:800;padding:7px 10px;border:1px solid #d1ccc2;border-radius:999px;background:rgba(255,255,255,.4)}
.dcx-hero__panel{background:var(--dcx-ink);color:#fff;border-radius:30px;padding:26px;box-shadow:12px 12px 0 var(--dcx-orange)}
.dcx-panel__top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #363d45;padding-bottom:18px;margin-bottom:6px}
.dcx-panel__number{font-size:2.6rem;font-weight:950;line-height:1;color:var(--dcx-lime)}
.dcx-panel__label{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:#aeb6bf;font-weight:850}
.dcx-goal{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 4px;border-bottom:1px solid #343a41;color:#fff;text-decoration:none!important}
.dcx-goal:last-child{border-bottom:0}
.dcx-goal strong{display:block;font-size:1.08rem}
.dcx-goal small{display:block;color:#aeb6bf;margin-top:4px}
.dcx-goal b{font-size:1.5rem;color:var(--dcx-lime)}

/* Shared sections */
.dcx-featured,.dcx-solutions,.dcx-platforms,.dcx-reading{padding:76px 0}
.dcx-featured{background:var(--dcx-white);border-block:1px solid var(--dcx-line)}
.dcx-solutions{background:#ebe6dc}
.dcx-platforms{background:var(--dcx-ink);color:#fff}
.dcx-reading{background:var(--dcx-paper)}
.dcx-section-head{margin-bottom:30px;max-width:820px}
.dcx-section-head--split{display:flex;justify-content:space-between;align-items:end;gap:30px;max-width:none}
.dcx-section-head h2{font-size:clamp(2rem,4vw,4rem);line-height:1;margin:0 0 10px}
.dcx-section-head p:not(.dcx-kicker){margin:0;color:var(--dcx-muted);font-size:1.04rem}
.dcx-platforms .dcx-section-head p:not(.dcx-kicker){color:#aeb6bf}
.dcx-textlink{font-weight:900;color:inherit;text-decoration:none!important;white-space:nowrap;border-bottom:2px solid currentColor;padding-bottom:3px}

/* Placement */
.dcx-placement-shell{border:1px solid var(--dcx-line);border-radius:26px;padding:20px;background:#fff;box-shadow:0 16px 40px rgba(16,19,23,.07)}
.dcx-placement-note{margin:10px 4px 0;color:#858178;font-size:.78rem}
.dcx-placement-shell .famez-network-placement{margin:0!important}

/* Solutions */
.dcx-solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.dcx-solution{min-height:330px;padding:28px;border-radius:24px;display:flex;flex-direction:column;border:1px solid rgba(16,19,23,.12)}
.dcx-solution--lime{background:var(--dcx-lime)}
.dcx-solution--blue{background:var(--dcx-blue);color:#fff}
.dcx-solution--orange{background:var(--dcx-orange);color:#111}
.dcx-solution__index{font-size:.78rem;font-weight:950;letter-spacing:.12em}
.dcx-solution h3{font-size:2rem;line-height:1.05;margin:auto 0 12px}
.dcx-solution p{font-size:1rem;line-height:1.55;margin:0 0 22px;max-width:36ch}
.dcx-solution a{font-weight:950;color:inherit;text-decoration:none!important}

/* Platforms: list, not cards */
.dcx-platform-list{border-top:1px solid #3b424a}
.dcx-platform-row{display:grid;grid-template-columns:60px 180px 1fr 40px;align-items:center;gap:18px;padding:22px 0;border-bottom:1px solid #3b424a;color:#fff;text-decoration:none!important;transition:.18s ease}
.dcx-platform-row:hover{padding-left:10px;color:var(--dcx-lime)}
.dcx-platform-row__num{font-family:ui-monospace,monospace;color:#77808a;font-size:.82rem}
.dcx-platform-row strong{font-size:1.25rem}
.dcx-platform-row>span:nth-child(3){color:#adb5bd}
.dcx-platform-row b{font-size:1.4rem;text-align:right}

/* Articles – restrained content hub, not newspaper */
.dcx-article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.dcx-article{background:var(--dcx-white);border:1px solid var(--dcx-line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column}
.dcx-article__media{aspect-ratio:16/10;background:#ddd6ca;overflow:hidden}
.dcx-article__media img{width:100%;height:100%;object-fit:cover;transition:.25s ease}
.dcx-article:hover .dcx-article__media img{transform:scale(1.025)}
.dcx-article__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#d9d3c8,#f4eee4)}
.dcx-article__body{padding:20px;display:flex;flex-direction:column;flex:1}
.dcx-article__meta{display:flex;justify-content:space-between;gap:12px;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;font-weight:850;color:#7b7d7f}
.dcx-article h3{font-size:1.25rem;line-height:1.2;margin:14px 0 10px}
.dcx-article h3 a{color:var(--dcx-ink);text-decoration:none}
.dcx-article p{color:#5f6468;margin:0 0 18px}
.dcx-article__link{margin-top:auto;color:var(--dcx-ink);font-weight:900;text-decoration:none!important}

/* Network CTA */
.dcx-network{padding:76px 0;background:var(--dcx-ink);color:#fff}
.dcx-network__grid{display:grid;grid-template-columns:1fr auto;gap:44px;align-items:center}
.dcx-network h2{font-size:clamp(2.3rem,5vw,5rem);line-height:.95;margin:0 0 18px;max-width:850px}
.dcx-network p{color:#b7c0c9;max-width:720px;font-size:1.06rem}
.dcx-network__actions{display:flex;flex-direction:column;gap:12px;min-width:220px}

/* fan strip */
.dcx-fan-strip{background:var(--dcx-lime);padding:26px 0}
.dcx-fan-strip__inner{display:flex;justify-content:space-between;gap:24px;align-items:center}
.dcx-fan-strip strong{display:block;font-size:1.1rem}
.dcx-fan-strip span{display:block;color:#353a34;margin-top:2px}
.dcx-fan-strip a{color:var(--dcx-ink);font-weight:950;text-decoration:none!important;text-align:right}

/* Single article conversion */
.dcx-article-funnel{margin:34px 0;padding:28px;background:var(--dcx-ink);color:#fff;border-radius:24px;display:grid;grid-template-columns:170px 1fr auto;gap:24px;align-items:center}
.dcx-article-funnel__eyebrow{font-size:.7rem;font-weight:950;letter-spacing:.12em;color:var(--dcx-lime)}
.dcx-article-funnel h2{margin:0 0 6px;font-size:1.55rem;color:#fff}
.dcx-article-funnel p{margin:0;color:#b5bdc5}
.dcx-article-funnel>a{background:var(--dcx-lime);color:var(--dcx-ink);padding:12px 16px;border-radius:999px;font-weight:900;white-space:nowrap;text-decoration:none!important}
.dcx-single-placement{background:var(--dcx-white);border:1px solid var(--dcx-line);border-radius:20px;padding:16px;margin-bottom:20px;overflow:hidden}
.dcx-single-placement__eyebrow{font-size:.68rem;letter-spacing:.1em;font-weight:900;color:#6b6f72}
.dcx-single-placement h2{font-size:1.1rem;margin:5px 0 12px}

/* Footer */
.dcx-footer{background:#090b0d;color:#fff;padding:54px 0 24px}
.dcx-footer__grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px;padding-bottom:36px}
.dcx-footer__brand strong{font-size:1.4rem}
.dcx-footer__brand p{color:#9fa7af;max-width:420px}
.dcx-footer h3{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:#aab1b8;margin:0 0 14px}
.dcx-footer a{display:block;color:#fff;margin:8px 0;text-decoration:none}
.dcx-footer a:hover{color:var(--dcx-lime)}
.dcx-footer__bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #262b30;padding-top:22px;color:#808891;font-size:.8rem}

@media(max-width:980px){
  .dcx-hero__grid{grid-template-columns:1fr;gap:36px}
  .dcx-hero__panel{max-width:620px}
  .dcx-solution-grid,.dcx-article-grid{grid-template-columns:repeat(2,1fr)}
  .dcx-network__grid{grid-template-columns:1fr}
  .dcx-network__actions{flex-direction:row;min-width:0;flex-wrap:wrap}
  .dcx-article-funnel{grid-template-columns:1fr}
  .dcx-footer__grid{grid-template-columns:2fr 1fr 1fr}
  .dcx-footer__grid>div:last-child{grid-column:2/4}
}
@media(max-width:680px){
  .container{width:min(100% - 24px,1220px)}
  .dcx-hero{padding:48px 0 42px}
  .dcx-hero h1{font-size:clamp(2.8rem,14vw,4.6rem)}
  .dcx-featured,.dcx-solutions,.dcx-platforms,.dcx-reading,.dcx-network{padding:54px 0}
  .dcx-section-head--split{display:block}
  .dcx-section-head--split .dcx-textlink{display:inline-block;margin-top:14px}
  .dcx-solution-grid,.dcx-article-grid{grid-template-columns:1fr}
  .dcx-solution{min-height:270px}
  .dcx-platform-row{grid-template-columns:40px 1fr 30px;gap:12px}
  .dcx-platform-row>span:nth-child(3){grid-column:2/4;font-size:.88rem}
  .dcx-network__actions{flex-direction:column;align-items:stretch}
  .dcx-fan-strip__inner{display:block}
  .dcx-fan-strip a{display:inline-block;margin-top:12px;text-align:left}
  .dcx-footer__grid{grid-template-columns:1fr 1fr;gap:28px}
  .dcx-footer__brand{grid-column:1/3}
  .dcx-footer__grid>div:last-child{grid-column:auto}
  .dcx-footer__bottom{display:block}
  .dcx-footer__bottom span{display:block;margin:5px 0}
}


/* =========================================================
   2.0.1 – Width / legacy landing-page compatibility fix
   Prevent large legacy page sections from widening the CSS grid
   and pushing the sidebar outside the viewport.
========================================================= */
.content > *{min-width:0}
.content .post-content{max-width:100%;min-width:0}
.content .post-content img,
.content .post-content iframe,
.content .post-content video,
.content .post-content table{max-width:100%}
.content .post-content iframe,
.content .post-content video{width:100%}

/* Fan landing page was originally designed as a wide landing page.
   Keep it full width instead of squeezing it beside the blog sidebar. */
.content.content--full{display:block!important}
.content.content--full > main,
.content.content--full > div{width:100%;max-width:100%;min-width:0}
.content.content--full .post-content{overflow:clip}

/* Defensive handling for old embedded layouts that used viewport/fixed widths. */
.content.content--full .post-content > *{max-width:100%}
.content.content--full .post-content [style*="width"]{max-width:100%}

@media(max-width:1099px){
  .content{grid-template-columns:minmax(0,1fr)}
}


/* =========================================================
   2.0.3 – Archive, sidebar, fan gateway & conversion polish
========================================================= */
.dcx-archive-hero{background:var(--dcx-ink);color:#fff;padding:42px 0 46px;border-bottom:6px solid var(--dcx-lime)}
.dcx-archive-hero .breadcrumbs,.dcx-archive-hero .breadcrumbs a{color:#aeb6bf!important}
.dcx-archive-hero h1{font-size:clamp(2.6rem,6vw,5.5rem);line-height:.95;margin:10px 0 14px;color:#fff}
.dcx-archive-hero p{max-width:760px;color:#b8c0c8;font-size:1.05rem;margin:0}
.dcx-archive-layout{padding-top:34px}
.dcx-archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.dcx-archive-card{background:#fff;border:1px solid var(--dcx-line);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;min-width:0}
.dcx-archive-card__media{display:block;aspect-ratio:16/9;background:#e6e0d6;overflow:hidden}
.dcx-archive-card__media img{width:100%;height:100%;object-fit:cover;transition:.25s ease}
.dcx-archive-card:hover .dcx-archive-card__media img{transform:scale(1.025)}
.dcx-archive-card__body{padding:20px;display:flex;flex-direction:column;flex:1}
.dcx-archive-card__meta{display:flex;justify-content:space-between;gap:10px;color:#777d82;font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.dcx-archive-card h2{font-size:1.35rem;line-height:1.18;margin:12px 0 10px}
.dcx-archive-card h2 a{color:var(--dcx-ink);text-decoration:none}
.dcx-archive-card p{color:#5e6469;margin:0 0 16px}
.dcx-archive-card__link{margin-top:auto;font-weight:900;color:var(--dcx-blue);text-decoration:none!important}
.dcx-archive-placement{margin:28px 0;padding:24px;border-radius:24px;background:#ebe6dc;border:1px solid var(--dcx-line)}
.dcx-archive-placement>div:first-child{margin-bottom:16px}
.dcx-archive-placement span{font-size:.7rem;font-weight:950;letter-spacing:.1em}
.dcx-archive-placement h2{margin:5px 0;font-size:1.55rem}
.dcx-archive-placement p{margin:0;color:#62676b}
.dcx-pagination{margin:28px 0 10px}
.dcx-smart-sidebar{position:relative}
.dcx-side-solution{background:var(--dcx-ink);color:#fff;border-radius:22px;padding:22px;margin-bottom:20px}
.dcx-side-solution>span{font-size:.68rem;letter-spacing:.1em;font-weight:950;color:var(--dcx-lime)}
.dcx-side-solution h2{font-size:1.35rem;color:#fff;margin:8px 0}
.dcx-side-solution p{font-size:.9rem;color:#b5bdc5;line-height:1.5}
.dcx-side-solution a{display:inline-block;background:var(--dcx-lime);color:var(--dcx-ink);padding:11px 14px;border-radius:999px;font-weight:900;text-decoration:none!important}
.dcx-smart-sidebar .widget{border-radius:20px;overflow:hidden}
.dcx-fans-router{margin:38px 0 18px;padding:34px;border-radius:28px;background:var(--dcx-ink);color:#fff}
.dcx-fans-router>span{font-size:.7rem;font-weight:950;letter-spacing:.12em;color:var(--dcx-lime)}
.dcx-fans-router h2{font-size:clamp(1.8rem,4vw,3.2rem);line-height:1.02;color:#fff;margin:8px 0 12px}
.dcx-fans-router p{max-width:760px;color:#b8c0c8}
.dcx-fans-router>div{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}

@media(max-width:760px){
  .dcx-archive-grid{grid-template-columns:1fr}
  .dcx-archive-hero{padding:32px 0 36px}
  .dcx-fans-router{padding:24px}
}




/* =========================================================
   2.0.6 – clean homepage placement layout
   Exact Famez Network selectors only; no wildcard class/image rules.
========================================================= */

/* Keep the public site header in normal document flow. */
.dc-header{
  position:relative!important;
  top:auto!important;
  z-index:20;
}

#content.site-content{
  display:block;
  overflow-x:hidden;
}

/* Featured section */
.home .dcx-featured{
  padding:64px 0 68px!important;
  margin:0!important;
  transform:none!important;
}

.home .dcx-placement-shell{
  overflow:hidden;
  padding:16px;
}

/* Exactly three compact cards on desktop. */
.home .dcx-placement-shell .fznet-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:start!important;
}

.home .dcx-placement-shell .fznet-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:auto!important;
  align-self:start!important;
  overflow:hidden!important;
  border-radius:18px!important;
}

/* The external widget's real creator image is .fznet-image. */
.home .dcx-placement-shell img.fznet-image{
  display:block!important;
  width:100%!important;
  height:250px!important;
  min-height:250px!important;
  max-height:250px!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center top!important;
  margin:0!important;
}

/* Compact card body. */
.home .dcx-placement-shell .fznet-copy{
  padding:14px 16px 16px!important;
}

.home .dcx-placement-shell .fznet-platform{
  margin:0 0 4px!important;
  font-size:11px!important;
  line-height:1.2!important;
}

.home .dcx-placement-shell .fznet-copy > strong{
  margin:0!important;
  font-size:18px!important;
  line-height:1.25!important;
}

/* Fix 4Based fan/like chips. No giant capsules, no stretched emoji. */
.home .dcx-placement-shell .fznet-facts{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:7px!important;
  margin:10px 0 0!important;
  min-height:0!important;
}

.home .dcx-placement-shell .fznet-facts > span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  padding:6px 9px!important;
  margin:0!important;
  border-radius:999px!important;
  aspect-ratio:auto!important;
  font-size:12px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  overflow:visible!important;
}

/* Keep action buttons compact and consistent. */
.home .dcx-placement-shell .fznet-actions{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
  margin-top:12px!important;
}

.home .dcx-placement-shell .fznet-btn{
  min-height:42px!important;
  padding:8px 12px!important;
  font-size:13px!important;
  line-height:1.2!important;
}

/* Normal visitors do not see the WordPress admin bar.
   For logged-in admins, anchor jumps should still clear it. */
html{
  scroll-padding-top:12px;
}
.admin-bar{
  scroll-padding-top:44px;
}

@media(max-width:900px){
  .home .dcx-placement-shell .fznet-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .home .dcx-placement-shell img.fznet-image{
    height:240px!important;
    min-height:240px!important;
    max-height:240px!important;
  }
}

@media(max-width:620px){
  .home .dcx-featured{
    padding:48px 0 52px!important;
  }
  .home .dcx-placement-shell{
    padding:12px;
  }
  .home .dcx-placement-shell .fznet-grid{
    grid-template-columns:1fr!important;
  }
  .home .dcx-placement-shell img.fznet-image{
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
  }
}


/* =========================================================
   2.0.8 – Professional Single Post
   Editorial, compact, conversion-focused, no legacy sidebar.
========================================================= */

.single-post .site-content{
  background:#f6f1e8;
}

/* ---------- HERO ---------- */
.dcp-hero{
  padding:34px 0 0;
  background:#f6f1e8;
}

.dcp-hero__inner{
  max-width:1180px;
}

.dcp-breadcrumbs{
  margin-bottom:28px;
}

.dcp-breadcrumbs .breadcrumbs,
.dcp-breadcrumbs .breadcrumbs a{
  color:#667078;
  font-size:13px;
}

.dcp-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px 16px;
  margin-bottom:18px;
  color:#70777d;
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.dcp-category{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:#101418;
  color:#fff!important;
  text-decoration:none!important;
}

.dcp-hero h1{
  max-width:980px;
  margin:0;
  color:#101418;
  font-size:clamp(2.5rem,5vw,4.5rem);
  line-height:1.02;
  letter-spacing:-.045em;
}

.dcp-lead{
  max-width:820px;
  margin:20px 0 0;
  color:#5d6469;
  font-size:clamp(1.06rem,1.7vw,1.26rem);
  line-height:1.6;
}

.dcp-cover{
  margin:34px 0 0;
  overflow:hidden;
  border-radius:24px;
  background:#dfd8cf;
  box-shadow:0 18px 45px rgba(18,22,25,.07);
}

.dcp-cover__img{
  display:block;
  width:100%;
  height:clamp(320px,40vw,520px);
  object-fit:cover;
  object-position:center;
}

/* ---------- READING COLUMN ---------- */
.dcp-main{
  display:block!important;
  padding-top:46px;
  padding-bottom:28px;
}

.dcp-reading-column{
  width:min(100%,940px);
  margin:0 auto;
}

.dcp-widget-top{
  margin-bottom:24px;
}

.dcp-content{
  color:#171b1f;
  font-size:19px;
  line-height:1.72;
}

.dcp-content > :first-child{
  margin-top:0;
}

.dcp-content p{
  margin:0 0 1.25em;
}

.dcp-content h2{
  margin:2em 0 .65em;
  color:#111518;
  font-size:clamp(1.8rem,2.8vw,2.45rem);
  line-height:1.1;
  letter-spacing:-.03em;
}

.dcp-content h3{
  margin:1.65em 0 .55em;
  color:#111518;
  font-size:clamp(1.3rem,2vw,1.75rem);
  line-height:1.2;
}

.dcp-content h4{
  margin:1.55em 0 .5em;
}

.dcp-content ul,
.dcp-content ol{
  margin:0 0 1.4em;
  padding-left:1.35em;
}

.dcp-content li{
  margin:.38em 0;
}

.dcp-content a{
  color:#087eb3;
  text-underline-offset:3px;
}

.dcp-content strong{
  color:#151a1e;
}

.dcp-content img{
  max-width:100%;
  height:auto;
  border-radius:18px;
}

.dcp-content figure{
  max-width:100%;
  margin:1.8em 0;
}

.dcp-content blockquote{
  margin:1.8em 0;
  padding:20px 24px;
  border:0;
  border-left:4px solid #b9ff38;
  border-radius:0 16px 16px 0;
  background:#11161a;
  color:#fff;
}

/* Legacy content modules: normalize instead of rebuilding article content. */
.dcp-content .grid{
  gap:16px!important;
}

.dcp-content .card{
  min-height:0!important;
  border:1px solid #d8dde1!important;
  border-radius:18px!important;
  background:#f9fafb!important;
  box-shadow:none!important;
}

.dcp-content .card h3{
  font-size:1.1rem!important;
}

.dcp-content .card p{
  font-size:.95rem!important;
}

.dcp-content .btn,
.dcp-content a.btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:9px 14px!important;
  border:0!important;
  border-radius:999px!important;
  background:#11161a!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  text-decoration:none!important;
}

/* ---------- FUNNEL ---------- */
.dcp-funnel{
  margin:44px 0 24px;
}

.dcp-funnel > *{
  max-width:100%!important;
}

/* ---------- ARTICLE FOOTER ---------- */
.dcp-article-footer{
  margin-top:44px;
  padding-top:24px;
  border-top:1px solid #d9d2c8;
}

.dcp-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  align-items:center;
  margin-bottom:24px;
}

.dcp-tags > span{
  color:#697177;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.dcp-tags a{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  background:#e9e3d9;
  color:#1f2529;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}

.dcp-post-nav{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.dcp-post-nav__next{
  text-align:right;
}

.dcp-post-nav a{
  color:#12171a;
  font-weight:900;
  text-decoration:none;
}

/* ---------- SHARED SECTION HEAD ---------- */
.dcp-section-head{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-end;
  margin-bottom:22px;
}

.dcp-section-head span{
  display:block;
  margin-bottom:6px;
  color:#7540ed;
  font-size:11px;
  font-weight:950;
  letter-spacing:.1em;
}

.dcp-section-head h2{
  margin:0;
  color:#101418;
  font-size:clamp(1.9rem,3.4vw,3rem);
  line-height:1.02;
  letter-spacing:-.035em;
}

.dcp-section-head p{
  margin:8px 0 0;
  color:#666d72;
}

.dcp-section-head > a{
  flex:0 0 auto;
  padding-bottom:4px;
  border-bottom:2px solid currentColor;
  color:#101418;
  font-weight:900;
  text-decoration:none;
}

/* ---------- FEATURED CREATOR PLACEMENT ---------- */
.dcp-placement{
  padding:58px 0 64px;
  background:#ece5da;
}

.dcp-placement .container{
  max-width:1180px;
}

.dcp-placement-shell{
  padding:16px;
  border:1px solid #d6cfc5;
  border-radius:24px;
  background:#fffdf8;
}

.dcp-placement-shell .fznet-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}

.dcp-placement-shell .fznet-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:auto!important;
  overflow:hidden!important;
  border-radius:18px!important;
}

.dcp-placement-shell img.fznet-image{
  width:100%!important;
  height:240px!important;
  min-height:240px!important;
  max-height:240px!important;
  object-fit:cover!important;
}

.dcp-placement-shell .fznet-copy{
  padding:14px 16px 16px!important;
}

.dcp-placement-shell .fznet-facts{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  min-height:0!important;
  margin-top:10px!important;
}

.dcp-placement-shell .fznet-facts > span{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:5px 8px!important;
  border-radius:999px!important;
  aspect-ratio:auto!important;
  white-space:nowrap!important;
}

.dcp-placement-shell .fznet-actions{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
  margin-top:12px!important;
}

.dcp-placement-shell .fznet-btn{
  min-height:42px!important;
  padding:8px 12px!important;
  font-size:13px!important;
}

/* ---------- RELATED ---------- */
.dcp-related{
  padding:58px 0 64px;
  background:#101418;
  color:#fff;
}

.dcp-section-head--dark span{
  color:#b9ff38;
}

.dcp-section-head--dark h2,
.dcp-section-head--dark > a{
  color:#fff;
}

.dcp-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.dcp-related-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:#181e22;
}

.dcp-related-card__image{
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#22292e;
}

.dcp-related-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.dcp-related-card__body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:16px;
}

.dcp-related-card__meta{
  display:flex;
  justify-content:space-between;
  gap:10px;
  color:#9da6ad;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.dcp-related-card h3{
  margin:10px 0 8px;
  font-size:1.15rem;
  line-height:1.18;
}

.dcp-related-card h3 a{
  color:#fff;
  text-decoration:none;
}

.dcp-related-card p{
  margin:0 0 14px;
  color:#b8c0c6;
  font-size:.9rem;
}

.dcp-related-card__link{
  margin-top:auto;
  color:#b9ff38;
  font-weight:900;
  text-decoration:none;
}

/* ---------- COMMENTS ---------- */
.dcp-comments{
  padding:54px 0 60px;
  background:#f6f1e8;
}

.dcp-comments__inner{
  max-width:940px;
}

.dcp-comments__head{
  margin-bottom:22px;
}

.dcp-comments__head span{
  color:#697177;
  font-size:11px;
  font-weight:950;
  letter-spacing:.1em;
}

.dcp-comments__head h2{
  margin:6px 0 6px;
  color:#111518;
  font-size:clamp(1.8rem,3vw,2.5rem);
}

.dcp-comments__head p{
  margin:0;
  color:#687077;
}

.dcp-comments .comment-respond{
  padding:22px!important;
  border:1px solid #dad4ca!important;
  border-radius:20px!important;
  background:#fff!important;
}

.dcp-comments textarea{
  min-height:150px!important;
  height:150px!important;
}

.dcp-comments input[type="submit"]{
  min-height:42px!important;
  padding:8px 16px!important;
  border:0!important;
  border-radius:999px!important;
  background:#11161a!important;
  color:#fff!important;
  font-weight:900!important;
}

.dcp-single-bottom{
  padding:24px 0 44px;
}

/* ---------- RESPONSIVE ---------- */
@media(max-width:900px){
  .dcp-placement-shell .fznet-grid,
  .dcp-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .dcp-section-head{
    align-items:flex-start;
  }
}

@media(max-width:680px){
  .dcp-hero{
    padding-top:24px;
  }

  .dcp-breadcrumbs{
    margin-bottom:22px;
  }

  .dcp-hero h1{
    font-size:clamp(2.15rem,11vw,3.5rem);
  }

  .dcp-cover{
    margin-top:26px;
    border-radius:18px;
  }

  .dcp-cover__img{
    height:62vw;
    min-height:250px;
  }

  .dcp-main{
    padding-top:34px;
  }

  .dcp-content{
    font-size:17px;
    line-height:1.68;
  }

  .dcp-section-head{
    display:block;
  }

  .dcp-section-head > a{
    display:inline-block;
    margin-top:14px;
  }

  .dcp-placement,
  .dcp-related,
  .dcp-comments{
    padding-top:44px;
    padding-bottom:48px;
  }

  .dcp-placement-shell{
    padding:12px;
  }

  .dcp-placement-shell .fznet-grid,
  .dcp-related-grid{
    grid-template-columns:1fr!important;
  }

  .dcp-placement-shell img.fznet-image{
    height:290px!important;
    min-height:290px!important;
    max-height:290px!important;
  }

  .dcp-post-nav{
    grid-template-columns:1fr;
  }

  .dcp-post-nav__next{
    text-align:left;
  }
}


/* =========================================================
   2.0.9 – Single-post spacing & section polish
   Removes oversized legacy content blocks and harmonizes transitions.
========================================================= */

/* Legacy in-article sections should read like editorial modules, not giant landing-page bands. */
.dcp-content > section,
.dcp-content .section{
  margin:34px 0!important;
  padding:26px 28px!important;
  border:1px solid #ded8cf!important;
  border-radius:20px!important;
  background:#fffdf9!important;
  box-shadow:none!important;
  min-height:0!important;
}

.dcp-content > section > :first-child,
.dcp-content .section > :first-child{
  margin-top:0!important;
}

.dcp-content > section > :last-child,
.dcp-content .section > :last-child{
  margin-bottom:0!important;
}

.dcp-content > section h2,
.dcp-content .section h2{
  margin-top:0!important;
  margin-bottom:14px!important;
}

.dcp-content > section p,
.dcp-content .section p{
  margin-bottom:16px!important;
}

/* Old 3-card utility grids stay compact and visually aligned. */
.dcp-content > section .grid,
.dcp-content .section .grid{
  margin-top:18px!important;
  gap:14px!important;
}

.dcp-content > section .card,
.dcp-content .section .card{
  padding:18px!important;
  min-height:0!important;
}

/* Keep section cards from inheriting old pastel fills. */
.dcp-content > section[style],
.dcp-content .section[style]{
  background:#fffdf9!important;
}

/* Featured creator area: guaranteed breathing room above headline. */
.dcp-placement{
  position:relative;
  overflow:visible!important;
  padding:64px 0 58px!important;
  border-top:1px solid #d8d0c5;
}

.dcp-placement .dcp-section-head{
  margin:0 0 24px!important;
  padding:0!important;
  overflow:visible!important;
}

.dcp-placement .dcp-section-head h2{
  margin:0!important;
  padding:0!important;
  line-height:1.04!important;
}

.dcp-placement .dcp-section-head span{
  margin:0 0 7px!important;
}

/* Slightly calmer creator cards. */
.dcp-placement-shell{
  padding:14px!important;
}

.dcp-placement-shell img.fznet-image{
  height:228px!important;
  min-height:228px!important;
  max-height:228px!important;
}

.dcp-placement-shell .fznet-copy{
  padding:13px 15px 15px!important;
}

/* Softer transition into recommendations. */
.dcp-related{
  padding:54px 0 58px!important;
  border-top:0;
}

.dcp-related .dcp-section-head{
  margin-bottom:22px!important;
}

.dcp-related-card__body{
  padding:15px!important;
}

.dcp-related-card p{
  margin-bottom:12px!important;
}

/* Comments should remain secondary to editorial content. */
.dcp-comments{
  padding:46px 0 52px!important;
}

.dcp-comments .comment-respond{
  padding:20px!important;
}

.dcp-comments textarea{
  min-height:130px!important;
  height:130px!important;
}

/* Remove stray large bottom gaps from old block styles. */
.dcp-content > *{
  scroll-margin-top:24px;
}

@media(max-width:680px){
  .dcp-content > section,
  .dcp-content .section{
    margin:26px 0!important;
    padding:20px 18px!important;
    border-radius:16px!important;
  }

  .dcp-placement{
    padding:46px 0 48px!important;
  }

  .dcp-placement-shell img.fznet-image{
    height:280px!important;
    min-height:280px!important;
    max-height:280px!important;
  }

  .dcp-related{
    padding:46px 0 50px!important;
  }

  .dcp-comments{
    padding:40px 0 46px!important;
  }
}


/* =========================================================
   2.0.10 – Topic-aware editorial links
========================================================= */
.dcx-topic-links{
  margin:42px 0 26px;
  padding:24px;
  border:1px solid #d9d3ca;
  border-radius:20px;
  background:#fffdf9;
}
.dcx-topic-links__head{margin-bottom:16px}
.dcx-topic-links__head>span{
  display:block;
  margin-bottom:5px;
  color:#6b747a;
  font-size:10px;
  font-weight:950;
  letter-spacing:.11em;
}
.dcx-topic-links__head h2{
  margin:0;
  color:#11161a;
  font-size:1.45rem;
  line-height:1.15;
}
.dcx-topic-links__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.dcx-topic-links__grid>a{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:150px;
  padding:16px;
  border:1px solid #dde1e4;
  border-radius:15px;
  background:#f7f8f8;
  color:#11161a!important;
  text-decoration:none!important;
  transition:transform .18s ease,border-color .18s ease;
}
.dcx-topic-links__grid>a:hover{
  transform:translateY(-2px);
  border-color:#b9ff38;
}
.dcx-topic-links__grid strong{
  font-size:1rem;
  line-height:1.2;
}
.dcx-topic-links__grid span{
  margin-top:8px;
  color:#626b71;
  font-size:.88rem;
  line-height:1.45;
}
.dcx-topic-links__grid em{
  margin-top:auto;
  padding-top:12px;
  color:#11161a;
  font-size:.8rem;
  font-style:normal;
  font-weight:900;
}

@media(max-width:760px){
  .dcx-topic-links{
    margin:32px 0 22px;
    padding:18px;
  }
  .dcx-topic-links__grid{
    grid-template-columns:1fr;
  }
  .dcx-topic-links__grid>a{
    min-height:0;
  }
}


/* =========================================================
   2.1.0 – Evergreen Pillar Hub
========================================================= */
.dcpillar{background:#f5f0e7;color:#101418;overflow:hidden}
.dcpillar-hero{padding:48px 0 56px;background:#f5f0e7;border-bottom:1px solid #d8d1c7}
.dcpillar-hero__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:54px;align-items:end}
.dcpillar-eyebrow,.dcpillar-intro__copy>span,.dcpillar-data__head span,.dcpillar-funnel span,.dcpillar-faq>div>span,.dcpillar-network span{display:block;font-size:11px;font-weight:950;letter-spacing:.13em;color:#626b71}
.dcpillar-hero h1{font-size:clamp(3rem,6vw,6rem);line-height:.92;letter-spacing:-.055em;margin:12px 0 22px;max-width:980px}
.dcpillar-lead{max-width:800px;font-size:clamp(1.08rem,1.7vw,1.3rem);line-height:1.62;color:#555e64}
.dcpillar-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.dcpillar-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;font-weight:900;text-decoration:none!important}
.dcpillar-btn--dark{background:#101418;color:#fff}.dcpillar-btn--lime{background:#c8ff52;color:#101418}
.dcpillar-summary{padding:26px;border-radius:26px;background:#101418;color:#fff;box-shadow:10px 10px 0 #ff6b35}
.dcpillar-summary>span{color:#c8ff52;font-size:10px;font-weight:950;letter-spacing:.11em}.dcpillar-summary>strong{display:block;font-size:1.7rem;line-height:1.05;margin:10px 0}.dcpillar-summary>p{color:#b7c0c7}
.dcpillar-summary__mini{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px;padding-top:18px;border-top:1px solid #343b41}.dcpillar-summary__mini b{display:block;font-size:1.35rem;color:#fff}.dcpillar-summary__mini small{color:#98a2aa}
.dcpillar-jump{position:sticky;top:0;z-index:30;background:rgba(16,20,24,.96);backdrop-filter:blur(10px)}.admin-bar .dcpillar-jump{top:32px}.dcpillar-jump .container{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none;padding-top:8px;padding-bottom:8px}.dcpillar-jump a{flex:0 0 auto;color:#d9e0e5;text-decoration:none;font-size:12px;font-weight:850;padding:8px 10px;border-radius:999px}.dcpillar-jump a:hover{background:#c8ff52;color:#101418}
.dcpillar-main{display:block}.dcpillar-intro{display:grid;grid-template-columns:1.25fr .75fr;gap:60px;padding-top:72px;padding-bottom:72px}.dcpillar-intro h2,.dcpillar-section h2,.dcpillar-data h2,.dcpillar-funnel h2,.dcpillar-faq h2,.dcpillar-network h2{font-size:clamp(2rem,4vw,4rem);line-height:1;letter-spacing:-.045em;margin:8px 0 16px}.dcpillar-intro__copy p{font-size:1.08rem;line-height:1.7;color:#555e64}.dcpillar-intro__facts{display:grid;gap:10px}.dcpillar-intro__facts div{display:flex;align-items:center;gap:16px;padding:17px;border-bottom:1px solid #d5cec4}.dcpillar-intro__facts b{font-family:ui-monospace,monospace;color:#3157ff}.dcpillar-intro__facts span{font-weight:900}
.dcpillar-section{padding:70px 0;border-top:1px solid #d8d1c7}.dcpillar-section--alt{background:#ebe5db}.dcpillar-section__grid{display:grid;grid-template-columns:170px minmax(0,800px);justify-content:space-between;gap:60px}.dcpillar-section__label span{display:block;font-size:2.2rem;font-weight:950;color:#3157ff}.dcpillar-section__label small{display:block;margin-top:5px;font-size:10px;font-weight:950;letter-spacing:.12em;color:#6b7379}.dcpillar-section__content>p{font-size:1.05rem;line-height:1.75;color:#4f585e}.dcpillar-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.dcpillar-cards article{padding:18px;border:1px solid #d4d7da;border-radius:16px;background:#fff}.dcpillar-cards strong{font-size:1.05rem}.dcpillar-cards p{margin:7px 0 0;color:#626b71;font-size:.9rem}.dcpillar-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.dcpillar-links a,.dcpillar-inline-cta{display:inline-flex;padding:10px 13px;border-radius:999px;background:#101418;color:#fff;text-decoration:none!important;font-size:13px;font-weight:900}.dcpillar-inline-cta{margin-top:20px;background:#3157ff}
.dcpillar-data{padding:70px 0;background:#fffdf8}.dcpillar-data__head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:24px}.dcpillar-data__head p{max-width:760px;color:#626a70}.dcpillar-data__head>a{font-weight:900;color:#101418;text-decoration:none;border-bottom:2px solid currentColor;padding-bottom:3px;white-space:nowrap}.dcpillar-data__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.dcpillar-data__grid article{padding:22px;border:1px solid #d8d3ca;border-radius:18px;background:#f5f0e7}.dcpillar-data__grid article.is-accent{background:#3157ff;color:#fff;border-color:#3157ff}.dcpillar-data__grid small,.dcpillar-data__grid span{display:block}.dcpillar-data__grid strong{display:block;margin:7px 0;font-size:2rem}.dcpillar-data__stamp{font-size:12px;color:#7b817f;margin-top:12px}
.dcpillar-funnel{padding:70px 0;background:#101418;color:#fff}.dcpillar-funnel span{color:#c8ff52}.dcpillar-funnel h2{color:#fff}.dcpillar-funnel p{color:#b7c0c7;max-width:780px}.dcpillar-funnel__grid{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.dcpillar-funnel a{display:inline-flex;padding:13px 18px;border-radius:999px;background:#c8ff52;color:#101418;font-weight:950;text-decoration:none!important;white-space:nowrap}
.dcpillar-faq{padding:70px 0;background:#f5f0e7}.dcpillar-faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.dcpillar-faq details{padding:18px 20px;border:1px solid #d8d1c7;border-radius:16px;background:#fff}.dcpillar-faq summary{cursor:pointer;font-weight:900}.dcpillar-faq details p{margin:12px 0 0;color:#596167;line-height:1.6}
.dcpillar-network{padding:48px 0;background:#c8ff52}.dcpillar-network .container{display:flex;justify-content:space-between;gap:30px;align-items:end}.dcpillar-network h2{font-size:clamp(1.8rem,3vw,3rem);margin-bottom:0}.dcpillar-network__links{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.dcpillar-network__links a{padding:10px 12px;border-radius:999px;background:#101418;color:#fff;font-size:12px;font-weight:900;text-decoration:none}
@media(max-width:900px){.dcpillar-hero__grid,.dcpillar-intro{grid-template-columns:1fr}.dcpillar-section__grid{grid-template-columns:110px minmax(0,1fr);gap:30px}.dcpillar-data__grid{grid-template-columns:repeat(2,1fr)}.dcpillar-faq__grid{grid-template-columns:1fr}.dcpillar-funnel__grid{grid-template-columns:1fr}.dcpillar-network .container{display:block}.dcpillar-network__links{justify-content:flex-start;margin-top:20px}}
@media(max-width:680px){.dcpillar-hero{padding-top:28px}.dcpillar-hero h1{font-size:clamp(2.7rem,13vw,4.3rem)}.dcpillar-summary{box-shadow:6px 6px 0 #ff6b35}.dcpillar-section,.dcpillar-data,.dcpillar-funnel,.dcpillar-faq{padding:48px 0}.dcpillar-intro{padding-top:48px;padding-bottom:48px;gap:30px}.dcpillar-section__grid{grid-template-columns:1fr;gap:14px}.dcpillar-section__label{display:flex;align-items:center;gap:10px}.dcpillar-section__label span{font-size:1.4rem}.dcpillar-cards{grid-template-columns:1fr}.dcpillar-data__head{display:block}.dcpillar-data__head>a{display:inline-block;margin-top:12px}.dcpillar-data__grid{grid-template-columns:1fr}.admin-bar .dcpillar-jump{top:46px}}


/* 2.1.3 – richer editorial modules for pillar pages */
.dcpillar-bullets{margin:24px 0;padding:0;list-style:none;display:grid;gap:10px}
.dcpillar-bullets li{position:relative;padding:13px 16px 13px 42px;border:1px solid rgba(15,23,42,.10);border-radius:14px;background:#fff;font-weight:650;color:#172033}
.dcpillar-bullets li:before{content:"✓";position:absolute;left:16px;top:12px;font-weight:900;color:#16835f}
.dcpillar-note{margin:26px 0;padding:20px 22px;border-left:4px solid #b7f34a;border-radius:0 16px 16px 0;background:#f6f8f3}
.dcpillar-note strong{display:block;margin-bottom:5px;font-size:12px;letter-spacing:.09em;text-transform:uppercase;color:#526040}
.dcpillar-note p{margin:0!important;color:#293228!important}

/* 2.2.8 Content architecture */
.dc-bridge{margin:44px 0 10px;padding:28px;border:1px solid #dfe5dc;border-radius:22px;background:#f7faf6}
.dc-bridge__eyebrow,.dcpillar-related>.container>span{display:block;font-size:12px;font-weight:800;letter-spacing:.12em;color:#55705b;margin-bottom:8px}
.dc-bridge h2{margin:0 0 10px;font-size:clamp(24px,3vw,34px);line-height:1.08}.dc-bridge p{max-width:760px;margin:0 0 18px}
.dc-bridge__links{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.dc-bridge__links a{padding:10px 14px;border:1px solid #cfd8ce;border-radius:999px;text-decoration:none;font-weight:700}
.dc-bridge__cta{display:inline-flex;padding:13px 18px;border-radius:12px;background:#111;color:#fff!important;text-decoration:none;font-weight:800}
.dcpillar-related{padding:72px 0;background:#fff}.dcpillar-related h2{max-width:760px;margin:0 0 10px;font-size:clamp(30px,4vw,48px);line-height:1.02}.dcpillar-related__lead{max-width:720px;margin:0 0 28px}
.dcpillar-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dcpillar-related__grid article{padding:22px;border:1px solid #e2e5df;border-radius:18px;background:#fafbf9}
.dcpillar-related__grid small{font-size:12px;opacity:.65}.dcpillar-related__grid h3{font-size:20px;line-height:1.15;margin:9px 0}.dcpillar-related__grid h3 a,.dcpillar-related__read{text-decoration:none;color:inherit}.dcpillar-related__read{font-weight:800}
@media(max-width:900px){.dcpillar-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.dcpillar-related{padding:48px 0}.dcpillar-related__grid{grid-template-columns:1fr}.dc-bridge{padding:20px}}

/* 2.2.9 Homepage platform bridge */
.home-platform-bridge{padding:74px 0;background:#f4f7f2;border-top:1px solid #e1e6df;border-bottom:1px solid #e1e6df}
.home-platform-bridge__eyebrow{display:block;font-size:12px;font-weight:800;letter-spacing:.14em;color:#58705d;margin-bottom:10px}
.home-platform-bridge h2{max-width:900px;font-size:clamp(32px,5vw,58px);line-height:1.02;margin:0 0 16px}
.home-platform-bridge p{max-width:780px;font-size:17px;line-height:1.65;margin:0 0 26px}
.home-platform-bridge__actions{display:flex;flex-wrap:wrap;gap:10px}
.home-platform-bridge__actions a{display:inline-flex;padding:12px 16px;border:1px solid #ccd5ca;border-radius:999px;text-decoration:none;font-weight:800}
.home-platform-bridge__actions a:first-child{background:#111;color:#fff;border-color:#111}

/* 2.3.0 SEO consolidation archive bridges */
.dc-category-pillar,.dc-comparison-context{max-width:1180px;margin:22px auto;padding:22px;border:1px solid #dfe5dc;border-radius:18px;background:#f7faf6}
.dc-category-pillar span{display:block;font-size:11px;font-weight:800;letter-spacing:.13em;color:#55705b;margin-bottom:7px}
.dc-category-pillar strong{display:block;font-size:24px;line-height:1.15;margin-bottom:8px}
.dc-category-pillar p{max-width:760px;margin:0 0 12px;line-height:1.55}
.dc-category-pillar a,.dc-comparison-context a{font-weight:800;text-decoration:none}

/* 2.3.9 editorial platform comparison refresh */
.dc-refresh-note{padding:22px 24px;margin:0 0 34px;border:1px solid #dfe5dc;border-radius:18px;background:#f7faf6}
.dc-refresh-note strong{font-size:1.12rem}.dc-refresh-note p{margin:.45rem 0 0}
.dc-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:24px 0 38px}
.dc-compare-grid article{padding:22px;border:1px solid #e3e6e1;border-radius:18px;background:#fff}
.dc-compare-grid h3{margin-top:0}.dc-compare-grid a,.dc-inline-cta{font-weight:800;text-decoration:none}
.dc-decision-list{margin:20px 0 36px;padding:20px 24px;border-left:4px solid currentColor;background:#f7f7f5}
@media(max-width:720px){.dc-compare-grid{grid-template-columns:1fr}}
