:root {
    --svc-ink: #1e2433;
    --svc-muted: #5f687b;
    --svc-line: rgba(34, 43, 69, 0.1);
    --svc-surface: #ffffff;
    --svc-surface-soft: rgba(255, 255, 255, 0.72);
    --svc-shadow: 0 24px 60px rgba(27, 36, 66, 0.12);
    --svc-radius-xl: 32px;
    --svc-radius-lg: 24px;
    --svc-radius-md: 18px;
    --svc-accent: #c552a0;
    --svc-accent-strong: #923c80;
    --svc-accent-soft: rgba(197, 82, 160, 0.12);
    --svc-accent-alt: #f38020;
}

.service-redesign-page {
    position: relative;
    margin-top: 18px;
    margin-bottom: 2px;
    padding: 14px 0 6px;
    overflow-x: clip;
}

.service-redesign-page::before {
    content: "";
    position: absolute;
    inset: -10px -24px auto;
    height: 340px;
    background:
        radial-gradient(circle at left top, rgba(197, 82, 160, 0.08), transparent 34%),
        radial-gradient(circle at right top, rgba(243, 128, 32, 0.08), transparent 28%);
    pointer-events: none;
}

.service-redesign-page .service-block {
    position: relative;
    margin-bottom: 28px;
    padding: 0;
    z-index: 1;
}

.service-redesign-page .service-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 28px;
    padding: clamp(22px, 3vw, 34px);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(34, 43, 69, 0.08);
    border-radius: 28px;
    box-shadow: 0 22px 55px rgba(27, 36, 66, 0.09);
    overflow: hidden;
}

.service-redesign-page .service-row.reverse {
    flex-direction: row-reverse;
}

.service-redesign-page .services-content,
.service-redesign-page .services-img {
    flex: 1 1 320px;
    min-width: 0;
}

.service-redesign-page .services-content {
    align-self: center;
}

.service-redesign-page .services-content h4 {
    margin: 0 0 18px;
    color: var(--svc-ink);
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.35;
    font-weight: 800;
}

.service-redesign-page .services-content h4 i {
    margin-right: 12px;
    color: var(--svc-accent);
}

.service-redesign-page .services-content p,
.service-redesign-page .services-content li,
.service-redesign-page .accordion-body {
    color: var(--svc-muted);
    font-size: 1rem;
    line-height: 1.84;
}

.service-redesign-page .services-content p {
    margin-bottom: 14px;
}

.service-redesign-page .services-content ul,
.service-redesign-page .service-points {
    margin: 0;
    padding-left: 22px;
}

.service-redesign-page .services-content ul li,
.service-redesign-page .service-points li {
    margin-bottom: 10px;
}

.service-redesign-page .services-content .fa-circle-check {
    margin-right: 10px;
    color: var(--svc-accent);
}

.service-redesign-page .services-img {
    display: flex;
}

.service-redesign-page .services-img img {
    width: 100%;
    height: auto;
    min-height: 320px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(27, 36, 66, 0.14);
    display: block;
}

.service-redesign-page .custom-cta-section {
    position: relative;
    margin: 34px 0;
    z-index: 1;
}

.service-redesign-page .cta-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: clamp(26px, 4vw, 40px);
    border-radius: 32px;
    background: linear-gradient(135deg, #161b2f, #2b2347 60%, var(--svc-accent-strong) 100%);
    box-shadow: 0 28px 60px rgba(20, 26, 44, 0.24);
}

.service-redesign-page .cta-left,
.service-redesign-page .cta-right {
    position: relative;
    z-index: 1;
}

.service-redesign-page .cta-left {
    flex: 1 1 520px;
}

.service-redesign-page .cta-left h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(1.7rem, 2.5vw, 2.5rem);
}

.service-redesign-page .cta-left p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

.service-redesign-page .cta-btn,
.service-redesign-page .btn-uae {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--svc-accent), var(--svc-accent-alt));
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(197, 82, 160, 0.22);
}

