.consultancy-page {
    font-family: "Poppins", "Segoe UI", Arial, sans-serif;
    color: #1f2532;
    line-height: 1.6;
    background-color: #f7f8fc;
}

.consultancy-page .container {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.75rem 1.8rem;
    border-radius: 999px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
    font-size: 0.85rem;
    cursor: pointer;
    box-sizing: border-box;
}

.consultancy-btn-primary {
    background: linear-gradient(135deg, #0056b3, #0f73ff);
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(15, 115, 255, 0.25);
    border: 2px solid transparent;
}

.consultancy-btn-primary:hover,
.consultancy-btn-primary:focus {
    background: #ffffff;
    color: #0f73ff;
    border-color: #0f73ff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(15, 115, 255, 0.25);
}

.consultancy-btn-secondary {
    background: #ffffff;
    color: #0f73ff;
    border: 2px solid #0f73ff;
}

.consultancy-btn-secondary:hover,
.consultancy-btn-secondary:focus {
    background: linear-gradient(135deg, #0056b3, #0f73ff);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(15, 115, 255, 0.35);
}

.btn-ghost {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn-ghost:hover,
.btn-ghost:focus {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.btn-card-primary {
    background: #ffffff;
    border: 2px solid #0f73ff;
    color: #0f73ff;
}

.btn-card-secondary {
    background: #ffffff;
    border: 2px solid #f64b8d;
    color: #f64b8d;
    text-align: center;
    justify-content: center;
}

.btn-card-primary:hover,
.btn-card-primary:focus {
    background: #0f73ff;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 115, 255, 0.2);
}

.btn-card-secondary:hover,
.btn-card-secondary:focus {
    background: #f64b8d;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(246, 75, 141, 0.2);
}

.consultancy-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.consultancy-hero .hero-media {
    flex: 1;
    max-height: 620px;
    overflow: hidden;
}

.consultancy-hero .hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.75);
}

.consultancy-hero .hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(115deg, rgba(17, 26, 48, 0.85) 0%, rgba(17, 26, 48, 0.35) 55%, rgba(17, 26, 48, 0.1) 100%);
    color: #ffffff;
    padding: 3rem 5% 2.5rem;
}

.consultancy-hero .hero-content {
    width: min(900px, 90%);
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.hero-title {
    font-size: clamp(2.2rem, 3vw + 1rem, 3.4rem);
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-top: 25px;
}

.hero-subtitle {
    font-size: 1.05rem;
    max-width: 680px;
    margin-bottom: 1.75rem;
    line-height: 1.8;
    color: #ffffff;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding-top: 2rem;
}

.consultancy-intro {
    padding: 4.5rem 0 3.5rem;
    background: #f7f8fc;
}

.intro-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: center;
}

.intro-text h2 {
    font-size: clamp(2rem, 2.5vw, 2.6rem);
    margin-bottom: 1.5rem;
    color: #111a30;
}

.intro-text p + p {
    margin-top: 1rem;
}

.intro-highlight {
    background: linear-gradient(140deg, #0f73ff, #6b9dff);
    color: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(15, 115, 255, 0.25);
    text-align: center;
}

.intro-highlight .badge {
    background: rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 0.6rem 1.8rem;
    border-radius: 999px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.intro-highlight .highlight-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.consultancy-services {
    padding: 4.5rem 0;
    background: #ffffff;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: clamp(2rem, 2.4vw, 2.6rem);
    margin-bottom: 0.8rem;
    color: #111a30;
}

.section-header p {
    max-width: 680px;
    margin: 0 auto;
    color: #5e6575;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.service-card {
    background: #f9faff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 45px rgba(17, 26, 48, 0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover,
.service-card:focus-within {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(17, 26, 48, 0.12);
}

.service-card .card-image {
    position: relative;
    overflow: hidden;
    height: 210px;
}

.service-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card:hover .card-image img {
    transform: scale(1.05);
}

.service-card .card-body {
    padding: 1.8rem;
}

.service-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.9rem;
    color: #111a30;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.service-card h3 .service-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.service-card p {
    color: #5e6575;
}

.card-actions {
    margin-top: auto;
    padding: 1.5rem 1.8rem 1.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.consultancy-feature-band {
    padding: 4.5rem 0;
    background: linear-gradient(145deg, #0f1c3f, #273a6b);
    color: #ffffff;
}

.feature-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 3rem;
    align-items: center;
}

.feature-image {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.35);
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-content h2 {
    font-size: clamp(2rem, 2.5vw, 2.6rem);
    margin-bottom: 1.4rem;
}

.feature-content p {
    margin-bottom: 1.6rem;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: grid;
    gap: 0.8rem;
}

.feature-list li {
    position: relative;
    padding-left: 1.8rem;
}

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f64b8d, #ff867a);
}

.consultancy-clients {
    padding: 4rem 0;
    background: #ffffff;
}

.client-logos {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    align-items: center;
}

.client-item {
    background: #f0f2fb;
    border-radius: 18px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.client-item img {
    max-height: 52px;
    width: auto;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.client-item:hover {
    transform: translateY(-6px);
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(17, 26, 48, 0.1);
}

.client-item:hover img {
    opacity: 1;
}

.consultancy-why {
    padding: 4.5rem 0;
    background: #f7f8fc;
}

.why-content {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 3rem;
    align-items: center;
}

.why-text p {
    color: #5e6575;
    margin-bottom: 2rem;
}

.why-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2.2rem;
    flex-wrap: wrap;
}

.stat {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.4rem 1.8rem;
    text-align: center;
    box-shadow: 0 20px 40px rgba(17, 26, 48, 0.08);
    min-width: 150px;
}

.stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f73ff;
}

.stat-label {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.4rem;
    color: #111a30;
}

.why-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
}

.why-gallery img:nth-child(1) {
    grid-column: 1 / span 2;
}

.why-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(17, 26, 48, 0.1);
}

.consultancy-cta {
    padding: 4rem 0 5rem;
    background: linear-gradient(135deg, #0f73ff, #1c2f64);
    color: #ffffff;
}

.cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.cta-text h2 {
    font-size: clamp(1.9rem, 2.2vw, 2.4rem);
    margin-bottom: 0.75rem;
}

.cta-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
}

/* Animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 1024px) {
    .intro-wrapper {
        grid-template-columns: 1fr;
    }

    .feature-wrapper {
        grid-template-columns: 1fr;
    }

    .why-content {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .client-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .consultancy-hero {
        min-height: 360px;
    }

    .card-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 768px) {
    .consultancy-page .container {
        width: min(640px, 94%);
    }

    .consultancy-hero {
        min-height: 400px;
    }

    .consultancy-hero .hero-overlay {
        padding: calc(60px + 2rem) 5% 2rem;
        justify-content: flex-start;
        padding-top: calc(60px + 3rem);
    }

    .consultancy-hero .hero-content {
        width: 100%;
        text-align: left;
        align-items: flex-start;
        gap: 1rem;
    }

    .hero-title {
        font-size: clamp(1.75rem, 5vw, 2.5rem);
        margin-bottom: 0.75rem;
        margin-top: 0;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
        text-align: left;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 0.75rem;
        padding-top: 1rem;
        margin-top: 0;
    }

    .hero-actions .btn {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding: 0.875rem 1.5rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .consultancy-feature-band,
    .consultancy-services,
    .consultancy-intro,
    .consultancy-why,
    .consultancy-clients {
        padding: 3rem 0;
    }

    .consultancy-cta {
        padding: 3rem 0 3.5rem;
    }

    .cta-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .why-stats {
        gap: 1rem;
    }

    .stat {
        min-width: calc(50% - 0.5rem);
    }
}

@media (max-width: 540px) {
    .consultancy-hero {
        min-height: 450px;
    }

    .consultancy-hero .hero-overlay {
        padding: calc(55px + 2rem) 4% 1.5rem;
        padding-top: calc(55px + 2.5rem);
    }

    .hero-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
        margin-bottom: 0.5rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1.25rem;
    }

    .hero-actions {
        width: 100%;
        gap: 0.625rem;
        padding-top: 0.75rem;
    }

    .hero-actions .btn {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding: 0.75rem 1.25rem;
        font-size: 0.875rem;
    }

    .card-actions {
        padding-top: 1rem;
    }

    .btn-card-primary,
    .btn-card-secondary {
        width: 100%;
        justify-content: center;
    }

    .why-stats {
        flex-direction: column;
    }

    .stat {
        width: 100%;
    }

    .why-gallery {
        grid-template-columns: 1fr;
    }

    .client-logos {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .consultancy-hero {
        min-height: 420px;
    }

    .consultancy-hero .hero-overlay {
        padding: calc(55px + 1.5rem) 4% 1.25rem;
        padding-top: calc(55px + 2rem);
    }

    .hero-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .hero-actions {
        gap: 0.5rem;
        padding-top: 0.5rem;
    }

    .hero-actions .btn {
        padding: 0.7rem 1.15rem;
        font-size: 0.8rem;
    }
}
