/* ERPAS theme: Bootstrap handles layout, spacing, grid, cards, forms and responsiveness. */
:root {
    --erp-navy: #082e63;
    --erp-blue: #0d6efd;
    --erp-orange: #fd7e14;
    --erp-soft: #f4f7fb;
    --erp-text: #102a56;
    --erp-muted: #64748b;
    --erp-site-container-max: 1240px;
}

html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
    color: var(--erp-text);
    background: #fff;
    overflow-x: hidden;
}

img { max-width: 100%; }
.site-header .container,
.erp-home #main-content > section > .container,
.erp-inner-page #main-content > section > .container,
.page-content > section > .container,
.erp-page-hero .container,
.site-footer .container {
    max-width: var(--erp-site-container-max);
}

.bg-erp-navy { background-color: var(--erp-navy) !important; }
.bg-erp-orange { background-color: var(--erp-orange) !important; }
.bg-erp-soft { background-color: var(--erp-soft) !important; }
.text-erp-navy { color: var(--erp-navy) !important; }
.text-erp-orange { color: var(--erp-orange) !important; }
.fw-extrabold { font-weight: 800 !important; }

.site-header { z-index: 1030; }
.site-header .navbar { min-height: 68px; }
.site-header .brand-name { font-size: 1.65rem; line-height: 1; letter-spacing: -.04em; }
.site-header .navbar-nav { gap: .15rem; }
.site-header .nav-link,
.site-header .navbar-nav > li > a {
    display: block;
    padding: .65rem .75rem;
    color: rgba(255, 255, 255, .78);
    font-size: .925rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: .375rem;
}
.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .navbar-nav > li > a:hover,
.site-header .navbar-nav > li > a:focus { color: #fff; background: rgba(255,255,255,.08); }
.site-header .navbar-nav li { list-style: none; }
.site-header .navbar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.erp-hero { background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%); }
.erp-section-kicker {
    display: inline-block;
    color: var(--erp-blue);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.erp-hero-image { height: 460px; object-fit: cover; }
.erp-feature-icon,
.erp-module-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(13, 110, 253, .1);
    color: var(--erp-blue);
}
.erp-feature-icon { width: 2.5rem; height: 2.5rem; }
.erp-module-icon { width: 3.25rem; height: 3.25rem; }
.erp-module-card { transition: transform .2s ease, box-shadow .2s ease; }
.erp-module-card:hover { transform: translateY(-3px); box-shadow: 0 .75rem 1.5rem rgba(8,46,99,.11) !important; }

.erp-audience-image { height: 225px; object-fit: cover; }
.erp-news-image { height: 190px; object-fit: cover; }
.erp-gallery-image { height: 260px; object-fit: cover; }
.erp-article-image { max-height: 520px; object-fit: cover; }
.erp-multiunit-image { min-height: 390px; object-fit: cover; }
.erp-cta-image { min-height: 310px; object-fit: cover; }