.service-redesign-page .cta-btn:hover,
.service-redesign-page .btn-uae:hover {
    color: #fff;
    transform: translateY(-2px);
}

.service-redesign-page .accordion {
    display: grid;
    gap: 14px;
}

.service-redesign-page .accordion-item {
    border: 1px solid rgba(34, 43, 69, 0.08);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.service-redesign-page .accordion-button {
    padding: 20px 22px;
    font-weight: 700;
    color: var(--svc-ink);
    background: #fff;
    box-shadow: none;
}

.service-redesign-page .accordion-button:not(.collapsed) {
    color: var(--svc-accent);
    background: rgba(197, 82, 160, 0.06);
}

.service-redesign-page .accordion-button:focus {
    box-shadow: none;
}

.service-redesign-page .accordion-body {
    padding: 0 22px 20px;
}

.service-shell {
    position: relative;
    padding: 32px 0 110px;
    color: var(--svc-ink);
    background:
        radial-gradient(circle at top left, rgba(243, 128, 32, 0.12), transparent 28%),
        radial-gradient(circle at top right, rgba(197, 82, 160, 0.12), transparent 24%),
        linear-gradient(180deg, #fff7fb 0%, #ffffff 26%, #fffdf8 100%);
    overflow: clip;
}

.service-shell::before,
.service-shell::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    filter: blur(14px);
    opacity: 0.5;
    pointer-events: none;
}

.service-shell::before {
    top: 140px;
    left: -150px;
    background: rgba(197, 82, 160, 0.1);
}

.service-shell::after {
    right: -120px;
    bottom: 120px;
    background: rgba(243, 128, 32, 0.12);
}

.service-shell--staffing {
    --svc-accent: #8a4ddb;
    --svc-accent-strong: #6132a2;
    --svc-accent-soft: rgba(138, 77, 219, 0.12);
}

.service-shell--hr {
    --svc-accent: #c552a0;
    --svc-accent-strong: #8f3d8d;
    --svc-accent-soft: rgba(197, 82, 160, 0.12);
}

.service-section {
    position: relative;
    padding: 38px 0;
}

.service-section--tight {
    padding-top: 18px;
}

.service-panel,
.service-shell--hr .sp-focus-card,
.service-shell--hr .sp-svc-card,
.service-shell--hr .sp-ind-card,
.service-shell--hr .sp-why-row,
.service-shell--hr .sp-adv-card,
.service-shell--hr .accordion-item {
    background: var(--svc-surface-soft);
    backdrop-filter: blur(10px);
    border: 1px solid var(--svc-line);
    border-radius: var(--svc-radius-xl);
    box-shadow: var(--svc-shadow);
}

.service-panel {
    padding: clamp(24px, 3vw, 40px);
}

.service-panel--accent {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
        linear-gradient(135deg, var(--svc-accent-soft), rgba(243, 128, 32, 0.08));
}

.service-kicker,
.service-shell--hr .sp-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--svc-accent);
}

.service-kicker::before,
.service-shell--hr .sp-label::before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--svc-accent), var(--svc-accent-alt));
}

.service-title,
.service-shell--hr .sp-title {
    margin: 0 0 16px;
    font-size: clamp(1.95rem, 3vw, 3.2rem);
    line-height: 1.14;
    font-weight: 800;
    color: var(--svc-ink);
}

.service-title span,
.service-shell--hr .sp-title span {
    color: var(--svc-accent);
}

.service-divider,
.service-shell--hr .sp-divider {
    width: 64px;
    height: 4px;
    margin: 0 0 24px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--svc-accent), var(--svc-accent-alt));
}

.service-divider--center,
.service-shell--hr .sp-divider:not(.left) {
    margin-left: auto;
    margin-right: auto;
}

