.aha-services {
    --aha-services-blue: #2190f4;
    --aha-services-blue-dark: #0049dc;
    --aha-services-navy: #00194c;
    --aha-services-text: #334770;
    --aha-services-muted: #667594;
    --aha-services-soft: #f6f9ff;
    --aha-services-soft-2: #eef4ff;
    --aha-services-border: #dce5f6;
    --aha-services-gold: #f4b940;
    background: #fff;
    color: var(--aha-services-text);
    overflow: hidden;
}

.aha-services a {
    text-decoration: none;
}

.aha-services-kicker {
    align-items: center;
    color: var(--aha-services-blue);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 10px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.aha-services-kicker::before {
    background: var(--aha-services-blue);
    content: "";
    display: inline-block;
    height: 2px;
    width: 30px;
}

.aha-services h2,
.aha-services h3,
.aha-services h4 {
    color: var(--aha-services-navy);
    letter-spacing: 0;
}

.aha-services p {
    color: var(--aha-services-text);
}

.aha-services-hero {
    background: linear-gradient(135deg, #fff 0%, #eef4ff 100%);
    padding: 82px 0 64px;
}

.aha-services-hero-grid {
    align-items: center;
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
}

.aha-services-hero h2 {
    font-size: 58px;
    line-height: 1.05;
    margin: 0;
    max-width: 800px;
}

.aha-services-hero-lead {
    font-size: 19px;
    line-height: 1.75;
    margin: 24px 0 0;
    max-width: 760px;
}

.aha-services-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.aha-services-btn,
.aha-services-link {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
}

.aha-services-btn {
    background: var(--aha-services-blue);
    color: #fff;
}

.aha-services-btn:hover {
    background: var(--aha-services-blue-dark);
    color: #fff;
}

.aha-services-link {
    background: #fff;
    border: 1px solid var(--aha-services-border);
    color: var(--aha-services-navy);
}

.aha-services-link:hover {
    border-color: var(--aha-services-blue);
    color: var(--aha-services-blue-dark);
}

.aha-services-hero-media {
    background: var(--aha-services-navy);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 25, 76, 0.18);
    overflow: hidden;
    position: relative;
}

.aha-services-hero-media img {
    aspect-ratio: 5 / 4;
    display: block;
    object-fit: cover;
    opacity: 0.92;
    width: 100%;
}

.aha-services-hero-badge {
    background: #fff;
    border-radius: 8px;
    bottom: 20px;
    box-shadow: 0 18px 38px rgba(0, 25, 76, 0.18);
    left: 20px;
    max-width: calc(100% - 40px);
    padding: 18px;
    position: absolute;
}

.aha-services-hero-badge strong {
    color: var(--aha-services-navy);
    display: block;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 6px;
}

.aha-services-hero-badge span {
    color: var(--aha-services-muted);
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.aha-services-metrics {
    background: var(--aha-services-navy);
}

.aha-services-metrics-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aha-services-metric {
    background: rgba(255, 255, 255, 0.06);
    min-height: 150px;
    padding: 30px;
}

.aha-services-metric strong {
    color: #fff;
    display: block;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 12px;
}

.aha-services-metric span {
    color: #d5e3ff;
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
}

.aha-services-section {
    padding: 78px 0;
}

.aha-services-section-soft {
    background: var(--aha-services-soft);
}

.aha-services-heading {
    margin-bottom: 34px;
    max-width: 820px;
}

.aha-services-heading h2 {
    font-size: 42px;
    line-height: 1.15;
    margin: 0;
}

.aha-services-heading p {
    font-size: 17px;
    line-height: 1.76;
    margin: 18px 0 0;
}

.aha-services-value-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aha-services-value-card {
    background: #fff;
    border: 1px solid var(--aha-services-border);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(0, 25, 76, 0.06);
    min-height: 230px;
    padding: 28px;
}

.aha-services-value-card i {
    align-items: center;
    background: var(--aha-services-soft-2);
    border-radius: 8px;
    color: var(--aha-services-blue);
    display: inline-flex;
    font-size: 23px;
    height: 52px;
    justify-content: center;
    margin-bottom: 22px;
    width: 52px;
}

.aha-services-value-card h3 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.aha-services-value-card p {
    line-height: 1.72;
    margin: 0;
}

.aha-services-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aha-service-card {
    background: #fff;
    border: 1px solid var(--aha-services-border);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(0, 25, 76, 0.07);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}

.aha-service-card img {
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    width: 100%;
}

.aha-service-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.aha-service-card-body span {
    color: var(--aha-services-blue);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.aha-service-card h3 {
    font-size: 23px;
    line-height: 1.22;
    margin-bottom: 12px;
}

.aha-service-card p {
    line-height: 1.68;
    margin: 0 0 18px;
}

.aha-service-card ul {
    display: grid;
    gap: 8px;
    margin: 0 0 22px;
    padding: 0;
}

.aha-service-card li {
    color: var(--aha-services-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    list-style: none;
    padding-left: 18px;
    position: relative;
}

.aha-service-card li::before {
    background: var(--aha-services-gold);
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 7px;
}

.aha-service-card a {
    align-items: center;
    color: var(--aha-services-navy);
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    gap: 9px;
    margin-top: auto;
}

.aha-service-card a:hover {
    color: var(--aha-services-blue);
}

.aha-services-dark {
    background: var(--aha-services-navy);
    color: #fff;
}

.aha-services-delivery {
    background:
        linear-gradient(90deg, rgba(0, 25, 76, 0.94) 0%, rgba(0, 25, 76, 0.86) 52%, rgba(0, 25, 76, 0.74) 100%),
        url("/storage/pexels-mk-photoz-2149411980-33127835jpg.jpeg") center / cover no-repeat;
}

.aha-services-dark .aha-services-kicker,
.aha-services-dark .aha-services-heading h2,
.aha-services-dark .aha-services-heading p {
    color: #fff;
}

.aha-services-dark .aha-services-kicker::before {
    background: var(--aha-services-gold);
}

.aha-services-process {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aha-services-step {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 26px;
}

.aha-services-step strong {
    color: var(--aha-services-gold);
    display: block;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 20px;
}

.aha-services-step h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.aha-services-step p {
    color: #d5e3ff;
    line-height: 1.68;
    margin: 0;
}

.aha-services-packages {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aha-services-package {
    background: #fff;
    border: 1px solid var(--aha-services-border);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    min-height: 245px;
    padding: 26px;
}

.aha-services-package span {
    color: var(--aha-services-blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.aha-services-package h3 {
    font-size: 22px;
    line-height: 1.22;
    margin: 0;
}

.aha-services-package p {
    line-height: 1.68;
    margin: 0;
}

.aha-services-package small {
    align-self: end;
    color: var(--aha-services-navy);
    font-size: 13px;
    font-weight: 900;
}

.aha-services-cta {
    background: linear-gradient(135deg, var(--aha-services-blue) 0%, var(--aha-services-blue-dark) 100%);
    color: #fff;
    padding: 66px 0;
}

.aha-services-cta-inner {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.aha-services-cta h2 {
    color: #fff;
    font-size: 38px;
    line-height: 1.15;
    margin: 0;
}

.aha-services-cta p {
    color: #eaf1ff;
    font-size: 17px;
    line-height: 1.7;
    margin: 14px 0 0;
    max-width: 760px;
}

.aha-services-cta .aha-services-btn {
    background: #fff;
    color: var(--aha-services-navy);
}

.aha-services-cta .aha-services-btn:hover {
    background: var(--aha-services-gold);
    color: var(--aha-services-navy);
}

@media (max-width: 1199px) {
    .aha-services-hero h2 {
        font-size: 48px;
    }

    .aha-services-grid,
    .aha-services-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aha-services-process,
    .aha-services-packages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .aha-services-hero-grid,
    .aha-services-cta-inner {
        grid-template-columns: 1fr;
    }

    .aha-services-metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .aha-services-hero,
    .aha-services-section {
        padding: 56px 0;
    }

    .aha-services-hero h2,
    .aha-services-heading h2,
    .aha-services-cta h2 {
        font-size: 34px;
    }

    .aha-services-hero-lead,
    .aha-services-heading p,
    .aha-services-cta p {
        font-size: 16px;
    }

    .aha-services-grid,
    .aha-services-value-grid,
    .aha-services-process,
    .aha-services-packages,
    .aha-services-metrics-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .aha-services-actions {
        display: grid;
    }

    .aha-services-btn,
    .aha-services-link {
        width: 100%;
    }
}
