/* Services Pages Styles */

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Scroll Progress Indicator */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #9d4edd, #c77dff);
    z-index: 10000;
    transition: width 0.1s ease;
    box-shadow: 0 0 10px rgba(157, 78, 221, 0.5);
}

/* Loading Animation */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.loading {
    animation: pulse 1.5s ease-in-out infinite;
}

/* Services Hero Section */
.services-hero {
    background-image: url("../services-all/16.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #070016; /* fallback */
    padding: 160px 24px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.services-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Darken the photo so the heading/subtitle stay readable */
    background: linear-gradient(
        180deg,
        rgba(7, 0, 22, 0.85) 0%,
        rgba(7, 0, 22, 0.60) 55%,
        rgba(7, 0, 22, 0.85) 100%
    );
    pointer-events: none;
    animation: none; /* static */
}

.services-hero::after {
    content: none;
}

.services-hero-content {
    max-width: 1152px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    animation: none; /* static */
}

.services-hero-title {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: #ffffff;
}

.services-hero-title .text-white {
    color: #ffffff;
}

.services-hero-title .text-purple {
    color: #ffffff;
}

.services-hero-subtitle {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.75;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;         /* ensure not bold */
    text-transform: none;     /* keep running/sentence case */
}

/* Services Main Section */
.services-main-section {
    background-color: #070016;
    padding: 80px 24px;
    min-height: 60vh;
}

/* Pinakkaa Advantage */
.pinakkaa-advantage {
    width: 100%;
    background: linear-gradient(180deg, #2a0b44 0%, #140028 60%, #0f001f 100%);
    padding: 92px 0;
    position: relative;
    overflow: hidden;
}

.pinakkaa-advantage::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 15%, rgba(157, 78, 221, 0.22) 0%, transparent 55%),
        radial-gradient(circle at 10% 30%, rgba(244, 114, 182, 0.14) 0%, transparent 50%),
        radial-gradient(circle at 90% 60%, rgba(199, 125, 255, 0.10) 0%, transparent 55%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.55) 100%);
    pointer-events: none;
}

.pinakkaa-advantage-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.pinakkaa-advantage-title {
    margin: 0;
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.08em;
    font-family: "ABeeZee", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, sans-serif;
    color: #e5e7ff;
}

.pinakkaa-advantage-highlight {
    background: linear-gradient(120deg, #a855f7 0%, #c4b5fd 45%, #f97316 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pinakkaa-advantage-underline {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #a855f7 0%, #f97316 100%);
    border-radius: 999px;
    margin: 18px auto 46px;
}

.pinakkaa-advantage-subtitle {
    max-width: 820px;
    margin: 0 auto 56px auto;
    text-align: center;
    color: rgba(229, 231, 255, 0.8);
    font-size: 17px;
    line-height: 1.7;
    font-family: "ABeeZee", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, sans-serif;
    font-weight: 300;
    letter-spacing: 0.06em;
}

.pinakkaa-advantage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 44px;
    align-items: start;
}

.pinakkaa-advantage-item {
    text-align: center;
}

.pinakkaa-advantage-icon {
    margin: 0 auto 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    box-shadow: none;
}

.pinakkaa-advantage-icon-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
    filter: none;
}

.pinakkaa-advantage-item-title {
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.06em;
    font-family: "ABeeZee", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, sans-serif;
    color: #f3f4ff;
}

.pinakkaa-advantage-item-desc {
    margin: 8px auto 0;
    max-width: 300px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(6px);
    transition: opacity 0.25s ease, max-height 0.25s ease, transform 0.25s ease;
}

.pinakkaa-advantage-item:hover .pinakkaa-advantage-item-desc {
    opacity: 1;
    max-height: 220px;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .pinakkaa-advantage {
        padding: 72px 0;
    }
    .pinakkaa-advantage-title {
        font-size: 42px;
    }
    .pinakkaa-advantage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px;
    }
    .pinakkaa-advantage-subtitle {
        font-size: 18px;
        margin-bottom: 36px;
    }
}