.service-text p,
.service-shell--hr .sp-lead,
.service-shell--hr .sp-svc-body p,
.service-shell--hr .sp-tl-content p,
.service-shell--hr .sp-why-text p,
.service-shell--hr .sp-adv-card p {
    margin-bottom: 16px;
    color: var(--svc-muted);
    font-size: 1rem;
    line-height: 1.82;
}

.service-text p:last-child,
.service-shell--hr .sp-lead:last-child,
.service-shell--hr .sp-svc-body p:last-child,
.service-shell--hr .sp-tl-content p:last-child,
.service-shell--hr .sp-why-text p:last-child,
.service-shell--hr .sp-adv-card p:last-child {
    margin-bottom: 0;
}

.service-bullets,
.service-shell--hr .sp-svc-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-bullets li,
.service-shell--hr .sp-svc-list li {
    position: relative;
    padding-left: 28px;
    color: var(--svc-muted);
    line-height: 1.74;
}

.service-bullets li::before,
.service-shell--hr .sp-svc-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, var(--svc-accent) 0 35%, transparent 36%),
        linear-gradient(135deg, var(--svc-accent), var(--svc-accent-alt));
    box-shadow: 0 0 0 4px var(--svc-accent-soft);
}

.service-media {
    position: relative;
    overflow: hidden;
    border-radius: var(--svc-radius-xl);
    min-height: 100%;
    box-shadow: var(--svc-shadow);
}

.service-media img,
.service-shell--hr .sp-img-main img,
.service-shell--hr .sp-svc-img img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.service-media::after,
.service-shell--hr .sp-img-main::after,
.service-shell--hr .sp-svc-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 28, 49, 0.02), rgba(20, 28, 49, 0.18));
    pointer-events: none;
}

.service-panel:hover .service-media img,
.service-shell--hr .sp-intro-img-wrap:hover .sp-img-main img,
.service-shell--hr .sp-svc-card:hover .sp-svc-img img {
    transform: scale(1.04);
}

.service-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.service-stat {
    padding: 18px 16px;
    border-radius: var(--svc-radius-md);
    background: #fff;
    border: 1px solid var(--svc-line);
}

.service-stat strong {
    display: block;
    margin-bottom: 6px;
    color: var(--svc-accent);
    font-size: 1.5rem;
    line-height: 1;
}

.service-stat span {
    color: var(--svc-muted);
    font-size: 0.92rem;
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.service-card {
    height: 100%;
    padding: 28px;
    border-radius: var(--svc-radius-lg);
    border: 1px solid var(--svc-line);
    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.9));
    box-shadow: 0 18px 45px rgba(31, 42, 74, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-card:hover,
.service-shell--hr .sp-focus-card:hover,
.service-shell--hr .sp-svc-card:hover,
.service-shell--hr .sp-ind-card:hover,
.service-shell--hr .sp-adv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 60px rgba(31, 42, 74, 0.14);
    border-color: rgba(197, 82, 160, 0.24);
}

.service-card__icon,
.service-shell--hr .sp-focus-icon,
.service-shell--hr .sp-ind-icon,
.service-shell--hr .sp-adv-icon-wrap,
.service-shell--hr .sp-why-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 18px;
    color: var(--svc-accent);
    background: linear-gradient(135deg, var(--svc-accent-soft), rgba(243, 128, 32, 0.12));
    font-size: 1.4rem;
}

.service-card h3,
.service-card h4,
.service-shell--hr .sp-focus-card h5,
.service-shell--hr .sp-svc-body h4,
.service-shell--hr .sp-adv-card h5,
.service-shell--hr .sp-why-text h6,
.service-shell--hr .sp-tl-content h5 {
    margin-bottom: 12px;
    color: var(--svc-ink);
    font-weight: 700;
    line-height: 1.35;
}

.service-card p,
.service-card li,
.service-card blockquote {
    color: var(--svc-muted);
    line-height: 1.76;
}

.service-card ul {
    margin: 0;
    padding-left: 20px;
}

.service-stack {
    display: grid;
    gap: 22px;
}

