﻿:root {
    --ea-font: "Cairo", "Tajawal", sans-serif;
    --ea-blue-950: #041325;
    --ea-blue-900: #082645;
    --ea-blue-800: #0b3d74;
    --ea-blue-700: #14579b;
    --ea-blue-600: #1d6fbe;
    --ea-gold-500: #d4af37;
    --ea-gold-400: #f0cc6d;
    --ea-gold-300: #f6dfa1;
    --ea-text-strong: #0f223a;
    --ea-text-soft: #506684;
    --ea-card: #ffffff;
    --ea-card-soft: #f6f9ff;
    --ea-border: #d4e1f2;
    --ea-shadow: 0 20px 45px rgba(6, 29, 56, 0.16);
    --ea-radius-xl: 30px;
    --ea-radius-lg: 22px;
    --ea-radius-md: 16px;
    --ea-radius-sm: 12px;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--ea-font);
    color: var(--ea-text-strong);
    background:
        radial-gradient(circle at 12% -5%, rgba(212, 175, 55, 0.18), rgba(212, 175, 55, 0) 34%),
        radial-gradient(circle at 88% 8%, rgba(19, 89, 155, 0.24), rgba(19, 89, 155, 0) 38%),
        linear-gradient(180deg, #edf3fb 0%, #e6eef9 45%, #edf3fb 100%);
    min-height: 100vh;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    position: relative;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.ea-shell {
    width: min(1220px, calc(100% - 34px));
    margin-inline: auto;
}

.ea-bg-layer {
    position: fixed;
    pointer-events: none;
    z-index: -1;
    filter: blur(2px);
}

.ea-bg-layer-one {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    left: -190px;
    top: -140px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.4) 0%, rgba(212, 175, 55, 0) 70%);
}

.ea-bg-layer-two {
    width: 520px;
    height: 520px;
    border-radius: 50%;
    right: -220px;
    top: 140px;
    background: radial-gradient(circle, rgba(26, 95, 164, 0.42) 0%, rgba(26, 95, 164, 0) 72%);
}

.ea-header {
    position: sticky;
    top: 0;
    z-index: 60;
    padding: 14px 0;
    transition: padding 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.ea-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 22, 41, 0.95), rgba(12, 52, 94, 0.94));
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(240, 204, 109, 0.35);
}

.ea-header.is-scrolled {
    padding: 8px 0;
}

.ea-header-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ea-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #f4f8ff;
}

.ea-brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ea-blue-900);
    font-size: 1rem;
    background: linear-gradient(145deg, var(--ea-gold-400), #b88314);
    box-shadow: 0 10px 24px rgba(1, 8, 16, 0.36);
}

.ea-brand-text {
    display: grid;
    gap: 2px;
}

.ea-brand-text strong {
    font-size: 1.03rem;
    letter-spacing: 0.2px;
}

.ea-brand-text small {
    color: rgba(226, 237, 250, 0.78);
    font-size: 0.66rem;
    letter-spacing: 1.6px;
}

