/* ============================================================
   NEW MEGA FOOTER — ea-footer
   ============================================================ */

.ea-footer {
    background-color: #0a0a0a;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.ea-footer-top {
    padding: 3.5rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.ea-footer-container {
    max-width: 82rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

@media (min-width: 768px) {
    .ea-footer-container {
        grid-template-columns: 1.2fr 1fr 1fr;
    }
}

@media (min-width: 1100px) {
    .ea-footer-container {
        grid-template-columns: 1.2fr 1fr 1fr 1.3fr;
    }
}

/* --- Brand column --- */
.ea-footer-logo {
    margin-bottom: 1rem;
}

.ea-footer-logo img {
    max-height: 52px;
    width: auto;
    filter: brightness(1.1);
}

.ea-footer-site-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-white);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ea-footer-about-text {
    font-size: 0.825rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.55);
    margin-bottom: 1.5rem;
}

.ea-footer-contact-heading {
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-accent);
    margin: 0 0 0.65rem;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.ea-footer-contact-items {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.ea-footer-contact-items li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.45;
}

.ea-footer-contact-items li svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--color-accent);
}

.ea-footer-contact-items a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
}

.ea-footer-contact-items a:hover {
    color: var(--color-accent);
}

.ea-footer-social {
    display: flex;
    gap: 0.5rem;
}

.ea-footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    background: rgba(255,255,255,0.06);
    border-radius: 4px;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: background 0.22s, color 0.22s, transform 0.18s;
    border: 1px solid rgba(255,255,255,0.07);
}

.ea-footer-social-link svg {
    width: 15px;
    height: 15px;
}

.ea-footer-social-link:hover {
    background: var(--color-accent);
    color: #fff;
    border-color: var(--color-accent);
    transform: translateY(-2px);
}

/* --- Service columns --- */
.ea-footer-service-group {
    margin-bottom: 1.4rem;
}

.ea-footer-service-group:last-child {
    margin-bottom: 0;
}

.ea-footer-service-heading {
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-white);
    background: rgba(255,77,36,0.1);
    border-left: 2px solid var(--color-accent);
    padding: 0.42rem 0.7rem;
    margin: 0 0 0.55rem;
    line-height: 1.3;
}

.ea-footer-service-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ea-footer-service-links li {
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.ea-footer-service-links li:last-child {
    border-bottom: none;
}

.ea-footer-service-links a {
    display: block;
    padding: 0.28rem 0;
    font-size: 0.79rem;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
    line-height: 1.5;
}

.ea-footer-service-links a:hover {
    color: var(--color-accent);
    padding-left: 0.4rem;
}

/* --- Map column --- */
.ea-footer-map {
    margin-top: 1.2rem;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}

.ea-footer-map iframe {
    display: block;
    width: 100%;
    height: 200px;
}

/* --- Footer Bottom Bar --- */
.ea-footer-bottom {
    padding: 1.1rem 1.5rem;
    background: #060606;
}

.ea-footer-bottom-inner {
    max-width: 82rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

@media (min-width: 900px) {
    .ea-footer-bottom-inner {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        gap: 0;
    }
}

.ea-footer-nav-links,
.ea-footer-legal-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem;
}

.ea-footer-nav-links a,
.ea-footer-legal-links a {
    font-size: 0.76rem;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}

.ea-footer-nav-links a:hover,
.ea-footer-legal-links a:hover {
    color: var(--color-accent);
}

.ea-footer-sep {
    color: rgba(255,255,255,0.2);
    font-size: 0.76rem;
    user-select: none;
}

.ea-footer-copy {
    font-size: 0.76rem;
    color: rgba(255,255,255,0.45);
    margin: 0;
    white-space: nowrap;
}

.ea-footer-copy strong {
    color: rgba(255,255,255,0.75);
    font-weight: 600;
}

/* ============================================================
   SERVICES CAROUSEL — ea-svc-carousel
   ============================================================ */

.ea-svc-carousel-section {
    background-color: #0d0d0d;
    padding: 5rem 0;
    overflow: hidden;
}

.ea-svc-carousel-wrap {
    max-width: 82rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.ea-svc-carousel-header {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 3rem;
}

.ea-svc-carousel-header .accent-line {
    width: 3px;
    height: 3rem;
    background: var(--color-accent);
    flex-shrink: 0;
    display: block;
}

.ea-svc-carousel-header h2 {
    margin: 0;
    font-size: 1.875rem;
    color: var(--color-white);
}

@media (min-width: 768px) {
    .ea-svc-carousel-header h2 {
        font-size: 2.25rem;
    }
}

.ea-svc-carousel-sub {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.55);
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

/* Swiper overrides */
.ea-svc-swiper {
    padding-bottom: 3.5rem !important;
    overflow: visible;
}

.ea-svc-slide {
    height: auto;
}

/* Card */
.ea-svc-card {
    background: #111111;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: border-color 0.3s, transform 0.3s;
}

.ea-svc-card:hover {
    border-color: rgba(255,77,36,0.4);
    transform: translateY(-4px);
}

.ea-svc-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.ea-svc-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.ea-svc-card:hover .ea-svc-img-wrap img {
    transform: scale(1.05);
}

.ea-svc-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.55) 100%);
}