.erp-stat-card { background: linear-gradient(145deg, #082e63 0%, #0b438d 100%); }
.erp-stat-item { border-color: rgba(255,255,255,.16) !important; }
.erp-stat-item strong { font-size: clamp(1.7rem, 3vw, 2.35rem); }
.erp-comparison-table th { color: var(--erp-muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; }
.erp-comparison-table td,
.erp-comparison-table th { padding: .85rem .75rem; vertical-align: middle; }
.erp-comparison-table .erp-after { color: #087f5b; font-weight: 700; }
.erp-comparison-table .erp-impact-value { color: #087f5b; font-weight: 800; white-space: nowrap; }

.erp-page-hero { background: linear-gradient(135deg, #082e63 0%, #0d6efd 100%); }
.erp-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1.3fr);
    gap: 2rem;
}
.erp-footer-break { overflow-wrap: anywhere; }
.erp-legal-card {
    max-width: none;
    border-radius: .5rem;
}
.erp-legal-content {
    max-width: 920px;
    margin-inline: auto;
}
.erp-legal-updated {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(8, 46, 99, .1);
}
.erp-legal-section {
    padding-top: 1.5rem;
}
.erp-legal-section + .erp-legal-section {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(8, 46, 99, .08);
}
.erp-legal-section h2 {
    color: var(--erp-text);
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: .75rem;
}
.erp-legal-section p {
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.8;
    margin-bottom: 0;
}
.erp-legal-section p + p { margin-top: .75rem; }
.erp-legal-list {
    color: #475569;
    line-height: 1.75;
    margin-bottom: 0;
    padding-left: 1.25rem;
}
.erp-legal-list li + li { margin-top: .55rem; }
.erp-legal-contact {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: end;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid rgba(13, 110, 253, .16);
    border-radius: .5rem;
    background: #f8fbff;
}
.erp-legal-contact a {
    color: var(--erp-blue);
    overflow-wrap: anywhere;
}
.erp-legal-contact-label {
    display: block;
    color: var(--erp-muted);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: .15rem;
}
.erp-faq-accordion .accordion-button {
    color: var(--erp-text);
    font-weight: 700;
}
.erp-faq-accordion .accordion-body {
    color: #475569;
    line-height: 1.75;
}
.faq-content-card {
    border-radius: .5rem;
}
.erp-faq-list {
    display: grid;
    gap: .85rem;
}
.erp-faq-item {
    overflow: hidden;
    border: 1px solid rgba(8, 46, 99, .1);
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .25rem .8rem rgba(8, 46, 99, .04);
}
.erp-faq-item summary {
    position: relative;
    padding: 1rem 3rem 1rem 1.1rem;
    color: var(--erp-text);
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}
.erp-faq-item summary::-webkit-details-marker { display: none; }
.erp-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 1.1rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: rgba(13, 110, 253, .1);
    color: var(--erp-blue);
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.75rem;
    text-align: center;
    transform: translateY(-50%);
}
.erp-faq-item[open] summary::after {
    content: "-";
}
.erp-faq-answer {
    padding: 0 1.1rem 1rem;
    color: #475569;
    line-height: 1.75;
}
.erp-faq-cta {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    padding: 1.25rem;
    border: 1px solid rgba(13, 110, 253, .16);
    border-radius: .5rem;
    background: #f8fbff;
}
.erp-contact-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.erp-cms-content > section > .container,
.erp-cms-content > section > .container-fluid {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.erp-content { color: #334155; font-size: 1.02rem; line-height: 1.8; }
.erp-content h2,
.erp-content h3,
.erp-content h4 { color: var(--erp-text); font-weight: 700; margin-top: 1.8em; margin-bottom: .7em; }
.erp-content img { height: auto; border-radius: .75rem; }
.erp-content table { width: 100%; }
.erp-sticky-aside { top: 96px; }

.footer-link,
.footer-menu a { color: rgba(255,255,255,.65); text-decoration: none; }
.footer-link:hover,
.footer-menu a:hover { color: #fff; }
.footer-menu li { list-style: none; }
.footer-menu ul { margin: 0; padding: 0; list-style: none; }

@media (max-width: 1199.98px) {
    .site-header .navbar-nav { gap: 0; }
    .site-header .navbar-collapse { padding-bottom: .5rem; }
    .site-header .nav-link,
    .site-header .navbar-nav > li > a { padding-left: 0; padding-right: 0; }
}

@media (max-width: 991.98px) {
    .erp-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .erp-footer-brand { grid-column: 1 / -1; }
    .erp-legal-contact { grid-template-columns: 1fr 1fr; }
    .erp-hero-image { height: 340px; }
    .erp-multiunit-image { min-height: 300px; }
    .erp-sticky-aside { position: static !important; }
}

@media (max-width: 575.98px) {
    .erp-footer-grid { grid-template-columns: 1fr; }
    .erp-footer-brand { grid-column: auto; }
    .erp-legal-card .card-body { padding: 1.25rem !important; }
    .faq-content-card .card-body { padding: 1.25rem !important; }
    .erp-faq-cta {
        align-items: stretch;
        flex-direction: column;
    }
    .erp-legal-contact { grid-template-columns: 1fr; }
    .erp-hero-image { height: 270px; }
    .erp-audience-image,
    .erp-news-image,
    .erp-gallery-image { height: 210px; }
    .display-4 { font-size: calc(1.55rem + 2vw); }
}

.erp-home .erp-testimonial-carousel {
    overflow: visible;
}
.erp-home .erp-testimonial-carousel .carousel-item {
    transition: transform .6s ease-in-out;
}
.erp-home .erp-testimonial-slide {
    position: relative;
    display: flex;
    min-height: 275px;
    flex-direction: column;
    justify-content: center;
    padding: 2.25rem 6rem 3.25rem;
}
.erp-home .erp-testimonial-icon {
    position: absolute;
    top: 1.6rem;
    right: 6rem;
    color: rgba(13, 110, 253, .14);
    font-size: 3.4rem;
    line-height: 1;
}
.erp-home .erp-testimonial-quote {
    position: relative;
    max-width: 850px;
    margin: 0 0 1.25rem;
    color: var(--erp-text);
    font-size: clamp(1.15rem, 1.7vw, 1.55rem);
    font-weight: 700;
    line-height: 1.5;
}
.erp-home .erp-testimonial-author {
    display: grid;
    gap: .25rem;
    color: #475569;
}
.erp-home .erp-testimonial-author strong {
    color: var(--erp-text);
    font-size: .98rem;
}
.erp-home .erp-testimonial-author span {
    font-size: .88rem;
}
.erp-home .erp-testimonial-carousel .carousel-indicators {
    right: 6rem;
    bottom: .95rem;
    left: 6rem;
    margin: 0;
    justify-content: flex-start;
    gap: .4rem;
}
.erp-home .erp-testimonial-carousel .carousel-indicators [data-bs-target] {
    width: .65rem;
    height: .65rem;
    border: 0;
    border-radius: 999px;
    background-color: rgba(13, 110, 253, .35);
    opacity: 1;
}
.erp-home .erp-testimonial-carousel .carousel-indicators .active {
    width: 1.75rem;
    background-color: var(--erp-blue);
}
.erp-home .erp-testimonial-carousel .carousel-control-prev,
.erp-home .erp-testimonial-carousel .carousel-control-next {
    width: 3.5rem;
    opacity: 1;
}
.erp-home .erp-testimonial-carousel .carousel-control-prev-icon,
.erp-home .erp-testimonial-carousel .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--erp-navy);
    background-size: 54%;
}
.erp-home .erp-testimonial-carousel .carousel-control-prev:focus-visible,
.erp-home .erp-testimonial-carousel .carousel-control-next:focus-visible,
.erp-home .erp-testimonial-carousel .carousel-indicators button:focus-visible {
    outline: 3px solid rgba(13, 110, 253, .35);
    outline-offset: 3px;
}
.erp-home .erp-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
    align-items: stretch;
    border-radius: .75rem;
}
.erp-home .erp-final-cta-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 340px;
    padding: 3rem;
}
.erp-home .erp-final-cta-label {
    display: inline-flex;
    width: fit-content;
    align-self: flex-start;
}
.erp-home .erp-final-cta-copy p {
    max-width: 640px;
}
.erp-home .erp-final-cta-media {
    min-height: 340px;
    min-width: 0;
    overflow: hidden;
}
.erp-home .erp-final-cta-media .erp-cta-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991.98px) {
    .erp-home .erp-testimonial-slide {
        min-height: 250px;
        padding: 2rem 4.75rem 3.25rem;
    }
    .erp-home .erp-testimonial-icon {
        right: 4.75rem;
        font-size: 3rem;
    }
    .erp-home .erp-testimonial-carousel .carousel-indicators {
        right: 4.75rem;
        left: 4.75rem;
    }
    .erp-home .erp-final-cta {
        grid-template-columns: minmax(0, 48%) minmax(0, 52%);
    }
    .erp-home .erp-final-cta-copy {
        min-height: 300px;
        padding: 2rem;
    }
    .erp-home .erp-final-cta-media {
        min-height: 300px;
    }
}

@media (max-width: 575.98px) {
    .erp-home .erp-testimonial-slide {
        min-height: auto;
        padding: 2rem 1.25rem 4.25rem;
    }
    .erp-home .erp-testimonial-icon {
        position: static;
        margin-bottom: .5rem;
        font-size: 2.5rem;
    }
    .erp-home .erp-testimonial-quote {
        font-size: 1.08rem;
    }
    .erp-home .erp-testimonial-carousel .carousel-control-prev,
    .erp-home .erp-testimonial-carousel .carousel-control-next {
        top: auto;
        bottom: 1rem;
        width: 3.25rem;
        height: 3.25rem;
    }
    .erp-home .erp-testimonial-carousel .carousel-control-prev-icon,
    .erp-home .erp-testimonial-carousel .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
    }
    .erp-home .erp-testimonial-carousel .carousel-indicators {
        right: 4rem;
        bottom: 1.8rem;
        left: 4rem;
        justify-content: center;
    }
    .erp-home .erp-final-cta-copy {
        padding: 1.5rem;
        min-height: auto;
    }
    .erp-home .erp-final-cta-media {
        min-height: 220px;
    }
}

@media (max-width: 767.98px) {
    .erp-home .erp-final-cta {
        grid-template-columns: minmax(0, 1fr);
    }
}

.erp-home .wow {
    backface-visibility: hidden;
    will-change: opacity, transform;
}
.erp-wow-ready .erp-home .wow:not(.animated) {
    visibility: hidden;
}
.erp-home .animated {
    animation-duration: var(--wow-duration, .7s);
    animation-delay: var(--wow-delay, 0s);
    animation-fill-mode: both;
    animation-iteration-count: var(--wow-iteration, 1);
    animation-timing-function: cubic-bezier(.22, 1, .36, 1);
}
.erp-home .animated.fadeInUp { animation-name: erpWowFadeInUp; }
.erp-home .animated.fadeInDown { animation-name: erpWowFadeInDown; }
.erp-home .animated.fadeInLeft { animation-name: erpWowFadeInLeft; }
.erp-home .animated.fadeInRight { animation-name: erpWowFadeInRight; }
.erp-home .animated.zoomIn { animation-name: erpWowZoomIn; }
.erp-home .erp-hero-focus {
    animation: erpHeroFocus 1.05s cubic-bezier(.22, 1, .36, 1) both;
    transform-origin: center;
    will-change: filter, opacity, transform;
}

@keyframes erpHeroFocus {
    from {
        opacity: 0;
        filter: blur(14px);
        transform: scale(1.035);
    }
    to {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }
}

@keyframes erpWowFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 22px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes erpWowFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -18px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes erpWowFadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-28px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes erpWowFadeInRight {
    from {
        opacity: 0;
        transform: translate3d(28px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes erpWowZoomIn {
    from {
        opacity: 0;
        transform: scale3d(.96, .96, .96);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .erp-home .erp-testimonial-carousel .carousel-item {
        transition: none;
    }
    .erp-home .wow,
    .erp-home .animated,
    .erp-home .erp-hero-focus {
        opacity: 1 !important;
        visibility: visible !important;
        filter: none !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }
}