.ea-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ea-nav-link {
    min-height: 42px;
    padding: 9px 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(208, 224, 244, 0.45);
    background: rgba(255, 255, 255, 0.05);
    color: #e7f1ff;
    font-weight: 700;
    font-size: 0.92rem;
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ea-nav-link:hover {
    transform: translateY(-2px);
    border-color: rgba(240, 204, 109, 0.9);
    color: #ffe6a3;
}

.ea-nav-link-primary {
    border-color: transparent;
    background: linear-gradient(145deg, var(--ea-gold-400), #bf8a1e);
    color: var(--ea-blue-900);
}

.ea-main {
    padding: 22px 0 0;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ea-hero {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    gap: 18px;
    background: linear-gradient(135deg, #082b51 0%, #0f4a86 50%, #135da4 100%);
    border: 1px solid rgba(240, 204, 109, 0.3);
    border-radius: var(--ea-radius-xl);
    padding: clamp(22px, 3.6vw, 40px);
    box-shadow: var(--ea-shadow);
    position: relative;
    overflow: hidden;
}

.ea-hero::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    right: -170px;
    top: -190px;
    background: radial-gradient(circle, rgba(246, 223, 161, 0.32), rgba(246, 223, 161, 0));
}

.ea-hero::after {
    content: "";
    position: absolute;
    inset: auto auto -130px -130px;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(26, 115, 194, 0.3), rgba(26, 115, 194, 0));
}

.ea-hero-copy,
.ea-hero-visual {
    position: relative;
    z-index: 1;
}

.ea-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    color: #ffecb5;
    font-weight: 700;
    font-size: 0.82rem;
    border: 1px solid rgba(255, 232, 169, 0.4);
    background: rgba(3, 20, 41, 0.32);
}

.ea-hero-copy h1 {
    margin: 12px 0 8px;
    color: #f9fbff;
    line-height: 1.3;
    font-size: clamp(1.3rem, 2.1vw, 2rem);
}

.ea-hero-description {
    margin: 0;
    color: rgba(233, 243, 255, 0.93);
    line-height: 1.9;
    font-size: clamp(0.96rem, 1.2vw, 1.06rem);
}

.ea-hero-actions {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ea-btn {
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 12px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ea-btn:hover {
    transform: translateY(-2px);
}

.ea-btn-gold {
    color: var(--ea-blue-900);
    background: linear-gradient(145deg, var(--ea-gold-400), #be8818);
    box-shadow: 0 11px 20px rgba(9, 40, 72, 0.3);
}

.ea-btn-ghost {
    color: #f3f8ff;
    border-color: rgba(203, 221, 245, 0.45);
    background: rgba(7, 30, 56, 0.3);
}

.ea-metrics-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.ea-metrics-grid article {
    border-radius: var(--ea-radius-sm);
    padding: 12px 10px;
    text-align: center;
    border: 1px solid rgba(190, 212, 241, 0.38);
    background: rgba(255, 255, 255, 0.08);
}

.ea-metrics-grid strong {
    display: block;
    color: #ffeaab;
    font-size: 1.2rem;
    font-weight: 800;
}

.ea-metrics-grid span {
    color: #dbe8fa;
    font-size: 0.82rem;
    font-weight: 700;
}

.ea-hero-visual {
    min-height: clamp(230px, 26vw, 340px);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(240, 204, 109, 0.34);
    box-shadow: 0 16px 34px rgba(4, 17, 32, 0.26);
    background: #071e3a;
}

.ea-hero-visual img,
.ea-hero-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ea-hero-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b8d3f3;
    font-size: 2rem;
    background: linear-gradient(135deg, #0a325f, #124c8b);
}

.ea-hero-visual-overlay {
    position: absolute;
    inset: auto 12px 12px 12px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(5, 25, 47, 0.72);
    border: 1px solid rgba(240, 204, 109, 0.32);
    backdrop-filter: blur(5px);
    color: #f4f8ff;
}

.ea-hero-visual-overlay h3 {
    margin: 0 0 4px;
    color: var(--ea-gold-300);
    font-size: 1rem;
}

.ea-hero-visual-overlay p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.65;
}

.ea-showcase,
.ea-feature-band,
.ea-section,
.ea-cta {
    margin-top: 20px;
}

.ea-showcase {
    position: relative;
    border-radius: var(--ea-radius-lg);
    padding: 18px;
    background: #051a33;
    border: 1px solid rgba(240, 204, 109, 0.28);
    box-shadow: var(--ea-shadow);
    overflow: hidden;
}

.ea-showcase-head {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
}

.ea-showcase-head h2 {
    margin: 8px 0 0;
    color: #f4f9ff;
    font-size: clamp(1.1rem, 1.8vw, 1.5rem);
}

.ea-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(240, 204, 109, 0.38);
    background: rgba(240, 204, 109, 0.12);
    color: #f8e3aa;
    font-weight: 700;
    font-size: 0.8rem;
}

.ea-showcase-track {
    position: relative;
    min-height: clamp(250px, 34vw, 430px);
    border-radius: var(--ea-radius-md);
    overflow: hidden;
}

.ea-showcase-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease;
}

.ea-showcase-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.ea-showcase-slide img {
    width: 100%;
    height: clamp(250px, 34vw, 430px);
    object-fit: cover;
    background: #072240;
}

.ea-showcase-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 17, 33, 0.05), rgba(3, 17, 33, 0.78));
}

.ea-showcase-caption {
    position: absolute;
    right: 16px;
    left: 16px;
    bottom: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    color: #f5f8fd;
    background: rgba(4, 21, 40, 0.65);
    border: 1px solid rgba(240, 204, 109, 0.26);
    backdrop-filter: blur(5px);
}

.ea-showcase-caption h3 {
    margin: 0 0 6px;
    color: #f8e2a4;
    font-size: clamp(1rem, 1.65vw, 1.35rem);
}

.ea-showcase-caption p {
    margin: 0;
    line-height: 1.75;
    font-size: 0.92rem;
}

.ea-showcase-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(240, 204, 109, 0.34);
    color: #f4f8ff;
    background: rgba(4, 20, 38, 0.66);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.ea-showcase-arrow:hover {
    background: rgba(240, 204, 109, 0.94);
    color: var(--ea-blue-900);
}

.ea-showcase-arrow.next {
    left: 22px;
}

