.eptvc-homologaciones { margin: 2.5rem 0; }
.eptvc-homologaciones__heading { border-left: .35rem solid #ff7700; margin-bottom: 1.5rem; padding: .2rem 0 .2rem 1rem; }
.eptvc-homologaciones__heading p { color: #d95d00; font-size: .78rem; font-weight: 800; letter-spacing: .1em; margin: 0 0 .25rem; text-transform: uppercase; }
.eptvc-homologaciones__heading h2 { color: #223044; font-family: Manrope, sans-serif; font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 0; }
.eptvc-homologaciones__heading span { color: #66758a; display: block; margin-top: .25rem; }
.eptvc-homologaciones__grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.eptvc-homologacion-card { background: #fff; border: 1px solid #dce3eb; border-radius: 1rem; box-shadow: 0 8px 22px rgba(27,49,76,.08); display: flex; gap: 1rem; min-height: 11rem; padding: 1.2rem; }
.eptvc-homologacion-card__icon { align-items: center; background: #fff0e5; border-radius: .75rem; color: #d95d00; display: flex; flex: 0 0 auto; font-family: Manrope, sans-serif; font-size: .76rem; font-weight: 800; height: 3rem; justify-content: center; letter-spacing: .08em; width: 3rem; }
.eptvc-homologacion-card__body { display: flex; flex: 1; flex-direction: column; min-width: 0; }
.eptvc-homologacion-card__type { color: #d95d00; font-size: .75rem; font-weight: 800; letter-spacing: .08em; margin: 0 0 .25rem; text-transform: uppercase; }
.eptvc-homologacion-card h3 { color: #223044; font-family: Manrope, sans-serif; font-size: 1.1rem; line-height: 1.28; margin: 0; }
.eptvc-homologacion-card__body > p:not(.eptvc-homologacion-card__type) { color: #66758a; font-size: .92rem; margin: .55rem 0; }
.eptvc-homologacion-card__actions { align-items: center; display: flex; flex-wrap: wrap; gap: .75rem; margin-top: auto; padding-top: .55rem; }
.eptvc-pdf-viewer { background: #ff7700; border: 0; border-radius: .35rem; color: #223044; cursor: pointer; font-family: Manrope, sans-serif; font-size: .84rem; font-weight: 800; padding: .5rem .7rem; }
.eptvc-pdf-viewer:hover, .eptvc-pdf-viewer:focus { background: #d95d00; color: #fff; }
.eptvc-homologacion-card__actions a { color: #aa4800; font-size: .86rem; font-weight: 700; }
.eptvc-homologaciones__empty { background: #fff0e5; border: 1px solid #ffb570; border-radius: .7rem; color: #223044; padding: 1rem 1.2rem; }
.eptvc-pdf-modal[hidden] { display: none; }
.eptvc-pdf-modal { align-items: center; background: rgba(23,35,52,.8); display: flex; inset: 0; justify-content: center; padding: 1rem; position: fixed; z-index: 100000; }
.eptvc-pdf-modal__dialog { background: #fff; border-radius: .9rem; box-shadow: 0 24px 60px rgba(0,0,0,.3); display: flex; flex-direction: column; height: min(90vh, 58rem); max-width: 72rem; overflow: hidden; width: 100%; }
.eptvc-pdf-modal__header { align-items: center; background: #223044; color: #fff; display: flex; justify-content: space-between; padding: .85rem 1rem; }
.eptvc-pdf-modal__title { font-family: Manrope, sans-serif; font-size: .95rem; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.eptvc-pdf-modal__close { background: transparent; border: 1px solid rgba(255,255,255,.6); border-radius: .3rem; color: #fff; cursor: pointer; font-size: 1.3rem; height: 2rem; line-height: 1; width: 2rem; }
.eptvc-pdf-modal iframe { border: 0; flex: 1; width: 100%; }
@media (max-width: 44rem) { .eptvc-homologaciones__grid { grid-template-columns: 1fr; } .eptvc-homologacion-card { min-height: 0; } }

.eptvc-homologacion-document-viewer { background: #fff; border: 1px solid #dce3eb; border-radius: 1rem; box-shadow: 0 8px 22px rgba(27,49,76,.08); margin-top: 2rem; overflow: hidden; padding: 1.35rem; }
.eptvc-homologacion-document-viewer header { border-left: .35rem solid #ff7700; margin: 0 0 1rem; padding-left: .9rem; }
.eptvc-homologacion-document-viewer header p { color: #d95d00; font-size: .76rem; font-weight: 800; letter-spacing: .08em; margin: 0 0 .2rem; text-transform: uppercase; }
.eptvc-homologacion-document-viewer h2 { color: #223044; font-family: Manrope, sans-serif; font-size: clamp(1.2rem, 2.8vw, 1.75rem); margin: 0; }
.eptvc-homologacion-document-viewer__frame { background: #f3f6f8; border: 1px solid #dce3eb; border-radius: .6rem; height: min(72vh, 58rem); overflow: hidden; }
.eptvc-homologacion-document-viewer__frame iframe { border: 0; height: 100%; width: 100%; }
.eptvc-homologacion-document-viewer__actions { margin: 1rem 0 0; }
.eptvc-homologacion-download { background: #ff7700; border-radius: .35rem; color: #223044; display: inline-block; font-family: Manrope, sans-serif; font-size: .9rem; font-weight: 800; padding: .62rem .9rem; text-decoration: none; }
.eptvc-homologacion-download:hover, .eptvc-homologacion-download:focus { background: #d95d00; color: #fff; }
@media (max-width: 44rem) { .eptvc-homologacion-document-viewer { padding: 1rem; } .eptvc-homologacion-document-viewer__frame { height: 66vh; } }
