/* ==== style.css ==== */
/*
Theme Name: DWNews Max White-Tech PRO
Theme URI: https://www.posicionamiento-web.ar/
Author: DWVisual + OpenAI
Description: Theme editorial premium white-tech para portal de noticias SEO, IA, WordPress y tecnología. Optimizado para rendimiento, legibilidad, mobile, buscador AJAX y comunidad.
Version: 5.7.3
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: dwnews
*/

:root{
  --dw-dark:#011628;
  --dw-blue:#0974fe;
  --dw-blue-2:#0b6fe8;
  --dw-bg:#f7fbff;
  --dw-soft:#f3f8ff;
  --dw-line:#dceaff;
  --dw-line-2:#eaf2ff;
  --dw-text:#011628;
  --dw-muted:#637083;
  --dw-card:#ffffff;
  --dw-radius:22px;
  --dw-radius-lg:28px;
  --dw-shadow:0 18px 50px rgba(1,22,40,.07);
  --dw-shadow-sm:0 8px 24px rgba(1,22,40,.05);
  --dw-max:1480px;
  --dw-font:'Montserrat',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:var(--dw-bg);color:var(--dw-text);font-family:var(--dw-font);font-weight:400;line-height:1.55;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
img,svg,video,iframe{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}.screen-reader-text{position:absolute;left:-9999px}.dw-container{width:min(var(--dw-max),calc(100% - 56px));margin:0 auto}.dw-narrow{width:min(940px,calc(100% - 40px));margin:0 auto}.dw-skip{position:absolute;left:-999px;top:auto}.dw-skip:focus{left:16px;top:16px;background:#fff;color:var(--dw-blue);z-index:9999;padding:10px 14px;border-radius:12px}

/* Topbar */
.dw-topbar{background:#fff;border-bottom:1px solid var(--dw-line-2);font-size:13px;color:var(--dw-dark)}
.dw-topbar__in{height:44px;display:flex;align-items:center;justify-content:space-between;gap:20px;white-space:nowrap;overflow:hidden}.dw-site-url{display:flex;align-items:center;gap:8px;min-width:0;color:var(--dw-dark);font-weight:500;opacity:.95}.dw-site-url svg{color:var(--dw-blue);flex:0 0 auto}.dw-toplinks{display:flex;gap:20px;align-items:center}.dw-toplinks a{font-weight:500;color:var(--dw-dark);opacity:.88}.dw-social{display:flex;gap:12px;align-items:center}.dw-social a{font-weight:700;font-size:13px;opacity:.85}

/* Brand */
.dw-brand{background:#fff;border-bottom:1px solid var(--dw-line-2)}
.dw-brand__in{min-height:178px;display:grid;grid-template-columns:1.05fr .65fr .72fr;gap:32px;align-items:center}.dw-logo{display:flex;align-items:center;gap:22px;min-width:0}.dw-logo img{width:min(430px,100%);max-height:128px;object-fit:contain;object-position:left center}.dw-logo__text{display:none}.dw-logo-fallback{font-weight:800;font-size:32px;letter-spacing:-.04em}.dw-logo-fallback span{color:var(--dw-blue)}.dw-brand-pill{justify-self:center;border:1px solid var(--dw-line);border-radius:999px;padding:18px 34px;background:#fff;font-size:20px;color:#334155;box-shadow:var(--dw-shadow-sm);white-space:nowrap}.dw-adbox{justify-self:end;display:flex;align-items:center;gap:18px;border:1px solid var(--dw-line);border-radius:28px;padding:26px 34px;background:#fff;box-shadow:var(--dw-shadow-sm);min-width:320px}.dw-adbox__icon{width:48px;height:48px;border-radius:16px;background:var(--dw-soft);display:grid;place-items:center;color:var(--dw-blue);font-weight:800}.dw-adbox strong{font-size:18px;line-height:1.35;display:block}

/* Nav */
.dw-navwrap{background:#fff;border-bottom:1px solid var(--dw-line);position:sticky;top:0;z-index:50}.admin-bar .dw-navwrap{top:32px}.dw-nav{height:70px;display:flex;align-items:center;gap:28px}.dw-home-ico{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--dw-line);border-radius:14px;color:var(--dw-blue);background:#fff;box-shadow:var(--dw-shadow-sm);flex:0 0 auto}.dw-menu{display:flex;align-items:center;gap:4px;list-style:none;padding:0;margin:0;flex:1;min-width:0;overflow:auto;scrollbar-width:none}.dw-menu::-webkit-scrollbar{display:none}.dw-menu li{margin:0}.dw-menu a{display:block;padding:12px 16px;border-radius:14px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--dw-dark);white-space:nowrap}.dw-menu a:hover,.dw-menu .current-menu-item>a{background:var(--dw-soft);color:var(--dw-blue)}.dw-search-toggle{border:0;background:#fff;color:var(--dw-dark);width:46px;height:46px;border-radius:16px;display:grid;place-items:center;cursor:pointer;border:1px solid var(--dw-line);flex:0 0 auto}.dw-search-toggle:hover{color:var(--dw-blue);box-shadow:var(--dw-shadow-sm)}

/* Search */
.dw-search-panel{position:fixed;inset:0;background:rgba(1,22,40,.45);backdrop-filter:blur(6px);z-index:200;display:none;padding:96px 20px}.dw-search-panel.is-open{display:block}.dw-search-box{width:min(760px,100%);margin:auto;background:#fff;border:1px solid var(--dw-line);border-radius:28px;box-shadow:0 30px 80px rgba(1,22,40,.18);overflow:hidden}.dw-search-form{display:flex;gap:12px;padding:18px;border-bottom:1px solid var(--dw-line-2)}.dw-search-form input{flex:1;border:1px solid var(--dw-line);border-radius:16px;padding:16px 18px;font:500 16px var(--dw-font);outline:0}.dw-search-form button{border:0;background:var(--dw-blue);color:#fff;border-radius:16px;padding:0 24px;font-weight:800;cursor:pointer}.dw-search-close{position:absolute;right:24px;top:22px;background:#fff;border:0;border-radius:999px;width:44px;height:44px;font-size:26px;cursor:pointer}.dw-search-results{padding:18px;max-height:55vh;overflow:auto}.dw-search-item{display:flex;gap:14px;align-items:center;padding:12px;border-radius:16px}.dw-search-item:hover{background:var(--dw-soft)}.dw-search-item img{width:72px;height:54px;object-fit:cover;border-radius:12px}.dw-search-item strong{display:block;font-size:14px}.dw-search-item span{font-size:12px;color:var(--dw-muted)}.dw-search-empty{padding:18px;color:var(--dw-muted)}
.widget .search-form,.dw-widget .search-form{position:relative}.dw-live-suggest{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--dw-line);border-radius:18px;box-shadow:var(--dw-shadow);z-index:20;padding:8px;display:none}.dw-live-suggest.is-visible{display:block}.dw-live-suggest a{display:block;padding:9px 10px;border-radius:12px;font-size:13px;color:var(--dw-dark)!important}.dw-live-suggest a:hover{background:var(--dw-soft);color:var(--dw-blue)!important}

/* Ticker */
.dw-ticker{background:#fff;border-bottom:1px solid var(--dw-line-2)}.dw-ticker__in{height:54px;display:flex;align-items:center;gap:22px;overflow:hidden}.dw-ticker__label{font-size:13px;font-weight:800;color:var(--dw-blue);text-transform:uppercase;display:flex;gap:7px;align-items:center;flex:0 0 auto}.dw-ticker__track{display:flex;gap:34px;align-items:center;white-space:nowrap;animation:dwMarquee 34s linear infinite}.dw-ticker__track:hover{animation-play-state:paused}.dw-ticker__track a{font-size:14px;color:#26364a}.dw-ticker__track a:before{content:'•';color:var(--dw-blue);margin-right:26px}@keyframes dwMarquee{from{transform:translateX(0)}to{transform:translateX(-45%)}}

/* Hero */
.dw-main{padding:34px 0 0}.dw-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.62fr) minmax(320px,.62fr);gap:22px;align-items:stretch}.dw-card{background:#fff;border:1px solid var(--dw-line);border-radius:var(--dw-radius-lg);box-shadow:var(--dw-shadow-sm);overflow:hidden}.dw-featured{display:grid;grid-template-columns:1fr .82fr;min-height:390px;position:relative}.dw-featured__body{padding:34px 30px;display:flex;flex-direction:column;justify-content:center}.dw-kicker{display:inline-flex;align-items:center;width:max-content;border:1px solid var(--dw-line);border-radius:999px;color:var(--dw-blue);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:7px 12px;background:#fff}.dw-featured h1,.dw-featured h2{font-size:34px;line-height:1.18;letter-spacing:-.045em;margin:20px 0 16px;font-weight:750}.dw-meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--dw-muted);font-size:12px;margin-bottom:16px}.dw-featured p{color:#516070;font-size:15px;margin:0 0 22px;max-width:560px}.dw-btn{display:inline-flex;align-items:center;gap:10px;border:0;border-radius:14px;background:var(--dw-blue);color:#fff!important;font-weight:800;padding:13px 18px;width:max-content;box-shadow:0 12px 28px rgba(9,116,254,.22);cursor:pointer}.dw-featured__media{display:flex;align-items:center;justify-content:center;padding:28px}.dw-featured__media img{width:100%;height:300px;object-fit:cover;border-radius:22px}.dw-dots{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);display:flex;gap:8px}.dw-dots span{width:10px;height:10px;border-radius:999px;background:#cfe0f8}.dw-dots span:first-child{background:var(--dw-blue);width:28px}.dw-panel{padding:24px}.dw-panel__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.dw-panel h2,.dw-panel h3{margin:0;font-size:16px;text-transform:uppercase;letter-spacing:.04em;font-weight:800}.dw-panel__more{font-size:12px;color:var(--dw-blue);font-weight:700}.dw-radar-list{display:grid;gap:14px}.dw-radar-item{display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:center}.dw-radar-icon{width:34px;height:34px;border-radius:12px;background:var(--dw-soft);display:grid;place-items:center;color:var(--dw-blue);font-weight:900}.dw-radar-item strong{font-size:13px;line-height:1.25}.dw-radar-item small{display:block;color:var(--dw-muted);font-size:11px}.dw-up{color:#0eae68;font-weight:800}.dw-down{color:#ff4d4d;font-weight:800}.dw-radar-foot{border-top:1px solid var(--dw-line-2);margin-top:18px;padding-top:14px;color:var(--dw-muted);font-size:12px}.dw-most-list{display:grid;gap:18px}.dw-most-item{display:grid;grid-template-columns:34px 1fr auto;gap:14px;align-items:start}.dw-rank{width:34px;height:34px;border-radius:12px;background:var(--dw-soft);color:var(--dw-blue);font-weight:900;display:grid;place-items:center}.dw-most-item a{font-size:13px;line-height:1.35;font-weight:700}.dw-most-item small{font-size:11px;color:var(--dw-muted);white-space:nowrap}

/* Category buttons */
.dw-section{margin-top:28px}.dw-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.dw-section-title{font-size:16px;text-transform:uppercase;letter-spacing:.04em;font-weight:850;margin:0;display:flex;gap:8px;align-items:center}.dw-section-title:before{content:'';width:8px;height:8px;border-radius:50%;background:var(--dw-blue);box-shadow:0 0 0 7px rgba(9,116,254,.10)}.dw-cat-row{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:14px}.dw-cat-card{background:#fff;border:1px solid var(--dw-line);border-radius:20px;padding:18px 12px;display:grid;gap:10px;place-items:center;text-align:center;min-height:112px;box-shadow:var(--dw-shadow-sm);transition:transform .2s ease,box-shadow .2s ease,border .2s ease}.dw-cat-card:hover{transform:translateY(-4px);border-color:var(--dw-blue);box-shadow:0 18px 36px rgba(9,116,254,.10)}.dw-cat-card__icon{width:42px;height:42px;border-radius:16px;background:var(--dw-soft);display:grid;place-items:center;color:var(--dw-blue)}.dw-cat-card strong{font-size:12px}.dw-cat-card span{font-size:11px;color:var(--dw-blue);font-weight:700}

/* Content layout */
.dw-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px;align-items:start}.dw-post-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.dw-story{padding:0;transition:.2s}.dw-story:hover{transform:translateY(-3px);box-shadow:var(--dw-shadow)}.dw-story img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.dw-story__body{padding:16px}.dw-story h3{font-size:17px;line-height:1.28;letter-spacing:-.02em;margin:10px 0 10px;font-weight:780}.dw-story p{font-size:13px;color:var(--dw-muted);margin:0 0 14px}.dw-story .dw-meta{font-size:11px;margin:0}.dw-chip{display:inline-flex;border:1px solid var(--dw-line);background:#fff;color:var(--dw-blue);border-radius:999px;padding:5px 10px;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.03em}.dw-readmore{color:var(--dw-blue);font-weight:800;font-size:13px}

/* Intelligence / widgets */
.dw-intel{padding:26px}.dw-intel__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-top:22px}.dw-intel-card{border:1px solid var(--dw-line);border-radius:22px;padding:18px;background:#fff;min-height:185px;display:flex;flex-direction:column;justify-content:space-between}.dw-intel-card b{font-size:12px;text-transform:uppercase;color:var(--dw-blue);letter-spacing:.07em}.dw-intel-card strong{font-size:16px;line-height:1.2;letter-spacing:-.02em;margin:12px 0;display:block}.dw-bar{height:8px;border-radius:999px;background:#e9f2ff;overflow:hidden}.dw-bar span{display:block;height:100%;background:var(--dw-blue);border-radius:999px}.dw-widget{background:#fff;border:1px solid var(--dw-line);border-radius:24px;padding:24px;box-shadow:var(--dw-shadow-sm);margin-bottom:20px}.dw-widget h2,.dw-widget h3{font-size:22px;letter-spacing:-.04em;margin:0 0 16px}.dw-widget ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.dw-widget li{border-bottom:1px solid var(--dw-line-2);padding-bottom:12px}.dw-widget li:last-child{border-bottom:0;padding-bottom:0}.dw-widget a{color:var(--dw-blue);font-weight:600}.dw-newsletter{background:#fff}.dw-newsletter p{color:var(--dw-muted);font-size:14px}.dw-newsletter-form{display:flex;gap:10px}.dw-newsletter input{min-width:0;flex:1;border:1px solid var(--dw-line);border-radius:14px;padding:13px 14px;font:500 14px var(--dw-font)}.dw-newsletter button{border:0;background:var(--dw-blue);color:#fff;border-radius:14px;padding:0 16px;font-weight:800}.dw-comment-mini{display:grid!important;gap:14px!important}.dw-comment-mini li{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start}.dw-comment-mini img{border-radius:50%}.dw-archive-list a,.dw-recent-list a{display:flex;align-items:center;gap:10px}.dw-archive-list a:before,.dw-recent-list a:before{content:'›';color:var(--dw-blue);font-weight:900}.dw-tags{display:flex;flex-wrap:wrap;gap:10px}.dw-tags a{border:1px solid var(--dw-line);border-radius:999px;padding:8px 12px;color:var(--dw-blue);font-size:12px;font-weight:700;background:#fff}.dw-tags a:hover{background:var(--dw-blue);color:#fff}

/* Archive / single */
.dw-archive-hero,.dw-single-hero{background:#fff;border:1px solid var(--dw-line);border-radius:30px;padding:40px;margin:34px auto 24px;box-shadow:var(--dw-shadow-sm)}.dw-archive-hero h1,.dw-single-hero h1{font-size:clamp(34px,5vw,62px);line-height:1.06;letter-spacing:-.06em;margin:12px 0 12px}.dw-archive-desc,.dw-single-excerpt{color:var(--dw-muted);font-size:18px;max-width:820px}.dw-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.dw-single-wrap{display:grid;grid-template-columns:minmax(0,840px) 330px;gap:30px;align-items:start}.dw-content{background:#fff;border:1px solid var(--dw-line);border-radius:28px;padding:42px;box-shadow:var(--dw-shadow-sm);font-size:18px;color:#26364a}.dw-content h2,.dw-content h3{color:var(--dw-dark);letter-spacing:-.04em}.dw-content a{color:var(--dw-blue);font-weight:700}.dw-content img{border-radius:22px}.dw-post-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.dw-post-tags a{border:1px solid var(--dw-line);border-radius:999px;color:var(--dw-blue);padding:8px 12px;font-size:12px;font-weight:800}.dw-pagination{display:flex;gap:10px;justify-content:center;margin:30px 0}.dw-pagination .page-numbers{border:1px solid var(--dw-line);border-radius:12px;padding:9px 13px;background:#fff;color:var(--dw-blue);font-weight:800}.dw-pagination .current{background:var(--dw-blue);color:#fff}

/* Comments */
.comments-area{background:#fff;border:1px solid var(--dw-line);border-radius:28px;padding:32px;margin-top:28px;box-shadow:var(--dw-shadow-sm)}.comments-title,.comment-reply-title{font-size:26px;letter-spacing:-.04em}.comment-list{list-style:none;padding:0;margin:0;display:grid;gap:18px}.comment-body{border:1px solid var(--dw-line-2);border-radius:22px;padding:18px}.comment-author img{border-radius:50%;vertical-align:middle;margin-right:10px}.comment-metadata{font-size:12px;color:var(--dw-muted);margin:6px 0 10px}.comment-form input,.comment-form textarea{width:100%;border:1px solid var(--dw-line);border-radius:16px;padding:14px;font:500 15px var(--dw-font)}.comment-form .submit{width:auto;background:var(--dw-blue);color:#fff;border:0;border-radius:14px;font-weight:800;padding:13px 18px}

/* Footer */
.dw-footer{background:var(--dw-dark);color:#fff;margin-top:46px;padding:58px 0 28px}.dw-footer a{color:#d7e8ff}.dw-footer__grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .9fr;gap:42px}.dw-footer-logo{font-size:34px;font-weight:900;letter-spacing:-.06em}.dw-footer-logo span{color:#4da0ff}.dw-footer p{color:#b9c7d7}.dw-footer h3{font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px}.dw-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.dw-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#b9c7d7;font-size:13px}.dw-backtop{position:fixed;right:22px;bottom:22px;width:54px;height:54px;border-radius:18px;background:var(--dw-blue);color:#fff;display:grid;place-items:center;box-shadow:0 16px 40px rgba(9,116,254,.35);z-index:80}

/* Motion */
.dw-animate{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.dw-animate.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.dw-animate{opacity:1;transform:none}}

/* Responsive */
@media(max-width:1180px){.dw-brand__in{grid-template-columns:1fr;gap:16px;padding:22px 0}.dw-logo,.dw-brand-pill,.dw-adbox{justify-self:center;text-align:center}.dw-hero-grid{grid-template-columns:1fr 1fr}.dw-featured{grid-column:1/-1}.dw-layout,.dw-single-wrap{grid-template-columns:1fr}.dw-cat-row{grid-template-columns:repeat(4,1fr)}.dw-intel__grid{grid-template-columns:repeat(3,1fr)}.dw-post-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:782px){.admin-bar .dw-navwrap{top:46px}.dw-container{width:min(100% - 28px,var(--dw-max))}.dw-topbar__in{height:auto;min-height:42px}.dw-toplinks,.dw-social{display:none}.dw-brand__in{min-height:auto}.dw-logo img{max-height:104px}.dw-brand-pill{font-size:15px;padding:14px 20px}.dw-adbox{min-width:0;width:100%;padding:18px}.dw-nav{height:62px}.dw-menu{gap:0}.dw-menu a{font-size:12px;padding:10px 12px}.dw-hero-grid{grid-template-columns:1fr}.dw-featured{grid-template-columns:1fr;min-height:auto}.dw-featured__body{padding:24px}.dw-featured h1,.dw-featured h2{font-size:28px}.dw-featured__media{padding:0 18px 28px}.dw-cat-row{grid-template-columns:repeat(2,1fr)}.dw-post-grid,.dw-archive-grid{grid-template-columns:1fr}.dw-intel__grid{grid-template-columns:1fr}.dw-footer__grid{grid-template-columns:1fr}.dw-footer-bottom{flex-direction:column}.dw-content,.dw-archive-hero,.dw-single-hero{padding:26px}.dw-newsletter-form{flex-direction:column}.dw-ticker__track{animation-duration:24s}.dw-card{border-radius:22px}}
@media(max-width:460px){.dw-logo img{max-height:84px}.dw-brand-pill{white-space:normal}.dw-featured h1,.dw-featured h2{font-size:24px}.dw-cat-row{grid-template-columns:1fr 1fr}.dw-cat-card{min-height:96px;padding:14px 8px}.dw-panel{padding:20px}.dw-search-form{flex-direction:column}.dw-search-form button{padding:14px}.dw-backtop{right:14px;bottom:14px;width:48px;height:48px}}

/* ===============================
   DWNews Max White-Tech PRO 6.2
   Ajustes premium solicitados
================================ */
:root{--dw-max:1360px;--dw-radius:18px;--dw-radius-lg:24px} 
body{font-weight:400;background:#fff}.dw-container{width:min(var(--dw-max),calc(100% - 64px))}.dw-main{background:#fff}.dw-topbar{background:#fff;color:var(--dw-dark)}.dw-topbar__in{height:38px;overflow:visible}.dw-site-url{font-weight:650;color:var(--dw-dark);opacity:1}.dw-toplinks{margin-left:auto}.dw-social a{width:28px;height:28px;border-radius:999px;border:1px solid var(--dw-line);display:grid;place-items:center;color:var(--dw-dark);background:#fff;text-transform:uppercase;font-size:10px;line-height:1}.dw-social a:hover{border-color:var(--dw-blue);color:#fff;background:var(--dw-blue)}
.dw-brand__in{min-height:168px;grid-template-columns:1.05fr .62fr .64fr}.dw-logo{justify-self:start}.dw-logo img{width:min(500px,100%);max-height:150px}.dw-brand-pill{font-size:17px;padding:15px 28px;box-shadow:none}.dw-adbox{width:100%;max-width:380px;text-decoration:none;box-shadow:none;min-width:0;padding:22px 28px}.dw-adbox strong{font-size:16px}.dw-adbox:hover{border-color:var(--dw-blue)}
.dw-navwrap{position:relative;top:auto}.dw-nav{height:62px}.dw-menu{overflow:hidden}.dw-search-toggle{margin-left:auto}.dw-ticker{background:#fff;border-top:0}.dw-ticker__in{display:grid;grid-template-columns:auto minmax(0,1fr);gap:20px;align-items:center;height:48px}.dw-ticker__label{position:relative;z-index:2;background:#fff;color:var(--dw-blue);padding-right:14px;text-transform:uppercase;font-weight:850;white-space:nowrap}.dw-ticker__mask{min-width:0;overflow:hidden;position:relative}.dw-ticker__mask:before,.dw-ticker__mask:after{content:'';position:absolute;top:0;bottom:0;width:52px;z-index:2;pointer-events:none}.dw-ticker__mask:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.dw-ticker__mask:after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}.dw-ticker__track{display:flex;gap:32px;align-items:center;white-space:nowrap;will-change:transform}.dw-ticker__track a{font-size:13px;font-weight:600;color:#314154}.dw-ticker__track a:before{content:'•';color:var(--dw-blue);margin-right:28px}.dw-card,.dw-panel,.dw-widget{box-shadow:none}.dw-hero-grid{grid-template-columns:minmax(0,1.4fr) minmax(260px,.56fr) minmax(260px,.58fr);gap:18px;margin-top:28px}.dw-featured{min-height:410px;box-shadow:none}.dw-featured h1{font-size:clamp(28px,3.2vw,46px);font-weight:760;line-height:1.13}.dw-featured__body{padding:34px}.dw-panel{padding:22px}.dw-panel__head h2,.dw-panel__head h3{font-size:20px;letter-spacing:-.03em}.dw-section{margin-top:24px}.dw-cat-row{grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.dw-cat-card{min-height:92px;border-radius:18px;padding:14px 10px;box-shadow:none;position:relative;overflow:hidden}.dw-cat-card:after{content:'';position:absolute;inset:auto 18px 0;height:3px;background:var(--cat,var(--dw-blue));border-radius:999px;transform:scaleX(.4);opacity:.65;transition:.22s ease}.dw-cat-card:hover:after{transform:scaleX(1);opacity:1}.dw-cat-card__icon{width:38px;height:38px;border-radius:14px;color:var(--cat,var(--dw-blue));background:#f4f8ff}.dw-cat-card:hover{transform:translateY(-4px);border-color:var(--cat,var(--dw-blue));color:var(--dw-dark)}.dw-cat-card strong{font-size:12px;line-height:1.2}.dw-cat-card span:not(.dw-cat-card__icon){font-size:10px}.dw-layout{grid-template-columns:minmax(0,1fr) 310px;gap:22px}.dw-post-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dw-story{overflow:hidden}.dw-story h3{font-size:16px}.dw-story p{font-size:12.5px}.dw-story__media img,.dw-story__media .dw-thumb-placeholder{height:auto;aspect-ratio:16/9}.dw-radar-card{position:relative;overflow:hidden}.dw-radar-score{width:128px;height:128px;border:1px solid #bfe0ff;border-radius:999px;margin:8px auto 18px;display:grid;place-items:center;text-align:center;color:var(--dw-blue);background:#fff;box-shadow:inset 0 0 0 10px #f2f8ff}.dw-radar-score span{font-size:38px;line-height:1;font-weight:850}.dw-radar-score small{display:block;font-size:9px;line-height:1.1;text-transform:uppercase;font-weight:800;color:#5893d4;margin-top:-36px;max-width:80px}.dw-radar-list--compact{display:grid;gap:10px}.dw-radar-row{display:flex;justify-content:space-between;gap:14px;align-items:center;font-size:12.5px}.dw-radar-row strong{font-weight:700}.dw-up{color:#12a868;font-weight:850}.dw-down{color:#ef4444;font-weight:850}.dw-radar-foot{font-size:11px}.dw-intel{padding:24px}.dw-status-pills{display:flex;gap:8px;flex-wrap:wrap}.dw-status-pills span{border:1px solid var(--dw-line);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;background:#fff}.dw-status-pills b{color:var(--dw-blue)}.dw-intel-intro{color:var(--dw-muted);max-width:720px;margin-top:-4px}.dw-intel__grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.dw-intel-card--photo{min-height:0;padding:12px;gap:12px}.dw-intel-card__img{display:block;border-radius:16px;overflow:hidden;background:var(--dw-soft)}.dw-intel-card__img img,.dw-intel-card__img .dw-thumb-placeholder{width:100%;aspect-ratio:16/10;object-fit:cover}.dw-intel-card strong{font-size:14px}.dw-bottom-widgets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.dw-mini-post-list,.dw-most-list--media{display:grid!important;gap:14px!important}.dw-mini-post,.dw-most-media{display:grid!important;grid-template-columns:82px 1fr;gap:12px;align-items:center;color:var(--dw-dark)!important}.dw-most-media{grid-template-columns:34px 82px 1fr}.dw-mini-post__img,.dw-most-media__img{display:block;border-radius:14px;overflow:hidden;background:var(--dw-soft)}.dw-mini-post__img img,.dw-most-media__img img,.dw-mini-post__img .dw-thumb-placeholder,.dw-most-media__img .dw-thumb-placeholder{width:100%;aspect-ratio:4/3;object-fit:cover}.dw-mini-post strong,.dw-most-media strong{font-size:13px;line-height:1.25;display:block}.dw-mini-post small,.dw-most-media small{font-size:11px;color:var(--dw-muted)}.dw-newsletter{background:#fff;border-color:var(--dw-line);position:relative;overflow:hidden}.dw-newsletter:before{content:'';position:absolute;right:-30px;top:-30px;width:110px;height:110px;border-radius:999px;background:#f2f8ff;z-index:0}.dw-newsletter>*{position:relative;z-index:1}.dw-newsletter h3{font-size:22px}.dw-newsletter-form{display:grid;grid-template-columns:1fr auto;gap:10px}.dw-small-note{font-size:12px}.dw-footer{background:#011628;margin-top:42px}.dw-footer__grid{grid-template-columns:1.2fr .8fr .8fr 1fr}.dw-footer-logo-img img{max-width:220px;max-height:95px;object-fit:contain;object-position:left center;filter:none}.dw-footer-newsletter{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:22px}.dw-footer-form{display:grid;grid-template-columns:1fr 48px;background:#fff;border-radius:999px;overflow:hidden;padding:4px}.dw-footer-form input{border:0;padding:12px 16px;min-width:0;font:500 14px var(--dw-font)}.dw-footer-form button{border:0;border-radius:999px;background:var(--dw-blue);color:#fff;font-weight:900}.dw-post-tags a:nth-child(n+11){display:none}.dw-single-image{margin-bottom:22px;padding:0;overflow:hidden}.dw-single-image img{width:100%;display:block}.dw-search-panel{backdrop-filter:saturate(140%) blur(8px)}
@media(max-width:1180px){.dw-brand__in{grid-template-columns:1fr;gap:18px}.dw-logo{justify-self:center}.dw-adbox{justify-self:center}.dw-hero-grid{grid-template-columns:1fr 1fr}.dw-featured{grid-column:1/-1}.dw-layout,.dw-single-wrap{grid-template-columns:1fr}.dw-cat-row{grid-template-columns:repeat(4,1fr)}.dw-intel__grid--four{grid-template-columns:repeat(2,1fr)}.dw-bottom-widgets{grid-template-columns:1fr}.dw-post-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:782px){.dw-container{width:min(100% - 28px,var(--dw-max))}.dw-topbar__in{display:grid;grid-template-columns:1fr auto;gap:10px;height:auto;padding:8px 0}.dw-toplinks{display:none}.dw-topbar .dw-social{display:flex}.dw-social a{width:26px;height:26px}.dw-logo img{max-height:112px}.dw-brand__in{padding:18px 0}.dw-brand-pill{white-space:normal;font-size:14px;text-align:center}.dw-adbox{padding:16px 18px}.dw-nav{height:58px;gap:12px}.dw-menu{overflow:auto}.dw-ticker__in{height:44px;gap:10px}.dw-ticker__label{font-size:12px}.dw-hero-grid{grid-template-columns:1fr}.dw-featured{grid-template-columns:1fr;min-height:auto}.dw-featured__body{padding:24px}.dw-featured h1{font-size:28px}.dw-cat-row{grid-template-columns:repeat(2,1fr)}.dw-post-grid,.dw-archive-grid{grid-template-columns:1fr}.dw-intel__grid--four{grid-template-columns:1fr}.dw-footer__grid{grid-template-columns:1fr}.dw-footer-bottom{flex-direction:column}.dw-content,.dw-archive-hero,.dw-single-hero{padding:26px}.dw-newsletter-form{grid-template-columns:1fr}.dw-newsletter button{min-height:46px}.dw-most-media,.dw-mini-post{grid-template-columns:74px 1fr}.dw-most-media .dw-rank{display:none}}
@media(max-width:460px){.dw-container{width:min(100% - 22px,var(--dw-max))}.dw-logo img{max-height:92px}.dw-featured h1{font-size:25px}.dw-panel{padding:18px}.dw-cat-card{min-height:88px}.dw-ticker__track{gap:24px}.dw-footer-form{grid-template-columns:1fr}.dw-footer-form button{height:46px}.dw-backtop{right:14px;bottom:14px;width:48px;height:48px}}

/* ===============================
   DWNEWS MAX 6.5 - AJUSTES FINALES DWVISUAL
   =============================== */
.dw-brand__in.dw-brand__in--final{
  min-height:190px!important;
  display:grid!important;
  grid-template-columns:minmax(360px, .98fr) minmax(330px, .76fr) minmax(330px, .76fr)!important;
  gap:28px!important;
  align-items:center!important;
  padding:26px 0!important;
}
.dw-brand__in--final .dw-logo{justify-self:start!important;align-self:center!important;min-width:0!important}
.dw-brand__in--final .dw-logo img{width:min(520px,100%)!important;max-height:150px!important;object-fit:contain!important;object-position:left center!important;display:block!important}
.dw-brand__in--final .dw-logo-fallback{font-size:34px}
.dw-brand__in--final .dw-adbox{justify-self:stretch!important;align-self:center!important;width:100%!important;max-width:none!important;min-width:0!important;height:128px!important;display:grid!important;grid-template-columns:58px 1fr!important;align-items:center!important;gap:20px!important;position:relative!important;border-radius:30px!important;background:linear-gradient(135deg,#fff 0%,#f7fbff 100%)!important;overflow:hidden!important;text-decoration:none!important;color:var(--dw-dark)!important}
.dw-brand__in--final .dw-adbox:after{content:'';position:absolute;right:-42px;top:-42px;width:130px;height:130px;border-radius:999px;background:rgba(9,116,254,.08)}
.dw-adbox em{position:absolute;right:26px;top:18px;text-transform:uppercase;letter-spacing:.18em;font-style:normal;font-size:12px;font-weight:900;color:#8191aa;z-index:2}
.dw-brand__in--final .dw-adbox strong{font-size:clamp(18px,1.35vw,25px)!important;line-height:1.18!important;max-width:420px!important;z-index:2!important}
.dw-brand__in--final .dw-adbox__icon{width:58px!important;height:58px!important;border-radius:20px!important;z-index:2!important;background:#eef6ff!important}
.dw-brand-pill{display:none!important}
.dw-menu{justify-content:space-between!important;gap:8px!important;overflow:visible!important}
.dw-menu a{font-size:clamp(11px,.76vw,13px)!important;padding:11px clamp(8px,.8vw,15px)!important;position:relative;transition:.2s ease;color:var(--dw-dark)}
.dw-menu a:after{content:'';position:absolute;left:14px;right:14px;bottom:4px;height:3px;border-radius:999px;background:var(--cat,var(--dw-blue));transform:scaleX(0);opacity:0;transition:.22s ease}
.dw-menu a:hover:after,.dw-menu .current-menu-item>a:after{transform:scaleX(1);opacity:1}.dw-menu a:hover{background:#f5f9ff;color:var(--dw-blue)}
.dw-mobile-menu-toggle{display:none;border:1px solid var(--dw-line);background:#fff;width:46px;height:46px;border-radius:16px;align-items:center;justify-content:center;flex-direction:column;gap:5px;color:var(--dw-dark)}
.dw-mobile-menu-toggle span{display:block;width:20px;height:2px;background:currentColor;border-radius:999px;transition:.25s ease}.dw-mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.dw-mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.dw-mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.dw-ticker__track{animation-duration:34s!important}.dw-ticker__track a{font-size:14px!important}
.dw-story{--cat:#0974fe;border-color:rgba(9,116,254,.14)!important;position:relative;overflow:hidden}.dw-story:before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,var(--cat),transparent 38%);opacity:0;transition:.25s ease;pointer-events:none}.dw-story:hover:before{opacity:.08}.dw-story:hover{transform:translateY(-6px)!important;border-color:color-mix(in srgb,var(--cat),#fff 55%)!important;box-shadow:0 24px 60px rgba(2,21,45,.09)!important}.dw-story:hover h3 a{color:var(--cat)!important}.dw-story__media{display:block;position:relative;overflow:hidden}.dw-story__media img,.dw-story__media .dw-thumb-placeholder{transition:transform .38s ease,filter .38s ease}.dw-story:hover .dw-story__media img,.dw-story:hover .dw-story__media .dw-thumb-placeholder{transform:scale(1.055);filter:saturate(1.08) contrast(1.04)}.dw-story__icon{position:absolute;right:14px;top:14px;width:38px;height:38px;border-radius:14px;background:var(--cat);color:#fff;display:grid;place-items:center;font-weight:900;opacity:0;transform:translateY(-6px) scale(.9);transition:.25s ease;box-shadow:0 12px 28px rgba(0,0,0,.16)}.dw-story:hover .dw-story__icon{opacity:1;transform:translateY(0) scale(1)}.dw-chip{border-color:color-mix(in srgb,var(--cat,var(--dw-blue)),#fff 65%)!important;color:var(--cat,var(--dw-blue))!important}.dw-readmore{color:var(--cat,var(--dw-blue))!important}
.dw-author-mini{margin:8px 0 8px}.dw-author-mini a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#526274;font-size:12px;font-weight:800}.dw-author-mini img{width:26px!important;height:26px!important;border-radius:999px!important}
.dw-author-box{display:grid;grid-template-columns:96px 1fr;gap:22px;align-items:center;margin:26px 0;padding:26px;border:1px solid var(--dw-line);border-radius:28px;background:linear-gradient(135deg,#fff,#f6fbff)}.dw-author-photo img{border-radius:28px}.dw-author-badge{display:inline-flex;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--dw-blue);background:#eef6ff;border-radius:999px;padding:7px 11px;margin-bottom:8px}.dw-author-box h3{margin:0 0 8px}.dw-author-box h3 a{text-decoration:none;color:var(--dw-dark)}.dw-author-box p{margin:0 0 10px;color:var(--dw-muted)}
.dw-archive-hero[style*="--cat"]{border-color:color-mix(in srgb,var(--cat),#fff 68%);background:linear-gradient(135deg,#fff 0%,color-mix(in srgb,var(--cat),#fff 91%) 100%)}.dw-archive-hero[style*="--cat"] .dw-kicker,.dw-archive-hero[style*="--cat"] h1{color:var(--cat)}
.dw-page-premium{position:relative;padding:42px;border:1px solid var(--dw-line);border-radius:34px;background:linear-gradient(135deg,#fff,#f7fbff);overflow:hidden}.dw-page-premium:before{content:'';position:absolute;right:-70px;top:-70px;width:220px;height:220px;border-radius:999px;background:rgba(9,116,254,.08)}.dw-page-kicker{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--dw-line);border-radius:999px;padding:8px 14px;color:var(--dw-blue);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;background:#fff}.dw-page-premium h2{font-size:clamp(34px,4vw,60px);line-height:1.02;letter-spacing:-.06em;margin:20px 0}.dw-page-premium h3{font-size:24px;margin:26px 0 10px}.dw-page-premium p,.dw-page-premium li{font-size:17px;line-height:1.75;color:#44546b}.dw-icon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0}.dw-icon-grid article{padding:24px;border:1px solid var(--dw-line);border-radius:24px;background:#fff}.dw-icon-grid span{width:48px;height:48px;border-radius:16px;background:#eef6ff;color:var(--dw-blue);display:grid;place-items:center;font-weight:900;margin-bottom:14px}.dw-check-list{display:grid;gap:10px;padding-left:0;list-style:none}.dw-check-list li{position:relative;padding-left:30px}.dw-check-list li:before{content:'✓';position:absolute;left:0;color:var(--dw-blue);font-weight:900}.dw-form{display:grid;gap:14px;margin-top:26px}.dw-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dw-form label{display:grid;gap:8px;font-weight:800;color:var(--dw-dark)}.dw-form input,.dw-form textarea{width:100%;border:1px solid var(--dw-line);border-radius:18px;padding:15px 18px;font:500 15px var(--dw-font);outline:0;background:#fff}.dw-form input:focus,.dw-form textarea:focus{border-color:var(--dw-blue);box-shadow:0 0 0 4px rgba(9,116,254,.09)}.dw-form button{border:0;border-radius:18px;background:var(--dw-blue);color:#fff;font-weight:900;padding:16px 22px;cursor:pointer}.dw-hp{position:absolute!important;left:-9999px!important}.dw-newsletter-box{margin-top:26px;padding:24px;border-radius:26px;background:#02162b;color:#fff}.dw-newsletter-box p{color:#d7e6ff}.dw-newsletter-box .dw-form input{border-color:transparent}.dw-toast{position:fixed;left:50%;bottom:26px;transform:translateX(-50%);z-index:99999;background:#06172c;color:#fff;border-radius:999px;padding:14px 22px;font-weight:800;box-shadow:0 18px 60px rgba(0,0,0,.25)}
.avatar{object-fit:cover}.dw-comment-mini .avatar{border-radius:999px}.comment-author .avatar{border-radius:999px;box-shadow:0 8px 22px rgba(0,0,0,.12)}
@media(max-width:1360px){.dw-brand__in.dw-brand__in--final{grid-template-columns:minmax(300px,.9fr) minmax(280px,.78fr) minmax(280px,.78fr)!important;gap:18px!important}.dw-brand__in--final .dw-adbox{height:118px!important;padding:20px!important}.dw-brand__in--final .dw-logo img{max-height:126px!important}.dw-menu a{padding-left:8px!important;padding-right:8px!important;font-size:11.5px!important}}
@media(max-width:1180px){.dw-brand__in.dw-brand__in--final{grid-template-columns:1fr 1fr!important}.dw-brand__in--final .dw-logo{grid-column:1/-1;justify-self:center!important}.dw-brand__in--final .dw-adbox{height:110px!important}.dw-menu{overflow:auto!important;justify-content:flex-start!important}.dw-icon-grid{grid-template-columns:1fr}}
@media(max-width:782px){.dw-brand__in.dw-brand__in--final{grid-template-columns:1fr!important;min-height:0!important;padding:14px 0!important}.dw-brand__in--final .dw-logo img{max-height:92px!important}.dw-brand__in--final .dw-adbox{height:auto!important;min-height:92px!important;border-radius:22px!important}.dw-mobile-menu-toggle{display:flex}.dw-nav{position:relative}.dw-menu{position:fixed!important;left:14px;right:14px;top:126px;z-index:1000;display:grid!important;grid-template-columns:1fr!important;gap:8px!important;max-height:calc(100vh - 150px);overflow:auto!important;padding:18px!important;border:1px solid var(--dw-line);border-radius:26px;background:rgba(255,255,255,.96);box-shadow:0 28px 90px rgba(0,0,0,.18);backdrop-filter:blur(16px);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.25s ease}.dw-menu-open .dw-menu{opacity:1;visibility:visible;transform:translateY(0)}.dw-menu a{font-size:15px!important;padding:14px 16px!important;border-radius:16px;background:#f7fbff}.dw-search-toggle{margin-left:auto}.dw-home-ico{display:none}.dw-ticker__track{animation-duration:26s!important}.dw-author-box{grid-template-columns:1fr;text-align:center}.dw-page-premium{padding:28px}.dw-form-grid{grid-template-columns:1fr}.dw-icon-grid{grid-template-columns:1fr}.dw-page-premium h2{font-size:34px}}

/* DWVisual v6.6 - Perfiles editoriales premium + EEAT */
.dw-author-box--premium{position:relative;overflow:hidden;grid-template-columns:112px 1fr;background:linear-gradient(135deg,#ffffff 0%,#f7fbff 54%,#eef6ff 100%);box-shadow:0 22px 70px rgba(15,23,42,.08)}
.dw-author-box--premium:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:var(--cat,var(--dw-blue))}.dw-author-box--premium:after{content:"";position:absolute;right:-80px;top:-80px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(38,132,255,.14),transparent 68%)}
.dw-author-box--premium .dw-author-photo img,.dw-author-hero__photo img{border-radius:28px!important;box-shadow:0 18px 45px rgba(15,23,42,.18);object-fit:cover}.dw-author-box__body{position:relative;z-index:1}.dw-author-role{font-size:13px;font-weight:900;color:#334155;margin:-2px 0 10px}.dw-author-box__meta,.dw-author-stats{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.dw-author-box__meta span,.dw-author-stats span{display:inline-flex;align-items:center;border:1px solid rgba(38,132,255,.16);background:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;color:#526274}.dw-author-socials{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 10px}.dw-author-socials a{display:inline-flex;text-decoration:none;border:1px solid var(--dw-line);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;color:var(--dw-dark);background:#fff}.dw-author-socials a:hover{border-color:var(--cat,var(--dw-blue));color:var(--cat,var(--dw-blue));transform:translateY(-1px)}
.dw-author-hero{display:grid;grid-template-columns:148px 1fr;gap:28px;align-items:center;margin:30px 0;padding:34px;border-radius:34px;background:linear-gradient(135deg,#ffffff,#f5faff);position:relative;overflow:hidden}.dw-author-hero:before{content:"";position:absolute;right:-110px;top:-110px;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle,rgba(38,132,255,.16),transparent 70%)}.dw-author-hero__content{position:relative;z-index:1}.dw-author-hero h1{font-size:clamp(36px,6vw,68px);line-height:.94;margin:8px 0 10px;letter-spacing:-.06em}.dw-author-hero p{max-width:850px;color:var(--dw-muted);font-size:17px;line-height:1.7}.dw-author-hero__role{font-weight:900;color:#334155!important;margin:0 0 10px!important}.dw-section-head{margin:30px 0 18px}.dw-section-head span{display:inline-flex;color:var(--dw-blue);font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.12em}.dw-section-head h2{font-size:clamp(28px,4vw,46px);letter-spacing:-.05em;margin:6px 0}.dw-grid--3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.dw-author-mini .avatar{object-fit:cover}.dw-story:hover h3 a{color:var(--cat,var(--dw-blue))}.dw-story:hover .dw-story__media img{filter:saturate(1.08) contrast(1.04);transform:scale(1.035)}.dw-story__media img{transition:transform .35s ease,filter .35s ease}.dw-story__icon{background:var(--cat,var(--dw-blue))!important;color:#fff!important}
@media(max-width:900px){.dw-grid--3{grid-template-columns:1fr 1fr}.dw-author-hero{grid-template-columns:1fr;text-align:center}.dw-author-hero__photo{display:flex;justify-content:center}.dw-author-stats,.dw-author-socials{justify-content:center}}
@media(max-width:620px){.dw-grid--3{grid-template-columns:1fr}.dw-author-box--premium{grid-template-columns:1fr;text-align:center}.dw-author-box--premium .dw-author-photo{display:flex;justify-content:center}.dw-author-box__meta,.dw-author-socials{justify-content:center}.dw-author-hero{padding:24px;border-radius:28px}}

/* DWVisual v5.3.1 - Editores reales + widgets inferiores a dos columnas */
.dw-bottom-widgets--two{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch}.dw-bottom-widgets--two .dw-widget{min-height:360px}.dw-bottom-widgets--two .dw-mini-post-list,.dw-bottom-widgets--two .dw-most-list--media{gap:18px!important}.dw-bottom-widgets--two .dw-mini-post,.dw-bottom-widgets--two .dw-most-media{grid-template-columns:96px 1fr!important}.dw-bottom-widgets--two .dw-most-media{grid-template-columns:40px 96px 1fr!important}.dw-bottom-widgets--two .dw-mini-post strong,.dw-bottom-widgets--two .dw-most-media strong{font-size:15px!important;line-height:1.22}.dw-sidebar--editors{position:relative}.dw-editors-widget{padding:26px!important;overflow:hidden;position:relative}.dw-editors-widget:after{content:'';position:absolute;left:0;right:0;bottom:0;height:92px;background:radial-gradient(circle at 50% 100%,rgba(9,116,254,.16),transparent 65%);pointer-events:none}.dw-editors-widget .dw-panel__head{position:relative;z-index:2;align-items:flex-start}.dw-editors-widget .dw-panel__head h3{font-size:24px;line-height:1.08;margin:0}.dw-editors-list{position:relative;z-index:2;display:grid;gap:14px;max-height:690px;overflow:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(9,116,254,.38) transparent}.dw-editors-list::-webkit-scrollbar{width:6px}.dw-editors-list::-webkit-scrollbar-thumb{background:rgba(9,116,254,.34);border-radius:999px}.dw-editor-card{display:grid!important;grid-template-columns:64px minmax(0,1fr) 38px;gap:14px;align-items:center;padding:13px;border:1px solid var(--dw-line);border-radius:22px;background:linear-gradient(135deg,#fff,#f8fbff);color:var(--dw-dark)!important;text-decoration:none!important;box-shadow:0 8px 24px rgba(1,22,40,.035);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.dw-editor-card:hover{transform:translateY(-4px);border-color:rgba(9,116,254,.42);box-shadow:0 18px 42px rgba(9,116,254,.13);background:linear-gradient(135deg,#fff,#eef6ff)}.dw-editor-avatar{width:64px;height:64px;border-radius:999px;overflow:hidden;background:#eef6ff;display:block}.dw-editor-avatar img{width:64px!important;height:64px!important;border-radius:999px!important;object-fit:cover;display:block}.dw-editor-info{min-width:0;display:grid;gap:1px}.dw-editor-info strong{font-size:15px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--dw-dark)}.dw-editor-info em{font-style:normal;font-size:12px;line-height:1.2;color:#66758a;font-weight:700}.dw-editor-info small{font-size:12px;color:var(--dw-blue);font-weight:900}.dw-editor-arrow{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:#eef6ff;color:var(--dw-blue);font-size:20px;font-weight:900;transition:.22s ease}.dw-editor-card:hover .dw-editor-arrow{background:var(--dw-blue);color:#fff;transform:translateX(2px)}.dw-editors-empty{color:var(--dw-muted);font-size:14px;margin:0}.dw-float-top{box-shadow:0 18px 45px rgba(9,116,254,.28)!important;transition:transform .22s ease,filter .22s ease}.dw-float-top:hover{transform:translateY(-4px) scale(1.03);filter:saturate(1.1)}
@media(max-width:1180px){.dw-bottom-widgets--two{grid-template-columns:1fr!important}.dw-editors-list{max-height:none}.dw-sidebar--editors{margin-top:0}}
@media(max-width:680px){.dw-editor-card{grid-template-columns:56px minmax(0,1fr) 34px;padding:11px}.dw-editor-avatar,.dw-editor-avatar img{width:56px!important;height:56px!important}.dw-bottom-widgets--two .dw-mini-post,.dw-bottom-widgets--two .dw-most-media{grid-template-columns:82px 1fr!important}.dw-bottom-widgets--two .dw-most-media{grid-template-columns:34px 82px 1fr!important}}

/* DW mobile footer refinement - v5.3.1
   Ajuste puntual: no toca header/top ni grilla principal. */
@media (max-width: 600px){
  .dw-footer{padding:34px 0 22px!important;margin-top:34px!important;overflow:hidden;}
  .dw-footer__grid{gap:28px!important;}
  .dw-footer h3{font-size:12px!important;letter-spacing:.12em!important;margin-bottom:12px!important;}
  .dw-footer ul{gap:10px!important;}
  .dw-footer a{font-size:16px!important;line-height:1.35!important;}
  .dw-footer p{font-size:15px!important;line-height:1.55!important;margin:10px 0 0!important;}
  .dw-footer-newsletter{padding:20px!important;border-radius:22px!important;background:rgba(255,255,255,.055)!important;}
  .dw-footer-newsletter h3{font-size:15px!important;line-height:1.35!important;letter-spacing:.14em!important;}
  .dw-footer-newsletter p{font-size:16px!important;line-height:1.55!important;margin:0 0 16px!important;}
  .dw-footer-form{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;background:transparent!important;border-radius:0!important;overflow:visible!important;padding:0!important;}
  .dw-footer-form input[type="email"]{height:48px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:16px!important;background:#fff!important;padding:0 16px!important;font-size:15px!important;box-sizing:border-box!important;width:100%!important;}
  .dw-footer-form button{height:48px!important;border-radius:16px!important;width:100%!important;display:grid!important;place-items:center!important;font-size:20px!important;box-shadow:0 12px 30px rgba(9,116,254,.28)!important;}
  .dw-footer-bottom{margin-top:26px!important;padding-top:18px!important;gap:8px!important;font-size:13px!important;line-height:1.45!important;padding-right:76px!important;}
  .dw-backtop{width:52px!important;height:52px!important;right:16px!important;bottom:calc(18px + env(safe-area-inset-bottom))!important;border-radius:18px!important;font-size:0!important;background:linear-gradient(135deg,#0974fe,#0559d8)!important;box-shadow:0 14px 34px rgba(9,116,254,.32)!important;}
  .dw-backtop:before{content:'↑';font-size:26px!important;line-height:1;font-weight:900;color:#fff;}
}

@media (max-width: 380px){
  .dw-footer-newsletter{padding:18px!important;}
  .dw-footer-bottom{padding-right:68px!important;}
  .dw-backtop{width:48px!important;height:48px!important;right:14px!important;}
}

/* ==========================================================
   DWNews Max 5.6.0 - Home + widgets premium full-height
   ========================================================== */
:root{--dw-sidebar-w:clamp(360px,30vw,430px)}
@media(min-width:1181px){
  .dw-container{width:min(1440px,calc(100% - 64px))}
  .dw-single-wrap{grid-template-columns:minmax(0,1fr) var(--dw-sidebar-w)!important;gap:34px!important;align-items:start}
  .dw-layout{grid-template-columns:minmax(0,1fr) var(--dw-sidebar-w)!important;gap:28px!important;align-items:start}
  .dw-sidebar--premium{position:sticky;top:18px;min-height:calc(100vh - 36px);display:flex;flex-direction:column;gap:20px;align-self:start}
  .admin-bar .dw-sidebar--premium{top:50px;min-height:calc(100vh - 68px)}
  .dw-sidebar--premium .dw-widget{margin:0!important;width:100%;box-sizing:border-box}
  .dw-sidebar--premium .dw-widget-premium,.dw-sidebar--premium .dw-editors-widget{flex:0 0 auto}
  .dw-sidebar--premium .dw-editors-widget{flex:1 1 auto;min-height:280px;display:flex;flex-direction:column}
  .dw-sidebar--premium .dw-editors-list{flex:1 1 auto;max-height:none!important;min-height:0;overflow:auto}
}
.dw-sidebar--premium .dw-widget{border:1px solid rgba(9,116,254,.14);border-radius:30px;background:#fff;box-shadow:0 22px 70px rgba(1,22,40,.07);padding:24px;position:relative;overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
.dw-sidebar--premium .dw-widget:hover{transform:translateY(-3px);box-shadow:0 28px 80px rgba(9,116,254,.11);border-color:rgba(9,116,254,.26)}
.dw-sidebar--premium .dw-widget-search{background:radial-gradient(circle at 90% 8%,rgba(97,218,251,.28),transparent 30%),linear-gradient(135deg,#063277 0%,#0974fe 58%,#033c99 100%);border-color:rgba(255,255,255,.16);color:#fff;box-shadow:0 24px 78px rgba(9,116,254,.25)}
.dw-sidebar--premium .dw-widget-search:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.11) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(135deg,transparent 0%,#000 22%,#000 70%,transparent 100%);opacity:.45;pointer-events:none}
.dw-sidebar--premium .dw-widget-search>*{position:relative;z-index:1}.dw-sidebar--premium h3{margin:0 0 16px;font-size:22px;line-height:1.08;letter-spacing:-.04em}.dw-sidebar--premium .dw-widget-search h3{color:#fff}
.dw-widget-search .search-form{display:grid!important;grid-template-columns:minmax(0,1fr) 58px;gap:10px;position:relative}.dw-widget-search .search-field{width:100%;height:56px;border:0!important;border-radius:18px!important;background:#fff!important;color:#07192d!important;padding:0 18px!important;font-weight:800;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}
.dw-widget-search .search-submit{height:56px;border:0!important;border-radius:18px!important;background:#011628!important;color:#fff!important;font-size:0!important;box-shadow:0 14px 32px rgba(1,22,40,.25);cursor:pointer;transition:.22s ease}.dw-widget-search .search-submit:before{content:"⌕";font-size:28px;line-height:1;font-weight:900}.dw-widget-search .search-submit:hover{transform:translateY(-2px) scale(1.02);background:#0a7cff!important}.dw-widget-search .dw-live-suggest{grid-column:1/-1;display:none;background:rgba(255,255,255,.96);border-radius:20px;padding:8px;box-shadow:0 18px 40px rgba(1,22,40,.18)}.dw-widget-search .dw-live-suggest.is-visible{display:grid;gap:4px}.dw-widget-search .dw-live-suggest a{display:block;color:#07192d!important;padding:10px 12px;border-radius:14px;font-weight:850;font-size:13px}.dw-widget-search .dw-live-suggest a:hover{background:#eef6ff;color:#0974fe!important}
.dw-sidebar--premium .dw-mini-post,.dw-sidebar--premium .dw-most-media{border-bottom:1px solid rgba(9,116,254,.10);padding-bottom:14px}.dw-sidebar--premium .dw-mini-post:last-child,.dw-sidebar--premium .dw-most-media:last-child{border-bottom:0;padding-bottom:0}.dw-sidebar--premium .dw-mini-post__img,.dw-sidebar--premium .dw-most-media__img{border-radius:18px!important;box-shadow:0 10px 24px rgba(1,22,40,.08)}.dw-sidebar--premium .dw-mini-post strong,.dw-sidebar--premium .dw-most-media strong{font-size:15px!important;letter-spacing:-.02em}.dw-sidebar--premium .dw-cat-row{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.dw-sidebar--premium .dw-cat-card{min-height:auto!important;display:grid!important;grid-template-columns:42px 1fr auto;align-items:center;text-align:left!important;padding:12px!important;border-radius:18px!important}.dw-sidebar--premium .dw-cat-card:after{display:none}.dw-sidebar--premium .dw-cat-card__icon{width:42px!important;height:42px!important}.dw-sidebar--premium .dw-cat-card span:not(.dw-cat-card__icon){justify-self:end;color:#789;white-space:nowrap}
.dw-sidebar--premium .dw-archive-list--premium{list-style:none;margin:0;padding:0;display:grid;gap:10px}.dw-sidebar--premium .dw-archive-list--premium li a{display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(9,116,254,.10);background:#f8fbff;border-radius:16px;padding:12px 14px;color:#07192d;font-weight:850}.dw-sidebar--premium .dw-archive-list--premium li a:after{content:"→";color:#0974fe}.dw-sidebar--premium .dw-archive-list--premium li a:hover{border-color:rgba(9,116,254,.28);background:#eef6ff;transform:translateX(2px)}
/* Orb creativo: volver arriba sin texto */
.dw-backtop--orb{font-size:0!important;width:62px!important;height:62px!important;right:24px!important;bottom:24px!important;border-radius:999px!important;background:conic-gradient(from -90deg,#39d8ff var(--dw-scroll,0%),rgba(255,255,255,.22) 0),linear-gradient(135deg,#0974fe,#011628)!important;padding:3px!important;color:#fff!important;box-shadow:0 20px 60px rgba(9,116,254,.34),0 0 0 1px rgba(255,255,255,.14) inset!important;display:grid!important;place-items:center!important;opacity:0;visibility:hidden;transform:translateY(12px) scale(.92);transition:opacity .22s ease,visibility .22s ease,transform .22s ease,box-shadow .22s ease;overflow:visible;text-decoration:none!important}.dw-backtop--orb.is-visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.dw-backtop--orb:before{content:""!important;position:absolute;inset:6px;border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,.04));backdrop-filter:blur(12px);box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}.dw-backtop--orb:after{content:"";position:absolute;inset:-10px;border-radius:999px;background:radial-gradient(circle,rgba(9,116,254,.28),transparent 68%);animation:dwOrbPulse 2.8s ease-in-out infinite;z-index:-1}.dw-backtop__icon{position:relative;z-index:2;width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:#fff;color:#0974fe;font-size:0;box-shadow:0 10px 26px rgba(1,22,40,.18)}.dw-backtop__icon:before{content:"";width:18px;height:18px;background:currentColor;clip-path:polygon(50% 0,90% 44%,66% 44%,66% 100%,34% 100%,34% 44%,10% 44%)}.dw-backtop--orb:hover{transform:translateY(-5px) scale(1.04);box-shadow:0 26px 74px rgba(9,116,254,.42)!important}.dw-backtop--orb:hover .dw-backtop__icon{animation:dwOrbArrow .7s ease both}@keyframes dwOrbPulse{0%,100%{transform:scale(.86);opacity:.55}50%{transform:scale(1.08);opacity:.9}}@keyframes dwOrbArrow{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
/* Home con más sensación de portal vivo */
.home .dw-hero-grid{align-items:stretch}.home .dw-featured--v6{position:relative;overflow:hidden;border-color:rgba(9,116,254,.16);background:radial-gradient(circle at 82% 12%,rgba(9,116,254,.13),transparent 36%),#fff}.home .dw-featured--v6:before{content:"PORTAL IA";position:absolute;right:28px;top:24px;border-radius:999px;padding:8px 12px;background:rgba(9,116,254,.08);color:#0974fe;font-size:11px;font-weight:950;letter-spacing:.12em;z-index:2}.home .dw-panel{border-color:rgba(9,116,254,.13);box-shadow:0 22px 70px rgba(1,22,40,.055)}.home .dw-radar-card{background:radial-gradient(circle at 70% 4%,rgba(57,216,255,.20),transparent 34%),linear-gradient(135deg,#011628,#063277);color:#fff}.home .dw-radar-card .dw-panel__more,.home .dw-radar-card .dw-radar-foot{color:#8bdcff}.home .dw-radar-card .dw-radar-score{background:rgba(255,255,255,.07);border-color:rgba(139,220,255,.28);box-shadow:inset 0 0 0 10px rgba(255,255,255,.04);color:#fff}.home .dw-radar-card .dw-radar-row{color:#dbeafe}.home .dw-radar-card .dw-radar-keywords span{background:rgba(255,255,255,.08);color:#dbeafe;border-color:rgba(255,255,255,.10)}.home .dw-section-title{position:relative}.home .dw-section-title:after{content:"";display:inline-block;width:10px;height:10px;border-radius:999px;background:#19d27e;margin-left:10px;box-shadow:0 0 0 7px rgba(25,210,126,.12)}
@media(max-width:1180px){.dw-sidebar--premium{display:grid;gap:18px}.dw-sidebar--premium .dw-widget{padding:20px}.dw-widget-search .search-form{grid-template-columns:1fr auto}.dw-backtop--orb{width:56px!important;height:56px!important;right:16px!important;bottom:16px!important}.dw-sidebar--premium .dw-cat-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dw-sidebar--premium .dw-cat-card{grid-template-columns:38px 1fr!important}.dw-sidebar--premium .dw-cat-card span:not(.dw-cat-card__icon){display:none}}
@media(max-width:640px){.dw-sidebar--premium .dw-cat-row{grid-template-columns:1fr!important}.dw-widget-search .search-form{grid-template-columns:1fr 54px}.dw-sidebar--premium .dw-widget-search h3{font-size:20px}.dw-backtop--orb{width:52px!important;height:52px!important}.dw-backtop__icon{width:32px;height:32px}.dw-backtop__icon:before{width:16px;height:16px}}
.dw-author-layout{margin-bottom:34px}.dw-author-layout .dw-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:760px){.dw-author-layout .dw-archive-grid{grid-template-columns:1fr}}

/* ==========================================================
   DWNews Max 5.7.0 - Lectura premium + sidebar inteligente
   ========================================================== */
.dw-reading-progress{position:fixed;left:0;right:0;top:0;height:4px;z-index:9999;background:transparent;pointer-events:none}.admin-bar .dw-reading-progress{top:32px}.dw-reading-progress span{display:block;width:var(--dw-read-progress,0%);height:100%;background:linear-gradient(90deg,#39d8ff,#0974fe,#011628);box-shadow:0 0 18px rgba(9,116,254,.45);transition:width .08s linear}
.dw-ai-insight{display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;align-items:center;margin:0 0 22px;padding:22px;border-radius:28px;background:radial-gradient(circle at 100% 0,rgba(57,216,255,.17),transparent 32%),linear-gradient(135deg,#07192d,#063277);color:#fff;border-color:rgba(255,255,255,.12);box-shadow:0 22px 62px rgba(9,116,254,.16)}.dw-ai-orb{width:58px;height:58px;border-radius:22px;display:grid;place-items:center;background:rgba(255,255,255,.10);color:#79dcff;font-size:28px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.13);animation:dwAiOrb 4s ease-in-out infinite}.dw-ai-insight strong{display:block;font-size:17px;letter-spacing:-.03em}.dw-ai-insight p{margin:5px 0 0;color:rgba(255,255,255,.76);line-height:1.55}.dw-ai-insight b{color:#fff}@keyframes dwAiOrb{0%,100%{transform:rotate(0deg) scale(1)}50%{transform:rotate(10deg) scale(1.04)}}
.dw-shareline{display:flex;align-items:center;gap:9px;margin:0 0 22px;flex-wrap:wrap}.dw-shareline span{font-size:12px;text-transform:uppercase;letter-spacing:.11em;font-weight:950;color:#789}.dw-shareline a{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#fff;border:1px solid rgba(9,116,254,.16);color:#0974fe;font-weight:950;text-decoration:none;box-shadow:0 8px 22px rgba(1,22,40,.04);transition:.22s ease}.dw-shareline a:hover{transform:translateY(-3px);background:#0974fe;color:#fff;box-shadow:0 16px 34px rgba(9,116,254,.22)}
.dw-inline-visual{margin:30px 0;padding:24px;border-radius:30px;border:1px solid rgba(9,116,254,.13);background:radial-gradient(circle at 100% 0,rgba(9,116,254,.14),transparent 34%),linear-gradient(135deg,#fff,#f6fbff);box-shadow:0 16px 44px rgba(1,22,40,.045);position:relative;overflow:hidden}.dw-inline-visual:before{content:"";position:absolute;right:-40px;bottom:-50px;width:150px;height:150px;border-radius:999px;background:radial-gradient(circle,rgba(9,116,254,.18),transparent 68%)}.dw-inline-visual span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#0974fe;font-weight:950}.dw-inline-visual strong{display:block;margin-top:5px;font-size:28px;line-height:1;letter-spacing:-.05em}.dw-inline-visual p{max-width:640px;margin:10px 0 0;color:#59677a}
.dw-endcap{margin:30px 0;padding:30px;border-radius:34px;background:radial-gradient(circle at 86% 14%,rgba(9,116,254,.16),transparent 34%),linear-gradient(135deg,#fff,#f8fbff);display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:22px;align-items:center}.dw-endcap__main span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#0974fe;font-weight:950}.dw-endcap__main h2{font-size:34px;line-height:1;letter-spacing:-.055em;margin:6px 0 12px}.dw-endcap__main p{margin:0;color:#5c6a7d}.dw-endcap__actions{display:grid;gap:10px}.dw-endcap__actions a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border-radius:16px;background:#fff;border:1px solid rgba(9,116,254,.13);font-weight:900;color:#07192d;text-decoration:none}.dw-endcap__actions a:after{content:"→";color:#0974fe}.dw-endcap__actions a:hover{background:#0974fe;color:#fff;transform:translateX(3px)}.dw-endcap__actions a:hover:after{color:#fff}
.dw-widget-trends{background:radial-gradient(circle at 100% 0%,rgba(57,216,255,.24),transparent 34%),linear-gradient(135deg,#061a2e,#063277)!important;color:#fff!important;border-color:rgba(255,255,255,.13)!important}.dw-widget-trends h3{color:#fff!important}.dw-trend-meter{display:grid;gap:12px;margin-top:8px}.dw-trend-meter span{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:38px;padding:0 12px;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.08);font-size:13px;font-weight:950;color:#fff}.dw-trend-meter span:before{content:"";position:absolute;left:0;top:0;bottom:0;width:var(--w);background:linear-gradient(90deg,rgba(9,116,254,.75),rgba(57,216,255,.55));z-index:0}.dw-trend-meter span:after{content:var(--w);position:relative;z-index:1;color:#c9f3ff}.dw-trend-meter span{z-index:1}.dw-trend-meter span::first-letter{position:relative}.dw-hot-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.dw-hot-tags a{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#dff7ff;text-decoration:none;font-size:12px;font-weight:850}.dw-hot-tags a:hover{background:#fff;color:#0974fe}
.dw-widget-context{background:linear-gradient(135deg,#fff,#f7fbff)!important}.dw-context-list{display:grid;gap:10px}.dw-context-list a{display:block;padding:14px;border-radius:18px;border:1px solid rgba(9,116,254,.11);background:#fff;text-decoration:none;transition:.22s ease}.dw-context-list a span{display:inline-flex;margin-bottom:6px;padding:5px 8px;border-radius:999px;background:rgba(9,116,254,.08);color:#0974fe;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:950}.dw-context-list a strong{display:block;font-size:14px;line-height:1.18;color:#07192d}.dw-context-list a small{display:block;margin-top:7px;color:#748196;font-weight:850}.dw-context-list a:hover{transform:translateX(3px);border-color:rgba(9,116,254,.32);box-shadow:0 14px 34px rgba(9,116,254,.09)}
.dw-widget-ranked .dw-ranked-list{display:grid;gap:10px}.dw-ranked-list a{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:center;text-decoration:none;padding:12px;border-radius:18px;background:#fff;border:1px solid rgba(9,116,254,.11);transition:.22s ease}.dw-ranked-list a em{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:#eef6ff;color:#0974fe;font-style:normal;font-weight:950}.dw-ranked-list strong{display:block;font-size:14px;line-height:1.17;color:#07192d}.dw-ranked-list small{display:block;margin-top:5px;color:#7a8798;font-weight:850}.dw-ranked-list a:hover{transform:translateY(-2px);border-color:rgba(9,116,254,.28);box-shadow:0 14px 34px rgba(9,116,254,.09)}
.dw-widget-newsletter{background:radial-gradient(circle at 100% 0,rgba(9,116,254,.20),transparent 35%),linear-gradient(135deg,#fff,#eef6ff)!important}.dw-widget-newsletter>span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#0974fe;font-weight:950}.dw-widget-newsletter h3{margin:7px 0 8px!important}.dw-widget-newsletter p{margin:0 0 14px;color:#64748b}.dw-side-form{display:grid;grid-template-columns:1fr 54px;gap:9px}.dw-side-form input[type="email"]{height:52px;border-radius:16px;border:1px solid rgba(9,116,254,.15);padding:0 13px;font-weight:850;outline:none;background:#fff}.dw-side-form button{border:0;border-radius:16px;background:#0974fe;color:#fff;font-size:24px;font-weight:950;cursor:pointer}.dw-side-form button:hover{background:#011628;transform:translateY(-2px)}.dw-hp{position:absolute!important;left:-9999px!important}
.dw-toc a.is-active{color:#0974fe!important}.dw-toc li:has(a.is-active){transform:translateX(4px)}
@media(min-width:1181px){.dw-sidebar--premium{max-height:none!important;height:auto!important;overflow:visible!important;padding-right:0!important;scrollbar-width:auto}.dw-sidebar--premium::-webkit-scrollbar{display:none}.dw-sidebar--premium .dw-widget{flex:initial}.dw-sidebar--premium .dw-editors-widget{flex:initial!important;min-height:auto!important}.dw-sidebar--premium .dw-editors-list{max-height:none!important;overflow:visible!important;padding-right:0!important}}
@media(max-width:760px){.dw-ai-insight{grid-template-columns:1fr}.dw-shareline a{width:36px;height:36px}.dw-endcap{grid-template-columns:1fr;padding:22px}.dw-endcap__main h2{font-size:28px}.dw-side-form{grid-template-columns:1fr}.dw-side-form button{height:48px}.dw-reading-progress{height:3px}.admin-bar .dw-reading-progress{top:0}}


/* DWNews 5.7.1 - Corrección segura: elimina scroll interno del sidebar premium.
   El panel lateral acompaña el scroll natural de la página sin barras internas. */
.dw-sidebar--premium,
.dw-sidebar--premium .dw-widget,
.dw-sidebar--premium .dw-editors-list{
  overflow:visible!important;
}
.dw-sidebar--premium{
  max-height:none!important;
  height:auto!important;
}
.dw-sidebar--premium .dw-editors-list{
  max-height:none!important;
  padding-right:0!important;
}
@media(min-width:1181px){
  .dw-sidebar--premium{
    position:sticky;
    top:96px;
    align-self:start;
  }
}


/* ==========================================================
   DWNews Max 5.7.2 - Sidebar sin scroll real + performance
   Corrección ultra específica para evitar cualquier barra interna
   en el panel lateral de single/archive/author sin tocar templates.
   ========================================================== */
.dw-single-wrap > .dw-sidebar,
.dw-layout > .dw-sidebar,
aside.dw-sidebar.dw-sidebar--premium,
aside.dw-sidebar.dw-sidebar--premium *,
aside.dw-sidebar.dw-sidebar--premium *::before,
aside.dw-sidebar.dw-sidebar--premium *::after{
  scrollbar-width:none!important;
}
aside.dw-sidebar.dw-sidebar--premium::-webkit-scrollbar,
aside.dw-sidebar.dw-sidebar--premium *::-webkit-scrollbar{
  width:0!important;
  height:0!important;
  display:none!important;
}
aside.dw-sidebar.dw-sidebar--premium,
aside.dw-sidebar.dw-sidebar--premium .dw-widget,
aside.dw-sidebar.dw-sidebar--premium .dw-editors-widget,
aside.dw-sidebar.dw-sidebar--premium .dw-editors-list,
aside.dw-sidebar.dw-sidebar--premium .dw-mini-post-list,
aside.dw-sidebar.dw-sidebar--premium .dw-most-list--media,
aside.dw-sidebar.dw-sidebar--premium .dw-context-list,
aside.dw-sidebar.dw-sidebar--premium .dw-ranked-list,
aside.dw-sidebar.dw-sidebar--premium .dw-cat-row,
aside.dw-sidebar.dw-sidebar--premium .dw-archive-list--premium{
  max-height:none!important;
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
}
@media(min-width:1181px){
  aside.dw-sidebar.dw-sidebar--premium{
    position:sticky!important;
    top:96px!important;
    align-self:start!important;
    display:grid!important;
    gap:20px!important;
    min-height:0!important;
    padding-right:0!important;
  }
}
.dw-single-image img{
  content-visibility:auto;
}
.dw-sidebar--premium .dw-widget,
.dw-story,
.dw-card{
  contain:layout paint;
}
@media(max-width:1180px){
  aside.dw-sidebar.dw-sidebar--premium{
    position:relative!important;
    top:auto!important;
  }
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important;}
}

/* ==== dw-v55-internal-premium.css ==== */
/* DWNews v5.5.0 - Internas premium, sidebar inteligente, FAQ visible y recomendaciones */
.dw-single-wrap{align-items:start}.dw-sidebar--premium{position:sticky;top:92px;display:grid;gap:20px}.dw-sidebar--premium .dw-widget{border:1px solid rgba(9,116,254,.12);background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);border-radius:28px;padding:22px;box-shadow:0 18px 50px rgba(1,22,40,.055);overflow:hidden;animation:dwWidgetIn .45s ease both}.dw-sidebar--premium .dw-widget:nth-child(2){animation-delay:.04s}.dw-sidebar--premium .dw-widget:nth-child(3){animation-delay:.08s}.dw-sidebar--premium .dw-widget:nth-child(4){animation-delay:.12s}.dw-sidebar--premium .dw-widget:nth-child(5){animation-delay:.16s}@keyframes dwWidgetIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.dw-sidebar--premium .dw-widget h3{font-size:20px;letter-spacing:-.035em;margin:0 0 14px}.dw-widget-search{background:linear-gradient(135deg,#011628,#073a72)!important;color:#fff!important}.dw-widget-search h3{color:#fff!important}.dw-widget-search .search-form{position:relative;display:grid;grid-template-columns:1fr auto;gap:10px}.dw-widget-search .search-field{height:48px;border-radius:16px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.96);padding:0 14px;font-weight:800;outline:none}.dw-widget-search .search-submit{height:48px;border:0;border-radius:16px;background:#0974fe;color:#fff;font-weight:900;padding:0 16px;cursor:pointer}.dw-live-suggest{position:absolute;left:0;right:0;top:58px;background:#fff;border-radius:18px;box-shadow:0 18px 50px rgba(1,22,40,.2);z-index:20;overflow:hidden;display:none}.dw-live-suggest.is-visible{display:grid}.dw-live-suggest a{display:block;padding:12px 14px;text-decoration:none;color:#011628;font-size:13px;font-weight:800;border-bottom:1px solid #eef2f7}.dw-live-suggest a:hover{background:#f3f8ff;color:#0974fe}.dw-sidebar--premium .dw-mini-post-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}.dw-sidebar--premium .dw-mini-post{display:grid;grid-template-columns:86px 1fr;gap:12px;align-items:center;text-decoration:none;color:#011628}.dw-sidebar--premium .dw-mini-post__img{height:64px;border-radius:16px;overflow:hidden;background:#eef6ff}.dw-sidebar--premium .dw-mini-post__img img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.dw-sidebar--premium .dw-mini-post:hover img{transform:scale(1.07)}.dw-sidebar--premium .dw-mini-post strong{font-size:14px;line-height:1.2;display:block}.dw-sidebar--premium .dw-mini-post small{display:block;margin-top:5px;color:#64748b;font-weight:800;font-size:12px}.dw-sidebar--premium .dw-cat-row{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.dw-sidebar--premium .dw-cat-card{min-height:auto!important;padding:14px!important;border-radius:18px!important}.dw-sidebar--premium .dw-cat-card strong{font-size:15px!important}.dw-archive-list--premium{display:grid;gap:8px;margin:0;padding:0;list-style:none}.dw-archive-list--premium a{display:flex;padding:11px 13px;border:1px solid #e8eef8;border-radius:16px;text-decoration:none;font-weight:900;color:#011628;background:#fff}.dw-archive-list--premium a:hover{border-color:#0974fe;color:#0974fe;transform:translateX(2px)}.dw-editors-widget--sidebar .dw-editors-list{max-height:none}.dw-editors-widget--sidebar .dw-editor-card{grid-template-columns:54px 1fr 32px;padding:10px;border-radius:18px}.dw-editors-widget--sidebar .dw-editor-avatar,.dw-editors-widget--sidebar .dw-editor-avatar img{width:54px!important;height:54px!important}.dw-author-inline{display:inline-flex;align-items:center;gap:8px;text-decoration:none!important;color:inherit!important;font-weight:900}.dw-author-inline img{width:34px!important;height:34px!important;border-radius:999px!important;object-fit:cover;box-shadow:0 5px 18px rgba(1,22,40,.12)}.dw-meta--single{gap:14px;align-items:center;flex-wrap:wrap}.dw-meta--single>span{display:inline-flex;align-items:center}.dw-intel-bar{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 0}.dw-intel-bar span{display:inline-flex;gap:6px;align-items:center;border:1px solid rgba(9,116,254,.14);background:rgba(255,255,255,.84);border-radius:999px;padding:9px 12px;color:#475569;font-size:12px;font-weight:900}.dw-intel-bar strong{color:var(--cat,#0974fe)}.dw-toc{margin:0 0 22px;padding:22px;border-radius:26px;background:linear-gradient(135deg,#fff,#f5faff);border:1px solid rgba(9,116,254,.13)}.dw-toc__head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:12px}.dw-toc__head span,.dw-section-mini span{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#0974fe;font-weight:950}.dw-toc__head strong{font-size:18px;letter-spacing:-.035em}.dw-toc ol{display:grid;gap:8px;margin:0;padding-left:20px}.dw-toc li::marker{color:#0974fe;font-weight:900}.dw-toc li.is-h3{margin-left:12px;font-size:14px}.dw-toc a{text-decoration:none;color:#011628;font-weight:850}.dw-toc a:hover{color:#0974fe}.dw-content h2[id],.dw-content h3[id]{scroll-margin-top:110px}.dw-visible-faq,.dw-recommended{margin:26px 0;padding:26px;border-radius:30px;border:1px solid rgba(9,116,254,.13);background:linear-gradient(135deg,#fff,#f8fbff)}.dw-section-mini h2{margin:4px 0 18px;font-size:30px;letter-spacing:-.05em}.dw-visible-faq details{border:1px solid #e6edf7;background:#fff;border-radius:18px;padding:15px 17px;margin:10px 0;box-shadow:0 8px 24px rgba(1,22,40,.035)}.dw-visible-faq summary{cursor:pointer;font-weight:950;color:#011628}.dw-visible-faq p{color:#526274;line-height:1.65;margin:12px 0 0}.dw-recommended-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dw-reco-card{border:1px solid #e8eef8;background:#fff;border-radius:22px;overflow:hidden;transition:.24s ease}.dw-reco-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(9,116,254,.12);border-color:rgba(9,116,254,.35)}.dw-reco-img{height:145px;display:block;overflow:hidden;background:#eef6ff}.dw-reco-img img{width:100%;height:100%;object-fit:cover;transition:transform .32s ease}.dw-reco-card:hover .dw-reco-img img{transform:scale(1.06)}.dw-reco-card>div{padding:15px}.dw-reco-card h3{font-size:17px;line-height:1.15;margin:0 0 10px}.dw-reco-card h3 a{text-decoration:none;color:#011628}.dw-reco-card h3 a:hover{color:#0974fe}.dw-archive-grid .dw-author-mini img,.dw-grid .dw-author-mini img{width:26px!important;height:26px!important;border-radius:999px!important;object-fit:cover}.dw-archive-hero,.dw-author-hero{position:relative;overflow:hidden}.dw-archive-hero:after,.dw-author-hero:after{content:"";position:absolute;right:-90px;top:-90px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(9,116,254,.14),transparent 68%)}
@media(max-width:1100px){.dw-sidebar--premium{position:relative;top:auto}.dw-recommended-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.dw-intel-bar span{width:100%;justify-content:space-between}.dw-toc__head{display:grid}.dw-recommended-grid{grid-template-columns:1fr}.dw-sidebar--premium .dw-widget{border-radius:22px;padding:18px}.dw-widget-search .search-form{grid-template-columns:1fr}.dw-widget-search .search-submit{width:100%}}

/* ==== dw-final-integrado.css ==== */

/* DWNews final integrado */

/* Topbar SEO vivo */
.dw-site-url{position:relative;font-weight:900!important;gap:8px!important}
.dw-site-url::after{content:"SEO VIVO";display:inline-flex;align-items:center;min-height:22px;margin-left:10px;padding:0 10px;border-radius:999px;background:rgba(9,116,254,.08);color:#0974fe;font-size:11px;font-weight:950;letter-spacing:.03em;animation:dwSeoPulse 2.8s ease-in-out infinite}
@keyframes dwSeoPulse{0%,100%{box-shadow:0 0 0 0 rgba(9,116,254,.18)}50%{box-shadow:0 0 0 7px rgba(9,116,254,0)}}

/* Social icons */
.dw-social-icons{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}
.dw-social-icon{width:34px!important;height:34px!important;display:inline-grid!important;place-items:center!important;border-radius:999px!important;color:#07192d!important;background:#fff!important;border:1px solid rgba(9,116,254,.18)!important;text-decoration:none!important;transition:transform .22s ease,box-shadow .22s ease,color .22s ease,background .22s ease!important}
.dw-social-icon svg{width:17px!important;height:17px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.dw-social-icon--facebook svg{fill:currentColor!important;stroke:none!important}
.dw-social-icon span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.dw-social-icon:hover{transform:translateY(-3px) rotate(-4deg)!important;background:#0974fe!important;color:#fff!important;box-shadow:0 14px 28px rgba(9,116,254,.22)!important}
.dw-footer .dw-social-icon,footer .dw-social-icon{background:rgba(255,255,255,.06)!important;color:#fff!important;border-color:rgba(255,255,255,.14)!important}

/* Header: logo izquierda + un solo anuncio largo */
.dw-brand--final-one-ad .dw-brand__in,
.dw-brand__in.dw-brand__in--final{display:grid!important;grid-template-columns:auto minmax(520px,1fr)!important;gap:42px!important;align-items:center!important}
.dw-brand__in.dw-brand__in--final .dw-logo{justify-self:start!important;margin:0!important;text-align:left!important;display:flex!important;align-items:center!important}
.dw-brand__in.dw-brand__in--final .dw-logo img,.dw-brand__in.dw-brand__in--final .custom-logo{margin:0!important;width:auto!important;max-height:126px!important;object-fit:contain!important}
.dw-brand__in.dw-brand__in--final .dw-adbox{justify-self:end!important;width:min(100%,900px)!important;min-height:104px!important}
.dw-brand__in.dw-brand__in--final .dw-adbox:not(:first-of-type){display:none!important}

/* Publicidad */
.dw-ad-row{margin:34px 0!important}
.dw-adbox--banner,.dw-adbox--wide{display:flex!important;align-items:center!important;gap:22px!important;width:100%!important;min-height:96px!important;border-radius:28px!important;position:relative!important;overflow:hidden!important}
.dw-adbox--wide::after{content:"PUBLICIDAD";position:absolute;right:26px;top:18px;color:#8a9ab0;font-size:13px;font-weight:950;letter-spacing:.18em}

/* Hero principal: imagen horizontal */
.dw-featured{grid-template-columns:minmax(0,.86fr) minmax(430px,1.14fr)!important;align-items:stretch!important}
.dw-featured__media{align-self:stretch!important;min-height:360px!important;aspect-ratio:16/9!important;border-radius:30px!important;overflow:hidden!important}
.dw-featured__media img,.dw-featured__media .dw-thumb-placeholder{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}

/* Radar: colores claros de antes + animación */
.dw-radar-card{background:radial-gradient(circle at 100% 100%,rgba(9,116,254,.10),transparent 45%),#fff!important;color:#07192d!important;border:1px solid rgba(9,116,254,.16)!important;overflow:hidden!important;position:relative!important}
.dw-radar-card::before{content:"";position:absolute;inset:-45%;background:conic-gradient(from 0deg,transparent,rgba(9,116,254,.16),transparent 24%);animation:dwRadarSpin 8s linear infinite;opacity:.26;pointer-events:none}
.dw-radar-card>*{position:relative;z-index:1}
@keyframes dwRadarSpin{to{transform:rotate(360deg)}}
.dw-radar-card h2,.dw-radar-card strong{color:#07192d!important}
.dw-radar-score{background:#f4f9ff!important;color:#0974fe!important;border:1px solid rgba(9,116,254,.18)!important;transition:transform .25s ease,filter .25s ease!important}
.dw-radar-card:hover .dw-radar-score{transform:scale(1.06) rotate(-1deg)!important;filter:drop-shadow(0 0 18px rgba(9,116,254,.22))!important}
.dw-radar-row:hover{transform:translateX(5px)!important}

/* Más leídas: 7 compactas */
.dw-hero-grid>.dw-panel .dw-most-media{grid-template-columns:28px 62px minmax(0,1fr)!important;gap:9px!important;min-height:62px!important;padding:7px 0!important}
.dw-hero-grid>.dw-panel .dw-most-media__img{width:62px!important;height:48px!important;min-width:62px!important;border-radius:12px!important}
.dw-hero-grid>.dw-panel .dw-most-media strong{font-size:13px!important;line-height:1.08!important;-webkit-line-clamp:2!important}
.dw-hero-grid>.dw-panel .dw-most-media small{font-size:10.5px!important}

/* Franja inferior SEO */
.dw-home-seo-band{margin:54px 0 0!important;padding:clamp(28px,4vw,46px)!important;border-radius:34px!important;background:radial-gradient(circle at 100% 0%,rgba(9,116,254,.14),transparent 34%),linear-gradient(135deg,#061a2e,#07192d)!important;color:#fff!important;display:grid!important;grid-template-columns:minmax(260px,.72fr) minmax(0,1fr)!important;gap:28px!important;align-items:center!important}
.dw-home-seo-band__intro span{color:#5cc8ff!important;font-size:12px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.dw-home-seo-band__intro h2{margin:8px 0 12px!important;color:#fff!important;font-size:clamp(28px,3vw,44px)!important;line-height:.98!important;letter-spacing:-.045em!important}
.dw-home-seo-band__intro p{margin:0!important;color:rgba(255,255,255,.72)!important;font-size:16px!important;line-height:1.55!important}
.dw-home-seo-band__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.dw-seo-topic{display:grid!important;gap:7px!important;padding:16px!important;min-height:120px!important;border-radius:22px!important;background:rgba(255,255,255,.075)!important;border:1px solid rgba(255,255,255,.10)!important;color:#fff!important;text-decoration:none!important;transition:transform .22s ease,background .22s ease!important}
.dw-seo-topic:hover{transform:translateY(-4px)!important;background:color-mix(in srgb,var(--cat,#0974fe) 22%,rgba(255,255,255,.08))!important}
.dw-seo-topic__icon{width:36px!important;height:36px!important;display:grid!important;place-items:center!important;border-radius:14px!important;background:color-mix(in srgb,var(--cat,#0974fe) 28%,rgba(255,255,255,.12))!important;color:#fff!important;font-weight:950!important}
.dw-seo-topic strong{font-size:14px!important;line-height:1.12!important;font-weight:950!important}
.dw-seo-topic small{color:rgba(255,255,255,.65)!important;font-size:12px!important;font-weight:800!important}

/* Botón subir inspirado en logo */
.dw-backtop{width:62px!important;height:62px!important;border-radius:22px!important;background:linear-gradient(135deg,#0974fe,#005eea)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:0!important;box-shadow:0 18px 44px rgba(9,116,254,.32)!important;overflow:hidden!important;transition:transform .24s ease,box-shadow .24s ease!important}
.dw-backtop::before{content:"SEO";font-size:15px;font-weight:950;letter-spacing:-.06em}
.dw-backtop::after{content:"";position:absolute;width:18px;height:18px;border:3px solid #fff;border-left:0;border-bottom:0;transform:rotate(-45deg) translateY(12px);opacity:.9}
.dw-backtop:hover{transform:translateY(-5px) scale(1.04)!important;box-shadow:0 24px 54px rgba(9,116,254,.42)!important}

/* Política y mapa */
.dw-legal-page,.dw-sitemap-page{padding:48px 0 72px}
.dw-legal-hero,.dw-sitemap-hero{padding:clamp(34px,5vw,64px);border-radius:36px;background:radial-gradient(circle at 100% 0%,rgba(9,116,254,.12),transparent 34%),#fff;border:1px solid rgba(9,116,254,.16);margin-bottom:28px}
.dw-legal-hero h1,.dw-sitemap-hero h1{font-size:clamp(42px,6vw,76px);line-height:.95;letter-spacing:-.055em;margin:10px 0 14px}
.dw-legal-hero p,.dw-sitemap-hero p{max-width:760px;color:#64748b;font-size:19px;line-height:1.55}
.dw-legal-grid,.dw-sitemap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.dw-legal-card,.dw-sitemap-card{padding:28px;border-radius:28px;background:#fff;border:1px solid rgba(9,116,254,.14);box-shadow:0 18px 52px rgba(5,31,71,.04)}
.dw-legal-card h2,.dw-sitemap-card h2{margin:0 0 12px;font-size:23px;line-height:1.1}
.dw-legal-card p{color:#64748b;line-height:1.62}
.dw-legal-note{margin-top:20px;padding:24px;border-radius:24px;background:#f3f8ff;color:#64748b}
.dw-sitemap-card--wide{grid-column:1/-1}
.dw-sitemap-tags,.dw-sitemap-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.dw-sitemap-tags a,.dw-sitemap-actions a{display:grid;gap:5px;padding:16px;border-radius:18px;background:#f5f9ff;border:1px solid rgba(9,116,254,.12);color:#07192d;text-decoration:none;font-weight:900}
.dw-sitemap-tags small{color:#0974fe;font-size:12px}
.dw-sitemap-card ul{margin:0;padding-left:18px}.dw-sitemap-card li{margin:8px 0}.dw-sitemap-card a{color:#07192d;text-decoration:none;font-weight:800}

@media(max-width:1120px){.dw-featured{grid-template-columns:1fr!important}.dw-featured__media{min-height:280px!important}.dw-home-seo-band{grid-template-columns:1fr!important}.dw-home-seo-band__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:820px){.dw-site-url::after{display:none!important}.dw-brand__in.dw-brand__in--final{grid-template-columns:1fr!important;gap:16px!important}.dw-brand__in.dw-brand__in--final .dw-adbox{width:100%!important;justify-self:stretch!important}.dw-featured__media{min-height:240px!important}.dw-legal-grid,.dw-sitemap-grid,.dw-sitemap-tags,.dw-sitemap-actions{grid-template-columns:1fr}}
@media(max-width:560px){.dw-home-seo-band__grid{grid-template-columns:1fr!important}.dw-social-icon{width:32px!important;height:32px!important}.dw-backtop{width:54px!important;height:54px!important;border-radius:19px!important}}

/* ==== dw-header-hero-definitivo.css ==== */

/*
 * Corrección definitiva solicitada:
 * - Logo siempre a la izquierda, sin partirse ni centrarse.
 * - Un solo espacio publicitario largo a la derecha.
 * - La imagen principal del hero queda horizontal real.
 */

/* HEADER FINAL */
.dw-brand--locked {
    width: 100% !important;
}

.dw-brand--locked .dw-brand__in,
.dw-brand__in.dw-brand__in--final {
    display: grid !important;
    grid-template-columns: minmax(360px, 620px) minmax(520px, 1fr) !important;
    align-items: center !important;
    gap: clamp(30px, 5vw, 72px) !important;
    width: 100% !important;
}

.dw-brand-left {
    min-width: 0 !important;
    justify-self: start !important;
}

.dw-brand-right {
    min-width: 0 !important;
    justify-self: end !important;
    width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.dw-brand--locked .dw-logo,
.dw-brand__in.dw-brand__in--final .dw-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    max-width: 620px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
}

.dw-brand--locked .dw-logo img,
.dw-brand--locked .dw-logo .custom-logo,
.dw-brand__in.dw-brand__in--final .dw-logo img,
.dw-brand__in.dw-brand__in--final .custom-logo {
    display: block !important;
    width: auto !important;
    max-width: 620px !important;
    max-height: 132px !important;
    height: auto !important;
    margin: 0 !important;
    object-fit: contain !important;
}

.dw-brand--locked .dw-adbox,
.dw-brand__in.dw-brand__in--final .dw-adbox {
    width: min(100%, 900px) !important;
    max-width: 900px !important;
    min-height: 104px !important;
    margin: 0 !important;
}

.dw-brand--locked .dw-adbox:not(:first-child),
.dw-brand__in.dw-brand__in--final .dw-adbox:not(:first-child) {
    display: none !important;
}

/* Evita que estilos anteriores vuelvan a centrar el logo */
.dw-brand .dw-logo {
    justify-self: start !important;
}

/* HERO PRINCIPAL HORIZONTAL REAL */
.dw-featured.dw-featured--horizontal,
.dw-featured {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(320px, .92fr) minmax(440px, 1.08fr) !important;
    align-items: stretch !important;
    gap: clamp(28px, 4vw, 52px) !important;
    overflow: hidden !important;
}

.dw-featured.dw-featured--horizontal .dw-featured__body,
.dw-featured .dw-featured__body {
    position: relative !important;
    z-index: 2 !important;
    min-width: 0 !important;
    padding-right: 0 !important;
}

.dw-featured.dw-featured--horizontal .dw-featured__media,
.dw-featured .dw-featured__media {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 16 / 9 !important;
    align-self: center !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    transform: none !important;
    inset: auto !important;
}

.dw-featured.dw-featured--horizontal .dw-featured__media img,
.dw-featured .dw-featured__media img,
.dw-featured.dw-featured--horizontal .dw-featured__media .dw-thumb-placeholder,
.dw-featured .dw-featured__media .dw-thumb-placeholder {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Mejora para que el título no choque con la foto */
.dw-featured h1 {
    max-width: 100% !important;
}

/* Más leídas: un poco más respirado sin romper alto */
.dw-hero-grid > .dw-panel .dw-most-media {
    grid-template-columns: 30px 70px minmax(0,1fr) !important;
    gap: 11px !important;
    min-height: 66px !important;
}

.dw-hero-grid > .dw-panel .dw-most-media__img {
    width: 70px !important;
    height: 52px !important;
    min-width: 70px !important;
}

.dw-hero-grid > .dw-panel .dw-most-media strong {
    font-size: 13.5px !important;
    line-height: 1.1 !important;
}

/* Responsive */
@media (max-width: 1180px) {
    .dw-brand--locked .dw-brand__in,
    .dw-brand__in.dw-brand__in--final {
        grid-template-columns: minmax(300px, 520px) minmax(420px, 1fr) !important;
        gap: 30px !important;
    }

    .dw-brand--locked .dw-logo img,
    .dw-brand--locked .dw-logo .custom-logo {
        max-width: 520px !important;
        max-height: 118px !important;
    }
}

@media (max-width: 920px) {
    .dw-brand--locked .dw-brand__in,
    .dw-brand__in.dw-brand__in--final {
        grid-template-columns: 1fr !important;
        justify-items: start !important;
        gap: 18px !important;
    }

    .dw-brand-left,
    .dw-brand-right {
        justify-self: stretch !important;
        width: 100% !important;
    }

    .dw-brand-right {
        justify-content: flex-start !important;
    }

    .dw-brand--locked .dw-logo img,
    .dw-brand--locked .dw-logo .custom-logo {
        max-width: min(88vw, 500px) !important;
        max-height: 100px !important;
    }

    .dw-brand--locked .dw-adbox,
    .dw-brand__in.dw-brand__in--final .dw-adbox {
        width: 100% !important;
        max-width: 100% !important;
    }

    .dw-featured.dw-featured--horizontal,
    .dw-featured {
        grid-template-columns: 1fr !important;
    }

    .dw-featured.dw-featured--horizontal .dw-featured__media,
    .dw-featured .dw-featured__media {
        aspect-ratio: 16 / 9 !important;
        width: 100% !important;
    }
}

@media (max-width: 560px) {
    .dw-brand--locked .dw-logo img,
    .dw-brand--locked .dw-logo .custom-logo {
        max-width: 86vw !important;
        max-height: 82px !important;
    }

    .dw-featured.dw-featured--horizontal .dw-featured__media,
    .dw-featured .dw-featured__media {
        border-radius: 22px !important;
    }
}

/* ==== dw-creative-final.css ==== */

/* DWNews Creative Final */

/* Topbar */
.dw-site-url{position:relative;font-weight:900!important;gap:8px!important}
.dw-site-url::after{content:"SEO VIVO";display:inline-flex;align-items:center;min-height:22px;margin-left:10px;padding:0 10px;border-radius:999px;background:rgba(9,116,254,.08);color:#0974fe;font-size:11px;font-weight:950;letter-spacing:.03em;animation:dwSeoPulse 2.8s ease-in-out infinite}
@keyframes dwSeoPulse{0%,100%{box-shadow:0 0 0 0 rgba(9,116,254,.18)}50%{box-shadow:0 0 0 7px rgba(9,116,254,0)}}

/* Redes */
.dw-social-icons{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}
.dw-social-icon{width:34px!important;height:34px!important;display:inline-grid!important;place-items:center!important;border-radius:999px!important;color:#07192d!important;background:#fff!important;border:1px solid rgba(9,116,254,.18)!important;text-decoration:none!important;transition:transform .22s ease,box-shadow .22s ease,color .22s ease,background .22s ease!important}
.dw-social-icon svg{width:17px!important;height:17px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.dw-social-icon--facebook svg{fill:currentColor!important;stroke:none!important}
.dw-social-icon span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.dw-social-icon:hover{transform:translateY(-3px) rotate(-4deg)!important;background:#0974fe!important;color:#fff!important;box-shadow:0 14px 28px rgba(9,116,254,.22)!important}
.dw-footer .dw-social-icon,footer .dw-social-icon{background:rgba(255,255,255,.06)!important;color:#fff!important;border-color:rgba(255,255,255,.14)!important}

/* Header: logo izquierda, ad derecha */
.dw-brand--creative-final .dw-brand__in{display:grid!important;grid-template-columns:minmax(360px,620px) minmax(520px,1fr)!important;gap:clamp(30px,5vw,72px)!important;align-items:center!important}
.dw-brand-left{justify-self:start!important;min-width:0!important}
.dw-brand-right{justify-self:end!important;width:100%!important;display:flex!important;justify-content:flex-end!important;min-width:0!important}
.dw-brand--creative-final .dw-logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;margin:0!important;max-width:620px!important;text-align:left!important;white-space:nowrap!important}
.dw-brand--creative-final .dw-logo img,.dw-brand--creative-final .custom-logo{display:block!important;width:auto!important;max-width:620px!important;max-height:132px!important;height:auto!important;margin:0!important;object-fit:contain!important}
.dw-brand--creative-final .dw-adbox{width:min(100%,900px)!important;max-width:900px!important;min-height:104px!important;margin:0!important}

/* Publicidades */
.dw-ad-row{margin:34px 0!important}
.dw-adbox--banner,.dw-adbox--wide{display:flex!important;align-items:center!important;gap:22px!important;width:100%!important;min-height:96px!important;border-radius:28px!important;position:relative!important;overflow:hidden!important;transition:transform .25s ease,box-shadow .25s ease!important}
.dw-adbox--wide::after{content:"PUBLICIDAD";position:absolute;right:26px;top:18px;color:#8a9ab0;font-size:13px;font-weight:950;letter-spacing:.18em}
.dw-adbox:hover{transform:translateY(-3px)!important;box-shadow:0 20px 54px rgba(9,116,254,.11)!important}

/* HERO definitivo: imagen horizontal arriba + contenido abajo */
.dw-featured.dw-featured--stacked,
.dw-featured{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
    overflow:hidden!important;
    padding:0!important;
    position:relative!important;
}
.dw-featured .dw-featured__media{
    order:1!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:16/7!important;
    min-height:320px!important;
    max-height:420px!important;
    display:block!important;
    border-radius:0!important;
    overflow:hidden!important;
    position:relative!important;
    z-index:1!important;
    transform:none!important;
    inset:auto!important;
}
.dw-featured .dw-featured__media::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,0) 58%,rgba(0,20,46,.20) 100%);
    pointer-events:none;
}
.dw-featured .dw-featured__media img,
.dw-featured .dw-featured__media .dw-thumb-placeholder{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    display:block!important;
    transition:transform .45s ease!important;
}
.dw-featured:hover .dw-featured__media img{transform:scale(1.035)!important}
.dw-featured .dw-featured__body{
    order:2!important;
    padding:clamp(28px,4vw,44px)!important;
    position:relative!important;
    z-index:2!important;
    min-width:0!important;
}
.dw-featured .dw-chip{margin-bottom:16px!important}
.dw-featured h1{
    max-width:1040px!important;
    margin:0 0 18px!important;
    font-size:clamp(42px,5vw,74px)!important;
    line-height:.94!important;
    letter-spacing:-.06em!important;
}
.dw-featured h1 a{transition:color .2s ease!important}
.dw-featured h1 a:hover{color:#0974fe!important}
.dw-featured .dw-meta{margin-bottom:18px!important}
.dw-featured p{
    max-width:760px!important;
    font-size:18px!important;
    line-height:1.55!important;
    color:#66758a!important;
}
.dw-featured .dw-btn{transition:transform .22s ease,box-shadow .22s ease,background .22s ease!important}
.dw-featured .dw-btn:hover{transform:translateY(-4px)!important;box-shadow:0 18px 38px rgba(9,116,254,.26)!important}

/* Radar claro + animado */
.dw-radar-card{background:radial-gradient(circle at 100% 100%,rgba(9,116,254,.10),transparent 45%),#fff!important;color:#07192d!important;border:1px solid rgba(9,116,254,.16)!important;overflow:hidden!important;position:relative!important}
.dw-radar-card::before{content:"";position:absolute;inset:-45%;background:conic-gradient(from 0deg,transparent,rgba(9,116,254,.16),transparent 24%);animation:dwRadarSpin 8s linear infinite;opacity:.26;pointer-events:none}
.dw-radar-card>*{position:relative;z-index:1}
@keyframes dwRadarSpin{to{transform:rotate(360deg)}}
.dw-radar-score{background:#f4f9ff!important;color:#0974fe!important;border:1px solid rgba(9,116,254,.18)!important;transition:transform .25s ease,filter .25s ease!important}
.dw-radar-card:hover .dw-radar-score{transform:scale(1.06) rotate(-1deg)!important;filter:drop-shadow(0 0 18px rgba(9,116,254,.22))!important}
.dw-radar-row{transition:transform .22s ease!important}
.dw-radar-row:hover{transform:translateX(5px)!important}

/* Más leídas: 4 ítems, más prolijo */
.dw-hero-grid>.dw-panel .dw-most-list--media{display:grid!important;gap:10px!important}
.dw-hero-grid>.dw-panel .dw-most-media{
    display:grid!important;
    grid-template-columns:36px 92px minmax(0,1fr)!important;
    gap:14px!important;
    align-items:center!important;
    min-height:96px!important;
    padding:10px 0!important;
    text-decoration:none!important;
    border-bottom:1px solid rgba(9,116,254,.11)!important;
}
.dw-hero-grid>.dw-panel .dw-most-media:last-child{border-bottom:0!important}
.dw-hero-grid>.dw-panel .dw-rank{width:36px!important;height:36px!important;display:grid!important;place-items:center!important;border-radius:12px!important;background:rgba(9,116,254,.08)!important;color:#0974fe!important;font-weight:950!important}
.dw-hero-grid>.dw-panel .dw-most-media__img{width:92px!important;height:68px!important;min-width:92px!important;border-radius:14px!important;overflow:hidden!important;background:#eef6ff!important}
.dw-hero-grid>.dw-panel .dw-most-media__img img,.dw-hero-grid>.dw-panel .dw-most-media__img .dw-thumb-placeholder{width:100%!important;height:100%!important;object-fit:cover!important}
.dw-hero-grid>.dw-panel .dw-most-media strong{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:15px!important;line-height:1.13!important;color:#07192d!important}
.dw-hero-grid>.dw-panel .dw-most-media small{display:block!important;margin-top:5px!important;font-size:12px!important;color:#607188!important}

/* Microanimaciones generales recuperadas */
a,.dw-card,.dw-story,.dw-panel,.dw-widget,.dw-cat-card,.dw-readmore,.dw-panel__more,button{transition:transform .22s ease,box-shadow .22s ease,color .2s ease,background .2s ease,border-color .2s ease!important}
.dw-card:hover,.dw-story:hover,.dw-cat-card:hover{transform:translateY(-5px)!important;box-shadow:0 22px 60px rgba(5,31,71,.08)!important}
.dw-panel__more:hover,.dw-readmore:hover{transform:translateX(4px)!important;color:#0974fe!important}
.dw-menu a:hover{color:#0974fe!important}
.dw-chip:hover{transform:translateY(-2px)!important}

/* Franja SEO inferior */
.dw-home-seo-band{margin:54px 0 0!important;padding:clamp(28px,4vw,46px)!important;border-radius:34px!important;background:radial-gradient(circle at 100% 0%,rgba(9,116,254,.14),transparent 34%),linear-gradient(135deg,#061a2e,#07192d)!important;color:#fff!important;display:grid!important;grid-template-columns:minmax(260px,.72fr) minmax(0,1fr)!important;gap:28px!important;align-items:center!important}
.dw-home-seo-band__intro span{color:#5cc8ff!important;font-size:12px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.dw-home-seo-band__intro h2{margin:8px 0 12px!important;color:#fff!important;font-size:clamp(28px,3vw,44px)!important;line-height:.98!important;letter-spacing:-.045em!important}
.dw-home-seo-band__intro p{margin:0!important;color:rgba(255,255,255,.72)!important;font-size:16px!important;line-height:1.55!important}
.dw-home-seo-band__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.dw-seo-topic{display:grid!important;gap:7px!important;padding:16px!important;min-height:120px!important;border-radius:22px!important;background:rgba(255,255,255,.075)!important;border:1px solid rgba(255,255,255,.10)!important;color:#fff!important;text-decoration:none!important;transition:transform .22s ease,background .22s ease!important}
.dw-seo-topic:hover{transform:translateY(-4px)!important;background:color-mix(in srgb,var(--cat,#0974fe) 22%,rgba(255,255,255,.08))!important}
.dw-seo-topic__icon{width:36px!important;height:36px!important;display:grid!important;place-items:center!important;border-radius:14px!important;background:color-mix(in srgb,var(--cat,#0974fe) 28%,rgba(255,255,255,.12))!important;color:#fff!important;font-weight:950!important}

/* Botón subir estilo logo */
.dw-backtop{width:62px!important;height:62px!important;border-radius:22px!important;background:linear-gradient(135deg,#0974fe,#005eea)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:0!important;box-shadow:0 18px 44px rgba(9,116,254,.32)!important;overflow:hidden!important;transition:transform .24s ease,box-shadow .24s ease!important}
.dw-backtop::before{content:"SEO";font-size:15px;font-weight:950;letter-spacing:-.06em}
.dw-backtop::after{content:"";position:absolute;width:18px;height:18px;border:3px solid #fff;border-left:0;border-bottom:0;transform:rotate(-45deg) translateY(12px);opacity:.9}
.dw-backtop:hover{transform:translateY(-5px) scale(1.04)!important;box-shadow:0 24px 54px rgba(9,116,254,.42)!important}

/* Responsive */
@media(max-width:1180px){
  .dw-brand--creative-final .dw-brand__in{grid-template-columns:1fr!important;gap:18px!important}
  .dw-brand-right{justify-content:flex-start!important}
  .dw-brand--creative-final .dw-adbox{width:100%!important;max-width:100%!important}
  .dw-featured .dw-featured__media{aspect-ratio:16/8!important;min-height:260px!important}
  .dw-home-seo-band{grid-template-columns:1fr!important}
  .dw-home-seo-band__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:680px){
  .dw-site-url::after{display:none!important}
  .dw-brand--creative-final .dw-logo img,.dw-brand--creative-final .custom-logo{max-width:86vw!important;max-height:86px!important}
  .dw-featured .dw-featured__media{aspect-ratio:16/9!important;min-height:210px!important}
  .dw-featured h1{font-size:clamp(34px,11vw,46px)!important}
  .dw-hero-grid>.dw-panel .dw-most-media{grid-template-columns:32px 78px minmax(0,1fr)!important}
  .dw-hero-grid>.dw-panel .dw-most-media__img{width:78px!important;height:58px!important;min-width:78px!important}
  .dw-home-seo-band__grid{grid-template-columns:1fr!important}
}

/* ==== dw-saas-premium-final.css ==== */

/* DWNews SaaS Premium Final */

/* Atmósfera global */
body{background:linear-gradient(180deg,#fff 0%,#f8fbff 45%,#fff 100%)!important}
.dw-main{position:relative}
.dw-main::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 12% 18%,rgba(9,116,254,.045),transparent 26%),radial-gradient(circle at 88% 34%,rgba(0,216,255,.04),transparent 24%);z-index:-1}

/* Topbar SEO vivo */
.dw-site-url{position:relative;font-weight:900!important;gap:8px!important}
.dw-site-url::after{content:"SEO VIVO";display:inline-flex;align-items:center;min-height:22px;margin-left:10px;padding:0 10px;border-radius:999px;background:rgba(9,116,254,.08);color:#0974fe;font-size:11px;font-weight:950;letter-spacing:.03em;animation:dwSeoPulse 2.8s ease-in-out infinite}
@keyframes dwSeoPulse{0%,100%{box-shadow:0 0 0 0 rgba(9,116,254,.18)}50%{box-shadow:0 0 0 7px rgba(9,116,254,0)}}

/* Redes */
.dw-social-icons{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}
.dw-social-icon{width:34px!important;height:34px!important;display:inline-grid!important;place-items:center!important;border-radius:999px!important;color:#07192d!important;background:#fff!important;border:1px solid rgba(9,116,254,.18)!important;text-decoration:none!important;transition:transform .22s ease,box-shadow .22s ease,color .22s ease,background .22s ease!important}
.dw-social-icon svg{width:17px!important;height:17px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.dw-social-icon--facebook svg{fill:currentColor!important;stroke:none!important}
.dw-social-icon span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.dw-social-icon:hover{transform:translateY(-3px) rotate(-4deg)!important;background:#0974fe!important;color:#fff!important;box-shadow:0 14px 28px rgba(9,116,254,.22)!important}
.dw-footer .dw-social-icon,footer .dw-social-icon{background:rgba(255,255,255,.06)!important;color:#fff!important;border-color:rgba(255,255,255,.14)!important}

/* Header final */
.dw-brand--saas-final .dw-brand__in{display:grid!important;grid-template-columns:minmax(360px,620px) minmax(520px,1fr)!important;gap:clamp(30px,5vw,72px)!important;align-items:center!important}
.dw-brand-left{justify-self:start!important;min-width:0!important}
.dw-brand-right{justify-self:end!important;width:100%!important;display:flex!important;justify-content:flex-end!important;min-width:0!important}
.dw-brand--saas-final .dw-logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;margin:0!important;max-width:620px!important;text-align:left!important;white-space:nowrap!important}
.dw-brand--saas-final .dw-logo img,.dw-brand--saas-final .custom-logo{display:block!important;width:auto!important;max-width:620px!important;max-height:132px!important;height:auto!important;margin:0!important;object-fit:contain!important}

/* Sponsor cards premium, reemplazan banners viejos */
.dw-sponsor-card{position:relative;isolation:isolate;display:grid!important;gap:9px!important;padding:24px 28px!important;min-height:112px!important;border-radius:30px!important;text-decoration:none!important;color:#fff!important;background:radial-gradient(circle at 92% 0%,rgba(0,216,255,.24),transparent 34%),linear-gradient(135deg,#061a2e,#07192d 62%,#082b55)!important;border:1px solid rgba(255,255,255,.12)!important;overflow:hidden!important;box-shadow:0 22px 60px rgba(5,31,71,.12)!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important}
.dw-brand-right .dw-sponsor-card{width:min(100%,900px)!important;max-width:900px!important}
.dw-sponsor-card::before{content:"";position:absolute;inset:-60%;background:conic-gradient(from 0deg,transparent,rgba(9,116,254,.28),transparent 22%);animation:dwSponsorScan 8s linear infinite;opacity:.38;z-index:-1}
@keyframes dwSponsorScan{to{transform:rotate(360deg)}}
.dw-sponsor-card__label{width:max-content;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.10);color:#7bdcff;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.dw-sponsor-card__orb{position:absolute;right:28px;top:22px;width:44px;height:44px;border-radius:16px;background:rgba(255,255,255,.10);box-shadow:0 0 38px rgba(0,216,255,.22)}
.dw-sponsor-card strong{max-width:720px;color:#fff!important;font-size:clamp(20px,2vw,28px)!important;line-height:1.1!important;letter-spacing:-.035em!important}
.dw-sponsor-card em{max-width:650px;color:rgba(255,255,255,.72)!important;font-style:normal!important;font-size:15px!important;line-height:1.45!important}
.dw-sponsor-card__cta{width:max-content;color:#fff!important;font-size:14px!important;font-weight:950!important}
.dw-sponsor-card:hover{transform:translateY(-5px)!important;border-color:rgba(123,220,255,.38)!important;box-shadow:0 28px 80px rgba(5,31,71,.18)!important}

/* Hero principal */
.dw-featured.dw-featured--stacked,.dw-featured{display:grid!important;grid-template-columns:1fr!important;gap:0!important;overflow:hidden!important;padding:0!important;position:relative!important;background:rgba(255,255,255,.92)!important;box-shadow:0 28px 80px rgba(5,31,71,.06)!important}
.dw-featured .dw-featured__media{order:1!important;width:100%!important;height:auto!important;aspect-ratio:16/7!important;min-height:320px!important;max-height:420px!important;display:block!important;border-radius:0!important;overflow:hidden!important;position:relative!important;z-index:1!important;transform:none!important;inset:auto!important}
.dw-featured .dw-featured__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 58%,rgba(0,20,46,.22) 100%);pointer-events:none}
.dw-featured .dw-featured__media img,.dw-featured .dw-featured__media .dw-thumb-placeholder{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;transition:transform .45s ease!important}
.dw-featured:hover .dw-featured__media img{transform:scale(1.035)!important}
.dw-featured .dw-featured__body{order:2!important;padding:clamp(28px,4vw,44px)!important;position:relative!important;z-index:2!important;min-width:0!important}
.dw-featured h1{max-width:1040px!important;margin:0 0 18px!important;font-size:clamp(42px,5vw,74px)!important;line-height:.94!important;letter-spacing:-.06em!important}
.dw-featured h1 a:hover{color:#0974fe!important}
.dw-featured p{max-width:760px!important;font-size:18px!important;line-height:1.55!important;color:#66758a!important}
.dw-featured .dw-btn:hover{transform:translateY(-4px)!important;box-shadow:0 18px 38px rgba(9,116,254,.26)!important}

/* Radar SEO dashboard vivo */
.dw-radar-card{background:radial-gradient(circle at 100% 100%,rgba(9,116,254,.10),transparent 45%),#fff!important;color:#07192d!important;border:1px solid rgba(9,116,254,.16)!important;overflow:hidden!important;position:relative!important}
.dw-radar-card::before{content:"";position:absolute;inset:-45%;background:conic-gradient(from 0deg,transparent,rgba(9,116,254,.16),transparent 24%);animation:dwRadarSpin 8s linear infinite;opacity:.26;pointer-events:none}
.dw-radar-card>*{position:relative;z-index:1}
@keyframes dwRadarSpin{to{transform:rotate(360deg)}}
.dw-radar-score{background:#f4f9ff!important;color:#0974fe!important;border:1px solid rgba(9,116,254,.18)!important;transition:transform .25s ease,filter .25s ease!important}
.dw-radar-card:hover .dw-radar-score{transform:scale(1.06) rotate(-1deg)!important;filter:drop-shadow(0 0 18px rgba(9,116,254,.22))!important}
.dw-radar-row:hover{transform:translateX(5px)!important}
.dw-radar-live-extra{margin-top:22px;padding-top:18px;border-top:1px solid rgba(9,116,254,.12)}
.dw-radar-mini-title{font-size:12px;font-weight:950;text-transform:uppercase;color:#0974fe;letter-spacing:.08em;margin-bottom:10px}
.dw-radar-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}
.dw-radar-tags span{padding:6px 8px;border-radius:999px;background:rgba(9,116,254,.08);color:#07192d;font-size:11px;font-weight:900}
.dw-radar-bars{display:grid;gap:7px;margin-bottom:16px}
.dw-radar-bars i{display:block;width:var(--w);height:7px;border-radius:999px;background:linear-gradient(90deg,#0974fe,#23ef9a);animation:dwBarPulse 2.4s ease-in-out infinite}
@keyframes dwBarPulse{50%{filter:brightness(1.25);transform:scaleX(.96)}}
.dw-radar-opportunity{padding:14px;border-radius:18px;background:rgba(9,116,254,.06);border:1px solid rgba(9,116,254,.10)}
.dw-radar-opportunity small{display:block;color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase;margin-bottom:5px}
.dw-radar-opportunity strong{display:block;font-size:14px;line-height:1.18;margin-bottom:8px}
.dw-radar-opportunity a{font-size:13px;font-weight:950;color:#0974fe;text-decoration:none}

/* Más leídas 7 equilibradas */
.dw-hero-grid>.dw-panel .dw-most-list--media{display:grid!important;gap:0!important}
.dw-hero-grid>.dw-panel .dw-most-media{display:grid!important;grid-template-columns:28px 62px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;min-height:62px!important;padding:7px 0!important;text-decoration:none!important;border-bottom:1px solid rgba(9,116,254,.11)!important}
.dw-hero-grid>.dw-panel .dw-most-media:last-child{border-bottom:0!important}
.dw-hero-grid>.dw-panel .dw-rank{width:28px!important;height:28px!important;display:grid!important;place-items:center!important;border-radius:10px!important;background:rgba(9,116,254,.08)!important;color:#0974fe!important;font-size:12px!important;font-weight:950!important}
.dw-hero-grid>.dw-panel .dw-most-media__img{width:62px!important;height:48px!important;min-width:62px!important;border-radius:12px!important;overflow:hidden!important;background:#eef6ff!important}
.dw-hero-grid>.dw-panel .dw-most-media__img img,.dw-hero-grid>.dw-panel .dw-most-media__img .dw-thumb-placeholder{width:100%!important;height:100%!important;object-fit:cover!important}
.dw-hero-grid>.dw-panel .dw-most-media strong{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:13px!important;line-height:1.08!important;color:#07192d!important}
.dw-hero-grid>.dw-panel .dw-most-media small{display:block!important;margin-top:3px!important;font-size:10.5px!important;color:#607188!important}

/* Sponsor strip */
.dw-sponsored-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:38px 0}
.dw-sponsored-strip .dw-sponsor-card{min-height:170px}

/* Microanimaciones globales */
a,.dw-card,.dw-story,.dw-panel,.dw-widget,.dw-cat-card,.dw-readmore,.dw-panel__more,button{transition:transform .22s ease,box-shadow .22s ease,color .2s ease,background .2s ease,border-color .2s ease!important}
.dw-card:hover,.dw-story:hover,.dw-cat-card:hover{transform:translateY(-5px)!important;box-shadow:0 22px 60px rgba(5,31,71,.08)!important}
.dw-panel__more:hover,.dw-readmore:hover{transform:translateX(4px)!important;color:#0974fe!important}
.dw-menu a:hover{color:#0974fe!important}.dw-chip:hover{transform:translateY(-2px)!important}

/* Franja inferior SEO + AI Pulse */
.dw-home-seo-band{margin:54px 0 0!important;padding:clamp(28px,4vw,46px)!important;border-radius:34px!important;background:radial-gradient(circle at 100% 0%,rgba(9,116,254,.14),transparent 34%),linear-gradient(135deg,#061a2e,#07192d)!important;color:#fff!important;display:grid!important;grid-template-columns:minmax(260px,.72fr) minmax(0,1fr)!important;gap:28px!important;align-items:center!important}
.dw-home-seo-band__intro span{color:#5cc8ff!important;font-size:12px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.dw-home-seo-band__intro h2{margin:8px 0 12px!important;color:#fff!important;font-size:clamp(28px,3vw,44px)!important;line-height:.98!important;letter-spacing:-.045em!important}
.dw-home-seo-band__intro p{margin:0!important;color:rgba(255,255,255,.72)!important;font-size:16px!important;line-height:1.55!important}
.dw-home-seo-band__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.dw-seo-topic{display:grid!important;gap:7px!important;padding:16px!important;min-height:120px!important;border-radius:22px!important;background:rgba(255,255,255,.075)!important;border:1px solid rgba(255,255,255,.10)!important;color:#fff!important;text-decoration:none!important}
.dw-seo-topic:hover{transform:translateY(-4px)!important;background:color-mix(in srgb,var(--cat,#0974fe) 22%,rgba(255,255,255,.08))!important}
.dw-seo-topic__icon{width:36px!important;height:36px!important;display:grid!important;place-items:center!important;border-radius:14px!important;background:color-mix(in srgb,var(--cat,#0974fe) 28%,rgba(255,255,255,.12))!important;color:#fff!important;font-weight:950!important}
.dw-ai-pulse-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:22px 0 0}
.dw-ai-pulse-strip div{padding:22px;border-radius:24px;background:#fff;border:1px solid rgba(9,116,254,.12);box-shadow:0 18px 54px rgba(5,31,71,.04)}
.dw-ai-pulse-strip span{display:block;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}
.dw-ai-pulse-strip strong{display:block;color:#0974fe;font-size:36px;line-height:1;font-weight:950;margin:8px 0}
.dw-ai-pulse-strip small{color:#64748b;font-weight:800}

/* Botón subir estilo logo */
.dw-backtop{width:62px!important;height:62px!important;border-radius:22px!important;background:linear-gradient(135deg,#0974fe,#005eea)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:0!important;box-shadow:0 18px 44px rgba(9,116,254,.32)!important;overflow:hidden!important}
.dw-backtop::before{content:"SEO";font-size:15px;font-weight:950;letter-spacing:-.06em}
.dw-backtop::after{content:"";position:absolute;width:18px;height:18px;border:3px solid #fff;border-left:0;border-bottom:0;transform:rotate(-45deg) translateY(12px);opacity:.9}
.dw-backtop:hover{transform:translateY(-5px) scale(1.04)!important;box-shadow:0 24px 54px rgba(9,116,254,.42)!important}

/* Responsive */
@media(max-width:1180px){
  .dw-brand--saas-final .dw-brand__in{grid-template-columns:1fr!important;gap:18px!important}
  .dw-brand-right{justify-content:flex-start!important}
  .dw-brand--saas-final .dw-sponsor-card{width:100%!important;max-width:100%!important}
  .dw-featured .dw-featured__media{aspect-ratio:16/8!important;min-height:260px!important}
  .dw-home-seo-band{grid-template-columns:1fr!important}
  .dw-home-seo-band__grid,.dw-ai-pulse-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:680px){
  .dw-site-url::after{display:none!important}
  .dw-brand--saas-final .dw-logo img,.dw-brand--saas-final .custom-logo{max-width:86vw!important;max-height:86px!important}
  .dw-featured .dw-featured__media{aspect-ratio:16/9!important;min-height:210px!important}
  .dw-featured h1{font-size:clamp(34px,11vw,46px)!important}
  .dw-sponsored-strip,.dw-home-seo-band__grid,.dw-ai-pulse-strip{grid-template-columns:1fr!important}
}

/* ==== dw-simetria-header-final.css ==== */

/*
 * Ajuste final de simetría:
 * - Logo alineado con el título superior y contenido general.
 * - Sponsored alineado con iconos sociales/derecha del contenido.
 * - Un solo mapa editorial inteligente.
 * - Mejor respiración visual y microinteracciones.
 */

:root{
    --dw-page-gutter: clamp(32px, 4.5vw, 72px);
    --dw-max-wide: 1880px;
}

/* Alineación global del header superior */
.dw-topbar .dw-container,
.dw-brand--symmetric-final .dw-container,
.dw-navwrap .dw-container,
.dw-ticker .dw-container{
    max-width: var(--dw-max-wide) !important;
    width: 100% !important;
    padding-left: var(--dw-page-gutter) !important;
    padding-right: var(--dw-page-gutter) !important;
}

/* HEADER: logo izquierda + sponsor derecha, con la misma línea visual */
.dw-brand--symmetric-final{
    width:100% !important;
    padding: 28px 0 30px !important;
    border-bottom: 1px solid rgba(9,116,254,.08);
}

.dw-brand--symmetric-final .dw-brand__in{
    display:grid !important;
    grid-template-columns: minmax(420px, 720px) minmax(560px, 1fr) !important;
    align-items:center !important;
    gap: clamp(42px, 6vw, 96px) !important;
    margin: 0 auto !important;
}

.dw-brand--symmetric-final .dw-brand-left{
    justify-self:start !important;
    min-width:0 !important;
    display:flex !important;
    align-items:center !important;
}

.dw-brand--symmetric-final .dw-brand-right{
    justify-self:end !important;
    width:100% !important;
    max-width: 930px !important;
    display:flex !important;
    justify-content:flex-end !important;
    min-width:0 !important;
}

.dw-brand--symmetric-final .dw-logo{
    margin:0 !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    text-align:left !important;
    max-width:720px !important;
    white-space:nowrap !important;
}

.dw-brand--symmetric-final .dw-logo img,
.dw-brand--symmetric-final .custom-logo{
    display:block !important;
    width:auto !important;
    height:auto !important;
    max-width: min(720px, 42vw) !important;
    max-height: 150px !important;
    margin:0 !important;
    object-fit:contain !important;
    transition: transform .28s ease, filter .28s ease !important;
}

.dw-brand--symmetric-final .dw-logo:hover img,
.dw-brand--symmetric-final .dw-logo:hover .custom-logo{
    transform: translateY(-2px) scale(1.012) !important;
    filter: drop-shadow(0 16px 28px rgba(9,116,254,.12)) !important;
}

/* Sponsor a la derecha, más compacto y simétrico con los iconos superiores */
.dw-brand--symmetric-final .dw-sponsor-card{
    width:100% !important;
    max-width:930px !important;
    min-height: 126px !important;
    padding: 26px 32px !important;
    border-radius: 30px !important;
}

.dw-brand--symmetric-final .dw-sponsor-card__label{
    margin-bottom: 2px !important;
}

.dw-brand--symmetric-final .dw-sponsor-card strong{
    font-size: clamp(23px, 2.15vw, 34px) !important;
    max-width: 780px !important;
}

.dw-brand--symmetric-final .dw-sponsor-card em{
    max-width: 760px !important;
}

/* Más leídas con 7 y altura pareja */
.dw-hero-grid > .dw-panel .dw-most-media{
    grid-template-columns: 28px 64px minmax(0,1fr) !important;
    min-height: 62px !important;
    padding: 7px 0 !important;
}

.dw-hero-grid > .dw-panel .dw-most-media__img{
    width:64px !important;
    height:48px !important;
    min-width:64px !important;
}

.dw-hero-grid > .dw-panel .dw-most-media strong{
    font-size:13px !important;
    line-height:1.08 !important;
}

.dw-hero-grid > .dw-panel .dw-most-media small{
    font-size:10.5px !important;
}

/* Radar más lleno y con sensación dashboard */
.dw-radar-live-extra{
    margin-top: 22px !important;
}

.dw-radar-opportunity{
    margin-top: 10px !important;
}

/* Evitar repetición visual si quedaron secciones duplicadas por contenido viejo */
.dw-home-seo-band + .dw-home-seo-band,
.dw-ai-pulse-strip + .dw-ai-pulse-strip{
    display:none !important;
}

/* Espaciado premium para el bloque inferior */
.dw-home-seo-band{
    margin-top: 54px !important;
    margin-bottom: 24px !important;
}

.dw-ai-pulse-strip{
    margin-top: 22px !important;
    margin-bottom: 40px !important;
}

/* Mejoras generales de links/botones recuperadas */
.dw-btn,
button,
.dw-readmore,
.dw-panel__more,
.dw-sponsor-card__cta,
.dw-seo-topic{
    transition: transform .22s ease, box-shadow .22s ease, color .2s ease, background .2s ease, border-color .2s ease !important;
}

.dw-btn:hover,
button:hover{
    transform: translateY(-3px) !important;
}

.dw-readmore:hover,
.dw-panel__more:hover,
.dw-sponsor-card__cta:hover{
    transform: translateX(4px) !important;
}

.dw-card,
.dw-panel,
.dw-widget,
.dw-cat-card,
.dw-story{
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease !important;
}

.dw-card:hover,
.dw-panel:hover,
.dw-widget:hover,
.dw-cat-card:hover,
.dw-story:hover{
    border-color: rgba(9,116,254,.22) !important;
}

/* Mobile y tablet */
@media (max-width: 1180px){
    :root{
        --dw-page-gutter: clamp(18px, 4vw, 36px);
    }

    .dw-brand--symmetric-final .dw-brand__in{
        grid-template-columns: 1fr !important;
        gap: 22px !important;
        justify-items:start !important;
    }

    .dw-brand--symmetric-final .dw-brand-right{
        justify-content:flex-start !important;
        max-width:100% !important;
    }

    .dw-brand--symmetric-final .dw-sponsor-card{
        max-width:100% !important;
        width:100% !important;
    }

    .dw-brand--symmetric-final .dw-logo img,
    .dw-brand--symmetric-final .custom-logo{
        max-width: min(86vw, 620px) !important;
        max-height: 120px !important;
    }
}

@media (max-width: 680px){
    .dw-brand--symmetric-final{
        padding-top: 20px !important;
    }

    .dw-brand--symmetric-final .dw-logo img,
    .dw-brand--symmetric-final .custom-logo{
        max-width: 86vw !important;
        max-height: 86px !important;
    }

    .dw-brand--symmetric-final .dw-sponsor-card{
        min-height: 118px !important;
        padding: 22px !important;
        border-radius: 24px !important;
    }
}

/* ==== dw-radar-masleidas-density.css ==== */

/*
 * Densidad visual para Radar SEO y Más Leídas.
 * Reduce blancos y convierte laterales en bloques editoriales vivos.
 */

/* RADAR SEO: más contenido, sin vacío */
.dw-radar-card{
    display:flex !important;
    flex-direction:column !important;
}

.dw-radar-density-extra{
    margin-top:18px !important;
    padding-top:16px !important;
    border-top:1px solid rgba(9,116,254,.12) !important;
}

.dw-radar-density-title{
    color:#0974fe !important;
    font-size:11px !important;
    font-weight:950 !important;
    text-transform:uppercase !important;
    letter-spacing:.09em !important;
    margin:0 0 10px !important;
}

.dw-radar-density-title--mt{
    margin-top:16px !important;
}

.dw-radar-signal{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    padding:9px 11px !important;
    margin-bottom:7px !important;
    border-radius:14px !important;
    background:rgba(9,116,254,.055) !important;
    border:1px solid rgba(9,116,254,.08) !important;
    transition:transform .22s ease, background .22s ease, border-color .22s ease !important;
}

.dw-radar-signal:hover{
    transform:translateX(4px) !important;
    background:rgba(9,116,254,.085) !important;
    border-color:rgba(9,116,254,.16) !important;
}

.dw-radar-signal span{
    color:#07192d !important;
    font-size:13px !important;
    font-weight:850 !important;
}

.dw-radar-signal strong{
    color:#00a86b !important;
    font-size:13px !important;
    font-weight:950 !important;
}

.dw-radar-keywords{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:7px !important;
    margin-bottom:14px !important;
}

.dw-radar-keywords span{
    padding:6px 8px !important;
    border-radius:999px !important;
    background:#fff !important;
    border:1px solid rgba(9,116,254,.13) !important;
    color:#07192d !important;
    font-size:10.5px !important;
    font-weight:900 !important;
    box-shadow:0 8px 18px rgba(5,31,71,.035) !important;
}

.dw-radar-mini-chart{
    display:flex !important;
    align-items:flex-end !important;
    gap:7px !important;
    height:72px !important;
    padding:12px !important;
    border-radius:18px !important;
    background:linear-gradient(180deg,rgba(9,116,254,.07),rgba(9,116,254,.025)) !important;
    border:1px solid rgba(9,116,254,.09) !important;
    margin-bottom:14px !important;
    overflow:hidden !important;
}

.dw-radar-mini-chart i{
    flex:1 !important;
    height:var(--h) !important;
    min-height:14px !important;
    border-radius:999px 999px 4px 4px !important;
    background:linear-gradient(180deg,#0974fe,#23ef9a) !important;
    animation:dwRadarBars 2.6s ease-in-out infinite !important;
    transform-origin:bottom !important;
}

.dw-radar-mini-chart i:nth-child(2){animation-delay:.12s!important}
.dw-radar-mini-chart i:nth-child(3){animation-delay:.24s!important}
.dw-radar-mini-chart i:nth-child(4){animation-delay:.36s!important}
.dw-radar-mini-chart i:nth-child(5){animation-delay:.48s!important}

@keyframes dwRadarBars{
    0%,100%{transform:scaleY(.92);filter:brightness(1)}
    50%{transform:scaleY(1.08);filter:brightness(1.15)}
}

.dw-radar-alert{
    padding:14px !important;
    border-radius:18px !important;
    background:radial-gradient(circle at 100% 0%,rgba(9,116,254,.10),transparent 45%),#fff !important;
    border:1px solid rgba(9,116,254,.13) !important;
    box-shadow:0 14px 34px rgba(5,31,71,.04) !important;
}

.dw-radar-alert small{
    display:block !important;
    color:#64748b !important;
    font-size:10.5px !important;
    font-weight:950 !important;
    text-transform:uppercase !important;
    letter-spacing:.07em !important;
    margin-bottom:5px !important;
}

.dw-radar-alert strong{
    display:block !important;
    color:#07192d !important;
    font-size:13.5px !important;
    line-height:1.18 !important;
    font-weight:950 !important;
    margin-bottom:8px !important;
}

.dw-radar-alert a{
    color:#0974fe !important;
    font-size:12.5px !important;
    font-weight:950 !important;
    text-decoration:none !important;
}

/* MÁS LEÍDAS: fotos más protagonistas y menos blanco */
.dw-hero-grid > .dw-panel .dw-most-list--media{
    display:grid !important;
    gap:0 !important;
}

.dw-hero-grid > .dw-panel .dw-most-media{
    display:grid !important;
    grid-template-columns:30px 76px minmax(0,1fr) !important;
    gap:11px !important;
    align-items:center !important;
    min-height:70px !important;
    padding:8px 0 !important;
    border-bottom:1px solid rgba(9,116,254,.11) !important;
    text-decoration:none !important;
}

.dw-hero-grid > .dw-panel .dw-most-media:last-child{
    border-bottom:0 !important;
}

.dw-hero-grid > .dw-panel .dw-rank{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    display:grid !important;
    place-items:center !important;
    border-radius:11px !important;
    background:linear-gradient(135deg,rgba(9,116,254,.10),rgba(9,116,254,.045)) !important;
    color:#0974fe !important;
    font-size:12px !important;
    font-weight:950 !important;
}

.dw-hero-grid > .dw-panel .dw-most-media__img{
    width:76px !important;
    height:54px !important;
    min-width:76px !important;
    border-radius:13px !important;
    overflow:hidden !important;
    background:#eef6ff !important;
    box-shadow:0 10px 22px rgba(5,31,71,.06) !important;
}

.dw-hero-grid > .dw-panel .dw-most-media__img img,
.dw-hero-grid > .dw-panel .dw-most-media__img .dw-thumb-placeholder{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
    transition:transform .28s ease !important;
}

.dw-hero-grid > .dw-panel .dw-most-media:hover .dw-most-media__img img{
    transform:scale(1.07) !important;
}

.dw-hero-grid > .dw-panel .dw-most-media__body{
    min-width:0 !important;
}

.dw-hero-grid > .dw-panel .dw-most-media strong{
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
    color:#07192d !important;
    font-size:13.2px !important;
    line-height:1.1 !important;
    font-weight:950 !important;
    letter-spacing:-.012em !important;
}

.dw-hero-grid > .dw-panel .dw-most-media small{
    display:block !important;
    margin-top:4px !important;
    color:#607188 !important;
    font-size:10.5px !important;
    line-height:1 !important;
    font-weight:800 !important;
}

/* Compactar respiración dentro del panel de más leídas para que se vea lleno */
.dw-hero-grid > .dw-panel:has(.dw-most-list--media){
    padding-bottom:22px !important;
}

@supports not selector(:has(*)){
    .dw-most-list--media{
        margin-bottom:0 !important;
    }
}

/* Responsive */
@media(max-width:1180px){
    .dw-hero-grid > .dw-panel .dw-most-media{
        grid-template-columns:32px 86px minmax(0,1fr) !important;
        min-height:78px !important;
    }

    .dw-hero-grid > .dw-panel .dw-most-media__img{
        width:86px !important;
        height:62px !important;
        min-width:86px !important;
    }
}

@media(max-width:680px){
    .dw-radar-density-extra{
        margin-top:14px !important;
    }

    .dw-radar-mini-chart{
        height:58px !important;
    }

    .dw-hero-grid > .dw-panel .dw-most-media{
        grid-template-columns:30px 78px minmax(0,1fr) !important;
    }

    .dw-hero-grid > .dw-panel .dw-most-media__img{
        width:78px !important;
        height:56px !important;
        min-width:78px !important;
    }
}

/* ==== dw-creative-pages.css ==== */

.dw-policy-page,.dw-map-page,.dw404-wrap-main{
background:#f4f8fd;
padding:40px 0 100px;
}

.dw-policy-hero,.dw-map-hero,.dw404-hero{
max-width:1380px;
margin:auto;
border-radius:42px;
padding:70px;
background:linear-gradient(135deg,#02162d,#053b73 70%,#0974fe);
position:relative;
overflow:hidden;
color:#fff;
}

.dw-policy-hero:before,.dw-map-hero:before,.dw404-hero:before{
content:"";
position:absolute;
right:-120px;
top:-120px;
width:360px;
height:360px;
border-radius:50%;
background:radial-gradient(circle,rgba(255,255,255,.15),transparent 70%);
}

.dw-policy-inner span,.dw-map-copy span,.dw404-tag{
display:inline-block;
font-size:12px;
font-weight:900;
letter-spacing:.12em;
margin-bottom:20px;
color:#70d9ff;
}

.dw-policy-inner h1,.dw-map-copy h1,.dw404-content h1{
font-size:74px;
line-height:.92;
max-width:920px;
margin:0 0 22px;
font-weight:950;
}

.dw-policy-inner p,.dw-map-copy p,.dw404-content p{
font-size:22px;
line-height:1.6;
max-width:860px;
color:#d8e6ff;
}

.dw-policy-grid{
max-width:1380px;
margin:36px auto 0;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:24px;
}

.dw-policy-card{
background:#fff;
padding:38px;
border-radius:34px;
box-shadow:0 20px 60px rgba(2,22,45,.06);
transition:.3s ease;
}

.dw-policy-card:hover,.dw-map-post:hover,.dw-map-box:hover{
transform:translateY(-8px);
}

.dw-policy-card.wide{
grid-column:span 2;
}

.dw-policy-card h2{
font-size:32px;
margin-bottom:16px;
color:#02162d;
}

.dw-policy-card p{
font-size:18px;
line-height:1.8;
color:#5d6d82;
}

.dw-map-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
margin-top:42px;
}

.dw-map-box{
padding:32px;
border-radius:28px;
background:rgba(255,255,255,.08);
backdrop-filter:blur(10px);
border:1px solid rgba(255,255,255,.1);
text-decoration:none;
transition:.3s ease;
}

.dw-map-box strong{
display:block;
font-size:26px;
color:#fff;
margin-bottom:8px;
}

.dw-map-box small{
color:#d7e8ff;
}

.dw-map-news{
max-width:1380px;
margin:40px auto 0;
}

.dw-map-news h2{
font-size:54px;
margin-bottom:26px;
color:#02162d;
}

.dw-map-news-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:28px;
}

.dw-map-post{
background:#fff;
border-radius:32px;
overflow:hidden;
text-decoration:none;
box-shadow:0 20px 50px rgba(2,22,45,.06);
transition:.3s ease;
}

.dw-map-post img{
width:100%;
height:240px;
object-fit:cover;
display:block;
}

.dw-map-post-content{
padding:26px;
}

.dw-map-post-content span{
font-size:12px;
font-weight:900;
letter-spacing:.08em;
text-transform:uppercase;
color:#0974fe;
}

.dw-map-post-content h3{
font-size:34px;
line-height:1.06;
margin-top:12px;
color:#02162d;
}

.dw404-wrap-main{
min-height:85vh;
display:flex;
align-items:center;
justify-content:center;
padding:40px;
}

.dw404-hero{
width:100%;
max-width:1280px;
text-align:center;
}

.dw404-actions{
display:flex;
gap:20px;
justify-content:center;
margin-top:40px;
flex-wrap:wrap;
}

.dw404-btn{
padding:18px 34px;
border-radius:20px;
background:#0974fe;
color:#fff;
font-weight:900;
text-decoration:none;
transition:.3s ease;
}

.dw404-btn:hover{
transform:translateY(-5px) scale(1.03);
box-shadow:0 20px 40px rgba(9,116,254,.35);
}

.dw404-btn.ghost{
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.16);
}

.dw404-search{
max-width:640px;
margin:40px auto 0;
}

.dw404-search input{
border-radius:18px !important;
padding:18px !important;
}

@media(max-width:900px){
.dw-policy-inner h1,.dw-map-copy h1,.dw404-content h1{
font-size:44px;
}
.dw-policy-card.wide{
grid-column:auto;
}
}

/* ==== dw-v6-premium-visual.css ==== */

/* =====================================================
   DWNews V6 Premium Visual — SaaS Editorial Portal
   ===================================================== */

:root{
  --dw-bg:#06101d;
  --dw-navy:#07192d;
  --dw-blue:#0974fe;
  --dw-cyan:#5ee7ff;
  --dw-green:#23ef9a;
  --dw-text:#07192d;
  --dw-muted:#66758a;
  --dw-gutter:clamp(24px,4vw,72px);
  --dw-max:1880px;
}

/* General atmosphere */
body{
  background:
    radial-gradient(circle at 8% 14%,rgba(9,116,254,.05),transparent 26%),
    radial-gradient(circle at 92% 28%,rgba(94,231,255,.045),transparent 28%),
    #fff !important;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(9,116,254,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(9,116,254,.025) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.35),transparent 55%);
  z-index:-1;
}

/* Top bar dark and compact */
.dw-topbar{
  background:linear-gradient(90deg,#030b16,#07192d) !important;
  border-bottom:1px solid rgba(94,231,255,.12) !important;
  color:#fff !important;
}

.dw-topbar .dw-container,
.dw-brand--v6 .dw-container,
.dw-navwrap .dw-container,
.dw-ticker .dw-container{
  max-width:var(--dw-max) !important;
  padding-left:var(--dw-gutter) !important;
  padding-right:var(--dw-gutter) !important;
}

.dw-site-url,
.dw-topbar a{
  color:#fff !important;
}

.dw-site-url::after{
  content:"SEO VIVO";
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:24px;
  margin-left:12px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(9,116,254,.18);
  color:#7bdcff;
  font-size:11px;
  font-weight:950;
  letter-spacing:.04em;
  animation:dwPulse 2.6s ease-in-out infinite;
}

.dw-site-url::before{
  filter:drop-shadow(0 0 10px rgba(94,231,255,.45));
}

@keyframes dwPulse{
  0%,100%{box-shadow:0 0 0 0 rgba(94,231,255,.22)}
  50%{box-shadow:0 0 0 8px rgba(94,231,255,0)}
}

/* Social icons */
.dw-social-icons{display:flex!important;gap:10px!important;align-items:center!important}
.dw-social-icon{
  width:38px!important;height:38px!important;
  display:grid!important;place-items:center!important;
  border-radius:999px!important;
  color:#fff!important;
  background:rgba(255,255,255,.05)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  text-decoration:none!important;
  transition:.25s ease!important;
}
.dw-social-icon svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.dw-social-icon--facebook svg{fill:currentColor!important;stroke:none!important}
.dw-social-icon span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important}
.dw-social-icon:hover{transform:translateY(-4px) rotate(-5deg)!important;background:var(--dw-blue)!important;box-shadow:0 16px 34px rgba(9,116,254,.35)!important}

/* Compact premium header */
.dw-brand--v6{
  padding:26px 0 24px !important;
  background:linear-gradient(180deg,#fff,#f8fbff) !important;
  border-bottom:1px solid rgba(9,116,254,.08) !important;
}

.dw-brand--v6 .dw-brand__in{
  display:grid!important;
  grid-template-columns:minmax(360px,720px) minmax(560px,1fr)!important;
  align-items:center!important;
  gap:clamp(42px,6vw,96px)!important;
}

.dw-brand-left{justify-self:start!important}
.dw-brand-right{justify-self:end!important;width:100%!important;display:flex!important;justify-content:flex-end!important}

.dw-brand--v6 .dw-logo img,
.dw-brand--v6 .custom-logo{
  width:auto!important;
  max-width:min(720px,42vw)!important;
  max-height:142px!important;
  height:auto!important;
  margin:0!important;
  transition:.3s ease!important;
}
.dw-brand--v6 .dw-logo:hover img{transform:translateY(-3px) scale(1.012)!important;filter:drop-shadow(0 18px 32px rgba(9,116,254,.12))}

/* Header sponsor, compact with chart */
.dw-v6-sponsor{
  position:relative;
  isolation:isolate;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 260px;
  gap:18px;
  align-items:center;
  width:min(100%,940px)!important;
  min-height:138px!important;
  padding:26px 32px!important;
  border-radius:28px!important;
  overflow:hidden!important;
  color:#fff!important;
  text-decoration:none!important;
  background:
    radial-gradient(circle at 88% 10%,rgba(94,231,255,.18),transparent 28%),
    linear-gradient(135deg,#030b16,#07192d 55%,#07366b)!important;
  border:1px solid rgba(94,231,255,.16)!important;
  box-shadow:0 26px 70px rgba(5,31,71,.18)!important;
  transition:.28s ease!important;
}
.dw-v6-sponsor::before{
  content:"";
  position:absolute;inset:-60%;
  background:conic-gradient(from 0deg,transparent,rgba(9,116,254,.28),transparent 24%);
  animation:dwSpin 9s linear infinite;
  opacity:.28;
  z-index:-1;
}
@keyframes dwSpin{to{transform:rotate(360deg)}}
.dw-v6-sponsor__label{
  width:max-content;
  padding:5px 11px;
  border-radius:999px;
  background:rgba(94,231,255,.12);
  color:#7bdcff;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.dw-v6-sponsor strong{
  display:block;
  max-width:680px;
  color:#fff!important;
  font-size:clamp(25px,2.2vw,38px)!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
  margin:10px 0 7px;
}
.dw-v6-sponsor em{
  display:block;
  max-width:660px;
  color:rgba(255,255,255,.72)!important;
  font-style:normal!important;
  font-size:16px!important;
  line-height:1.45!important;
}
.dw-v6-sponsor__cta{display:inline-flex;margin-top:10px;color:#fff;font-size:14px;font-weight:950}
.dw-v6-sponsor__grid{
  position:absolute;
  right:145px;
  width:260px;height:90px;
  background:
    linear-gradient(rgba(94,231,255,.10) 1px,transparent 1px),
    linear-gradient(90deg,rgba(94,231,255,.10) 1px,transparent 1px);
  background-size:24px 24px;
  opacity:.45;
}
.dw-v6-sponsor__chart{
  position:absolute;right:28px;bottom:24px;
  display:flex;gap:7px;align-items:end;height:58px;
}
.dw-v6-sponsor__chart i{width:12px;border-radius:999px 999px 4px 4px;background:linear-gradient(#5ee7ff,#0974fe);animation:dwBars 2.2s ease-in-out infinite}
.dw-v6-sponsor__chart i:nth-child(1){height:22px}
.dw-v6-sponsor__chart i:nth-child(2){height:34px;animation-delay:.12s}
.dw-v6-sponsor__chart i:nth-child(3){height:47px;animation-delay:.24s}
.dw-v6-sponsor__chart i:nth-child(4){height:58px;animation-delay:.36s}
@keyframes dwBars{50%{transform:scaleY(.78);filter:brightness(1.35)}}
.dw-v6-sponsor:hover{transform:translateY(-5px)!important;box-shadow:0 34px 90px rgba(5,31,71,.24)!important}

/* Nav and ticker dark like reference */
.dw-navwrap{
  background:linear-gradient(90deg,#030b16,#07192d)!important;
  border:0!important;
  box-shadow:0 18px 44px rgba(5,31,71,.12)!important;
}
.dw-main-nav a,
.dw-menu a{
  color:#fff!important;
}
.dw-main-nav a:hover,
.dw-menu a:hover{
  color:#7bdcff!important;
  transform:translateY(-2px);
}
.dw-search-toggle,.dw-home-link{
  background:rgba(9,116,254,.12)!important;
  border-color:rgba(94,231,255,.18)!important;
  color:#fff!important;
}
.dw-ticker{
  background:#06101d!important;
  color:#fff!important;
  border-top:1px solid rgba(94,231,255,.10)!important;
  border-bottom:1px solid rgba(94,231,255,.10)!important;
}
.dw-ticker a,.dw-ticker span{color:#fff!important}
.dw-ticker strong{color:#1785ff!important}

/* Main hero dark premium */
.dw-hero-grid{
  margin-top:34px!important;
}
.dw-featured.dw-featured--v6,
.dw-featured{
  display:grid!important;
  grid-template-columns:1fr!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:28px!important;
  background:#06101d!important;
  color:#fff!important;
  border:1px solid rgba(94,231,255,.20)!important;
  box-shadow:0 28px 80px rgba(5,31,71,.18)!important;
}
.dw-featured .dw-featured__media{
  order:1!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/8!important;
  min-height:310px!important;
  max-height:500px!important;
  border-radius:0!important;
  overflow:hidden!important;
  position:relative!important;
}
.dw-featured .dw-featured__media::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(3,11,22,.72),rgba(3,11,22,.15) 50%,rgba(3,11,22,.35)),linear-gradient(180deg,transparent 55%,rgba(3,11,22,.86));
}
.dw-featured .dw-featured__media img,
.dw-featured .dw-featured__media .dw-thumb-placeholder{
  width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .55s ease!important;
}
.dw-featured:hover .dw-featured__media img{transform:scale(1.045)!important}
.dw-featured .dw-featured__body{
  order:2!important;
  padding:clamp(30px,4vw,48px)!important;
  position:relative;
}
.dw-featured h1{max-width:900px!important;margin:0 0 18px!important;color:#fff!important;font-size:clamp(42px,5vw,76px)!important;line-height:.94!important;letter-spacing:-.06em!important}
.dw-featured h1 a{color:#fff!important}
.dw-featured h1 a:hover{color:#7bdcff!important}
.dw-featured p{max-width:760px!important;color:rgba(255,255,255,.72)!important;font-size:18px!important;line-height:1.55!important}
.dw-featured .dw-meta,.dw-featured .dw-meta a,.dw-featured .dw-meta span{color:rgba(255,255,255,.74)!important}
.dw-featured .dw-chip{background:rgba(9,116,254,.16)!important;color:#7bdcff!important;border-color:rgba(94,231,255,.18)!important}

/* Buttons/links animation */
.dw-btn,.dw-readmore,button,.dw-panel__more,.dw-v6-sponsor__cta{
  transition:transform .22s ease,box-shadow .22s ease,color .2s ease,background .2s ease!important;
}
.dw-btn:hover,button:hover{transform:translateY(-4px)!important;box-shadow:0 18px 38px rgba(9,116,254,.28)!important}
.dw-readmore:hover,.dw-panel__more:hover{transform:translateX(4px)!important}

/* Dark radar and most read panels */
.dw-radar-card,.dw-hero-grid > .dw-panel{
  background:radial-gradient(circle at 100% 0%,rgba(9,116,254,.18),transparent 42%),linear-gradient(180deg,#07192d,#06101d)!important;
  color:#fff!important;
  border:1px solid rgba(94,231,255,.18)!important;
  box-shadow:0 28px 80px rgba(5,31,71,.18)!important;
}
.dw-radar-card h2,.dw-hero-grid > .dw-panel h2,.dw-radar-card strong,.dw-hero-grid > .dw-panel strong{color:#fff!important}
.dw-radar-score{
  background:rgba(9,116,254,.10)!important;
  color:#fff!important;
  border:1px solid rgba(94,231,255,.30)!important;
  box-shadow:0 0 50px rgba(9,116,254,.18)!important;
}
.dw-radar-score strong,.dw-radar-score span{color:#fff!important}
.dw-radar-row,.dw-radar-row strong{color:#fff!important}
.dw-radar-foot{color:rgba(255,255,255,.55)!important}

.dw-radar-v6-extra,.dw-radar-density-extra{margin-top:18px;padding-top:16px;border-top:1px solid rgba(94,231,255,.12)}
.dw-radar-v6-head,.dw-radar-density-title{color:#7bdcff!important;font-size:11px!important;font-weight:950;text-transform:uppercase;letter-spacing:.09em;margin-bottom:10px}
.dw-radar-signal{display:flex;justify-content:space-between;gap:10px;padding:9px 11px;margin-bottom:7px;border-radius:14px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);transition:.22s ease}
.dw-radar-signal:hover{transform:translateX(5px);background:rgba(255,255,255,.08)}
.dw-radar-signal span{color:rgba(255,255,255,.78);font-size:13px;font-weight:850}
.dw-radar-signal strong{color:var(--dw-green)!important;font-size:13px;font-weight:950}
.dw-radar-v6-tags{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0}
.dw-radar-v6-tags span{padding:6px 8px;border-radius:999px;background:rgba(9,116,254,.14);border:1px solid rgba(94,231,255,.12);font-size:10.5px;font-weight:900;color:#fff}
.dw-radar-v6-chart{display:flex;align-items:end;gap:7px;height:72px;padding:12px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);margin-bottom:14px}
.dw-radar-v6-chart i{flex:1;height:var(--h);min-height:14px;border-radius:999px 999px 4px 4px;background:linear-gradient(180deg,#5ee7ff,#23ef9a);animation:dwBars2 2.7s ease-in-out infinite}
.dw-radar-v6-chart i:nth-child(2){animation-delay:.12s}.dw-radar-v6-chart i:nth-child(3){animation-delay:.24s}.dw-radar-v6-chart i:nth-child(4){animation-delay:.36s}
@keyframes dwBars2{50%{transform:scaleY(.82);filter:brightness(1.25)}}
.dw-radar-v6-alert{padding:14px;border-radius:18px;background:rgba(9,116,254,.12);border:1px solid rgba(94,231,255,.13)}
.dw-radar-v6-alert small{display:block;color:#7bdcff;font-size:10.5px;font-weight:950;text-transform:uppercase;margin-bottom:5px}
.dw-radar-v6-alert strong{font-size:13.5px;line-height:1.18;margin-bottom:8px}
.dw-radar-v6-alert a{color:#7bdcff;font-size:12.5px;font-weight:950;text-decoration:none}

/* Most read 7 dark */
.dw-hero-grid > .dw-panel .dw-most-media{
  display:grid!important;
  grid-template-columns:30px 76px minmax(0,1fr)!important;
  gap:11px!important;
  align-items:center!important;
  min-height:70px!important;
  padding:8px 0!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  text-decoration:none!important;
}
.dw-hero-grid > .dw-panel .dw-rank{width:30px!important;height:30px!important;display:grid!important;place-items:center!important;border-radius:11px!important;background:rgba(9,116,254,.25)!important;color:#7bdcff!important;font-size:12px!important;font-weight:950!important}
.dw-hero-grid > .dw-panel .dw-most-media__img{width:76px!important;height:54px!important;min-width:76px!important;border-radius:13px!important;overflow:hidden!important;background:#0b2038!important;box-shadow:0 10px 22px rgba(0,0,0,.12)!important}
.dw-hero-grid > .dw-panel .dw-most-media__img img{width:100%!important;height:100%!important;object-fit:cover!important;transition:.28s ease!important}
.dw-hero-grid > .dw-panel .dw-most-media:hover img{transform:scale(1.08)!important}
.dw-hero-grid > .dw-panel .dw-most-media strong{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:#fff!important;font-size:13.2px!important;line-height:1.1!important}
.dw-hero-grid > .dw-panel .dw-most-media small{color:rgba(255,255,255,.55)!important;font-size:10.5px!important}

/* Sponsor strip and lower sections */
.dw-sponsored-strip--v6{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:38px 0}
.dw-sponsored-strip--v6 .dw-v6-sponsor{width:100%!important;grid-template-columns:1fr!important;min-height:178px!important}
.dw-home-seo-band--v6{margin:54px 0 24px!important;padding:clamp(30px,4vw,48px)!important;border-radius:34px!important;background:radial-gradient(circle at 100% 0%,rgba(9,116,254,.18),transparent 36%),linear-gradient(135deg,#06101d,#07192d)!important;color:#fff!important;display:grid!important;grid-template-columns:minmax(280px,.72fr) minmax(0,1fr)!important;gap:30px!important}
.dw-home-seo-band__intro span{color:#7bdcff!important;font-size:12px!important;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.dw-home-seo-band__intro h2{color:#fff!important;font-size:clamp(30px,3.2vw,48px)!important;line-height:.98!important;letter-spacing:-.05em!important;margin:10px 0 14px!important}
.dw-home-seo-band__intro p{color:rgba(255,255,255,.68)!important;font-size:16px!important;line-height:1.55}
.dw-home-seo-band__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.dw-seo-topic--v6{display:grid!important;gap:8px!important;padding:16px!important;min-height:122px!important;border-radius:22px!important;background:rgba(255,255,255,.075)!important;border:1px solid rgba(255,255,255,.10)!important;color:#fff!important;text-decoration:none!important;transition:.25s ease!important}
.dw-seo-topic--v6:hover{transform:translateY(-5px)!important;background:color-mix(in srgb,var(--cat,#0974fe) 24%,rgba(255,255,255,.08))!important}
.dw-seo-topic__icon{width:36px!important;height:36px!important;display:grid!important;place-items:center!important;border-radius:14px!important;background:color-mix(in srgb,var(--cat,#0974fe) 28%,rgba(255,255,255,.12))!important}

.dw-ai-pulse-strip--v6{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:22px 0 42px}
.dw-ai-pulse-strip--v6 div{padding:22px;border-radius:24px;background:#fff;border:1px solid rgba(9,116,254,.12);box-shadow:0 18px 54px rgba(5,31,71,.04);transition:.25s ease}
.dw-ai-pulse-strip--v6 div:hover{transform:translateY(-5px);box-shadow:0 24px 70px rgba(5,31,71,.08)}
.dw-ai-pulse-strip--v6 span{display:block;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}
.dw-ai-pulse-strip--v6 strong{display:block;color:var(--dw-blue);font-size:36px;line-height:1;font-weight:950;margin:8px 0}

/* Creative pages V6 */
.dw-policy-page,.dw-map-page,.dw404-wrap-main{background:#f4f8fd;padding:40px var(--dw-gutter) 100px}
.dw-policy-hero,.dw-map-hero,.dw404-hero{max-width:1380px;margin:auto;border-radius:42px;padding:70px;background:linear-gradient(135deg,#030b16,#07192d 70%,#0974fe);position:relative;overflow:hidden;color:#fff}
.dw-policy-hero::before,.dw-map-hero::before,.dw404-hero::before{content:"";position:absolute;right:-120px;top:-120px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(94,231,255,.24),transparent 70%)}
.dw-policy-inner span,.dw-map-copy span,.dw404-tag{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.12em;margin-bottom:20px;color:#70d9ff;text-transform:uppercase}
.dw-policy-inner h1,.dw-map-copy h1,.dw404-content h1{font-size:clamp(42px,6vw,74px);line-height:.92;max-width:920px;margin:0 0 22px;font-weight:950}
.dw-policy-inner p,.dw-map-copy p,.dw404-content p{font-size:21px;line-height:1.6;max-width:860px;color:#d8e6ff}
.dw-policy-grid{max-width:1380px;margin:36px auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}
.dw-policy-card{background:#fff;padding:38px;border-radius:34px;box-shadow:0 20px 60px rgba(2,22,45,.06);transition:.3s ease}
.dw-policy-card:hover,.dw-map-post:hover,.dw-map-box:hover{transform:translateY(-8px)}
.dw-policy-card.wide{grid-column:span 2}
.dw-policy-card h2{font-size:32px;margin-bottom:16px;color:#02162d}
.dw-policy-card p{font-size:18px;line-height:1.8;color:#5d6d82}
.dw-map-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:42px}
.dw-map-box{padding:32px;border-radius:28px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);text-decoration:none;transition:.3s ease}
.dw-map-box strong{display:block;font-size:26px;color:#fff;margin-bottom:8px}.dw-map-box small{color:#d7e8ff}
.dw-map-news{max-width:1380px;margin:40px auto 0}.dw-map-news h2{font-size:54px;margin-bottom:26px;color:#02162d}
.dw-map-news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px}
.dw-map-post{background:#fff;border-radius:32px;overflow:hidden;text-decoration:none;box-shadow:0 20px 50px rgba(2,22,45,.06);transition:.3s ease}
.dw-map-post img{width:100%;height:240px;object-fit:cover;display:block}
.dw-map-post-content{padding:26px}.dw-map-post-content span{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#0974fe}.dw-map-post-content h3{font-size:34px;line-height:1.06;margin-top:12px;color:#02162d}
.dw404-wrap-main{min-height:85vh;display:flex;align-items:center;justify-content:center}.dw404-hero{width:100%;max-width:1280px;text-align:center}.dw404-actions{display:flex;gap:20px;justify-content:center;margin-top:40px;flex-wrap:wrap}.dw404-btn{padding:18px 34px;border-radius:20px;background:#0974fe;color:#fff;font-weight:900;text-decoration:none;transition:.3s ease}.dw404-btn:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 20px 40px rgba(9,116,254,.35)}.dw404-btn.ghost{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16)}.dw404-search{max-width:640px;margin:40px auto 0}

/* Back top */
.dw-backtop{width:62px!important;height:62px!important;border-radius:22px!important;background:linear-gradient(135deg,#0974fe,#005eea)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:0!important;box-shadow:0 18px 44px rgba(9,116,254,.32)!important;overflow:hidden!important}
.dw-backtop::before{content:"SEO";font-size:15px;font-weight:950;letter-spacing:-.06em}.dw-backtop::after{content:"";position:absolute;width:18px;height:18px;border:3px solid #fff;border-left:0;border-bottom:0;transform:rotate(-45deg) translateY(12px);opacity:.9}
.dw-backtop:hover{transform:translateY(-5px) scale(1.04)!important;box-shadow:0 24px 54px rgba(9,116,254,.42)!important}

/* General hover */
.dw-card,.dw-story,.dw-panel,.dw-widget,.dw-cat-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important}
.dw-card:hover,.dw-story:hover,.dw-cat-card:hover{transform:translateY(-5px)!important}

/* Responsive */
@media(max-width:1180px){
  .dw-brand--v6 .dw-brand__in{grid-template-columns:1fr!important;gap:20px!important}
  .dw-brand-right{justify-content:flex-start!important}
  .dw-v6-sponsor{width:100%!important;grid-template-columns:1fr!important}
  .dw-v6-sponsor__grid,.dw-v6-sponsor__chart{display:none!important}
  .dw-featured .dw-featured__media{aspect-ratio:16/8!important;min-height:260px!important}
  .dw-home-seo-band--v6{grid-template-columns:1fr!important}
  .dw-home-seo-band__grid,.dw-ai-pulse-strip--v6{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:680px){
  :root{--dw-gutter:18px}
  .dw-site-url::after{display:none}
  .dw-brand--v6 .dw-logo img,.dw-brand--v6 .custom-logo{max-width:86vw!important;max-height:88px!important}
  .dw-featured .dw-featured__media{aspect-ratio:16/9!important;min-height:210px!important}
  .dw-featured h1{font-size:clamp(34px,11vw,46px)!important}
  .dw-sponsored-strip--v6,.dw-home-seo-band__grid,.dw-ai-pulse-strip--v6{grid-template-columns:1fr!important}
  .dw-policy-card.wide{grid-column:auto}.dw-policy-hero,.dw-map-hero,.dw404-hero{padding:40px 24px}.dw-map-news h2{font-size:38px}
}

/* =====================================================
   DWVisual v6.7 — Header compacto + ticker legible
   Ajuste pedido: menos altura en logo/top y mejor corte del ticker.
   ===================================================== */
.dw-brand--v6{
  padding:14px 0 14px!important;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;
}
.dw-brand--v6 .dw-brand__in,
.dw-brand__in.dw-brand__in--final{
  min-height:132px!important;
  grid-template-columns:minmax(320px,640px) minmax(480px,1fr)!important;
  gap:clamp(28px,4vw,72px)!important;
  padding:0!important;
  align-items:center!important;
}
.dw-brand-left{display:flex!important;align-items:center!important;min-height:132px!important}
.dw-brand-right{align-items:center!important;min-height:132px!important}
.dw-brand--v6 .dw-logo,
.dw-brand__in--final .dw-logo{
  display:flex!important;
  align-items:center!important;
  min-height:0!important;
}
.dw-brand--v6 .dw-logo img,
.dw-brand--v6 .custom-logo,
.dw-brand__in--final .dw-logo img{
  max-width:min(620px,40vw)!important;
  max-height:108px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.dw-v6-sponsor{
  min-height:112px!important;
  padding:20px 28px!important;
  border-radius:26px!important;
  grid-template-columns:minmax(0,1fr) 210px!important;
}
.dw-v6-sponsor strong{
  font-size:clamp(22px,1.9vw,32px)!important;
  line-height:1.02!important;
  margin:8px 0 5px!important;
}
.dw-v6-sponsor em{
  font-size:15px!important;
  line-height:1.38!important;
  max-width:540px!important;
}
.dw-v6-sponsor__label{font-size:10px!important;padding:5px 10px!important}
.dw-v6-sponsor__cta{margin-top:8px!important;font-size:13px!important}
.dw-v6-sponsor__grid{right:120px!important;width:220px!important;height:78px!important;opacity:.32!important}
.dw-v6-sponsor__chart{right:24px!important;bottom:20px!important;height:48px!important}
.dw-v6-sponsor__chart i{width:10px!important}
.dw-v6-sponsor__chart i:nth-child(1){height:18px!important}.dw-v6-sponsor__chart i:nth-child(2){height:28px!important}.dw-v6-sponsor__chart i:nth-child(3){height:38px!important}.dw-v6-sponsor__chart i:nth-child(4){height:48px!important}

/* Ticker: el texto ahora desaparece sobre fondo oscuro, sin manchas blancas ni cortes duros. */
.dw-ticker{
  background:#06101d!important;
  border-top:1px solid rgba(94,231,255,.12)!important;
  border-bottom:1px solid rgba(94,231,255,.12)!important;
  overflow:hidden!important;
}
.dw-ticker__in{
  height:46px!important;
  gap:18px!important;
  position:relative!important;
}
.dw-ticker__label{
  position:relative!important;
  z-index:3!important;
  color:#7bdcff!important;
  background:#ffffff!important;
  border:1px solid rgba(9,116,254,.18)!important;
  border-radius:3px!important;
  padding:3px 8px!important;
  line-height:1!important;
  box-shadow:14px 0 24px #06101d!important;
}
.dw-ticker__mask{
  position:relative!important;
  overflow:hidden!important;
  flex:1 1 auto!important;
  min-width:0!important;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 38px,#000 calc(100% - 70px),transparent 100%)!important;
  mask-image:linear-gradient(90deg,transparent 0,#000 38px,#000 calc(100% - 70px),transparent 100%)!important;
}
.dw-ticker__mask:before,
.dw-ticker__mask:after{
  content:"";
  position:absolute;
  top:0;bottom:0;
  width:72px;
  z-index:2;
  pointer-events:none;
}
.dw-ticker__mask:before{left:0;background:linear-gradient(90deg,#06101d,rgba(6,16,29,0))!important}
.dw-ticker__mask:after{right:0;background:linear-gradient(270deg,#06101d,rgba(6,16,29,0))!important}
.dw-ticker__track{gap:42px!important;animation-duration:40s!important;will-change:transform!important}
.dw-ticker__track a{
  color:#f4f8ff!important;
  font-size:14px!important;
  font-weight:750!important;
  text-shadow:none!important;
}
.dw-ticker__track a:before{
  color:#1785ff!important;
  margin-right:28px!important;
}
.dw-ticker__track a:hover{color:#7bdcff!important}

@media(max-width:1360px){
  .dw-brand--v6 .dw-brand__in,.dw-brand__in.dw-brand__in--final{grid-template-columns:minmax(280px,540px) minmax(430px,1fr)!important;min-height:122px!important;gap:28px!important}
  .dw-brand-left,.dw-brand-right{min-height:122px!important}
  .dw-brand--v6 .dw-logo img,.dw-brand--v6 .custom-logo,.dw-brand__in--final .dw-logo img{max-height:96px!important;max-width:min(520px,38vw)!important}
  .dw-v6-sponsor{min-height:104px!important;padding:18px 24px!important}
  .dw-v6-sponsor strong{font-size:clamp(20px,1.7vw,28px)!important}
  .dw-v6-sponsor em{font-size:14px!important}
}
@media(max-width:1180px){
  .dw-brand--v6 .dw-brand__in,.dw-brand__in.dw-brand__in--final{grid-template-columns:1fr!important;min-height:0!important;padding:18px 0!important;gap:16px!important}
  .dw-brand-left,.dw-brand-right{min-height:0!important;justify-content:center!important;width:100%!important}
  .dw-brand--v6 .dw-logo img,.dw-brand--v6 .custom-logo,.dw-brand__in--final .dw-logo img{max-width:min(560px,82vw)!important;max-height:96px!important}
  .dw-v6-sponsor{width:100%!important;max-width:860px!important;min-height:96px!important;grid-template-columns:1fr!important}
}
@media(max-width:680px){
  .dw-brand--v6{padding:12px 0!important}
  .dw-brand--v6 .dw-brand__in,.dw-brand__in.dw-brand__in--final{padding:8px 0!important}
  .dw-brand--v6 .dw-logo img,.dw-brand--v6 .custom-logo,.dw-brand__in--final .dw-logo img{max-height:78px!important}
  .dw-v6-sponsor{display:none!important}
  .dw-ticker__in{height:42px!important;gap:10px!important}
  .dw-ticker__label{font-size:11px!important;padding:3px 6px!important}
  .dw-ticker__track a{font-size:13px!important}
}

/* ==== dw-v68-refinements.css ==== */
/* =====================================================
   DWNews v6.8 — Ajustes solicitados
   - Hero principal más bajo y equilibrado con Radar / Más leídas.
   - Ticker sin cortes blancos y con fade oscuro real.
   - Mapa del sitio + política con formato visible premium.
   ===================================================== */

/* HOME: noticia principal menos alta */
@media (min-width: 1181px){
  .dw-hero-grid{
    grid-template-columns:minmax(0,1.25fr) minmax(270px,.48fr) minmax(310px,.58fr)!important;
    align-items:start!important;
    gap:22px!important;
    margin-top:30px!important;
  }
  .dw-featured.dw-featured--v6,
  .dw-featured{
    min-height:0!important;
    max-height:none!important;
    border-radius:28px!important;
  }
  .dw-featured .dw-featured__media{
    aspect-ratio:16/7!important;
    min-height:220px!important;
    max-height:310px!important;
  }
  .dw-featured .dw-featured__body{
    padding:30px 36px 34px!important;
  }
  .dw-featured h1{
    font-size:clamp(36px,3.65vw,58px)!important;
    line-height:.98!important;
    letter-spacing:-.055em!important;
    margin:0 0 14px!important;
  }
  .dw-featured p{
    font-size:16px!important;
    line-height:1.48!important;
    margin-bottom:0!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .dw-featured .dw-meta{
    margin-bottom:14px!important;
  }
  .dw-featured .dw-btn,
  .dw-featured .dw-dots{
    display:none!important;
  }
  .dw-hero-grid > .dw-panel{
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
  }
}

@media (min-width: 1500px){
  .dw-featured .dw-featured__media{max-height:330px!important}
  .dw-featured h1{font-size:clamp(40px,3.25vw,62px)!important}
}

/* Ticker: oscuro consistente, sin parches blancos cuando desaparece el texto */
.dw-ticker,
.dw-ticker .dw-container,
.dw-ticker__in,
.dw-ticker__mask{
  background:#06101d!important;
}
.dw-ticker{
  overflow:hidden!important;
  border-top:1px solid rgba(94,231,255,.12)!important;
  border-bottom:1px solid rgba(94,231,255,.12)!important;
}
.dw-ticker__label{
  background:rgba(255,255,255,.96)!important;
  color:#0974fe!important;
  border-radius:4px!important;
  box-shadow:18px 0 26px #06101d!important;
}
.dw-ticker__mask{
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 54px,#000 calc(100% - 86px),transparent 100%)!important;
  mask-image:linear-gradient(90deg,transparent 0,#000 54px,#000 calc(100% - 86px),transparent 100%)!important;
}
.dw-ticker__mask:before{background:linear-gradient(90deg,#06101d 0%,rgba(6,16,29,.94) 20%,rgba(6,16,29,0) 100%)!important;width:86px!important}
.dw-ticker__mask:after{background:linear-gradient(270deg,#06101d 0%,rgba(6,16,29,.94) 20%,rgba(6,16,29,0) 100%)!important;width:96px!important}
.dw-ticker__track a{
  color:#f7fbff!important;
  text-decoration:none!important;
}

/* Mapa del sitio dinámico */
.dw-map-page--yoast{background:#f4f8fd;padding:42px var(--dw-gutter,clamp(24px,4vw,72px)) 90px!important}
.dw-map-page--yoast .dw-map-hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:end;max-width:1380px;margin:0 auto;border-radius:42px;padding:clamp(42px,5vw,70px);background:radial-gradient(circle at 100% 0%,rgba(94,231,255,.22),transparent 32%),linear-gradient(135deg,#030b16,#07192d 64%,#0974fe);color:#fff;position:relative;overflow:hidden}
.dw-map-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.dw-map-actions a{display:inline-flex;padding:13px 18px;border-radius:999px;background:#0974fe;color:#fff;text-decoration:none;font-weight:950}.dw-map-actions a+ a{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18)}
.dw-map-stats{display:grid;gap:12px}.dw-map-stats div{padding:22px;border-radius:24px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px)}.dw-map-stats strong{display:block;color:#fff;font-size:40px;line-height:1;font-weight:950}.dw-map-stats span{display:block;color:#cfe6ff;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;margin-top:8px}
.dw-map-grid--clean{max-width:1380px;margin:34px auto 0;display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:22px}.dw-map-box--light{background:#fff!important;color:#06101d!important;border-radius:30px!important;padding:30px!important;box-shadow:0 20px 60px rgba(2,22,45,.06)!important}.dw-map-box--light h2{font-size:24px;margin:0 0 18px;color:#06101d}.dw-map-box--wide{grid-column:auto}.dw-map-box--light ul{list-style:none;padding:0;margin:0;display:grid;gap:13px}.dw-map-box--light li{display:grid;gap:3px;border-bottom:1px solid #eef3fb;padding-bottom:11px}.dw-map-box--light li:last-child{border-bottom:0}.dw-map-box--light a{color:#06101d;text-decoration:none;font-weight:900}.dw-map-box--light small{color:#65758a;font-size:12px;line-height:1.35}.dw-map-tags{display:flex;flex-wrap:wrap;gap:10px}.dw-map-tags a{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:999px;background:color-mix(in srgb,var(--cat,#0974fe) 10%,#fff);border:1px solid color-mix(in srgb,var(--cat,#0974fe) 28%,#fff);text-decoration:none}.dw-map-tags strong{color:var(--cat,#0974fe)}.dw-map-tags span{color:#65758a;font-size:12px;font-weight:800}.dw-map-post-content p{color:#65758a;font-size:14px;line-height:1.55;margin:12px 0 0}.dw-map-post{border:1px solid #e9f1fb}.dw-map-post:hover{border-color:var(--cat,#0974fe)}

/* Política de privacidad */
.dw-policy-page--v68{background:#f4f8fd;padding:42px var(--dw-gutter,clamp(24px,4vw,72px)) 90px!important}.dw-policy-page--v68 .dw-policy-hero,.dw-policy-page--v68 .dw-policy-grid{max-width:1380px}.dw-policy-page--v68 .dw-policy-card a{color:#0974fe;font-weight:900}.dw-policy-page--v68 .dw-policy-card strong{color:#06101d}.dw-policy-page--v68 .dw-policy-card{border:1px solid #e9f1fb}.dw-policy-page--v68 .dw-policy-card:hover{border-color:rgba(9,116,254,.28)}

@media(max-width:1180px){
  .dw-map-page--yoast .dw-map-hero{grid-template-columns:1fr}.dw-map-grid--clean{grid-template-columns:1fr}.dw-map-box--wide{grid-column:auto}
}
@media(max-width:680px){
  .dw-featured h1{font-size:clamp(30px,10vw,44px)!important}.dw-map-page--yoast,.dw-policy-page--v68{padding-left:18px!important;padding-right:18px!important}.dw-map-page--yoast .dw-map-hero{padding:34px 22px;border-radius:30px}.dw-map-stats{grid-template-columns:1fr 1fr}.dw-map-stats div:first-child{grid-column:1/-1}.dw-map-news-grid{grid-template-columns:1fr!important}.dw-policy-card{padding:28px!important}.dw-policy-grid{grid-template-columns:1fr!important}.dw-policy-inner p,.dw-map-copy p{font-size:17px!important}
}

/* ==== dw-v576-a11y-contrast-fix.css ==== */
/* DWNews v5.7.6 - Ajustes de accesibilidad, contraste y menú.
   Archivo aislado para no modificar la estructura del theme. */

/* Menú principal: evita texto blanco sobre botón claro en el ítem activo/hover. */
.dw-navwrap .dw-menu a,
.dw-navwrap .dw-menu li a{
  color:#ffffff !important;
  text-shadow:none !important;
}
.dw-navwrap .dw-menu a:hover,
.dw-navwrap .dw-menu .current-menu-item > a,
.dw-navwrap .dw-menu .current-menu-parent > a,
.dw-navwrap .dw-menu .current_page_item > a,
.dw-navwrap .dw-menu .current_page_parent > a{
  background:#ffffff !important;
  color:#011628 !important;
  box-shadow:0 12px 30px rgba(9,116,254,.22) !important;
  border:1px solid rgba(9,116,254,.20) !important;
}
.dw-navwrap .dw-menu a:hover:after,
.dw-navwrap .dw-menu .current-menu-item > a:after,
.dw-navwrap .dw-menu .current-menu-parent > a:after,
.dw-navwrap .dw-menu .current_page_item > a:after,
.dw-navwrap .dw-menu .current_page_parent > a:after{
  background:#0974fe !important;
}

/* Ticker: contraste alto en label y titulares. */
.dw-ticker,
.dw-ticker .dw-container,
.dw-ticker__in{
  background:#06101d !important;
  color:#ffffff !important;
}
.dw-ticker__label{
  background:#ffffff !important;
  color:#005bbb !important;
  border:1px solid rgba(9,116,254,.35) !important;
  border-radius:8px !important;
  padding:5px 11px !important;
  font-weight:950 !important;
  opacity:1 !important;
}
.dw-ticker__track a,
.dw-ticker__in a{
  color:#ffffff !important;
  opacity:1 !important;
  font-weight:850 !important;
  text-shadow:0 1px 1px rgba(0,0,0,.35) !important;
}
.dw-ticker__track a:hover,
.dw-ticker__in a:hover{
  color:#8fe7ff !important;
}
.dw-ticker__mask:before{background:linear-gradient(90deg,#06101d,rgba(6,16,29,0)) !important;}
.dw-ticker__mask:after{background:linear-gradient(270deg,#06101d,rgba(6,16,29,0)) !important;}

/* Links secundarios “Ver todas”: contraste AA sobre fondos claros y oscuros. */
.dw-panel__more,
.dw-widget .dw-panel__more,
.dw-card .dw-panel__more{
  color:#005bbb !important;
  font-weight:900 !important;
  text-decoration:none !important;
}
.dw-panel__more:hover,
.dw-widget .dw-panel__more:hover,
.dw-card .dw-panel__more:hover{
  color:#003f88 !important;
  text-decoration:underline !important;
}
.dw-radar-card .dw-panel__more,
.dw-vivo-panel .dw-panel__more,
.dw-widget[style*="gradient"] .dw-panel__more{
  color:#ffffff !important;
}

/* Botones principales: contraste alto y foco visible. */
.dw-btn,
.dw-readmore,
button,
input[type="submit"]{
  color:#ffffff !important;
}
.dw-btn:focus-visible,
.dw-readmore:focus-visible,
.dw-panel__more:focus-visible,
.dw-menu a:focus-visible,
.dw-search-toggle:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:3px solid #5ee7ff !important;
  outline-offset:3px !important;
}

/* Widgets de sidebar/home: mejora contraste de textos sobre fondos claros. */
.dw-widget,
.dw-panel,
.dw-card{
  color:#0f172a;
}
.dw-widget a,
.dw-panel a,
.dw-card a{
  color:#0b1f3a;
}
.dw-widget a:hover,
.dw-panel a:hover,
.dw-card a:hover{
  color:#005bbb;
}
.dw-widget small,
.dw-panel small,
.dw-meta{
  color:#526173 !important;
}

/* Honeypot invisible: conserva seguridad anti-spam sin afectar layout. */
.dw-hp,
.dw-hp-label{
  position:absolute !important;
  left:-10000px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

@media (max-width: 980px){
  .dw-navwrap .dw-menu a{font-size:12px !important;padding:10px 12px !important;}
}

/* DWNews v5.7.7 - Fix específico Lighthouse mobile para CTA “Leer artículo”.
   Se usa selector más específico porque algunos estilos mobile pisan .dw-btn. */
a.dw-btn,
.dw-featured a.dw-btn,
.dw-featured .dw-btn,
.dw-hero-grid a.dw-btn,
body .dw-btn[href]{
  background:#005bbb !important;
  color:#ffffff !important;
  border:2px solid #005bbb !important;
  text-shadow:none !important;
  opacity:1 !important;
  -webkit-text-fill-color:#ffffff !important;
}
a.dw-btn:hover,
.dw-featured a.dw-btn:hover,
.dw-featured .dw-btn:hover,
.dw-hero-grid a.dw-btn:hover,
body .dw-btn[href]:hover{
  background:#003f88 !important;
  color:#ffffff !important;
  border-color:#003f88 !important;
}
@media (max-width: 767px){
  a.dw-btn,
  .dw-featured a.dw-btn,
  .dw-featured .dw-btn,
  .dw-hero-grid a.dw-btn,
  body .dw-btn[href]{
    background:#004fa3 !important;
    color:#ffffff !important;
    border-color:#004fa3 !important;
    box-shadow:0 10px 22px rgba(0,79,163,.28) !important;
  }
}