@media (max-width: 600px) {
    .pinakkaa-advantage-title {
        font-size: 32px;
    }
    .pinakkaa-advantage-underline {
        width: 90px;
        margin: 14px auto 30px;
    }
    .pinakkaa-advantage-icon {
        width: 84px;
        height: 84px;
    }
    .pinakkaa-advantage-item-title {
        font-size: 20px;
    }
    .pinakkaa-advantage-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }
}

.services-main-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.services-grid-main {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 32px;
    width: 100%;
}

.service-card-main {
    background: rgba(157, 78, 221, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 32px;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 20px rgba(157, 78, 221, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.service-card-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(157, 78, 221, 0.3), transparent);
    transition: left 0.6s ease;
    z-index: 1;
    pointer-events: none;
}

.service-card-main::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(157, 78, 221, 0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: 0;
    pointer-events: none;
}

.service-card-main:hover::before {
    left: 100%;
}

.service-card-main:hover::after {
    width: 300px;
    height: 300px;
}

.service-card-main:nth-child(1) { animation-delay: 0.1s; }
.service-card-main:nth-child(2) { animation-delay: 0.2s; }
.service-card-main:nth-child(3) { animation-delay: 0.3s; }
.service-card-main:nth-child(4) { animation-delay: 0.4s; }
.service-card-main:nth-child(5) { animation-delay: 0.5s; }
.service-card-main:nth-child(6) { animation-delay: 0.6s; }
.service-card-main:nth-child(7) { animation-delay: 0.7s; }
.service-card-main:nth-child(8) { animation-delay: 0.8s; }

.service-card-main:hover {
    border-color: rgba(157, 78, 221, 0.6);
    box-shadow: 0 0 50px rgba(157, 78, 221, 0.5), 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: translateY(-12px) scale(1.03) rotateX(2deg);
}

.service-card-main:active {
    transform: translateY(-8px) scale(1.01);
}

.service-card-main a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.service-image-main {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
}

.service-image-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.9);
}

.service-card-main:hover .service-image-main img {
    transform: none;
    filter: brightness(1.0);
}

.service-title-main {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.service-card-main:hover .service-title-main {
    color: #9d4edd;
}

.service-description-main {
    font-size: 15px;
    font-weight: 400;
    color: #d1d5db;
    line-height: 1.6;
    margin: 0 0 16px 0;
    flex-grow: 1;
}

.service-link-main {
    color: #9d4edd;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.service-card-main:hover .service-link-main {
    gap: 12px;
}

.service-link-main::after {
    content: '→';
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: inline-block;
}

.service-card-main:hover .service-link-main {
    color: #c77dff;
    text-shadow: 0 0 10px rgba(157, 78, 221, 0.5);
}

.service-card-main:hover .service-link-main::after {
    transform: translateX(8px) scale(1.2);
    opacity: 0.8;
}

.service-card-main:active .service-link-main::after {
    transform: translateX(12px);
}

/* Service Detail Page Styles */
.service-detail-hero {
    background: linear-gradient(135deg, #070016 0%, #1a0a2e 50%, #2d1b3d 100%);
    padding: 160px 24px 80px;
    position: relative;
    overflow: hidden;
}

.service-detail-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(157, 78, 221, 0.15) 0%, transparent 70%);
    pointer-events: none;
    animation: pulse 4s ease-in-out infinite;
}

.service-detail-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(157, 78, 221, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(199, 125, 255, 0.2) 0%, transparent 50%);
    pointer-events: none;
    animation: float 6s ease-in-out infinite;
}

/* Horizontal scroll containers for features/benefits */
.hscroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 1fr);
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    /* Hide scrollbar across browsers */
    scrollbar-width: none;           /* Firefox */
    -ms-overflow-style: none;        /* IE 10+ */
}

.hscroll:active {
    cursor: grabbing;
}

.hscroll::-webkit-scrollbar { display: none; } /* WebKit */

.features-hscroll .card,
.benefits-hscroll .card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 16px;
    scroll-snap-align: start;
    min-height: 140px;
}

@media (min-width: 900px) {
    .hscroll {
        grid-auto-columns: calc((100% - 3 * 16px) / 4); /* show ~4 cards */
    }
}

