.akra-service-page {
    position: relative;
    padding: 140px 0 120px;
    overflow: hidden;
    background:
        linear-gradient(180deg,
            #05010d 0%,
            #090312 100%);
}

/* =========================================================
   BG GRID
========================================================= */
.akra-service-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: .35;
}

/* =========================================================
   GLOW
========================================================= */
.service-glow {
    position: absolute;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    background:
        radial-gradient(circle,
            rgba(123, 97, 255, .18),
            transparent 70%);
    filter: blur(140px);
    top: -300px;
    right: -250px;
    pointer-events: none;
}

/* =========================================================
   HERO
========================================================= */
.service-hero {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: auto;
    text-align: center;
    margin-bottom: 120px;
}

.service-badge,
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 999px;
    background:
        rgba(255, 255, 255, .04);
    border:
        1px solid rgba(255, 255, 255, .08);
    margin-bottom: 30px;
    font-size: 13px;
    letter-spacing: 3px;
    color:
        rgba(255, 255, 255, .72);
}

.service-badge::before,
.section-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ba6eeb;
}

.service-hero h1 {
    font-size: clamp(52px, 6vw, 90px);
    line-height: .96;
    font-weight: 900;
    letter-spacing: -4px;
    color: #fff;
    margin-bottom: 34px;
}

.service-hero h1 span {
    background:
        linear-gradient(90deg,
            #7b61ff,
            #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-hero p {
    max-width: 900px;
    margin: auto;
    font-size: 21px;
    line-height: 1.9;
    color:
        rgba(255, 255, 255, .68);
}

/* =========================================================
   HERO STATS
========================================================= */
.service-hero-stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 70px;
}

.service-stat {
    min-width: 220px;
    padding: 34px;
    border-radius: 30px;
    background:
        rgba(255, 255, 255, .04);
    border:
        1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
}

.service-stat strong {
    display: block;
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}

.service-stat span {
    color:
        rgba(255, 255, 255, .62);
}

/* =========================================================
   SECTION
========================================================= */
.service-section {
    position: relative;
    z-index: 2;
    margin-bottom: 120px;
}

.section-heading {
    text-align: center;
    margin-bottom: 70px;
}

.section-heading h2 {
    font-size: 56px;
    line-height: 1.05;
    font-weight: 900;
    color: #fff;
}

/* =========================================================
   SERVICE GRID
========================================================= */
.service-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.service-card {
    padding: 36px;
    border-radius: 34px;
    background:
        rgba(255, 255, 255, .04);
    border:
        1px solid rgba(255, 255, 255, .08);
    transition: .4s;
}

.service-card:hover {
    transform:
        translateY(-8px);
    border-color:
        rgba(123, 97, 255, .35);
    box-shadow:
        0 0 40px rgba(123, 97, 255, .12);
}

.service-icon {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 30px;
    background:
        rgba(123, 97, 255, .14);
    border:
        1px solid rgba(123, 97, 255, .25);
}

.service-card h3 {
    font-size: 28px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 18px;
}

.service-card p {
    line-height: 1.9;
    color:
        rgba(255, 255, 255, .66);
}

/* =========================================================
   PROCESS
========================================================= */
.process-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.process-card {
    position: relative;
    padding: 40px;
    border-radius: 34px;
    background:
        rgba(255, 255, 255, .04);
    border:
        1px solid rgba(255, 255, 255, .08);
}

.process-number {
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 24px;
    color:
        rgba(123, 97, 255, .25);
}

.process-card h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 18px;
}

.process-card p {
    line-height: 1.9;
    color:
        rgba(255, 255, 255, .66);
}

/* =========================================================
   PLATFORM
========================================================= */
.platform-grid {
    display: grid;
    grid-template-columns:
        repeat(6, minmax(0, 1fr));
    gap: 22px;
}

.platform-card {
    padding: 28px;
    border-radius: 28px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background:
        rgba(255, 255, 255, .04);
    border:
        1px solid rgba(255, 255, 255, .08);
    transition: .35s;
}

.platform-card:hover {
    transform:
        translateY(-6px);
    border-color:
        rgba(123, 97, 255, .35);
    background:
        rgba(123, 97, 255, .08);
}

/* =========================================================
   CTA
========================================================= */
.service-cta {
    position: relative;
    z-index: 2;
    padding: 80px;
    border-radius: 42px;
    background:
        linear-gradient(135deg,
            rgba(123, 97, 255, .16),
            rgba(192, 132, 252, .08));
    border:
        1px solid rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.service-cta-content {
    max-width: 760px;
}

.service-cta h2 {
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    margin-bottom: 24px;
}

.service-cta p {
    font-size: 18px;
    line-height: 1.9;
    color:
        rgba(255, 255, 255, .7);
}

.service-cta-btn {
    padding: 22px 40px;
    border-radius: 999px;
    background:
        linear-gradient(90deg,
            #7b61ff,
            #c084fc);
    color: #fff;
    font-weight: 700;
    transition: .35s;
    white-space: nowrap;
}

.service-cta-btn:hover {
    transform:
        translateY(-4px);
    box-shadow:
        0 15px 40px rgba(123, 97, 255, .3);
}

/* =========================================================
   TABLET
========================================================= */
@media(max-width:1200px) {

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

    .platform-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .service-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(max-width:768px) {
    .akra-service-page {
        padding: 110px 0 120px;
    }

    .service-grid,
    .process-grid,
    .platform-grid {
        grid-template-columns: 1fr;
    }

    .service-hero h1 {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .section-heading h2 {
        font-size: 38px;
    }

    .service-cta {
        padding: 40px 30px;
    }

    .service-cta h2 {
        font-size: 38px;
    }
}

.service-video-section {
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.service-video-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

.service-video {
    width: calc(33.333% - 14px);
    aspect-ratio: 9 / 16;
    object-fit: cover;
    background: #000;
    border-radius: 32px;

    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);

    box-shadow:
        0 20px 80px rgba(0, 0, 0, .35);

    backdrop-filter: blur(20px);
}

/* Tablet */
@media(max-width: 992px) {
    .service-video-wrapper {
        flex-wrap: wrap;
    }

    .service-video {
        width: calc(50% - 10px);
    }
}

/* Mobile */
@media(max-width: 768px) {
    .service-video-wrapper {
        flex-direction: column;
    }

    .service-video {
        width: 100%;
        border-radius: 24px;
    }
}