/* Sistema visual público unificado · Tu Día Hoy */
body.tdh-site{
    --paper:#fff;
    --tdh-ink:#102a43;
    --tdh-muted:#52667a;
    --tdh-line:#e2e8f0;
    --tdh-blue:#0d55d9;
    --tdh-copper:#c8743c;
    background:#fff!important;
    color:var(--tdh-ink);
}
body.tdh-site>header{
    min-height:76px;
    height:auto;
    padding:14px clamp(20px,4vw,64px);
    border-bottom:1px solid var(--tdh-line);
    background:#fff;
}
body.tdh-site>header .brand{
    color:#0b1f33;
    font-family:Manrope,Arial,sans-serif;
    font-size:clamp(22px,2vw,30px);
    font-weight:650;
    letter-spacing:-.04em;
}
body.tdh-site>header nav a{color:#243b53;font-size:13px;font-weight:650}
body.tdh-site>header nav a:hover,
body.tdh-site>header nav a:focus-visible,
body.tdh-site>header nav a[aria-current="page"]{color:var(--tdh-blue)}

/* El orden correcto de la portada no depende de dónde inserte el JS. */
body.tdh-site main>.hero{order:1}
body.tdh-site main>.daily-verse-strip{order:2}
body.tdh-site main>.horoscope{order:2}
body.tdh-site main>.must-know{order:3!important}
body.tdh-site main>.daily{order:3}
body.tdh-site main>.events{order:4}
body.tdh-site main>.commemorations{order:5}
body.tdh-site main>.instagram-follow{order:6}
body.tdh-site main>.question-home{order:7}

.instagram-follow{
    width:calc(100% - 8vw);
    max-width:1380px;
    margin:35px auto 20px;
    padding:34px 38px;
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    align-items:center;
    gap:26px;
    border-radius:20px;
    background:linear-gradient(125deg,#10162f 0%,#242056 58%,#6b37d1 125%);
    color:#fff;
    box-shadow:0 20px 55px rgba(16,22,47,.16);
}
.instagram-follow-mark{display:grid;place-items:center;width:76px;height:76px;border:1px solid rgba(255,255,255,.28);border-radius:22px;background:rgba(255,255,255,.08)}
.instagram-follow-mark svg{width:38px;height:38px;fill:none;stroke:#fff;stroke-width:1.7}.instagram-follow-mark .instagram-dot{fill:#f2c96b;stroke:none}
.instagram-follow-copy p{margin:0 0 7px;color:#c7bfff;font-size:10px;font-weight:850;letter-spacing:.22em}
.instagram-follow-copy h2{margin:0;font:600 clamp(30px,3.5vw,48px)/1.02 'Cormorant Garamond',Georgia,serif;letter-spacing:-.02em}
.instagram-follow-copy h2 span{color:#f2c96b;white-space:nowrap}.instagram-follow-copy small{display:block;margin-top:10px;color:#d9dced;font-size:14px;line-height:1.55}
.instagram-follow-button{display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:#fff;color:#19153d;font-size:12px;font-weight:850;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}
.instagram-follow-button:hover,.instagram-follow-button:focus-visible{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.instagram-follow-button span{font-size:17px}

body.tdh-site .daily-verse-strip{background:#fff;border-color:var(--tdh-line)}
body.tdh-site .horoscope,
body.tdh-site .must-know,
body.tdh-site .daily,
body.tdh-site .events,
body.tdh-site .commemorations{background:#fff;color:var(--tdh-ink)}

/* Actualidad en portada: texto oscuro y legible sobre blanco. */
body.tdh-site .must-know-heading p{
    color:#243b53!important;
    font-size:10px;
    font-weight:850;
    letter-spacing:.2em;
}
body.tdh-site .must-know-heading h2,
body.tdh-site .must-know .news-card-copy h2,
body.tdh-site .must-know .news-card-copy h3,
body.tdh-site .must-know .news-card-copy h2 a,
body.tdh-site .must-know .news-card-copy h3 a{color:#102a43!important}
body.tdh-site .must-know .news-card{
    border-color:var(--tdh-line)!important;
    background:#fff!important;
    color:#102a43!important;
}
body.tdh-site .must-know .news-card-copy p{color:#52667a!important}
body.tdh-site .must-know .news-card-copy time{color:#6b7c8f!important}
body.tdh-site .must-know-heading>a{
    border-color:#9fb0c2;
    color:#0d55d9!important;
    background:#fff;
}

/* Listado de Actualidad y páginas de las historias. */
body.tdh-site .news-main,
body.tdh-site .article-main,
body.tdh-site .institutional-main,
body.tdh-site .archive-main{background:#fff}
body.tdh-site .news-card{
    border-color:var(--tdh-line);
    background:#fff;
    color:#102a43;
    box-shadow:0 6px 20px rgba(16,42,67,.045);
}
body.tdh-site .news-card-copy h2,
body.tdh-site .news-card-copy h3,
body.tdh-site .news-card-copy h2 a,
body.tdh-site .news-card-copy h3 a{color:#102a43}
body.tdh-site .news-card-copy p{color:#52667a}
body.tdh-site .article-page{background:#fff}
body.tdh-site .article-heading h1,
body.tdh-site .article-content,
body.tdh-site .article-content h2{color:#102a43}
body.tdh-site .article-heading>p{color:#3f5368}
body.tdh-site .related-news{background:#f7f9fc}
body.tdh-site .related-news>p{color:#243b53}
body.tdh-site .related-news>h2{color:#102a43}
body.tdh-site .category-filter a,
body.tdh-site .news-pagination a,
body.tdh-site .news-pagination span,
body.tdh-site .institutional-card,
body.tdh-site .month-card{border-color:var(--tdh-line)}
body.tdh-site .institutional-copy section{border-color:var(--tdh-line)}
body.tdh-site .institutional-note{background:#f2f6ff;border-color:var(--tdh-blue)}

@media(max-width:900px){body.tdh-site>header nav{display:none}}
@media(max-width:600px){
    body.tdh-site>header{min-height:68px;padding:12px 18px}
    body.tdh-site>header form{margin-left:auto}
    body.tdh-site>header form input{max-width:142px}
    .instagram-follow{width:calc(100% - 32px);margin:28px auto 12px;padding:27px 22px;grid-template-columns:auto 1fr;gap:17px;border-radius:16px}
    .instagram-follow-mark{width:58px;height:58px;border-radius:17px}.instagram-follow-mark svg{width:30px;height:30px}
    .instagram-follow-copy h2{font-size:31px}.instagram-follow-copy h2 span{display:block;margin-top:4px}.instagram-follow-copy small{font-size:13px}
    .instagram-follow-button{grid-column:1/-1;justify-content:center;width:100%}
}