@media (max-width: 899px) and (min-width: 600px) {
    .hscroll {
        grid-auto-columns: calc((100% - 2 * 16px) / 3);
    }
}

@media (max-width: 599px) {
    .hscroll {
        grid-auto-columns: calc((100% - 1 * 16px) / 2);
    }
}

.service-detail-hero-content {
    max-width: 1152px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    animation: fadeInUp 0.8s ease-out;
    text-align: center;
}

.service-detail-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #9ca3af;
}

.service-detail-breadcrumb a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-detail-breadcrumb a:hover {
    color: #9d4edd;
}

.service-detail-breadcrumb span:not(:last-child) {
    color: #6b7280;
}

.service-detail-title {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: -0.025em;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
}

.service-detail-subtitle {
    font-size: 20px;
    color: #d1d5db;
    line-height: 1.75;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;         /* ensure not bold */
    text-transform: none;     /* keep running/sentence case */
}

.service-detail-content {
    background-color: #070016;
    padding: 80px 24px;
}

.service-detail-container {
    max-width: 1600px;
    margin: 0 auto;
    display: block;
}

.service-detail-main {
    animation: fadeInUp 0.8s ease-out;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.service-detail-image {
    width: 100%;
    max-width: 1400px;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto 48px auto;
    background: rgba(157, 78, 221, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.service-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(7, 0, 22, 0.7) 0%, rgba(7, 0, 22, 0.4) 50%, rgba(7, 0, 22, 0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}

.service-banner-slogan {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0 40px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, #ffffff 0%, #9d4edd 50%, #c77dff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeInUp 0.8s ease-out;
    max-width: 1000px;
}

.service-detail-image img,
.service-detail-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: relative;
    z-index: 1;
}

.service-detail-image video {
    background: rgba(0, 0, 0, 0.3);
}

.service-detail-description {
    font-size: 18px;
    color: #e5e7eb;
    line-height: 1.75;
    margin-bottom: 48px;
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 24px;
}

.service-detail-description p {
    margin-bottom: 20px;
    text-align: center;
}

.service-features,
.service-benefits {
    margin-bottom: 60px;
    display: block !important;
    opacity: 1 !important;
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
}

.service-features:last-of-type,
.service-benefits:last-of-type {
    margin-bottom: 0;
}

.service-faq {
    display: block !important;
    opacity: 1 !important;
}

.service-features h3,
.service-benefits h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 36px;
    position: relative;
    padding-bottom: 16px;
    text-align: center;
}

.service-features h3::after,
.service-benefits h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #9d4edd 0%, #c77dff 100%);
    border-radius: 2px;
}

.service-features h3 .text-purple,
.service-benefits h3 .text-purple {
    color: #9d4edd;
    background: linear-gradient(135deg, #9d4edd 0%, #c77dff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Why Choose Pinakkaa for [Service] */
.why-choose-service {
    background-color: #050010; /* flat dark background, no glow/effects */
    padding: 100px 24px 90px;
    margin-top: 60px; /* create clear gap from FAQ section above */
}

.why-choose-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.why-choose-title {
    margin: 0 0 24px 0; /* more space between title and description */
    font-family: "ABeeZee", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, sans-serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: none;
    color: #e5e7ff;
}

.why-choose-highlight {
    background: linear-gradient(120deg, #a855f7 0%, #c4b5fd 45%, #7c3aed 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #a855f7;
}

.why-choose-subtitle {
    margin: 0 auto 48px auto; /* more space between description and cards */
    max-width: 760px;
    font-family: "ABeeZee", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.04em;
    color: rgba(229, 231, 255, 0.8);
    line-height: 1.7;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px; /* slightly larger gap between containers */
}

.why-choose-card {
    background: radial-gradient(circle at 0 0, rgba(148, 163, 253, 0.18) 0%, transparent 55%),
                rgba(15, 23, 42, 0.85);
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 253, 0.35);
    padding: 24px 22px 26px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.why-choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.7);
    border-color: rgba(196, 181, 253, 0.9);
    background: radial-gradient(circle at 0 0, rgba(196, 181, 253, 0.32) 0%, transparent 60%),
                rgba(15, 23, 42, 0.95);
}

.why-choose-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
}

