/**
 * Digitons Development — Dedicated Services Page Stylesheet
 * File: assets/css/services-page.css
 * Scope: services.php only
 */

/* ==========================================================================
   1. Services Hero Section
   ========================================================================== */
.services-hero-section {
    position: relative;
    padding: 130px 0 85px;
    background: #FAF9FC;
    background-image: 
        radial-gradient(circle at 15% 10%, rgba(172, 33, 138, 0.04) 0%, transparent 45%),
        radial-gradient(circle at 85% 90%, rgba(108, 92, 231, 0.04) 0%, transparent 45%),
        linear-gradient(180deg, #FFFFFF 0%, #FAF9FC 100%);
    border-bottom: 1px solid #E2E8F0;
    overflow: hidden;
    isolation: isolate;
}

.services-hero-section .auto-container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.services-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    gap: 50px;
    align-items: center;
}

.services-hero-content {
    position: relative;
    z-index: 2;
}

.services-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(172, 33, 138, 0.08);
    color: #831067;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid rgba(172, 33, 138, 0.22);
    margin-bottom: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.services-hero-eyebrow .eyebrow-icon {
    color: #AC218A;
    font-size: 11px;
}

.services-hero-title {
    font-family: var(--font-family-barlow, 'Barlow', sans-serif);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    line-height: 1.18;
    color: #0F172A;
    margin-bottom: 20px;
    letter-spacing: -0.6px;
}

.services-hero-desc {
    font-family: var(--font-family-Poppins, 'Poppins', sans-serif);
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 32px;
    max-width: 580px;
}

.services-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.services-hero-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    background: #AC218A;
    color: #FFFFFF !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(172, 33, 138, 0.22);
    min-height: 48px;
}

.services-hero-btn-primary:hover {
    background: #901772;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(172, 33, 138, 0.32);
}

.services-hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 26px;
    background: #FFFFFF;
    color: #0F172A !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none !important;
    border: 1px solid #CBD5E1;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    min-height: 48px;
}

.services-hero-btn-secondary:hover {
    background: #F8FAFC;
    border-color: #94A3B8;
    transform: translateY(-2px);
}

/* Services Hero Graphic Frame */
.services-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-hero-visual-card {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    max-width: 520px;
    width: 100%;
}

.services-hero-visual-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}

/* Ambient Floating Layers */
.services-hero-section .pattern-layer-one,
.services-hero-section .pattern-layer-two,
.services-directory-section .pattern-layer-one,
.services-ecosystem-section .pattern-layer-one,
.services-cta-section .pattern-layer-one {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
    opacity: 0.12;
}

.services-hero-section .pattern-layer-one {
    background-position: left 5% center;
    animation: ambientFloatSlow 18s ease-in-out infinite alternate;
}

.services-hero-section .pattern-layer-two {
    background-position: right 5% top 15%;
    animation: ambientFloatFast 14s ease-in-out infinite alternate;
}

@keyframes ambientFloatSlow {
    0% { transform: translateY(0px) rotate(0deg); }
    100% { transform: translateY(-16px) rotate(2deg); }
}

@keyframes ambientFloatFast {
    0% { transform: translateY(0px) rotate(0deg); }
    100% { transform: translateY(14px) rotate(-2deg); }
}

@media (prefers-reduced-motion: reduce) {
    .services-hero-section .pattern-layer-one,
    .services-hero-section .pattern-layer-two,
    .services-directory-section .pattern-layer-one,
    .services-ecosystem-section .pattern-layer-one,
    .services-cta-section .pattern-layer-one {
        animation: none !important;
    }
}

/* ==========================================================================
   2. Service Categories Overview Navigation Strip
   ========================================================================== */
.services-categories-nav {
    position: relative;
    padding: 40px 0;
    background: #FFFFFF;
    border-bottom: 1px solid #F1F5F9;
}

