/* Layout y componentes visuales: usar software-para-empresas.css en la página.
   Este archivo queda como stub por si hay enlaces legacy al CSS propio. */

.corp-inline-link,
.hero-section .hero-subtitle a,
.sw-section-lead a,
.sw-process-note a:not(.cw-chip),
.accordion-content a {
    color: #a8eef6;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(0, 243, 255, 0.38);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
    text-decoration-skip-ink: auto;
    border-bottom: none;
    padding-bottom: 0;
    border-radius: 0;
    background: none;
    text-shadow: none;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.corp-inline-link:hover,
.hero-section .hero-subtitle a:hover,
.sw-section-lead a:hover,
.sw-process-note a:not(.cw-chip):hover,
.accordion-content a:hover {
    color: #c9ffe8;
    text-decoration-color: rgba(0, 255, 157, 0.55);
    text-shadow: none;
    background: none;
    border-bottom-color: transparent;
}