.why-choose-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.why-choose-card-title {
    margin: 0;
    font-family: "ABeeZee", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #f9fafb;
}

.why-choose-card-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(226, 232, 240, 0.9);
}

@media (max-width: 1024px) {
    .why-choose-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .why-choose-service {
        padding: 60px 18px 70px;
    }
    .why-choose-title {
        font-size: 26px;
    }
    .why-choose-grid {
        grid-template-columns: 1fr;
    }
}

.service-features ul,
.service-benefits ul {
    list-style: none;
    padding: 0;
}

.service-features ul,
.service-benefits ul {
    list-style: none;
    padding: 0;
    margin-top: 24px;
}

.service-features li,
.service-benefits li {
    font-size: 16px;
    color: #d1d5db;
    line-height: 1.75;
    padding: 16px 0;
    padding-left: 32px;
    position: relative;
    transition: all 0.3s ease;
    border-left: 3px solid rgba(157, 78, 221, 0.3);
    margin-bottom: 8px;
}

.service-features li::before,
.service-benefits li::before {
    content: '✓';
    position: absolute;
    left: 8px;
    color: #9d4edd;
    font-weight: bold;
    font-size: 18px;
}

.service-features li:hover,
.service-benefits li:hover {
    color: #ffffff;
    padding-left: 40px;
    border-left-color: rgba(157, 78, 221, 0.8);
    transition: all 0.3s ease;
}

/* Sidebar Styles */
.service-detail-sidebar {
    display: none;
}

.service-sidebar-card {
    background: rgba(157, 78, 221, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 32px;
    animation: fadeInUp 0.8s ease-out;
    animation-delay: 0.2s;
    animation-fill-mode: both;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.sidebar-text {
    font-size: 15px;
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 24px;
}

.sidebar-button {
    display: inline-block;
    padding: 12px 32px;
    background: linear-gradient(135deg, #9d4edd 0%, #c77dff 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sidebar-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.sidebar-button:hover::before {
    width: 300px;
    height: 300px;
}

.sidebar-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 32px rgba(157, 78, 221, 0.5);
}

.sidebar-button:active {
    transform: translateY(-1px) scale(0.98);
}

.sidebar-services-list {
    list-style: none;
    padding: 0;
}

.sidebar-services-list li {
    margin-bottom: 12px;
}

.sidebar-services-list a {
    color: #d1d5db;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-services-list a:hover {
    color: #9d4edd;
    padding-left: 8px;
}

/* CTA Section - Complete Redesign */
.services-cta {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: #070016;
    min-height: 600px;
    display: flex;
    align-items: center;
}

/* Layered Background with Multiple Shapes */
.services-cta::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -150px;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(157, 78, 221, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 12s ease-in-out infinite;
    z-index: 1;
}

.services-cta::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(199, 125, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 15s ease-in-out infinite reverse;
    z-index: 1;
}

/* Edge-to-edge Container */
.services-cta-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 48px;
}

/* Content Wrapper */
.services-cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 900px;
    width: 100%;
}

/* Visual Hierarchy: Heading */
.services-cta-title {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.03em;
    position: relative;
    z-index: 3;
}

.services-cta-title .text-gradient {
    background: linear-gradient(135deg, #9d4edd 0%, #c77dff 50%, #9d4edd 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease infinite;
}

/* Visual Hierarchy: Description */
.services-cta-text {
    font-size: 20px;
    color: #d1d5db;
    line-height: 1.8;
    margin: 0;
    max-width: 700px;
    z-index: 3;
}

/* Visual Hierarchy: CTA Button Group */
.services-cta-actions {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 3;
    margin-top: 8px;
}

.services-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 48px;
    background: linear-gradient(135deg, #9d4edd 0%, #c77dff 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 16px;
    font-weight: 600;
    font-size: 18px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: none;
    border: 2px solid transparent;
    min-width: 220px;
}

.related-services-section .services-cta-button {
    padding: 16px 36px;
    font-size: 16px;
    min-width: 180px;
    border-radius: 14px;
}

.services-cta-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.services-cta-button:hover::before {
    width: 400px;
    height: 400px;
}

.services-cta-button:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.2);
}