.ea-svc-body {
    padding: 1.4rem 1.5rem 1.6rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.75rem;
}

.ea-svc-title {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-white);
    margin: 0;
    line-height: 1.25;
}

.ea-svc-desc {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
    margin: 0;
    flex: 1;
}

.ea-svc-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 0.25rem;
}

.ea-svc-btn-outline {
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-accent);
    border: 1px solid var(--color-accent);
    padding: 0.55rem 1rem;
    border-radius: 3px;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
}

.ea-svc-btn-outline:hover {
    background: var(--color-accent);
    color: #fff;
}

.ea-svc-btn-primary {
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: var(--color-accent);
    padding: 0.55rem 1rem;
    border-radius: 3px;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
    box-shadow: 0 3px 12px rgba(255,77,36,0.3);
    cursor: pointer;
}

.ea-svc-btn-primary:hover {
    background: var(--color-accent-dark);
    transform: translateY(-1px);
    color: #fff;
}

/* Navigation arrows */
.ea-svc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 1.75rem));
    z-index: 10;
    width: 2.75rem;
    height: 2.75rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
    color: rgba(255,255,255,0.7);
    user-select: none;
}

.ea-svc-arrow svg {
    width: 18px;
    height: 18px;
}

.ea-svc-swiper-prev {
    left: -1rem;
}

.ea-svc-swiper-next {
    right: -1rem;
}

.ea-svc-arrow:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: #fff;
}

.ea-svc-arrow.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

@media (max-width: 767px) {
    .ea-svc-swiper-prev { left: 0; }
    .ea-svc-swiper-next { right: 0; }
}

/* Pagination dots */
.ea-svc-pagination {
    bottom: 0 !important;
}

.ea-svc-pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,0.3);
    opacity: 1;
    width: 7px;
    height: 7px;
    transition: background 0.2s, width 0.2s;
}

.ea-svc-pagination .swiper-pagination-bullet-active {
    background: var(--color-accent);
    width: 20px;
    border-radius: 4px;
}

/* View All CTA */
.ea-svc-carousel-cta {
    text-align: center;
    margin-top: 2.5rem;
}

.ea-svc-view-all {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-accent);
    border-bottom: 1px solid rgba(255,77,36,0.4);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}

.ea-svc-view-all:hover {
    color: var(--color-accent-dark);
    border-color: var(--color-accent-dark);
}

@media (max-width: 640px) {
    .ea-svc-carousel-section {
        padding: 3.5rem 0;
    }

    .ea-svc-arrow {
        display: none;
    }
}
