/* Athena subpage — layout building blocks (uses the site's existing
   .services / .icon / c-background-* vocabulary; only Athena-specific
   accents live here). */

.athena-page h2 {
    text-transform: none;
}

/* Intro hero: text + application screenshot side by side. The border and the
   frame come from the shared window-frame rule in product-detail.css. */
.athena-intro .athena-shot {
    max-width: 100%;
}

.athena-intro .athena-logo {
    max-width: 220px;
    width: 100%;
    height: auto;
}

/* "evosoft a AthenA" — pull-out callout next to the history text */
.athena-highlight {
    background: #fff;
    border-left: 4px solid #075382;
    border-radius: 4px;
    padding: 1.75rem 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    height: 100%;
}

.athena-highlight h3 {
    color: #075382;
    margin-bottom: .75rem;
}

.athena-highlight p:last-child {
    margin-bottom: 0;
}