.services-cta-button:active {
    transform: translateY(-3px) scale(1);
}

/* Decorative Elements Container */
.services-cta-visual {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

/* Animated Grid Background */
.services-cta-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(157, 78, 221, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(157, 78, 221, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.4;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(60px, 60px);
    }
}

/* Floating Orbs */
.services-cta-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.3;
    animation: float 8s ease-in-out infinite;
}

.services-cta-orb-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #9d4edd 0%, transparent 70%);
    top: 20%;
    right: 15%;
    animation-delay: 0s;
}

.services-cta-orb-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #c77dff 0%, transparent 70%);
    bottom: 25%;
    left: 20%;
    animation-delay: 2s;
}

.services-cta-orb-3 {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, #9d4edd 0%, transparent 70%);
    top: 60%;
    right: 30%;
    animation-delay: 4s;
}

/* Stats Grid Below CTA */
.services-cta-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 64px;
    width: 100%;
    max-width: 1000px;
    z-index: 3;
}

.services-cta-stat {
    text-align: center;
    padding: 24px;
    background: rgba(157, 78, 221, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.services-cta-stat:hover {
    background: rgba(157, 78, 221, 0.1);
    border-color: rgba(157, 78, 221, 0.3);
    transform: translateY(-4px);
}

.services-cta-stat-number {
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(135deg, #9d4edd 0%, #c77dff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
}

.services-cta-stat-label {
    font-size: 14px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(157, 78, 221, 0.3);
    }
    50% {
        box-shadow: 0 0 40px rgba(157, 78, 221, 0.6);
    }
}

/* Scroll Animation Classes */
.fade-in {
    opacity: 1 !important;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Ensure content is visible */
.service-features,
.service-benefits,
.service-faq {
    visibility: visible !important;
}

.service-features h3,
.service-benefits h3,
.service-faq h3 {
    color: #ffffff !important;
    visibility: visible !important;
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.scale-in {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

/* Interactive Elements */
.service-features li,
.service-benefits li {
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-features li:hover,
.service-benefits li:hover {
    transform: translateX(8px);
    color: #ffffff;
}

/* Expanded Features and Benefits Styles */
.features-grid,
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.feature-item,
.benefit-item {
    background: rgba(157, 78, 221, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1 !important;
    display: block !important;
    position: relative;
    text-align: center;
    backdrop-filter: blur(10px);
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-item::before,
.benefit-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #9d4edd 0%, #c77dff 100%);
    border-radius: 16px 16px 0 0;
    opacity: 0.6;
    transition: opacity 0.4s ease;
}

.feature-item:hover,
.benefit-item:hover {
    transform: translateY(-6px);
    background: rgba(157, 78, 221, 0.15);
    border-color: rgba(157, 78, 221, 0.5);
    box-shadow: 0 8px 32px rgba(157, 78, 221, 0.25);
}

.feature-item:hover::before,
.benefit-item:hover::before {
    opacity: 1;
    height: 5px;
}

.feature-header,
.benefit-header {
    margin-bottom: 12px;
    padding-left: 0;
}

.feature-title,
.benefit-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1.3;
    transition: color 0.3s ease;
    text-align: center;
}

.feature-item:hover .feature-title,
.benefit-item:hover .benefit-title {
    color: #c77dff;
}

.feature-title::before,
.benefit-title::before {
    content: '';
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #9d4edd 0%, #c77dff 100%);
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 16px rgba(157, 78, 221, 0.8);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover .feature-title::before,
.benefit-item:hover .benefit-title::before {
    transform: scale(1.3);
    box-shadow: 0 0 24px rgba(157, 78, 221, 1);
}

.feature-description,
.benefit-description {
    font-size: 14px;
    color: #d1d5db;
    line-height: 1.6;
    margin: 0;
    padding-left: 0;
    letter-spacing: 0.01em;
    transition: color 0.3s ease;
    text-align: center;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.feature-item:hover .feature-description,
.benefit-item:hover .benefit-description {
    color: #e5e7eb;
}

/* FAQ Section Styles */
.service-faq {
    margin-top: 64px;
    animation: fadeInUp 0.8s ease-out;
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Related Services Section */
.related-services-section {
    margin-top: 100px;
    padding-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    animation: fadeInUp 0.8s ease-out;
}

.related-services-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 48px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.related-services-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #9d4edd 0%, #c77dff 100%);
    border-radius: 2px;
}

.related-services-title .text-purple {
    color: #9d4edd;
    background: linear-gradient(135deg, #9d4edd 0%, #c77dff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.related-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 48px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.related-service-card {
    background: rgba(157, 78, 221, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.related-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(157, 78, 221, 0.2), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.related-service-card:hover::before {
    left: 100%;
}

.related-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(157, 78, 221, 0.5);
    box-shadow: 0 16px 48px rgba(157, 78, 221, 0.3);
}

.related-service-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
}

.related-service-image video,
.related-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.related-service-card:hover .related-service-image video,
.related-service-card:hover .related-service-image img {
    transform: scale(1.1);
}

.related-service-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.related-service-name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    transition: color 0.3s ease;
}

.related-service-card:hover .related-service-name {
    color: #9d4edd;
}

.related-service-description {
    font-size: 14px;
    color: #d1d5db;
    line-height: 1.6;
    margin: 0 0 16px 0;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-service-link {
    font-size: 14px;
    font-weight: 600;
    color: #9d4edd;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.related-service-card:hover .related-service-link {
    color: #c77dff;
    gap: 12px;
}

.service-faq h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.service-faq h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #9d4edd 0%, #c77dff 100%);
    border-radius: 2px;
}

.service-faq h3 .text-purple {
    color: #9d4edd;
    background: linear-gradient(135deg, #9d4edd 0%, #c77dff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    width: 100%;
}

.faq-item {
    background: rgba(157, 78, 221, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(157, 78, 221, 0.3);
    box-shadow: 0 4px 16px rgba(157, 78, 221, 0.1);
}

.faq-item.active {
    border-color: rgba(157, 78, 221, 0.5);
    box-shadow: 0 8px 24px rgba(157, 78, 221, 0.2);
}

.faq-question {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: rgba(157, 78, 221, 0.1);
}

.faq-question h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    flex: 1;
    line-height: 1.5;
}

.faq-icon {
    font-size: 24px;
    font-weight: 300;
    color: #9d4edd;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(157, 78, 221, 0.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-item.active .faq-icon {
    background: rgba(157, 78, 221, 0.2);
    color: #c77dff;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
    opacity: 0;
    padding: 0 24px;
}

.faq-item.active .faq-answer {
    padding: 0 24px 20px 24px;
    opacity: 1;
}

.faq-answer p {
    font-size: 16px;
    color: #d1d5db;
    line-height: 1.75;
    margin: 0;
    padding-top: 16px;
}

/* Floating Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.floating {
    animation: float 3s ease-in-out infinite;
}

/* Gradient Text Animation */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.animated-gradient {
    background: linear-gradient(-45deg, #9d4edd, #c77dff, #9d4edd, #c77dff);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease infinite;
}

/* Ripple Effect */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    transform: scale(0);
    animation: ripple-animation 0.6s ease-out;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Custom Cursor - Removed */
.custom-cursor {
    display: none !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .service-detail-container {
        grid-template-columns: 1fr;
    }

    .service-detail-sidebar {
        order: -1;
    }
    
    .service-detail-main {
        align-items: center;
    }
    
    .service-detail-description {
        max-width: 100%;
    }
    
    .service-features,
    .service-benefits,
    .service-faq {
        max-width: 100%;
    }

    .services-grid-main {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 24px;
    }
    
    .services-cta-container {
        padding: 80px 24px;
        gap: 40px;
    }
    
    .services-cta-title {
        font-size: 40px;
    }
    
    .services-cta-text {
        font-size: 18px;
    }
    
    .services-cta-stats {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 48px;
    }
    
    .services-cta-stat-number {
        font-size: 36px;
    }
    
    .features-grid,
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .services-hero {
        padding: 120px 24px 60px;
    }

    .services-hero-title {
        font-size: 40px;
    }

    .services-hero-subtitle {
        font-size: 16px;
    }

    .services-main-section {
        padding: 60px 16px;
    }

    .services-grid-main {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card-main {
        padding: 24px;
    }
    
    .services-main-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .service-detail-hero {
        padding: 120px 24px 60px;
    }

    .service-detail-title {
        font-size: 36px;
    }

    .service-detail-subtitle {
        font-size: 18px;
    }

    .service-detail-content {
        padding: 60px 16px;
    }

    .service-detail-image {
        height: 300px;
    }
    
    .service-banner-slogan {
        font-size: 32px;
        padding: 0 24px;
    }

    .services-cta {
        min-height: 500px;
    }
    
    .services-cta-container {
        padding: 60px 16px;
        gap: 32px;
    }
    
    .services-cta-title {
        font-size: 32px;
    }
    
    .services-cta-text {
        font-size: 16px;
    }
    
    .services-cta-stats {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }
    
    .services-cta-stat {
        padding: 20px;
    }
    
    .services-cta-stat-number {
        font-size: 32px;
    }
    
    .services-cta-button {
        padding: 18px 40px;
        font-size: 16px;
        min-width: 200px;
    }
    
    .features-grid,
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 100%;
    }
    
    @media (max-width: 768px) {
        .features-grid,
        .benefits-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }
        
        .feature-item,
        .benefit-item {
            padding: 20px 16px;
            min-height: auto;
        }
        
        .feature-title,
        .benefit-title {
            font-size: 16px;
        }
        
        .feature-description,
        .benefit-description {
            font-size: 13px;
        }
    }
    
    .feature-item,
    .benefit-item {
        padding: 24px;
    }
    
    .feature-title,
    .benefit-title {
        font-size: 20px;
        flex-direction: column;
        gap: 8px;
    }
    
    .feature-description,
    .benefit-description {
        font-size: 15px;
    }
    
    .service-features h3,
    .service-benefits h3 {
        font-size: 28px;
    }
    
    .faq-question h4 {
        font-size: 16px;
    }
    
    .faq-answer p {
        font-size: 15px;
    }
    
    .related-services-section {
        margin-top: 60px;
        padding-top: 60px;
    }
    
    .related-services-title {
        font-size: 28px;
    }
    
    .related-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 480px) {
    .services-hero-title {
        font-size: 32px;
    }

    .service-title-main {
        font-size: 20px;
    }

    .service-detail-title {
        font-size: 28px;
    }
    
    .service-banner-slogan {
        font-size: 24px;
        padding: 0 16px;
    }
    
    .custom-cursor {
        display: none;
    }
    
    .services-cta {
        padding: 60px 0;
    }
    
    .services-cta-container {
        padding: 0 16px;
        gap: 32px;
    }
    
    .services-cta-title {
        font-size: 28px;
    }
    
    .services-cta-text {
        font-size: 15px;
    }
    
    .services-cta-visual {
        min-height: 200px;
    }
    
    .services-cta-button {
        padding: 16px 32px;
        font-size: 16px;
    }
    
    .related-services-section {
        margin-top: 40px;
        padding-top: 40px;
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .related-services-title {
        font-size: 24px;
        margin-bottom: 32px;
    }
    
    .related-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .related-service-image {
        height: 180px;
    }
    
    .related-service-content {
        padding: 20px;
    }
    
    .related-service-name {
        font-size: 18px;
    }
    
    .related-service-description {
        font-size: 13px;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .floating {
        animation: none;
    }
}

/* Optimize interactions for touch devices (iOS/Android/Windows touch) */
@media (hover: none) and (pointer: coarse) {
    .service-card-main:hover {
        transform: none;
        box-shadow: 0 0 20px rgba(157, 78, 221, 0.15);
        border-color: rgba(157, 78, 221, 0.2);
    }
    .service-card-main:hover::before,
    .service-card-main:hover::after {
        left: -100%;
        width: 0;
        height: 0;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .service-image-main {
        height: 160px;
    }
}