.ea-showcase-arrow.prev {
    right: 22px;
}

.ea-showcase-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 7px;
}

.ea-showcase-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(236, 244, 255, 0.5);
}

.ea-showcase-dot.is-active {
    width: 28px;
    border-radius: 999px;
    background: var(--ea-gold-500);
}

.ea-section-head {
    margin-bottom: 14px;
}

.ea-section-head h2 {
    margin: 10px 0 0;
    color: var(--ea-blue-900);
    font-size: clamp(1.15rem, 2vw, 1.62rem);
    line-height: 1.35;
}

.ea-feature-band {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 250, 255, 0.92));
    border: 1px solid var(--ea-border);
    border-radius: var(--ea-radius-lg);
    padding: 20px;
    box-shadow: var(--ea-shadow);
}

.ea-feature-bento {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 12px;
}

.ea-feature-card {
    border-radius: var(--ea-radius-md);
    border: 1px solid #d5e4f7;
    background: var(--ea-card);
    padding: 16px;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ea-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(9, 37, 69, 0.12);
}

.ea-feature-card.is-large {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    background: linear-gradient(140deg, #082e57 0%, #13518f 70%);
    color: #f4f8ff;
    border-color: rgba(240, 204, 109, 0.34);
}

.ea-feature-card.is-large h3 {
    color: #ffe6a0;
}

.ea-feature-card.is-large p {
    color: rgba(228, 238, 251, 0.94);
}

.ea-feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: var(--ea-blue-900);
    background: linear-gradient(145deg, var(--ea-gold-300), #d1a537);
}

.ea-feature-card.is-large .ea-feature-icon {
    background: linear-gradient(145deg, #f5d97f, #bf8920);
}

.ea-feature-card h3 {
    margin: 0 0 8px;
    font-size: 1.04rem;
    color: var(--ea-blue-900);
}

.ea-feature-card p {
    margin: 0;
    line-height: 1.8;
    color: var(--ea-text-soft);
}

.ea-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 252, 255, 0.94));
    border: 1px solid var(--ea-border);
    border-radius: var(--ea-radius-lg);
    padding: 20px;
    box-shadow: var(--ea-shadow);
}

.ea-department-grid,
.ea-news-grid,
.ea-testimonials-grid,
.ea-branch-grid {
    display: grid;
    gap: 12px;
}

.ea-department-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ea-department-card {
    min-height: 245px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background: #0a2d54;
    border: 1px solid #cfe0f5;
}

.ea-department-card img,
.ea-department-fallback {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.ea-department-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #bbd2ee;
    background: linear-gradient(135deg, #123f74, #0d2b4f);
}

.ea-department-content {
    position: absolute;
    inset: auto 0 0;
    padding: 12px;
    color: #f3f8ff;
    background: linear-gradient(180deg, rgba(2, 17, 35, 0), rgba(2, 17, 35, 0.84));
}

.ea-department-content h3 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 1rem;
}

.ea-department-content p {
    margin: 7px 0 0;
    line-height: 1.6;
    font-size: 0.88rem;
    color: #dbe7f8;
}

.ea-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ea-news-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #d6e5f8;
    background: #ffffff;
}

.ea-news-card img {
    width: 100%;
    height: 176px;
    object-fit: cover;
}

.ea-news-body {
    padding: 12px 13px 14px;
}

.ea-news-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1d5f9c;
    font-size: 0.84rem;
    font-weight: 700;
}

.ea-news-body h3 {
    margin: 9px 0 8px;
    color: var(--ea-blue-900);
    font-size: 1rem;
}

.ea-news-body p {
    margin: 0;
    color: var(--ea-text-soft);
    line-height: 1.75;
    font-size: 0.9rem;
}

.ea-testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ea-testimonial-card {
    border-radius: 14px;
    border: 1px solid #d7e6f9;
    background: #ffffff;
    padding: 16px;
    text-align: center;
}

.ea-testimonial-avatar {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    border: 3px solid rgba(212, 175, 55, 0.35);
}

.ea-testimonial-avatar.placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a678e;
    font-size: 1.5rem;
    background: linear-gradient(135deg, #e3eefc, #f2f7ff);
}

.ea-testimonial-stars {
    margin: 10px 0 8px;
    color: var(--ea-gold-500);
    display: flex;
    justify-content: center;
    gap: 4px;
}

.ea-testimonial-card p {
    margin: 0 0 9px;
    color: var(--ea-text-soft);
    line-height: 1.8;
}

.ea-testimonial-card h3 {
    margin: 0;
    color: var(--ea-blue-900);
    font-size: 1rem;
}

.ea-testimonial-card span {
    color: #1d5f9d;
    font-size: 0.88rem;
    font-weight: 700;
}

