:root {
  --eptvc-orange: #ff7700;
  --eptvc-orange-dark: #d95d00;
  --eptvc-orange-soft: #fff0e5;
  --eptvc-ink: #223044;
  --eptvc-muted: #66758a;
  --eptvc-line: #dce3eb;
  --eptvc-surface: #f6f8fb;
  --eptvc-white: #ffffff;
  --eptvc-shadow: 0 12px 34px rgba(25, 43, 65, .12);
  --eptvc-radius: 1rem;
  --eptvc-content: 76rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--eptvc-surface); color: var(--eptvc-ink); font-family: "Source Sans 3", system-ui, sans-serif; font-size: 1.0625rem; line-height: 1.6; margin: 0; }
a { color: #aa4800; }
a:hover, a:focus { color: var(--eptvc-orange-dark); }
img { height: auto; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.screen-reader-text:focus { background: #fff; clip: auto; clip-path: none; color: #000; display: block; height: auto; left: .5rem; padding: .5rem .75rem; top: .5rem; width: auto; z-index: 100000; }
.eptvc-container { margin-inline: auto; max-width: var(--eptvc-content); padding-inline: 1.25rem; }
.site-shell { overflow: clip; }
.utility-bar { background: #253246; color: #fff; font-size: .9rem; }
.utility-bar__inner { align-items: center; display: flex; gap: 1rem; justify-content: space-between; min-height: 2.35rem; }
.utility-links .menu, .utility-links ul { display: flex; flex-wrap: wrap; gap: .25rem 1rem; list-style: none; margin: 0; padding: 0; }
.utility-links a { color: #fff; text-decoration: none; }
.utility-links a:hover, .utility-links a:focus { text-decoration: underline; }
.utility-bar__status { color: #ffd6b2; margin: 0; }
.site-header { background: var(--eptvc-white); box-shadow: 0 2px 15px rgba(25, 43, 65, .08); position: relative; z-index: 20; }
.brand-row { align-items: center; display: grid; gap: 1rem 2rem; grid-template-columns: minmax(11rem, 1fr) 2.2fr; padding-block: 1.2rem; }
.site-branding__logo { display: inline-block; max-width: 15.5rem; }
.site-branding__logo img { display: block; max-height: 8rem; object-fit: contain; object-position: left center; }
.site-branding__wordmark { align-items: center; color: var(--eptvc-orange-dark); display: flex; flex-direction: column; font-family: Manrope, sans-serif; line-height: 1.05; max-width: 15rem; text-decoration: none; }
.site-branding__wordmark span { font-size: 2rem; font-weight: 800; letter-spacing: .08em; }
.site-branding__wordmark strong { font-size: .74rem; text-align: center; text-transform: uppercase; }
.contact-ribbon { display: grid; gap: .75rem; grid-template-columns: repeat(4, 1fr); }
.contact-ribbon__item { border-left: 1px solid var(--eptvc-line); padding-left: .75rem; }
.contact-ribbon__item:first-child { border-left: 0; }
.contact-ribbon__label { color: var(--eptvc-orange-dark); display: block; font-size: .83rem; font-weight: 700; }
.contact-ribbon__value { color: var(--eptvc-ink); display: block; font-size: .92rem; font-weight: 700; text-decoration: none; }
.primary-nav { background: linear-gradient(100deg, #f89a4a 0%, var(--eptvc-orange) 24%, #e96300 100%); }
.primary-nav__inner { align-items: center; display: flex; justify-content: space-between; min-height: 3.8rem; }
.menu-toggle { background: transparent; border: 0; color: #fff; cursor: pointer; display: none; font-weight: 800; padding: .8rem 0; }
.menu-toggle__icon { border-bottom: 2px solid currentColor; border-top: 2px solid currentColor; display: inline-block; height: .9rem; margin-right: .4rem; position: relative; vertical-align: -.1rem; width: 1.2rem; }
.menu-toggle__icon::after { border-top: 2px solid currentColor; content: ""; left: 0; position: absolute; right: 0; top: .34rem; }
.primary-menu .menu, .primary-menu ul { align-items: stretch; display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.primary-menu li { position: relative; }
.primary-menu a { color: #fff; display: block; font-family: Manrope, sans-serif; font-size: .93rem; font-weight: 700; padding: 1.15rem .95rem; text-decoration: none; }
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current-menu-item > a, .primary-menu .current_page_item > a { background: rgba(35, 48, 68, .2); color: #fff; }
.primary-menu .sub-menu { background: #fff; box-shadow: var(--eptvc-shadow); display: none; min-width: 14rem; position: absolute; top: 100%; z-index: 50; }
.primary-menu .sub-menu a { color: var(--eptvc-ink); padding: .65rem .9rem; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { display: block; }
.header-actions { align-items: center; display: flex; gap: .55rem; }
.header-action { align-items: center; border: 1px solid rgba(255,255,255,.6); color: #fff; display: inline-flex; font-size: .82rem; font-weight: 700; min-height: 2.1rem; padding: .35rem .65rem; text-decoration: none; }
.header-action:hover, .header-action:focus { background: #fff; color: var(--eptvc-orange-dark); }
.site-main { min-height: 48vh; }
.hero { background: linear-gradient(100deg, #253246 0%, #3d4c60 52%, #5a361d 100%); color: #fff; }
.hero__grid { align-items: stretch; display: grid; gap: 2rem; grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .95fr); padding-block: 4rem; }
.hero__content { align-self: center; max-width: 42rem; }
.hero__eyebrow { color: #ffb570; font-family: Manrope, sans-serif; font-size: .86rem; font-weight: 800; letter-spacing: .09em; margin: 0 0 .6rem; text-transform: uppercase; }
.hero h1 { font-family: Manrope, sans-serif; font-size: clamp(2rem, 4.5vw, 3.75rem); letter-spacing: -.04em; line-height: 1.05; margin: 0; }
.hero__lead { font-size: 1.25rem; margin: 1.2rem 0 1.8rem; max-width: 38rem; }
.eptvc-button, .wp-block-button__link { background: var(--eptvc-orange); border: 2px solid var(--eptvc-orange); border-radius: .4rem; color: #202e40; display: inline-block; font-family: Manrope, sans-serif; font-weight: 800; padding: .68rem 1rem; text-decoration: none; }
.eptvc-button:hover, .eptvc-button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus { background: var(--eptvc-orange-dark); border-color: var(--eptvc-orange-dark); color: #fff; }
.eptvc-button--inverse { background: transparent; border-color: rgba(255,255,255,.8); color: #fff; margin-left: .5rem; }
.eptvc-button--inverse:hover, .eptvc-button--inverse:focus { background: #fff; border-color: #fff; color: var(--eptvc-orange-dark); }
.hero__panel { align-self: center; background: rgba(255,255,255,.97); border-radius: var(--eptvc-radius); box-shadow: var(--eptvc-shadow); color: var(--eptvc-ink); padding: 1.5rem; }
.hero__panel h2 { font-family: Manrope, sans-serif; font-size: 1.25rem; margin: 0 0 .8rem; }
.hero__panel ul { list-style: none; margin: 0; padding: 0; }
.hero__panel li + li { border-top: 1px solid var(--eptvc-line); }
.hero__panel a { align-items: center; color: var(--eptvc-ink); display: flex; font-weight: 700; gap: .6rem; padding: .8rem 0; text-decoration: none; }
.hero__panel a::before { background: var(--eptvc-orange); border-radius: 50%; content: ""; height: .55rem; width: .55rem; }
.home-section { padding-block: 4rem; }
.home-section--white { background: #fff; }
.home-section--surface { background: var(--eptvc-surface); }
.section-heading { align-items: end; display: flex; gap: 1rem; justify-content: space-between; margin-bottom: 1.5rem; }
.section-heading h2 { font-family: Manrope, sans-serif; font-size: clamp(1.5rem, 2.5vw, 2.25rem); letter-spacing: -.035em; margin: 0; }
.section-heading p { color: var(--eptvc-muted); margin: .35rem 0 0; max-width: 42rem; }
.section-heading__link { color: var(--eptvc-orange-dark); font-family: Manrope, sans-serif; font-size: .92rem; font-weight: 800; white-space: nowrap; }
.quick-links { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.quick-link { background: #fff; border: 1px solid var(--eptvc-line); border-radius: .75rem; box-shadow: 0 5px 20px rgba(27, 49, 76, .07); color: var(--eptvc-ink); display: block; min-height: 100%; padding: 1.4rem; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.quick-link:hover, .quick-link:focus { box-shadow: var(--eptvc-shadow); color: var(--eptvc-ink); transform: translateY(-3px); }
.quick-link__icon { color: var(--eptvc-orange-dark); display: block; font-family: Manrope, sans-serif; font-size: .83rem; font-weight: 800; letter-spacing: .08em; margin-bottom: .8rem; text-transform: uppercase; }
.quick-link h3 { font-family: Manrope, sans-serif; font-size: 1.15rem; margin: 0 0 .35rem; }
.quick-link p { color: var(--eptvc-muted); margin: 0; }
.news-layout { display: grid; gap: 2rem; grid-template-columns: minmax(0, 2.1fr) minmax(17rem, .9fr); }
.news-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(3, 1fr); }
.post-card { background: #fff; border: 1px solid var(--eptvc-line); border-radius: .8rem; display: flex; flex-direction: column; overflow: hidden; }
.post-card__image { aspect-ratio: 16 / 9; background: #e6ebf1; display: block; overflow: hidden; }
.post-card__image img { height: 100%; object-fit: cover; transition: transform .3s ease; width: 100%; }
.post-card:hover img { transform: scale(1.04); }
.post-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.1rem; }
.post-card time, .entry-meta { color: var(--eptvc-orange-dark); font-size: .85rem; font-weight: 700; }
.post-card h3 { font-family: Manrope, sans-serif; font-size: 1.08rem; line-height: 1.3; margin: .5rem 0; }
.post-card h3 a { color: var(--eptvc-ink); text-decoration: none; }
.post-card h3 a:hover, .post-card h3 a:focus { color: var(--eptvc-orange-dark); text-decoration: underline; }
.post-card p { color: var(--eptvc-muted); font-size: .95rem; margin: 0; }
.post-card__more { color: var(--eptvc-orange-dark); font-weight: 800; margin-top: auto; padding-top: 1rem; }
.sidebar-panel { background: #253246; border-radius: .8rem; color: #fff; padding: 1.4rem; }
.sidebar-panel h2 { font-family: Manrope, sans-serif; font-size: 1.25rem; margin: 0 0 1rem; }
.sidebar-panel .eptvc-agenda { border: 0; margin: 0; }
.sidebar-panel .eptvc-agenda__item { border-color: rgba(255,255,255,.2); grid-template-columns: 1fr; padding-block: .75rem; }
.sidebar-panel .eptvc-agenda__item time { color: #ffbc80; font-size: .85rem; }
.sidebar-panel .eptvc-agenda__item h3 { margin: 0; }
.sidebar-panel .eptvc-agenda__item h3 a { color: #fff; }
.sidebar-panel .eptvc-agenda__item p { color: #dbe2eb; font-size: .9rem; }
.cta-band { background: linear-gradient(110deg, var(--eptvc-orange), #f15c00); color: #fff; }
.cta-band__inner { align-items: center; display: flex; gap: 2rem; justify-content: space-between; padding-block: 2rem; }
.cta-band h2 { font-family: Manrope, sans-serif; margin: 0; }
.cta-band p { margin: .25rem 0 0; }
.cta-band .eptvc-button { background: #fff; border-color: #fff; color: var(--eptvc-orange-dark); white-space: nowrap; }
.page-hero { background: #253246; color: #fff; padding-block: 2.6rem; }
.page-hero h1 { font-family: Manrope, sans-serif; font-size: clamp(2rem, 4vw, 3rem); margin: 0; }
.breadcrumbs { color: #cbd4df; font-size: .9rem; margin: .35rem 0 0; }
.breadcrumbs a { color: #ffbc80; }
.content-wrap { display: grid; gap: 2rem; grid-template-columns: minmax(0, 1fr) minmax(16rem, .32fr); padding-block: 3rem 4rem; }
.content-wrap--full { display: block; max-width: 55rem; }
.entry-content { background: #fff; border: 1px solid var(--eptvc-line); border-radius: .8rem; padding: clamp(1.25rem, 3vw, 2.5rem); }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--eptvc-ink); font-family: Manrope, sans-serif; line-height: 1.2; }
.entry-content h2 { font-size: 1.75rem; margin-top: 2rem; }
.entry-content h3 { font-size: 1.35rem; margin-top: 1.7rem; }
.entry-content a { overflow-wrap: anywhere; }
.entry-content table { border-collapse: collapse; display: block; max-width: 100%; overflow-x: auto; width: max-content; }
.entry-content th, .entry-content td { border: 1px solid var(--eptvc-line); padding: .6rem .75rem; text-align: left; }
.entry-content th { background: var(--eptvc-orange-soft); }
.entry-content blockquote { border-left: 4px solid var(--eptvc-orange); color: var(--eptvc-muted); margin-left: 0; padding-left: 1rem; }
.content-sidebar { align-self: start; background: #fff; border: 1px solid var(--eptvc-line); border-radius: .8rem; padding: 1.25rem; position: sticky; top: 1rem; }
.content-sidebar h2 { font-family: Manrope, sans-serif; font-size: 1.15rem; margin-top: 0; }
.content-sidebar .wp-block-latest-posts, .content-sidebar ul { list-style: none; margin: 0; padding: 0; }
.content-sidebar li + li { border-top: 1px solid var(--eptvc-line); margin-top: .75rem; padding-top: .75rem; }
.content-sidebar a { color: var(--eptvc-ink); font-weight: 700; text-decoration: none; }
.content-sidebar a:hover { color: var(--eptvc-orange-dark); text-decoration: underline; }
.archive-list { display: grid; gap: 1.2rem; }
.archive-item { background: #fff; border: 1px solid var(--eptvc-line); border-radius: .8rem; padding: 1.35rem; }
.archive-item h2 { font-family: Manrope, sans-serif; font-size: 1.35rem; margin: .3rem 0 .5rem; }
.archive-item h2 a { color: var(--eptvc-ink); text-decoration: none; }
.archive-item h2 a:hover { color: var(--eptvc-orange-dark); text-decoration: underline; }
.archive-item p { color: var(--eptvc-muted); margin-bottom: 0; }
.search-form { display: flex; gap: .5rem; }
.search-form label { flex: 1; }
.search-field { border: 1px solid var(--eptvc-line); border-radius: .35rem; min-height: 2.6rem; padding: .5rem .7rem; width: 100%; }
.search-submit { background: var(--eptvc-orange); border: 0; border-radius: .35rem; color: #233044; cursor: pointer; font-weight: 800; padding: .5rem .75rem; }
.site-footer { background: #1d2838; color: #e5ebf2; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 1.35fr 1fr 1fr; padding-block: 3rem; }
.footer-brand .site-branding__logo { filter: brightness(0) invert(1); }
.footer-brand h2 { color: #fff; font-family: Manrope, sans-serif; font-size: 1.15rem; margin: .8rem 0 .4rem; }
.site-footer h3 { color: #ffbc80; font-family: Manrope, sans-serif; font-size: 1rem; margin-top: 0; }
.site-footer a { color: #fff; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li + li { margin-top: .45rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); color: #c7d1dd; font-size: .88rem; padding-block: 1rem; }
.footer-bottom__inner { align-items: center; display: flex; gap: 1rem; justify-content: space-between; }
.social-links { display: flex; flex-wrap: wrap; gap: .5rem; }
.social-links a { border: 1px solid rgba(255,255,255,.5); font-size: .85rem; padding: .25rem .5rem; text-decoration: none; }
.pagination { display: flex; gap: .4rem; margin-top: 2rem; }
.pagination .page-numbers { border: 1px solid var(--eptvc-line); border-radius: .3rem; color: var(--eptvc-ink); padding: .4rem .65rem; text-decoration: none; }
.pagination .current, .pagination a:hover { background: var(--eptvc-orange); border-color: var(--eptvc-orange); }
@media (max-width: 68rem) { .brand-row { grid-template-columns: 1fr; } .contact-ribbon { grid-template-columns: repeat(2, 1fr); } .hero__grid, .news-layout, .content-wrap { grid-template-columns: 1fr; } .content-sidebar { position: static; } .news-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 52rem) { .utility-bar__status { display: none; } .menu-toggle { display: inline-block; } .primary-menu { background: #fff; display: none; left: 0; position: absolute; right: 0; top: 100%; } .primary-menu.is-open { display: block; } .primary-menu .menu, .primary-menu ul { display: block; } .primary-menu a { border-bottom: 1px solid var(--eptvc-line); color: var(--eptvc-ink); padding: .8rem 1.25rem; } .primary-menu .sub-menu { box-shadow: none; display: block; padding-left: 1rem; position: static; } .primary-menu .sub-menu a { font-size: .9rem; } .header-actions { margin-left: auto; } .header-action { border-color: rgba(255,255,255,.7); } .quick-links { grid-template-columns: 1fr; } .news-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } }
@media (max-width: 34rem) { body { font-size: 1rem; } .utility-bar { display: none; } .contact-ribbon { grid-template-columns: 1fr; } .contact-ribbon__item { border-left: 0; border-top: 1px solid var(--eptvc-line); padding: .55rem 0 0; } .contact-ribbon__item:first-child { border-top: 0; padding-top: 0; } .header-action { font-size: 0; min-width: 2rem; } .header-action::before { content: "↗"; font-size: 1rem; } .hero__grid { padding-block: 3rem; } .eptvc-button--inverse { display: block; margin: .75rem 0 0; text-align: center; } .section-heading, .cta-band__inner, .footer-bottom__inner { align-items: flex-start; flex-direction: column; } }

/* Refinamiento visual de la portada institucional. */
.section-kicker { color: var(--eptvc-orange-dark); font-family: Manrope, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .12em; margin: 0 0 .35rem; text-transform: uppercase; }
.section-heading--services { align-items: flex-end; }
.services-showcase { background: linear-gradient(180deg, #f5f8fc 0%, #fff 100%); overflow: hidden; position: relative; }
.services-showcase::before { background: linear-gradient(90deg, var(--eptvc-orange), transparent); content: ""; height: .35rem; left: 0; position: absolute; right: 42%; top: 0; }
.services-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card { background: var(--eptvc-white); border: 1px solid var(--eptvc-line); border-radius: 1rem; box-shadow: 0 9px 26px rgba(27, 49, 76, .08); display: flex; flex-direction: column; min-height: 15.5rem; overflow: hidden; padding: 1.4rem; position: relative; transition: box-shadow .25s ease, transform .25s ease; }
.service-card::after { background: linear-gradient(90deg, var(--eptvc-orange), #ffb15c); bottom: 0; content: ""; height: .28rem; left: 1.4rem; position: absolute; right: calc(100% - 4.5rem); transition: right .25s ease; }
.service-card:hover, .service-card:focus-within { box-shadow: 0 18px 36px rgba(27, 49, 76, .17); transform: translateY(-4px); }
.service-card:hover::after, .service-card:focus-within::after { right: 1.4rem; }
.service-card__number { align-items: center; background: var(--eptvc-orange-soft); border-radius: 50%; color: var(--eptvc-orange-dark); display: inline-flex; font-family: Manrope, sans-serif; font-size: .78rem; font-weight: 800; height: 2.25rem; justify-content: center; margin-bottom: 1.1rem; width: 2.25rem; }
.service-card h3 { color: var(--eptvc-ink); font-family: Manrope, sans-serif; font-size: 1.14rem; line-height: 1.25; margin: 0 0 .55rem; }
.service-card p { color: var(--eptvc-muted); font-size: .95rem; margin: 0; }
.service-card__link { align-items: center; color: var(--eptvc-orange-dark); display: inline-flex; font-family: Manrope, sans-serif; font-size: .88rem; font-weight: 800; gap: .5rem; margin-top: auto; padding-top: 1rem; text-decoration: none; }
.service-card__link span { font-size: 1.1rem; transition: transform .2s ease; }
.service-card__link:hover span, .service-card__link:focus span { transform: translateX(.25rem); }
.institutional-stats { background: #243247; border-radius: 1rem; display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); margin-top: 2.25rem; overflow: hidden; }
.institutional-stat { align-items: center; color: #fff; display: flex; flex-direction: column; justify-content: center; min-height: 8.75rem; padding: 1.25rem; position: relative; text-align: center; }
.institutional-stat + .institutional-stat::before { background: rgba(255,255,255,.16); bottom: 1.3rem; content: ""; left: 0; position: absolute; top: 1.3rem; width: 1px; }
.institutional-stat strong { color: #ffbc80; font-family: Manrope, sans-serif; font-size: clamp(2rem, 3.3vw, 3rem); font-weight: 800; letter-spacing: -.06em; line-height: 1; }
.institutional-stat span { font-family: Manrope, sans-serif; font-size: .77rem; font-weight: 800; letter-spacing: .09em; margin-top: .55rem; text-transform: uppercase; }

/* Pie refinado: enlaces esenciales y directorio en lugar de listas extensas. */
.site-footer { background: #1a2739; border-top: .35rem solid var(--eptvc-orange); }
.footer-grid.footer-grid--refined { align-items: start; gap: 1.5rem; grid-template-columns: 1.25fr .9fr 1fr 1.1fr; padding-block: 3.25rem 2.5rem; }
.footer-brand .site-branding__logo { filter: brightness(0) invert(1); }
.footer-brand__statement { color: #c9d5e1; font-size: .94rem; margin: 1rem 0 0; max-width: 17rem; }
.footer-links-panel, .footer-directory-panel, .footer-contact-card { min-width: 0; }
.site-footer h3 { color: #ffbd81; font-family: Manrope, sans-serif; font-size: .9rem; letter-spacing: .04em; margin: .4rem 0 1rem; text-transform: uppercase; }
.footer-links-list { display: grid; gap: .25rem; }
.site-footer .footer-links-list li { margin: 0; }
.footer-links-list a { align-items: center; color: #edf3f9; display: inline-flex; font-size: .94rem; gap: .4rem; padding-block: .24rem; text-decoration: none; }
.footer-links-list a::before { background: var(--eptvc-orange); border-radius: 50%; content: ""; height: .34rem; width: .34rem; }
.footer-links-list a:hover, .footer-links-list a:focus { color: #ffbd81; text-decoration: none; }
.footer-directory-panel { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); border-radius: .8rem; padding: 1.15rem; }
.footer-directory-panel h3 { margin-top: 0; }
.footer-directory-panel p { color: #d1dbe6; font-size: .91rem; line-height: 1.5; margin: 0 0 1rem; }
.footer-directory-link { align-items: center; color: #fff !important; display: inline-flex; font-family: Manrope, sans-serif; font-size: .86rem; font-weight: 800; gap: .55rem; text-decoration: none; }
.footer-directory-link span { color: #ffbd81; font-size: 1.05rem; }
.footer-contact-card { border-left: 1px solid rgba(255,255,255,.16); padding-left: 1.45rem; }
.footer-contact-card ul { display: grid; gap: .8rem; }
.site-footer .footer-contact-card li { display: grid; gap: .12rem; margin: 0; }
.footer-contact-card li span { color: #ffbd81; font-family: Manrope, sans-serif; font-size: .73rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.footer-contact-card li a, .footer-contact-card li strong { color: #fff; font-size: .93rem; overflow-wrap: anywhere; }
.footer-bottom { background: rgba(0,0,0,.12); border-top-color: rgba(255,255,255,.1); }

@media (max-width: 68rem) { .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .footer-grid.footer-grid--refined { grid-template-columns: repeat(2, minmax(0, 1fr)); } .footer-contact-card { border-left: 0; padding-left: 0; } }
@media (max-width: 52rem) { .section-heading--services { align-items: flex-start; } .services-grid { grid-template-columns: 1fr; } .service-card { min-height: 0; } .institutional-stats { grid-template-columns: repeat(2, 1fr); } .institutional-stat:nth-child(3)::before { display: none; } .institutional-stat:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); } .footer-grid.footer-grid--refined { grid-template-columns: 1fr; } }
@media (max-width: 34rem) { .institutional-stat { min-height: 7.5rem; padding: 1rem .65rem; } .institutional-stat strong { font-size: 2rem; } .institutional-stat span { font-size: .66rem; } }

/* Aviso VAP y franja de contacto enriquecida. */
.contact-ribbon__item { align-items: flex-start; display: flex; gap: .55rem; }
.contact-ribbon__icon { align-items: center; background: var(--eptvc-orange-soft); border-radius: 50%; color: var(--eptvc-orange-dark); display: inline-flex; flex: 0 0 auto; font-size: 1rem; font-weight: 800; height: 1.9rem; justify-content: center; margin-top: .1rem; width: 1.9rem; }
.contact-ribbon__item:first-child { border-left: 0; }
.contact-ribbon__item > div { min-width: 0; }
.hero__panel--notice { border: 1px solid rgba(255,119,0,.25); padding: 1.45rem; }
.hero__notice-kicker { color: var(--eptvc-orange-dark); font-family: Manrope, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .09em; margin: 0 0 .5rem; text-transform: uppercase; }
.hero__panel--notice h2 { font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.22; margin-bottom: .65rem; }
.hero__panel--notice > p:not(.hero__notice-kicker) { color: var(--eptvc-muted); font-size: .94rem; line-height: 1.5; margin: 0; }
.hero__notice-meta { display: grid; gap: .45rem; margin: 1rem 0; }
.hero__notice-meta span { align-items: center; color: var(--eptvc-ink); display: flex; font-size: .83rem; font-weight: 700; gap: .45rem; }
.hero__notice-meta span::before { background: var(--eptvc-orange); border-radius: 50%; content: ""; height: .42rem; width: .42rem; }
.hero__notice-actions { align-items: center; display: flex; flex-wrap: wrap; gap: .75rem; }
.hero__notice-link { color: var(--eptvc-orange-dark); font-family: Manrope, sans-serif; font-size: .86rem; font-weight: 800; text-decoration: none; }
.hero__notice-link span { font-size: 1.05rem; margin-left: .25rem; }
.hero__notice-cta { background: var(--eptvc-orange); border-radius: .4rem; color: #243247; font-family: Manrope, sans-serif; font-size: .82rem; font-weight: 800; margin-left: auto; padding: .58rem .72rem; text-decoration: none; }
.hero__notice-cta:hover, .hero__notice-cta:focus { background: var(--eptvc-orange-dark); color: #fff; }
@media (max-width: 68rem) { .contact-ribbon__item:first-child { border-left: 0; } }
@media (max-width: 34rem) { .contact-ribbon__item { gap: .45rem; } .contact-ribbon__icon { height: 1.7rem; width: 1.7rem; } .hero__notice-cta { margin-left: 0; } }

/* Directorio de Unidades Empresariales de Base */
.eptvc-ueb-directory { padding: 1.25rem 0 2.5rem; }
.eptvc-ueb-directory__grid { display: grid; gap: 1.15rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 1.5rem; }
.eptvc-ueb-card { align-items: flex-start; background: #fff; border: 1px solid var(--eptvc-line); border-radius: .75rem; box-shadow: 0 .35rem 1.2rem rgba(21,35,49,.07); display: flex; flex-direction: column; min-height: 220px; padding: 1.4rem; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.eptvc-ueb-card:hover { border-color: var(--eptvc-orange); box-shadow: 0 .7rem 1.8rem rgba(21,35,49,.13); transform: translateY(-3px); }
.eptvc-ueb-card__mark { align-items: center; background: var(--eptvc-orange); border-radius: .25rem; color: #fff; display: inline-flex; font-family: Manrope, sans-serif; font-size: .72rem; font-weight: 800; height: 1.8rem; justify-content: center; letter-spacing: .08em; margin-bottom: 1rem; min-width: 3.1rem; padding: 0 .55rem; }
.eptvc-ueb-card h2 { color: var(--eptvc-ink); font-family: Manrope, sans-serif; font-size: 1.1rem; line-height: 1.35; margin: 0 0 .55rem; }
.eptvc-ueb-card p { color: var(--eptvc-muted); line-height: 1.55; margin: 0 0 1.1rem; }
.eptvc-ueb-card .eptvc-text-link { color: var(--eptvc-orange-dark); font-weight: 800; margin-top: auto; text-decoration: none; }
.eptvc-ueb-card .eptvc-text-link:hover, .eptvc-ueb-card .eptvc-text-link:focus { color: var(--eptvc-ink); text-decoration: underline; }
.eptvc-directory-contacts { border-top: 1px solid var(--eptvc-line); margin-top: 2.75rem; padding-top: 2.5rem; }
.eptvc-empty-state { background: #fff; border: 1px solid var(--eptvc-line); border-radius: .75rem; padding: 2.5rem; text-align: center; }
@media (max-width: 56rem) { .eptvc-ueb-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 38rem) { .eptvc-ueb-directory__grid { grid-template-columns: 1fr; } }

/* Reequilibrio de identidad: el naranja EPTVC prevalece en las áreas institucionales. */
body { background: #fff8f2; }
.utility-bar { background: linear-gradient(100deg, #e76100 0%, var(--eptvc-orange) 48%, #ff922f 100%); }
.utility-bar__status { color: #fff3e8; }
.primary-nav { background: linear-gradient(100deg, #ff9a43 0%, var(--eptvc-orange) 28%, #eb6200 100%); }
.hero, .page-hero { background: linear-gradient(118deg, #e85f00 0%, var(--eptvc-orange) 48%, #ff963c 100%); }
.hero__eyebrow, .breadcrumbs, .breadcrumbs a { color: #fff7f0; }
.hero__panel { border-top: .32rem solid var(--eptvc-orange); }
.hero__panel--notice { border-color: rgba(255,119,0,.45); }
.sidebar-panel { background: linear-gradient(140deg, #e85f00, var(--eptvc-orange)); }
.cta-band { background: linear-gradient(110deg, #e85f00, var(--eptvc-orange), #ff9a43); }
.site-footer { background: linear-gradient(125deg, #e85f00 0%, var(--eptvc-orange) 52%, #f27a19 100%); border-top-color: #ffd0a6; }
.footer-brand .site-branding__logo { background: #fff; border-radius: .5rem; filter: none; max-width: 15.5rem; padding: .65rem .8rem; }
.footer-brand .site-branding__logo img { max-height: 6.6rem; object-fit: contain; }
.footer-brand__statement, .footer-directory-panel p { color: #fff4eb; }
.site-footer h3 { color: #fff4e9; }
.footer-links-list a, .site-footer a, .footer-contact-card li a, .footer-contact-card li strong { color: #fff; }
.footer-links-list a::before { background: #fff3e8; }
.footer-directory-panel { background: rgba(128,49,0,.18); border-color: rgba(255,255,255,.34); }
.footer-directory-link span, .footer-contact-card li span { color: #fff0df; }
.footer-contact-card { border-left-color: rgba(255,255,255,.32); }
.footer-bottom { background: rgba(153,53,0,.25); border-top-color: rgba(255,255,255,.28); color: #fff4e9; }
.entry-content .panel-grid img, .entry-content .textwidget img { border-radius: .65rem; box-shadow: 0 .7rem 1.8rem rgba(33,45,59,.13); height: auto; max-width: 100%; }

/* Fecha administrable desde el plugin Estado del Portal. */
.utility-links { align-items: center; display: flex; flex-wrap: wrap; gap: .25rem 1rem; }
.utility-links .menu { flex: 0 1 auto; }
.eptvc-portal-update { color: #fff3e8; font-size: .9rem; font-weight: 700; white-space: nowrap; }
@media (max-width: 48rem) { .utility-links { gap: .25rem .7rem; } .eptvc-portal-update { font-size: .82rem; } }

/* Actualidad sin agenda: noticias a ancho completo. */
.news-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 68rem) { .news-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 52rem) { .news-grid--four { grid-template-columns: 1fr; } }

/* Fecha administrable reubicada en el pie institucional. */
.footer-bottom__updated { display: inline-flex; margin-left: .7rem; }
.footer-bottom .eptvc-portal-update { color: #fff4e9; font-size: .82rem; font-weight: 700; }
@media (max-width: 42rem) { .footer-bottom__updated { display: block; margin: .25rem 0 0; } }

/* Catálogo público de Rutas y Horarios en formato de tabla. */
.eptvc-route-table-section { background: #fffaf6; padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.eptvc-route-table-intro { max-width: 52rem; }
.eptvc-route-table-intro h2 { font-family: Manrope, sans-serif; font-size: clamp(1.7rem, 3vw, 2.4rem); margin: .2rem 0 .55rem; }
.eptvc-route-table-intro p { color: var(--eptvc-muted); }
.eptvc-route-table-wrap { background: #fff; border: 1px solid #f2d5bd; border-radius: 1rem; box-shadow: 0 .8rem 2rem rgba(52, 41, 32, .06); margin-top: 1.5rem; overflow-x: auto; }
.eptvc-route-table { border-collapse: collapse; min-width: 64rem; width: 100%; }
.eptvc-route-table th { background: #fff2e7; color: #943c00; font-family: Manrope, sans-serif; font-size: .83rem; letter-spacing: .03em; padding: 1rem; text-align: left; text-transform: uppercase; }
.eptvc-route-table td { border-top: 1px solid #f2e3d6; color: #263447; font-size: .93rem; line-height: 1.45; padding: 1rem; vertical-align: top; }
.eptvc-route-table tbody tr:nth-child(even) { background: #fffcfa; }
.eptvc-route-table tbody tr:hover { background: #fff7f0; }
.eptvc-route-table td strong { color: #182c47; display: block; font-family: Manrope, sans-serif; margin-bottom: .25rem; }
.eptvc-route-table__journey, .eptvc-route-table__municipalities { color: #5c6b7c; display: block; font-size: .84rem; }
.eptvc-route-table__type, .eptvc-route-table__status { border-radius: 999px; display: inline-block; font-size: .72rem; font-weight: 800; margin-top: .5rem; padding: .18rem .52rem; }
.eptvc-route-table__type { background: #fff0e4; color: #a84900; }
.eptvc-route-table__status--temporal { background: #fff2d9; color: #a25b00; }
.eptvc-route-table__status--suspendido { background: #ffebe9; color: #a72c25; }
.eptvc-route-table__empty { color: var(--eptvc-muted); padding: 2rem !important; text-align: center; }
.eptvc-route-table-note { color: var(--eptvc-muted); font-size: .88rem; margin: 1rem 0 0; }
.eptvc-route-row[hidden] { display: none; }

/* Centro editorial de Noticias. */
.eptvc-news-hub { background: #fffaf6; padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.eptvc-news-featured { align-items: stretch; background: linear-gradient(122deg, #fff4eb, #fff); border: 1px solid #f1c59d; border-radius: 1.1rem; box-shadow: 0 1rem 2.2rem rgba(53, 41, 30, .08); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(15rem, .75fr); margin-bottom: 2rem; overflow: hidden; }
.eptvc-news-featured__content { padding: clamp(1.4rem, 3.5vw, 2.6rem); }
.eptvc-news-featured h2 { font-family: Manrope, sans-serif; font-size: clamp(1.5rem, 3vw, 2.35rem); line-height: 1.18; margin: .45rem 0 .75rem; }
.eptvc-news-featured h2 a, .eptvc-news-card h2 a { color: #21324b; text-decoration: none; }
.eptvc-news-featured h2 a:hover, .eptvc-news-card h2 a:hover { color: #d95e00; }
.eptvc-news-featured__media img { height: 100%; object-fit: cover; width: 100%; }
.eptvc-news-meta { color: #6d7b8c; font-size: .84rem; margin: 0 0 .45rem; }
.eptvc-news-meta a { color: #a74700; font-weight: 800; text-decoration: none; }
.eptvc-news-toolbar { align-items: end; display: grid; gap: 1rem; grid-template-columns: minmax(15rem, 25rem) 1fr; margin: 1rem 0 1.5rem; }
.eptvc-news-toolbar label { color: #26364e; display: grid; font-weight: 800; gap: .4rem; }
.eptvc-news-search { background: #fff; border: 1px solid #d8c6b5; border-radius: .5rem; font: inherit; min-height: 2.7rem; padding: .6rem .8rem; }
.eptvc-news-categories { display: flex; flex-wrap: wrap; gap: .45rem; }
.eptvc-news-categories button { background: #fff; border: 1px solid #e3c2a5; border-radius: 999px; color: #824000; cursor: pointer; font: inherit; font-size: .86rem; font-weight: 700; padding: .45rem .75rem; }
.eptvc-news-categories button.is-active, .eptvc-news-categories button:hover { background: #ff7700; border-color: #ff7700; color: #1f2d40; }
.eptvc-news-grid { display: grid; gap: 1.15rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.eptvc-news-card { background: #fff; border: 1px solid #eedfd2; border-radius: .85rem; box-shadow: 0 .45rem 1.2rem rgba(45, 41, 36, .05); display: flex; flex-direction: column; overflow: hidden; }
.eptvc-news-card__image img { display: block; height: 12rem; object-fit: cover; width: 100%; }
.eptvc-news-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.2rem; }
.eptvc-news-card h2 { font-family: Manrope, sans-serif; font-size: 1.1rem; line-height: 1.35; margin: 0 0 .55rem; }
.eptvc-news-card__categories { color: #aa4a00; font-size: .8rem; font-weight: 800; margin: 0 0 .45rem; }
.eptvc-news-card__tags, .eptvc-single-news-tags { color: #7a5c46; font-size: .78rem; line-height: 1.5; }
.eptvc-news-card__read { color: #9f4300; font-size: .88rem; font-weight: 800; margin-top: auto; padding-top: .8rem; text-decoration: none; }
.eptvc-news-card__read:hover { text-decoration: underline; }
.eptvc-news-card[hidden] { display: none; }
.eptvc-single-news-meta { border-left: 3px solid #ff7700; margin: 0 0 1.25rem; padding: .3rem 0 .3rem .8rem; }
.eptvc-single-news-taxonomy { color: #a44900; font-size: .88rem; font-weight: 800; margin: .25rem 0; }
@media (max-width: 58rem) { .eptvc-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .eptvc-news-featured { grid-template-columns: 1fr; } .eptvc-news-featured__media { max-height: 20rem; } }
@media (max-width: 42rem) { .eptvc-news-toolbar, .eptvc-news-grid { grid-template-columns: 1fr; } }

.eptvc-news-more-categories { border-style: dashed !important; }
.eptvc-news-pagination { display: flex; justify-content: center; margin-top: 2.2rem; }
.eptvc-news-pagination .page-numbers { align-items: center; display: flex; flex-wrap: wrap; gap: .45rem; justify-content: center; list-style: none; margin: 0; padding: 0; }
.eptvc-news-pagination .page-numbers a, .eptvc-news-pagination .page-numbers span { align-items: center; background: #fff; border: 1px solid #e2c3a9; border-radius: .42rem; color: #8c3e00; display: inline-flex; font-weight: 800; justify-content: center; min-height: 2.45rem; min-width: 2.45rem; padding: .35rem .6rem; text-decoration: none; }
.eptvc-news-pagination .page-numbers .current, .eptvc-news-pagination .page-numbers a:hover { background: #ff7700; border-color: #ff7700; color: #1f2d40; }

.header-action--search { background: transparent; cursor: pointer; font-family: inherit; }
.site-search-is-open { overflow: hidden; }
.site-search-modal { align-items: flex-start; display: flex; inset: 0; justify-content: center; padding: min(11vh, 7rem) 1.25rem 1.25rem; position: fixed; z-index: 100000; }
.site-search-modal[hidden] { display: none; }
.site-search-modal__backdrop { background: rgba(20, 30, 45, .76); inset: 0; position: absolute; }
.site-search-modal__dialog { background: #fff; border: 4px solid #ff7700; border-radius: 1rem; box-shadow: 0 1.3rem 4rem rgba(0,0,0,.32); max-width: 44rem; padding: clamp(1.5rem, 4vw, 2.5rem); position: relative; width: 100%; z-index: 1; }
.site-search-modal__dialog h2 { color: #1f2d40; font-family: Manrope, sans-serif; font-size: clamp(1.55rem, 3vw, 2.3rem); line-height: 1.2; margin: .35rem 0 .55rem; }
.site-search-modal__dialog > p:not(.section-kicker):not(.site-search-modal__hint) { color: #536170; margin: 0; }
.site-search-modal__close { align-items: center; background: #1f2d40; border: 0; border-radius: 50%; color: #fff; cursor: pointer; display: flex; font-size: 1.4rem; height: 2.25rem; justify-content: center; line-height: 1; position: absolute; right: .85rem; top: .85rem; width: 2.25rem; }
.site-search-modal__close:hover, .site-search-modal__close:focus { background: #ff7700; color: #1f2d40; }
.site-search-modal__form { display: flex; gap: .65rem; margin-top: 1.6rem; }
.site-search-modal__form input { border: 1px solid #c6ced8; border-radius: .45rem; color: #1f2d40; flex: 1; font-family: "Source Sans 3", sans-serif; font-size: 1.08rem; min-height: 3.15rem; padding: .65rem .85rem; }
.site-search-modal__form input:focus { border-color: #ff7700; box-shadow: 0 0 0 3px rgba(255,119,0,.19); outline: none; }
.site-search-modal__form button { background: #ff7700; border: 1px solid #ff7700; border-radius: .45rem; color: #1f2d40; cursor: pointer; font-family: Manrope, sans-serif; font-weight: 800; padding: .65rem 1.15rem; }
.site-search-modal__form button:hover, .site-search-modal__form button:focus { background: #d95d00; border-color: #d95d00; color: #fff; }
.site-search-modal__hint { color: #7a8795; font-size: .88rem; margin: .8rem 0 0; }
@media (max-width: 34rem) { .site-search-modal { padding: 3.5rem 1rem 1rem; } .site-search-modal__form { flex-direction: column; } .site-search-modal__form button { min-height: 3rem; } }

/* Indicadores institucionales: identidad naranja EPTVC. */
.institutional-stats { background: linear-gradient(118deg, #ff7700 0%, #f06a00 52%, #d95d00 100%); box-shadow: 0 14px 28px rgba(217, 93, 0, .22); }
.institutional-stat strong { color: #fff; text-shadow: 0 1px 0 rgba(31,45,64,.18); }
.institutional-stat span { color: #fff; }
.institutional-stat + .institutional-stat::before { background: rgba(255,255,255,.34); }
@media (max-width: 52rem) { .institutional-stat:nth-child(n+3) { border-top-color: rgba(255,255,255,.34); } }
