.agency-hero {
    padding: 120px 0 70px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.agency-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.97) 0%, rgba(30, 41, 59, 0.92) 100%);
    z-index: 0;
}

.agency-hero .container {
    position: relative;
    z-index: 1;
}

.agency-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: 0;
}

.service-card-agency {
    background: var(--bg-glass, rgba(30, 41, 59, 0.6));
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    border-radius: var(--radius-lg, 16px);
    padding: 1.5rem;
    height: 100%;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.service-card-agency:hover {
    transform: translateY(-4px);
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.service-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.service-landing-hero {
    padding-top: 110px;
    padding-bottom: 3rem;
}

.service-pill {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

.service-check-list li {
    margin-bottom: 0.65rem;
    padding-left: 0.25rem;
}

.service-check-list i {
    color: var(--success-light, #4ade80);
    width: 1.25rem;
}

.service-cta-card {
    border: 1px solid rgba(99, 102, 241, 0.35);
    background: linear-gradient(160deg, rgba(99, 102, 241, 0.12) 0%, rgba(15, 23, 42, 0.9) 100%);
    border-radius: var(--radius-lg, 16px);
}