.service-quote {
    position: relative;
    padding: 28px 28px 28px 34px;
}

.service-quote::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0;
    width: 4px;
    height: calc(100% - 56px);
    border-radius: 999px;
    background: linear-gradient(180deg, var(--svc-accent), var(--svc-accent-alt));
}

.service-quote blockquote {
    margin: 0 0 14px;
    font-size: 1rem;
}

.service-quote cite {
    font-style: normal;
    font-weight: 600;
    color: var(--svc-ink);
}

.service-pill-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.service-pill {
    display: flex;
    align-items: center;
    min-height: 100%;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid var(--svc-line);
    background: #fff;
    color: var(--svc-ink);
    font-weight: 600;
    box-shadow: 0 14px 32px rgba(31, 42, 74, 0.06);
}

.service-steps {
    display: grid;
    gap: 18px;
}

.service-step,
.service-shell--hr .sp-timeline-item {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 20px;
    border-radius: var(--svc-radius-lg);
    background: #fff;
    border: 1px solid var(--svc-line);
}

.service-step__count,
.service-shell--hr .sp-tl-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--svc-accent), var(--svc-accent-alt));
    color: #fff;
    font-weight: 800;
    box-shadow: 0 16px 28px rgba(197, 82, 160, 0.28);
}

.service-step__content h4 {
    margin-bottom: 8px;
}

.service-step__content p {
    margin: 0;
}

.service-cta,
.service-shell--hr .sp-cta {
    position: relative;
    padding: 42px;
    border-radius: calc(var(--svc-radius-xl) + 6px);
    overflow: hidden;
    background: linear-gradient(135deg, #151a2c, #2a2146 58%, var(--svc-accent-strong) 100%);
    box-shadow: 0 28px 65px rgba(20, 26, 44, 0.28);
}

.service-cta::before,
.service-shell--hr .sp-cta::before {
    content: "";
    position: absolute;
    inset: auto -80px -120px auto;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.service-cta h2,
.service-shell--hr .sp-cta h2 {
    margin-bottom: 14px;
    color: #fff;
    font-size: clamp(1.8rem, 2.8vw, 2.6rem);
}

.service-cta p,
.service-shell--hr .sp-cta p {
    margin: 0;
    max-width: 780px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.service-btn,
.service-shell--hr .sp-svc-link,
.service-shell--hr .sp-explore-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--svc-accent), var(--svc-accent-alt));
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 16px 32px rgba(197, 82, 160, 0.2);
}

.service-btn:hover,
.service-shell--hr .sp-svc-link:hover,
.service-shell--hr .sp-explore-card:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 20px 36px rgba(197, 82, 160, 0.28);
}

.service-btn--ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
    box-shadow: none;
}

.service-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
}

.service-faq .accordion,
.service-shell--hr .accordion {
    display: grid;
    gap: 16px;
}

.service-faq .accordion-item,
.service-shell--hr .accordion-item {
    overflow: hidden;
    border: 1px solid var(--svc-line);
}

.service-faq .accordion-button,
.service-shell--hr .accordion-button {
    padding: 24px 26px;
    background: transparent;
    color: var(--svc-ink);
    font-weight: 700;
    box-shadow: none;
}

.service-faq .accordion-button:not(.collapsed),
.service-shell--hr .accordion-button:not(.collapsed) {
    color: var(--svc-accent);
    background: rgba(255, 255, 255, 0.56);
}

.service-faq .accordion-button:focus,
.service-shell--hr .accordion-button:focus {
    box-shadow: none;
}

.service-faq .accordion-body,
.service-shell--hr .accordion-body {
    padding: 0 26px 24px;
    color: var(--svc-muted);
    line-height: 1.8;
}

.service-shell--hr .sp-intro,
.service-shell--hr .sp-focus,
.service-shell--hr .sp-services,
.service-shell--hr .sp-process,
.service-shell--hr .sp-industries,
.service-shell--hr .sp-why,
.service-shell--hr .sp-advantages,
.service-shell--hr .sp-faq {
    padding: 40px 0;
    background: transparent;
}