.ea-branches-strip {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ea-branches-title {
    margin: 0 0 12px;
    font-size: 0.85rem;
    color: var(--ea-text-soft, #6b7280);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ea-branch-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    overflow-x: auto;
    padding: 8px 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.ea-branch-grid::-webkit-scrollbar {
    display: none;
}

.ea-branch-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background: none;
    border: none;
    padding: 0;
}

.ea-branch-logo {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 2.5px solid var(--ea-blue-500, #2563eb);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ea-branch-logo:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.25);
}

.ea-branch-logo img {
    max-height: 42px;
    max-width: 42px;
    width: auto;
    object-fit: contain;
    border-radius: 50%;
}

.ea-branch-fallback {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--ea-gold-300), #d4aa33);
    color: var(--ea-blue-900);
    font-weight: 800;
    font-size: 1.2rem;
}

.ea-branch-meta {
    display: grid;
    gap: 1px;
    text-align: center;
    max-width: 80px;
}

.ea-branch-meta strong {
    color: var(--ea-blue-900);
    font-size: 0.72rem;
    line-height: 1.3;
}

.ea-branch-meta span {
    color: var(--ea-text-soft);
    font-size: 0.65rem;
}

.ea-cta {
    border-radius: var(--ea-radius-lg);
    border: 1px solid rgba(240, 204, 109, 0.4);
    background: linear-gradient(135deg, #082c53 0%, #14579d 100%);
    box-shadow: var(--ea-shadow);
    padding: 22px;
    color: #edf5ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.ea-cta-copy h2 {
    margin: 0 0 8px;
    color: #ffebaf;
    font-size: clamp(1.1rem, 1.8vw, 1.45rem);
}

.ea-cta-copy p {
    margin: 0;
    line-height: 1.8;
    color: #dce8f8;
}

.ea-cta-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ea-mobile-cta {
    position: fixed;
    inset-inline: 12px;
    bottom: 12px;
    z-index: 70;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border-radius: 14px;
    background: rgba(4, 21, 39, 0.94);
    border: 1px solid rgba(240, 204, 109, 0.25);
    box-shadow: 0 12px 28px rgba(3, 14, 27, 0.38);
}

.ea-mobile-cta a {
    min-height: 44px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 800;
    font-size: 0.88rem;
}

.ea-mobile-cta .primary {
    color: var(--ea-blue-900);
    background: linear-gradient(145deg, var(--ea-gold-400), #bf8a1f);
}

.ea-mobile-cta .secondary {
    color: #f4f8ff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(218, 230, 247, 0.4);
}

.ea-footer {
    margin-top: 12px;
    padding: 18px 0 22px;
    border-top: 1px solid rgba(240, 204, 109, 0.34);
    background: linear-gradient(90deg, #062240 0%, #103f72 100%);
}

.ea-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.ea-footer p {
    margin: 0;
    color: #d8e6fa;
    font-size: 0.9rem;
    font-weight: 700;
}

.ea-footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ea-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f9e7b1;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(240, 204, 109, 0.34);
}

@media (max-width: 1100px) {
    .ea-hero {
        grid-template-columns: 1fr;
    }

    .ea-metrics-grid,
    .ea-news-grid,
    .ea-testimonials-grid,
    .ea-department-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ea-feature-bento {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ea-feature-card.is-large {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}

@media (max-width: 820px) {
    body {
        padding-bottom: 84px;
    }

    .ea-header {
        position: static;
    }

    .ea-header-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .ea-nav {
        justify-content: stretch;
    }

    .ea-nav-link {
        flex: 1;
        justify-content: center;
    }

    .ea-main {
        padding-top: 14px;
    }

    .ea-showcase {
        padding: 12px;
    }

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

    .ea-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .ea-footer-inner {
        justify-content: center;
        text-align: center;
    }

    .ea-mobile-cta {
        display: grid;
    }
}

@media (max-width: 620px) {
    .ea-shell {
        width: min(1220px, calc(100% - 22px));
    }

    .ea-brand-text small {
        display: none;
    }

    .ea-hero-actions {
        display: none;
    }

    .ea-metrics-grid,
    .ea-feature-bento,
    .ea-news-grid,
    .ea-testimonials-grid,
    .ea-department-grid,
    .ea-branch-grid {
        grid-template-columns: 1fr;
    }

    .ea-showcase-track {
        min-height: 230px;
    }

    .ea-showcase-slide img {
        height: 230px;
    }

    .ea-showcase-caption {
        right: 10px;
        left: 10px;
        bottom: 10px;
    }

    .ea-showcase-caption p {
        font-size: 0.86rem;
    }
}