.services-categories-nav .auto-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.categories-nav-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.category-nav-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.category-nav-card:hover {
    background: #FFFFFF;
    border-color: #CBD5E1;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.category-nav-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.category-nav-icon.indigo { background: rgba(79, 70, 229, 0.1); color: #4F46E5; }
.category-nav-icon.purple { background: rgba(108, 92, 231, 0.1); color: #6C5CE7; }
.category-nav-icon.magenta { background: rgba(172, 33, 138, 0.1); color: #AC218A; }
.category-nav-icon.blue { background: rgba(2, 132, 199, 0.1); color: #0284C7; }

.category-nav-text {
    flex-grow: 1;
}

.category-nav-title {
    font-size: 14px;
    font-weight: 600;
    color: #0F172A;
    line-height: 1.3;
    margin: 0 0 2px;
}

.category-nav-count {
    font-size: 12px;
    color: #64748B;
    margin: 0;
}

.category-nav-arrow {
    color: #94A3B8;
    font-size: 12px;
    transition: transform 0.2s ease, color 0.2s ease;
}

.category-nav-card:hover .category-nav-arrow {
    color: #0F172A;
    transform: translateX(3px);
}

/* ==========================================================================
   3. Detailed Service Directory
   ========================================================================== */
.services-directory-section {
    position: relative;
    padding: 85px 0 90px;
    background: #FFFFFF;
    overflow: hidden;
    isolation: isolate;
}

.services-directory-section .auto-container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.section-intro-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 55px;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(172, 33, 138, 0.08);
    color: #831067;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid rgba(172, 33, 138, 0.20);
    margin-bottom: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.section-heading {
    font-family: var(--font-family-barlow, 'Barlow', sans-serif);
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 600;
    color: #0F172A;
    line-height: 1.25;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.section-subtext {
    font-size: 15.5px;
    line-height: 1.65;
    color: #475569;
    margin: 0;
}

/* Category Block */
.service-category-block {
    position: relative;
    margin-bottom: 50px;
    padding: 34px 30px;
    background: #FAF9FC;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    scroll-margin-top: 90px;
    transition: border-color 0.2s ease;
}

.service-category-block:last-child {
    margin-bottom: 0;
}

/* Category Header */
.category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.category-header-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.category-badge-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.category-badge-icon.indigo { background: rgba(79, 70, 229, 0.12); color: #4F46E5; }
.category-badge-icon.purple { background: rgba(108, 92, 231, 0.12); color: #6C5CE7; }
.category-badge-icon.magenta { background: rgba(172, 33, 138, 0.12); color: #AC218A; }
.category-badge-icon.blue { background: rgba(2, 132, 199, 0.12); color: #0284C7; }

.category-title {
    font-family: var(--font-family-barlow, 'Barlow', sans-serif);
    font-size: 22px;
    font-weight: 600;
    color: #0F172A;
    margin: 0 0 4px;
    line-height: 1.3;
}

.category-desc {
    font-size: 14px;
    color: #64748B;
    margin: 0;
}

.category-pill-tag {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 50px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.category-pill-tag.indigo { background: rgba(79, 70, 229, 0.08); color: #4F46E5; border: 1px solid rgba(79, 70, 229, 0.2); }
.category-pill-tag.purple { background: rgba(108, 92, 231, 0.08); color: #6C5CE7; border: 1px solid rgba(108, 92, 231, 0.2); }
.category-pill-tag.magenta { background: rgba(172, 33, 138, 0.08); color: #AC218A; border: 1px solid rgba(172, 33, 138, 0.2); }
.category-pill-tag.blue { background: rgba(2, 132, 199, 0.08); color: #0284C7; border: 1px solid rgba(2, 132, 199, 0.2); }

/* Service Cards Grid inside Category */
.category-services-grid {
    display: grid;
    gap: 20px;
}

.category-services-grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.category-services-grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

/* Individual Service Directory Card */
.service-directory-card {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 26px 22px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.22s ease,
                box-shadow 0.22s ease;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
}

.service-directory-card:hover {
    transform: translateY(-4px);
    border-color: rgba(172, 33, 138, 0.35);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.service-card-top {
    margin-bottom: 16px;
}

.service-card-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    transition: transform 0.2s ease;
}

.service-directory-card:hover .service-card-icon-wrap {
    transform: scale(1.08);
}

.service-card-icon-wrap.indigo { background: rgba(79, 70, 229, 0.08); color: #4F46E5; }
.service-card-icon-wrap.purple { background: rgba(108, 92, 231, 0.08); color: #6C5CE7; }
.service-card-icon-wrap.magenta { background: rgba(172, 33, 138, 0.08); color: #AC218A; }
.service-card-icon-wrap.blue { background: rgba(2, 132, 199, 0.08); color: #0284C7; }

.service-card-title {
    font-family: var(--font-family-barlow, 'Barlow', sans-serif);
    font-size: 19px;
    font-weight: 600;
    color: #0F172A;
    line-height: 1.35;
    margin: 0 0 10px;
}

.service-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.service-directory-card:hover .service-card-title a {
    color: #AC218A;
}

.service-card-desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: #64748B;
    margin: 0;
}

.service-card-footer {
    padding-top: 16px;
    border-top: 1px solid #F1F5F9;
    margin-top: 18px;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: #0F172A;
    text-decoration: none !important;
    transition: color 0.2s ease, gap 0.2s ease;
}

.service-card-link svg {
    transition: transform 0.2s ease;
}

.service-directory-card:hover .service-card-link {
    color: #AC218A;
    gap: 10px;
}

.service-directory-card:hover .service-card-link svg {
    transform: translateX(4px);
}

/* ==========================================================================
   4. How Our Services Work Together (Ecosystem Flow) — Dark Section
   ========================================================================== */
.services-ecosystem-section {
    position: relative;
    padding: 85px 0 90px;
    background: #0F172A;
    border-top: 1px solid #1E293B;
    border-bottom: 1px solid #1E293B;
    overflow: hidden;
    isolation: isolate;
}

.services-ecosystem-section .auto-container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.services-ecosystem-section .section-eyebrow {
    background: rgba(172, 33, 138, 0.16);
    color: #F472B6;
    border-color: rgba(172, 33, 138, 0.35);
}

.services-ecosystem-section .section-heading {
    color: #FFFFFF;
}

.services-ecosystem-section .section-subtext {
    color: #94A3B8;
}

.ecosystem-flow-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    position: relative;
    margin-top: 40px;
}

.ecosystem-step-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    padding: 22px 16px 20px;
    text-align: center;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.22s ease;
}

.ecosystem-step-card:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-3px);
    border-color: rgba(172, 33, 138, 0.5);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.ecosystem-step-badge {
    width: 28px;
    height: 28px;
    background: rgba(172, 33, 138, 0.18);
    color: #F472B6;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border: 1px solid rgba(172, 33, 138, 0.3);
}

.ecosystem-step-icon {
    font-size: 22px;
    color: #F8FAFC;
    margin-bottom: 10px;
    transition: transform 0.2s ease, color 0.2s ease;
}

.ecosystem-step-card:hover .ecosystem-step-icon {
    color: #F472B6;
    transform: scale(1.1);
}

.ecosystem-step-title {
    font-family: var(--font-family-barlow, 'Barlow', sans-serif);
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 6px;
    line-height: 1.3;
}

.ecosystem-step-desc {
    font-size: 12.5px;
    color: #94A3B8;
    line-height: 1.5;
    margin: 0;
}

/* ==========================================================================
   5. Why Digitons Section
   ========================================================================== */
.services-why-section {
    position: relative;
    padding: 85px 0;
    background: #FFFFFF;
}

.services-why-section .auto-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.why-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.why-pillar-card {
    background: #FAF9FC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 26px 20px;
    transition: all 0.22s ease;
}

.why-pillar-card:hover {
    background: #FFFFFF;
    border-color: #CBD5E1;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.why-pillar-icon {
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #AC218A;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.why-pillar-title {
    font-family: var(--font-family-barlow, 'Barlow', sans-serif);
    font-size: 17px;
    font-weight: 600;
    color: #0F172A;
    margin: 0 0 8px;
    line-height: 1.35;
}

.why-pillar-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #64748B;
    margin: 0;
}

/* ==========================================================================
   6. AI-Efficient Execution Section
   ========================================================================== */
.services-ai-section {
    position: relative;
    padding: 45px 0 50px;
    background: #FFFFFF;
}

.services-ai-section .auto-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.ai-execution-card {
    background: linear-gradient(135deg, #FAF9FC 0%, #F5F3F8 100%);
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.03);
}

.ai-execution-left {
    max-width: 720px;
}

.ai-execution-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: #AC218A;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.ai-execution-title {
    font-family: var(--font-family-barlow, 'Barlow', sans-serif);
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: 600;
    color: #0F172A;
    line-height: 1.3;
    margin: 0 0 12px;
}

.ai-execution-text {
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
    margin: 0;
}

.ai-execution-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.ai-feature-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 13.5px;
    font-weight: 600;
    color: #0F172A;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.ai-feature-item i {
    color: #6C5CE7;
    font-size: 14px;
}

/* ==========================================================================
   7. Conversion CTA Section — Dark Section
   ========================================================================== */
.services-cta-section {
    position: relative;
    padding: 85px 0;
    background: #0F172A;
    border-top: 1px solid #1E293B;
    text-align: center;
    overflow: hidden;
    isolation: isolate;
}

.services-cta-section .auto-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.services-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(172, 33, 138, 0.16);
    color: #F472B6;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid rgba(172, 33, 138, 0.35);
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.services-cta-title {
    font-family: var(--font-family-barlow, 'Barlow', sans-serif);
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.25;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.services-cta-text {
    font-size: 16px;
    line-height: 1.7;
    color: #94A3B8;
    margin-bottom: 30px;
}

.services-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 34px;
    background: #AC218A;
    color: #FFFFFF !important;
    font-size: 15.5px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(172, 33, 138, 0.35);
    min-height: 50px;
}

.services-cta-btn:hover {
    background: #901772;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(172, 33, 138, 0.45);
}

/* ==========================================================================
   8. Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1024px) {
    .services-hero-section {
        padding: 110px 0 70px;
    }

    .services-hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .categories-nav-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-services-grid.cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .ecosystem-flow-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .why-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ai-execution-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .ai-execution-features {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .services-hero-section {
        padding: 95px 0 60px;
    }

    .services-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
        text-align: center;
    }

    .services-hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .services-hero-actions {
        justify-content: center;
    }

    .services-hero-visual {
        order: 2;
    }

    .services-hero-visual-card {
        margin: 0 auto;
    }

    .categories-nav-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .service-category-block {
        padding: 24px 18px;
        margin-bottom: 36px;
    }

    .category-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .category-services-grid.cols-2,
    .category-services-grid.cols-3 {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ecosystem-flow-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .why-pillars-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ai-execution-card {
        padding: 26px 20px;
    }

    .ai-execution-features {
        flex-direction: column;
        width: 100%;
    }

    .ai-feature-item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .services-hero-section {
        padding: 85px 0 50px;
    }

    .services-hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .services-hero-btn-primary,
    .services-hero-btn-secondary {
        width: 100%;
    }

    .ecosystem-flow-grid {
        grid-template-columns: 1fr;
    }

    .services-cta-btn {
        width: 100%;
    }
}