.service-shell--hr .sp-focus-card,
.service-shell--hr .sp-svc-card,
.service-shell--hr .sp-ind-card,
.service-shell--hr .sp-adv-card {
    padding: 28px;
    height: 100%;
}

.service-shell--hr .sp-svc-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.service-shell--hr .sp-svc-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding-top: 24px;
}

.service-shell--hr .sp-svc-body .sp-svc-list {
    flex: 1 1 auto;
}

.service-shell--hr .sp-svc-body .sp-svc-link {
    margin-top: 20px;
}

.service-shell--hr .sp-svc-img,
.service-shell--hr .sp-img-main,
.service-shell--hr .sp-process-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.service-shell--hr .sp-svc-num-badge {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(17, 22, 38, 0.72);
    color: #fff;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.service-shell--hr .sp-svc-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 22, 38, 0.04), rgba(17, 22, 38, 0.32));
}

.service-shell--hr .sp-focus .row.g-4 > [class*="col-"],
.service-shell--hr .sp-services .row.g-4 > [class*="col-"],
.service-shell--hr .sp-advantages .row.g-4 > [class*="col-"] {
    display: flex;
}

.service-shell--hr .sp-focus-card,
.service-shell--hr .sp-adv-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.service-shell--hr .sp-ind-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 190px;
}

.service-shell--hr .sp-svc-img {
    aspect-ratio: 16 / 10;
}

.service-shell--hr .sp-svc-img img {
    min-height: 100%;
    height: 100%;
}

.service-shell--hr .sp-explore {
    margin-top: 40px;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--svc-line);
    box-shadow: var(--svc-shadow);
}

.service-shell--hr .sp-explore-title {
    margin-bottom: 18px;
    color: var(--svc-ink);
    font-weight: 700;
}

.service-shell--hr .sp-explore-card {
    width: 100%;
    min-height: 58px;
    border-radius: 18px;
    padding: 14px 18px;
}

.service-shell--hr .sp-industry-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.service-shell--hr .sp-ind-card {
    text-align: center;
}

.service-shell--hr .sp-ind-icon {
    margin-left: auto;
    margin-right: auto;
}

.service-shell--hr .sp-why-grid,
.service-shell--hr .sp-timeline {
    display: grid;
    gap: 18px;
}

.service-shell--hr .sp-intro .row,
.service-shell--hr .sp-process .row,
.service-shell--hr .sp-why .row,
.service-shell--hr .sp-cta .row {
    align-items: stretch !important;
}

.service-shell--hr .sp-intro .col-lg-6,
.service-shell--hr .sp-process .col-lg-6,
.service-shell--hr .sp-why .col-lg-5,
.service-shell--hr .sp-why .col-lg-7 {
    display: flex;
    flex-direction: column;
}

.service-shell--hr .sp-intro .col-lg-6 > *,
.service-shell--hr .sp-process .col-lg-6 > *,
.service-shell--hr .sp-why .col-lg-5 > *,
.service-shell--hr .sp-why .col-lg-7 > * {
    width: 100%;
}

.service-shell--hr .sp-why-row {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
    padding: 20px;
}

.service-shell--hr .sp-why-icon-wrap,
.service-shell--hr .sp-adv-icon-wrap {
    margin-bottom: 0;
}

.service-shell--hr .sp-timeline-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.service-shell--hr .sp-tl-line {
    flex: 1 1 auto;
    width: 2px;
    min-height: 44px;
    background: linear-gradient(180deg, var(--svc-accent), rgba(243, 128, 32, 0.18));
}

.service-shell--hr .sp-process-img-wrap .sp-img-main img {
    min-height: 520px;
}

.service-shell--hr .sp-intro .sp-img-main,
.service-shell--hr .sp-process .sp-img-main,
.service-shell--hr .sp-why .sp-img-main {
    height: 100%;
}

.service-shell--hr .sp-intro .sp-img-main img,
.service-shell--hr .sp-process .sp-img-main img,
.service-shell--hr .sp-why .sp-img-main img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.service-shell--hr .sp-intro-img-wrap {
    height: 100%;
}

.service-shell--hr .sp-intro .sp-img-main img {
    min-height: 100%;
}

.service-shell--hr .sp-why-grid {
    height: 100%;
    align-content: start;
}

.service-shell--hr .sp-advantages .row.g-4 {
    row-gap: 24px;
}

.service-shell--hr .default-btn.active {
    background: linear-gradient(135deg, var(--svc-accent), var(--svc-accent-alt));
    border: none;
}

.service-shell--hr .sp-cta-inner-clip {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.service-shell--hr .sp-cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(2px);
}

.service-shell--hr .sp-cta-shape-1 {
    top: -60px;
    right: 10%;
    width: 180px;
    height: 180px;
}

.service-shell--hr .sp-cta-shape-2 {
    bottom: -70px;
    right: -30px;
    width: 220px;
    height: 220px;
    background: rgba(243, 128, 32, 0.16);
}

.service-shell--hr .sp-cta-shape-3 {
    left: -40px;
    bottom: -80px;
    width: 200px;
    height: 200px;
    background: rgba(197, 82, 160, 0.12);
}

@media (max-width: 1199px) {
    .service-pill-grid,
    .service-shell--hr .sp-industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .service-shell {
        padding-bottom: 90px;
    }

    .service-stats,
    .service-card-grid {
        grid-template-columns: 1fr;
    }

    .service-cta {
        padding: 34px 26px;
    }

    .service-shell--hr .sp-why-row,
    .service-step,
    .service-shell--hr .sp-timeline-item {
        grid-template-columns: 1fr;
    }

    .service-shell--hr .sp-process-img-wrap .sp-img-main img {
        min-height: 360px;
    }

    .service-shell--hr .sp-intro .sp-img-main img,
    .service-shell--hr .sp-process .sp-img-main img,
    .service-shell--hr .sp-why .sp-img-main img {
        min-height: 360px;
    }

    .service-shell--hr .sp-intro-img-wrap,
    .service-shell--hr .sp-intro .sp-img-main {
        height: auto;
    }
}

@media (max-width: 767px) {
    .service-redesign-page {
        margin-bottom: 2px;
    }

    .service-redesign-page .service-row {
        gap: 20px;
        border-radius: 22px;
        padding: 20px;
    }

    .service-redesign-page .service-row.reverse {
        flex-direction: column;
    }

    .service-redesign-page .cta-container {
        border-radius: 24px;
    }

    .service-redesign-page .services-img img {
        min-height: 240px;
    }

    .service-redesign-page .cta-btn,
    .service-redesign-page .btn-uae {
        width: 100%;
    }

    .service-section {
        padding: 26px 0;
    }

    .service-panel,
    .service-card,
    .service-shell--hr .sp-focus-card,
    .service-shell--hr .sp-svc-card,
    .service-shell--hr .sp-ind-card,
    .service-shell--hr .sp-adv-card,
    .service-shell--hr .sp-why-row,
    .service-shell--hr .accordion-item {
        border-radius: 22px;
    }

    .service-pill-grid,
    .service-shell--hr .sp-industry-grid {
        grid-template-columns: 1fr;
    }

    .service-faq .accordion-button,
    .service-shell--hr .accordion-button {
        padding: 20px 20px;
    }

    .service-faq .accordion-body,
    .service-shell--hr .accordion-body {
        padding: 0 20px 20px;
    }

    .service-actions {
        flex-direction: column;
    }

    .service-btn,
    .service-shell--hr .sp-svc-link,
    .service-shell--hr .sp-explore-card {
        width: 100%;
    }
}
