/* Template overrides */
.hidden {
    display: none !important;
}

.navbar-container {
    align-items: center;
    gap: 24px;
}

.has-hero {
    --hero-header-height: clamp(96px, 9vw, 132px);
    --hero-bg-bleed: 0px;
    --hero-video-split: 50%;
    --hero-video-overlap: 6px;
    background-image: url('../image/genel_background.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #05060b;
}

.navbar-wrapper {
    padding: 8px 24px 0;
    height: auto;
    position: relative;
    z-index: 200;
}

.has-hero header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    margin: 0;
    padding: 0 !important;
    isolation: isolate;
    height: var(--hero-header-height, 84px);
    background: transparent;
    background-image: none;
    backdrop-filter: none;
}

/* Header glow background */
.has-hero header::before {
    content: none;
}

.has-hero header::after {
    content: none;
}

.has-hero header .navbar {
    position: relative;
    z-index: 2;
}

.navbar {
    position: relative;
    z-index: 200;
}

.navbar .dropdown-menu {
    z-index: 1200;
}

.has-hero .navbar-wrapper {
    padding: 0 24px !important;
    margin: 0;
}

.has-hero .navbar {
    padding-top: 0;
    margin-top: 0;
    min-height: var(--hero-header-height, 84px);
    align-items: center;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    background-color: #05060b;
}

.global-header-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: clamp(360px, 55vh, 720px);
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.global-header-video-media {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(1px) brightness(0.55) saturate(1.1);
    transform: scale(1.05);
}

.global-header-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 6, 12, 0.95) 0%, rgba(5, 6, 12, 0.7) 55%, rgba(5, 6, 12, 0.98) 100%);
    opacity: 0.98;
}

header,
main,
footer {
    position: relative;
    z-index: 1;
}

.has-hero .global-header-video {
    height: 100vh;
}

.has-hero main {
    margin-top: 0;
}

.has-hero .section-banner {
    padding: calc(var(--hero-header-height, 72px) + 12px) 0 40px !important;
    min-height: calc(100vh + var(--hero-header-height, 84px));
    margin-top: calc(var(--hero-header-height, 84px) * -1) !important;
    position: relative;
    overflow: hidden;
}

.has-hero .section-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 24%, rgba(168, 85, 247, 0.28), transparent 52%),
        radial-gradient(circle at 82% 12%, rgba(59, 130, 246, 0.22), transparent 55%),
        linear-gradient(135deg, rgba(6, 7, 12, 0.9) 0%, rgba(6, 7, 12, 0.45) 45%, rgba(6, 7, 12, 0.92) 100%);
    opacity: 0.75;
    z-index: 1;
    pointer-events: none;
}

.has-hero .section-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(6, 7, 12, 0.05) 0%, rgba(6, 7, 12, 0.7) 100%);
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

.has-hero .banner-video-container {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0 !important;
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    padding: 64px 30px !important;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.has-hero .banner-video-bg-top {
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-clip-path: inset(0 0 calc(100% - var(--hero-video-split) - var(--hero-video-overlap)) 0);
    clip-path: inset(0 0 calc(100% - var(--hero-video-split) - var(--hero-video-overlap)) 0);
}

.has-hero .banner-video-bg-bottom {
    top: 0;
    bottom: 0;
    height: auto;
    z-index: 0;
    -webkit-clip-path: inset(calc(var(--hero-video-split) - var(--hero-video-overlap)) 0 0 0);
    clip-path: inset(calc(var(--hero-video-split) - var(--hero-video-overlap)) 0 0 0);
}

.banner-heading {
    gap: clamp(20px, 3.5vw, 40px);
    align-items: center;
}

.banner-video-container .hero-container > .d-flex {
    gap: clamp(14px, 2vw, 22px);
}

.navbar {
    padding: 6px 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.banner-video-container {
    border: 1px solid var(--accent-color-3) !important;
    border-radius: var(--global-border-radius) !important;
    background-color: #05060b !important;
    background-image: none !important;
    box-shadow: none !important;
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 14px !important;
    min-height: 260px;
    justify-content: center;
    margin-top: 0;
}

.banner-video-container::before {
    content: '' !important;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-transparent) 0%, var(--secondary) 100%);
    opacity: 0.51;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 100%;
    z-index: 0;
}

.has-hero .section-banner {
    background: transparent;
}

.logo-container {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
    --logo-text-offset: 63.5%;
}

.logo-container .brand-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    line-height: 1;
}

.logo-container img,
.navbar-brand img {
    height: clamp(82px, 8.2vw, 130px);
    max-height: 130px;
    width: auto;
}

.brand-rotator {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    font-size: clamp(13px, 1.6vw, 20px);
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(220, 220, 235, 0.85);
    transition: opacity 0.35s ease, transform 0.35s ease;
    white-space: nowrap;
    margin-left: var(--logo-text-offset);
    margin-top: -8px;
    text-shadow: 0 10px 22px rgba(0, 0, 0, 0.5);
}

.brand-rotator.is-fading {
    opacity: 0;
    transform: translateY(4px);
}

@media (max-width: 991px) {
    .logo-container {
        --logo-text-offset: 60%;
    }

    .brand-rotator {
        font-size: 10px;
        letter-spacing: 0.1em;
        margin-left: var(--logo-text-offset);
        margin-top: 1px;
    }
}

@media (max-width: 575px) {
    .logo-container {
        --logo-text-offset: 58%;
    }

    .brand-rotator {
        font-size: 9px;
        letter-spacing: 0.08em;
    }
}

.nav-link {
    font-size: 17px;
    line-height: 1.2;
    padding: 6px 12px !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.navbar-nav {
    align-items: center;
    gap: 6px;
}

.has-hero .navbar .nav-link {
    color: rgba(235, 232, 255, 0.92);
    text-shadow: 0 0 14px rgba(168, 85, 247, 0.45), 0 0 30px rgba(59, 130, 246, 0.2);
}

.has-hero .navbar .nav-link:hover,
.has-hero .navbar .nav-link:focus {
    color: #ffffff;
    text-shadow: 0 0 18px rgba(168, 85, 247, 0.65), 0 0 40px rgba(59, 130, 246, 0.3);
}

.has-hero .nav-link .accent-color {
    text-shadow: 0 0 12px rgba(168, 85, 247, 0.6);
}

.has-hero .navbar-action-button i,
.has-hero .navbar-action-button svg,
.has-hero .navbar-icon-wrapper h6 {
    color: rgba(235, 232, 255, 0.92);
    text-shadow: 0 0 12px rgba(168, 85, 247, 0.4), 0 0 26px rgba(59, 130, 246, 0.18);
}

.navbar-action-container {
    display: flex;
    align-items: center;
    column-gap: 18px;
    width: auto;
    flex: 0 0 auto;
}

.navbar-action-button {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-action-button .region-btn {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    transition: all 0.2s ease;
}

.navbar-action-button > button {
    align-self: center;
    line-height: 1;
}

.navbar-action-button i,
.navbar-action-button svg {
    display: block;
}
.navbar-action-button .search-btn,
.navbar-action-button .content-edit {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navbar-action-button .content-edit {
    transform: translateY(-3px);
}

.navbar-action-button i,
.navbar-action-button svg {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.navbar-action-button .region-btn i {
    font-size: 24px;
}

.navbar-action-button .content-edit svg {
    width: 24px;
    height: 24px;
}

.navbar-action-button > button {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Compact phone pill */
.navbar-icon-wrapper {
    position: relative;
    width: auto;
    min-width: 320px;
    height: 52px;
    padding: 6px 18px 6px 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex: 0 0 auto;
    border-radius: 999px;
    border: 1px solid rgba(168, 85, 247, 0.35);
    background: linear-gradient(135deg, rgba(16, 16, 28, 0.9), rgba(6, 6, 12, 0.96));
    box-shadow: 0 16px 36px rgba(5, 8, 20, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.navbar-icon-wrapper::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.14));
    background-size: 200% 200%;
    opacity: 0.5;
    animation: navbarShimmer 6s ease-in-out infinite;
    pointer-events: none;
}

.navbar-icon-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 15% 50%, rgba(168, 85, 247, 0.18), transparent 55%);
    opacity: 0.6;
    pointer-events: none;
}

.navbar-icon-wrapper .icon-circle {
    position: relative;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    font-size: 18px;
    color: #f7f4ff;
    background: radial-gradient(circle at 30% 30%, rgba(193, 105, 255, 0.75), rgba(88, 28, 135, 0.9));
    border: 1px solid rgba(168, 85, 247, 0.55);
    box-shadow: 0 12px 24px rgba(168, 85, 247, 0.35), inset 0 0 12px rgba(255, 255, 255, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    z-index: 1;
}

.navbar-icon-wrapper .icon-circle::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1px solid rgba(168, 85, 247, 0.35);
    opacity: 0.45;
    animation: phonePulse 2.6s ease-in-out infinite;
    pointer-events: none;
}

.navbar-icon-wrapper h6 {
    margin: 0;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(245, 245, 255, 0.95);
    transition: color 0.25s ease;
    z-index: 1;
    white-space: nowrap;
}

.navbar-icon-wrapper:hover {
    transform: translateY(-2px);
    border-color: rgba(168, 85, 247, 0.65);
    box-shadow: 0 20px 44px rgba(10, 16, 30, 0.65), 0 0 28px rgba(168, 85, 247, 0.35);
}

.navbar-icon-wrapper:hover .icon-circle {
    transform: translateY(-1px) scale(1.03);
    filter: brightness(1.1);
    box-shadow: 0 16px 36px rgba(168, 85, 247, 0.45), 0 0 18px rgba(255, 255, 255, 0.08);
}

.navbar-icon-wrapper:hover h6 {
    color: #ffffff;
}

.navbar-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 52px;
    padding: 0 22px;
    min-width: 148px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(120deg, rgba(203, 51, 235, 0.98), rgba(124, 58, 237, 0.98), rgba(59, 130, 246, 0.9));
    background-size: 200% 200%;
    border: 1px solid rgba(200, 42, 239, 0.6);
    box-shadow: 0 18px 40px rgba(124, 58, 237, 0.4), 0 0 30px rgba(200, 42, 239, 0.3);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, background-position 0.6s ease;
    text-decoration: none;
    margin-left: 4px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.navbar-cta-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 45%);
    opacity: 0;
    transform: translateX(-55%);
    transition: opacity 0.3s ease, transform 0.6s ease;
    pointer-events: none;
}

.navbar-cta-btn i {
    font-size: 14px;
}

.navbar-cta-btn:hover,
.navbar-cta-btn:focus {
    color: #ffffff;
    transform: translateY(-2px) scale(1.01);
    background-position: 100% 0%;
    box-shadow: 0 24px 50px rgba(124, 58, 237, 0.5), 0 0 40px rgba(200, 42, 239, 0.4);
    filter: brightness(1.05);
}

.navbar-cta-btn:hover::before,
.navbar-cta-btn:focus::before {
    opacity: 0.55;
    transform: translateX(35%);
}

.navbar-cta-btn:focus-visible {
    outline: 2px solid rgba(196, 181, 253, 0.6);
    outline-offset: 3px;
}

@keyframes navbarShimmer {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes phonePulse {
    0%, 100% { transform: scale(0.98); opacity: 0.35; }
    50% { transform: scale(1.08); opacity: 0.7; }
}

@media (prefers-reduced-motion: reduce) {
    .navbar-icon-wrapper::before,
    .navbar-icon-wrapper .icon-circle::after {
        animation: none;
    }
    .navbar-cta-btn {
        transition: none;
    }
    .navbar-cta-btn::before {
        transition: none;
    }
}

/* Contact Enhancement */
.section-contact-enhanced {
    position: relative;
    overflow: hidden;
    padding: 130px 20px 140px;
    background: #05060c;
}

.section-maps {
    background: #05060c;
    padding-bottom: 0;
}

.section-footer {
    background: #05060c;
}

/* Footer refresh */
.section-footer {
    padding: 0 20px 40px;
}

.section-footer .bg-footer-wrapper {
    border-radius: 28px;
    padding: 1px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.section-footer .bg-footer-wrapper::before {
    opacity: 0.18;
    background-image:
        radial-gradient(circle at 18% 20%, rgba(124, 58, 237, 0.22), transparent 55%),
        radial-gradient(circle at 82% 28%, rgba(59, 130, 246, 0.18), transparent 60%);
}

.section-footer .bg-footer {
    border-radius: 26px;
    padding: 88px 24px 28px;
    background: rgba(8, 10, 16, 0.92);
    backdrop-filter: blur(10px);
}

.section-footer .bg-footer::before {
    opacity: 0.12;
}

.section-footer .footer-logo-container h4 {
    font-size: 24px;
    line-height: 1.35;
    color: #f8fafc;
}

.section-footer .footer-logo-container p {
    font-size: 15px;
    color: rgba(214, 214, 230, 0.78);
    line-height: 1.7;
}

.section-footer .footer-quick-links h5,
.section-footer .footer-services-container h5,
.section-footer .footer-contact-container h5 {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(226, 228, 238, 0.6);
    margin-bottom: 14px;
}

.section-footer .footer-list li {
    margin-bottom: 12px;
}

.section-footer .footer-list a {
    font-size: 15px;
    color: rgba(220, 224, 235, 0.82);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.section-footer .footer-list a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.8);
    transition: transform 0.2s ease;
}

.section-footer .footer-list a:hover {
    color: #ffffff;
    transform: translateX(2px);
}

.section-footer .footer-list a:hover::before {
    transform: scale(1.3);
}

.section-footer .contact-list li {
    font-size: 15px;
    color: rgba(232, 235, 245, 0.8);
    line-height: 1.6;
}

.section-footer .social-container {
    gap: 12px;
}

.section-footer .social-item-wrapper {
    width: 52px;
    height: 52px;
    min-height: 52px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}

.section-footer .social-item {
    width: 38px;
    min-height: 38px;
    border-radius: 12px;
    background: rgba(124, 58, 237, 0.2);
    color: #ffffff;
    box-shadow: none;
}

.section-footer .social-item:hover {
    background: rgba(124, 58, 237, 0.4);
    transform: translateY(-2px);
}

.section-footer .footer-content-spacer {
    height: 70px;
}

.section-footer .copyright-container {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0 8px;
    flex-wrap: wrap;
    gap: 14px 24px;
}

.section-footer .copyright,
.section-footer .legal-link {
    font-size: 14px;
    color: rgba(200, 205, 220, 0.75);
}

.section-footer .legal-link:hover {
    color: #ffffff;
}

@media (max-width: 991px) {
    .section-footer .bg-footer {
        padding: 72px 18px 24px;
    }
}

@media (max-width: 575px) {
    .section-footer {
        padding: 0 12px 32px;
    }

    .section-footer .footer-logo-container h4 {
        font-size: 22px;
    }

    .section-footer .bg-footer {
        padding: 64px 16px 20px;
    }
}

.section-banner-contact .banner-layout-wrapper {
    position: relative;
    overflow: hidden;
}

.section-banner-contact {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    background:
        radial-gradient(circle at 18% 30%, rgba(168, 85, 247, 0.22), transparent 55%),
        radial-gradient(circle at 82% 20%, rgba(59, 130, 246, 0.2), transparent 55%),
        linear-gradient(180deg, rgba(5, 6, 12, 0.95) 0%, rgba(5, 6, 12, 0.7) 65%, rgba(5, 6, 12, 0.95) 100%);
    z-index: 0;
}

.contact-banner-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.contact-banner-video-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(1px) brightness(0.55) saturate(1.1);
    transform: scale(1.05);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.contact-banner-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 40%, rgba(168, 85, 247, 0.35), transparent 55%),
        radial-gradient(circle at 80% 30%, rgba(59, 130, 246, 0.3), transparent 55%),
        linear-gradient(180deg, rgba(5, 6, 12, 0.92), rgba(5, 6, 12, 0.6) 60%, rgba(5, 6, 12, 0.92));
    opacity: 0.95;
}

.section-banner-contact .banner-layout {
    position: relative;
    z-index: 1;
}

.contact-bg-video {
    position: absolute;
    inset: -10% 0 0 0;
    z-index: 0;
    pointer-events: none;
}

.contact-bg-video-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(1px) saturate(1.1) brightness(0.55);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.contact-bg-video::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(168, 85, 247, 0.35), transparent 55%),
        radial-gradient(circle at 80% 10%, rgba(59, 130, 246, 0.3), transparent 55%),
        linear-gradient(180deg, rgba(5, 6, 12, 0.95) 0%, rgba(5, 6, 12, 0.65) 55%, rgba(5, 6, 12, 0.92) 100%);
    opacity: 0.95;
    z-index: 1;
}

.contact-bg-video .contact-video-fallback,
.contact-banner-video .contact-video-fallback {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: opacity 0.6s ease;
    z-index: 1;
}

.contact-bg-video.is-ready .contact-video-fallback,
.contact-banner-video.is-ready .contact-video-fallback {
    opacity: 0;
}

.contact-bg-video.is-ready .contact-bg-video-media,
.contact-banner-video.is-ready .contact-banner-video-media {
    opacity: 1;
}

.section-contact-enhanced .hero-container {
    position: relative;
    z-index: 2;
}

.maps-static {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    filter: none;
}

.maps-static .maps-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
}

.maps-tiles {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    transform: scale(1.04);
    transition: transform 0.5s ease;
}

.maps-tiles img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.1) contrast(1.05) brightness(0.8);
    transition: filter 0.5s ease;
}

.maps-static::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 6, 12, 0.25), rgba(5, 6, 12, 0.55));
    pointer-events: none;
}

.maps-cta {
    position: absolute;
    bottom: 18px;
    right: 18px;
    background: rgba(10, 12, 20, 0.85);
    color: #f8fafc;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(168, 85, 247, 0.4);
    box-shadow: 0 12px 28px rgba(4, 6, 14, 0.6);
}

.maps-static:hover img {
    filter: grayscale(0) contrast(1.1) brightness(0.9);
}

.maps-static:hover .maps-tiles {
    transform: scale(1.06);
    transition: transform 0.5s ease;
}

.section-contact-enhanced .contact-title-wrapper,
.section-contact-enhanced .form-layout-wrapper {
    box-shadow:
        0 40px 90px rgba(3, 6, 14, 0.75),
        0 0 0 1px rgba(168, 85, 247, 0.18);
    border-radius: 28px;
}

.section-contact-enhanced .contact-title {
    background: linear-gradient(160deg, rgba(12, 14, 24, 0.96), rgba(7, 9, 16, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.15);
    color: #f8fafc;
    backdrop-filter: blur(12px);
    gap: 18px;
    padding: 32px 30px;
    box-shadow:
        0 26px 60px rgba(3, 6, 14, 0.7),
        inset 0 0 0 1px rgba(168, 85, 247, 0.12);
}

.section-contact-enhanced .contact-title .title-heading {
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    color: #f8fafc;
    text-shadow:
        0 12px 30px rgba(4, 6, 14, 0.7),
        0 0 22px rgba(168, 85, 247, 0.35);
}

.section-contact-enhanced .contact-title > p {
    color: rgba(226, 232, 240, 0.85);
}

.section-contact-enhanced .contact-info-row {
    width: 100%;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(10, 12, 20, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow:
        0 18px 36px rgba(3, 6, 14, 0.6),
        inset 0 0 0 1px rgba(168, 85, 247, 0.08);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.section-contact-enhanced .contact-info-row:hover {
    transform: translateY(-2px);
    border-color: rgba(168, 85, 247, 0.45);
    box-shadow:
        0 22px 40px rgba(3, 6, 14, 0.7),
        0 0 18px rgba(168, 85, 247, 0.25);
}

.section-contact-enhanced .contact-info-row .icon-wrapper {
    width: 78px;
    min-height: 78px;
    border-radius: 22px;
    background: rgba(12, 14, 24, 0.9);
    border: 1px solid rgba(168, 85, 247, 0.25);
}

.section-contact-enhanced .contact-info-row .icon-box {
    width: 60px;
    min-height: 60px;
    border-radius: 18px;
    font-size: 28px;
    background: radial-gradient(circle at 30% 30%, rgba(168, 85, 247, 0.6), rgba(59, 130, 246, 0.25));
    color: #f5f3ff;
    box-shadow:
        0 14px 28px rgba(4, 6, 14, 0.6),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.section-contact-enhanced .contact-info-row span {
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.8);
}

.section-contact-enhanced .contact-info-row h5 {
    margin: 4px 0 0;
    font-size: 1.1rem;
    color: #f8fafc;
}

@media (max-width: 768px) {
    .section-contact-enhanced .contact-title {
        padding: 28px 22px;
    }
    .section-contact-enhanced .contact-info-row {
        text-align: center;
    }
}

.section-contact-enhanced .contact-title p {
    color: rgba(226, 232, 240, 0.85);
}

.section-contact-enhanced .icon-wrapper {
    background: rgba(10, 12, 20, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.section-contact-enhanced .icon-box {
    background: radial-gradient(circle at 30% 30%, rgba(168, 85, 247, 0.45), rgba(16, 18, 28, 0.9));
    color: #e9d5ff;
}

.form-layout-advanced {
    background: linear-gradient(160deg, rgba(10, 12, 20, 0.96), rgba(7, 9, 16, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.18);
    backdrop-filter: blur(14px);
    gap: 26px;
    padding: 42px 36px 40px;
    box-shadow:
        0 26px 60px rgba(3, 6, 14, 0.7),
        inset 0 0 0 1px rgba(168, 85, 247, 0.12);
}

.contact-choice-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 20px;
    border-radius: 22px;
    background: rgba(12, 14, 24, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: inset 0 0 0 1px rgba(168, 85, 247, 0.12);
}

.contact-choice-card legend {
    margin: 0;
    color: #f1f5ff;
    font-size: 1.15rem;
    text-align: center;
    padding: 0;
    width: 100%;
}

.contact-choice-card {
    border: none;
    margin: 0;
}

.contact-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-choice-option {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 16px;
    border-radius: 18px;
    background: rgba(15, 18, 32, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.2);
    cursor: pointer;
    text-align: center;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-choice-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.contact-choice-option .choice-frame {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(120deg, rgba(168, 85, 247, 0.55), rgba(59, 130, 246, 0.3)) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.contact-choice-option .choice-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(17, 19, 30, 0.95);
    color: #c084fc;
    box-shadow:
        0 12px 24px rgba(4, 6, 14, 0.6),
        inset 0 0 0 1px rgba(168, 85, 247, 0.35);
}

.form-layout-advanced .title-heading {
    font-size: clamp(1.6rem, 2.2vw, 2.1rem);
    color: #f8fafc;
    margin-bottom: 4px;
    text-shadow:
        0 12px 28px rgba(4, 6, 14, 0.7),
        0 0 18px rgba(168, 85, 247, 0.25);
}

.form-layout-advanced .form {
    gap: 18px;
}

.form-layout-advanced .form input,
.form-layout-advanced .form textarea,
.form-layout-advanced .form select {
    background: linear-gradient(160deg, rgba(10, 12, 20, 0.96), rgba(8, 10, 18, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: #f8fafc;
    padding: 18px 22px;
    border-radius: 20px;
    box-shadow:
        0 12px 24px rgba(3, 6, 14, 0.6),
        inset 0 0 0 1px rgba(168, 85, 247, 0.08);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.form-layout-advanced .form textarea {
    min-height: 140px;
    resize: vertical;
}

.form-layout-advanced .form input::placeholder,
.form-layout-advanced .form textarea::placeholder {
    color: rgba(148, 163, 184, 0.75);
}

.form-layout-advanced .form input:focus,
.form-layout-advanced .form textarea:focus,
.form-layout-advanced .form select:focus {
    border-color: rgba(168, 85, 247, 0.6);
    box-shadow:
        0 16px 32px rgba(3, 6, 14, 0.65),
        0 0 0 1px rgba(168, 85, 247, 0.4),
        0 0 18px rgba(168, 85, 247, 0.35);
    transform: translateY(-1px);
}

.form-layout-advanced .form-check {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(8, 10, 18, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.form-layout-advanced .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border-radius: 6px;
    border: 1px solid rgba(168, 85, 247, 0.5);
    background: rgba(12, 14, 24, 0.9);
}

.form-layout-advanced .form-check-label {
    color: rgba(226, 232, 240, 0.8);
    font-size: 0.9rem;
}

.form-layout-advanced .form-button-container {
    margin-top: 6px;
}

.form-layout-advanced .btn.btn-accent {
    width: 100%;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 999px;
    box-shadow:
        0 18px 40px rgba(124, 58, 237, 0.45),
        0 0 26px rgba(200, 42, 239, 0.3);
}

.form-layout-advanced .btn.btn-accent .icon-circle {
    width: 44px;
    height: 44px;
    background: rgba(12, 14, 24, 0.9);
    border: 1px solid rgba(168, 85, 247, 0.5);
    box-shadow:
        0 10px 20px rgba(4, 6, 14, 0.6),
        inset 0 0 0 1px rgba(168, 85, 247, 0.2);
}

@media (max-width: 768px) {
    .form-layout-advanced {
        padding: 34px 22px;
    }
    .form-layout-advanced .btn.btn-accent {
        width: 100%;
    }
}

.contact-choice-option .choice-text {
    font-weight: 600;
    color: #e2e8f0;
}

.contact-choice-option .choice-meta {
    font-size: 0.85rem;
    color: rgba(148, 163, 184, 0.8);
}

.contact-choice-option:hover {
    transform: translateY(-3px);
    border-color: rgba(168, 85, 247, 0.45);
    box-shadow: 0 18px 36px rgba(3, 6, 14, 0.6);
}

.contact-choice-option input:checked ~ .choice-frame {
    opacity: 1;
}

.contact-choice-option input:checked ~ .choice-icon {
    color: #f5f3ff;
    background: radial-gradient(circle at 30% 30%, rgba(168, 85, 247, 0.65), rgba(59, 130, 246, 0.35));
}

.contact-choice-option input:checked ~ .choice-text {
    color: #ffffff;
}

@media (max-width: 768px) {
    .contact-choice-grid {
        grid-template-columns: 1fr;
    }
    .section-contact-enhanced {
        padding: 100px 16px 120px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-choice-option,
    .contact-choice-option .choice-frame {
        transition: none;
    }
    .contact-banner-video-media {
        transform: none;
    }
    .global-header-video-media {
        transform: none;
    }
}

/* Overlays should be above header */
.content-overlay,
.sidebar-overlay,
.search-overlay {
    z-index: 2000;
}

.content-edit-sidebar,
.sidebar {
    z-index: 2001;
}

.navbar-action-button .region-btn:hover {
    color: var(--accent-color);
    box-shadow: none;
}

@media (min-width: 1200px) {
    .navbar-collapse {
        display: none !important;
    }
}

/* Typewriter for banner title */
.typewriter-text {
    display: inline-block;
    background-image: inherit;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: ideaShimmer 6s linear infinite;
}

.typewriter-plain {
    display: inline-block;
}

.typewriter-cursor {
    display: inline-block;
    margin-left: 6px;
    color: var(--primary);
    opacity: 0.7;
    animation: ideaCursorBlink 1s step-end infinite;
}

.title-heading-banner.is-typing {
    text-shadow: 0 0 30px rgba(168, 85, 247, 0.45);
}

.hero-rotator {
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero-rotator.is-fading {
    opacity: 0;
    transform: translateY(8px);
}

.has-hero .title-heading-banner {
    background-image: none !important;
    color: #f5f5f5;
    -webkit-text-fill-color: #f5f5f5;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    line-height: 1.05;
    letter-spacing: -0.015em;
}

.has-hero .title-heading-banner .typewriter-text {
    background-image: none !important;
    color: #f5f5f5;
    -webkit-text-fill-color: #f5f5f5;
}

.has-hero .banner-video-content p,
.has-hero .banner-content p,
.has-hero .banner-reviewer .detail {
    color: rgba(232, 236, 248, 0.92);
}

.has-hero .banner-video-content p {
    margin-bottom: 0;
}

.has-hero .banner-content p {
    margin-bottom: 18px;
    max-width: 520px;
}

.has-hero .banner-reviewer .detail span {
    color: rgba(240, 243, 252, 0.98);
}

.has-hero .section-banner .title-heading-banner,
.has-hero .section-banner .banner-content p,
.has-hero .section-banner .banner-video-content p,
.has-hero .section-banner .banner-reviewer .detail,
.has-hero .section-banner .banner-reviewer .detail span {
    text-shadow:
        0 12px 28px rgba(6, 8, 16, 0.7),
        0 0 22px rgba(168, 85, 247, 0.3);
}

.has-hero .navbar .nav-link,
.has-hero .navbar .dropdown-toggle,
.has-hero .navbar .navbar-action-button,
.has-hero .navbar .navbar-cta-btn {
    text-shadow:
        0 10px 24px rgba(6, 8, 16, 0.7),
        0 0 16px rgba(168, 85, 247, 0.25);
}

.has-hero .btn,
.has-hero .navbar-cta-btn,
.has-hero .request-loader,
.has-hero .banner-reviewer .avatar {
    box-shadow:
        0 16px 36px rgba(5, 7, 18, 0.55),
        0 0 0 1px rgba(168, 85, 247, 0.18);
}

/* Scroll-driven idea video */
.section-idea {
    padding: 0 !important;
    background-image: url('../image/genel_background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #05060b;
}

.section-idea-text {
    padding: 96px 20px 72px;
    min-height: clamp(220px, 28vh, 360px);
    background-color: #0b0b0f !important;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) !important;
    background-size: 48px 48px !important;
    background-position: center !important;
    background-repeat: repeat !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.section-idea + .section-idea-text {
    padding-top: 80px;
}

.section-idea-text::before {
    content: none;
}

.section-idea-text .hero-container {
    position: relative;
    z-index: 1;
    min-height: clamp(220px, 28vh, 360px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-idea-text.idea-outro-media {
    position: relative;
}

.section-idea-text.idea-outro-media .hero-container {
    position: relative;
    z-index: 2;
}

.section-idea-text.idea-intro-media {
    position: relative;
}

.section-idea-text.idea-intro-media .hero-container {
    position: relative;
    z-index: 2;
}

.section-idea-text.idea-intro-media .idea-quickline {
    position: absolute;
    left: clamp(18px, 4vw, 48px);
    bottom: clamp(18px, 4vw, 44px);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(168, 85, 247, 0.28);
    background: rgba(6, 7, 12, 0.55);
    backdrop-filter: blur(8px);
    color: rgba(232, 232, 245, 0.9);
    font-size: clamp(11px, 1.2vw, 15px);
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-shadow: 0 10px 22px rgba(0, 0, 0, 0.6);
    pointer-events: none;
    white-space: nowrap;
}

.scroll-video-card .idea-quickline.quickline-on-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 20px 28px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: rgba(3, 3, 5, 0.75);
    backdrop-filter: blur(12px);
    color: rgba(246, 246, 255, 0.95);
    font-size: clamp(16px, 2vw, 26px);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: 0 14px 30px rgba(0, 0, 0, 0.65);
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 0 30px 70px rgba(3, 3, 7, 0.65);
}

@media (max-width: 575px) {
    .scroll-video-card .idea-quickline.quickline-on-video {
        left: 50%;
        right: auto;
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
        justify-content: center;
        font-size: 11px;
        letter-spacing: 0.08em;
        padding: 12px 16px;
        max-width: calc(100% - 32px);
        text-align: center;
        white-space: normal;
    }
}

.section-idea-text.idea-intro-media .quickline-cursor {
    opacity: 0.6;
    animation: quicklineBlink 1s step-end infinite;
}

@keyframes quicklineBlink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

@media (max-width: 575px) {
    .section-idea-text.idea-intro-media .idea-quickline {
        left: 14px;
        right: 14px;
        bottom: 16px;
        justify-content: center;
        font-size: 9px;
        letter-spacing: 0.1em;
        padding: 8px 12px;
    }
}

.idea-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.idea-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 6, 11, 0.55);
}

.idea-media-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.idea-media-fallback {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.idea-media.is-ready .idea-media-video {
    opacity: 0.55;
}

.idea-media.is-blocked .idea-media-fallback {
    opacity: 0.55;
}

.expertise-img {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    background: #0b0f1a url("../image/1.webp") center/cover no-repeat;
}

.expertise-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.expertise-device {
    position: relative;
    width: min(560px, 100%);
    margin-top: 10px;
    align-self: flex-end;
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(0 22px 40px rgba(5, 6, 12, 0.55));
    transform: translateX(-12px);
    transform-origin: 50% 60%;
    animation: macFloatRotate 4s ease-in-out infinite;
    --screen-left: 21%;
    --screen-top: 21%;
    --screen-width: 58%;
    --screen-height: 34%;
    --screen-tilt-x: 9deg;
    --screen-tilt-y: -14deg;
    --screen-tilt-z: 0deg;
    --screen-rotate: -90deg;
    --screen-shift-x: 64px;
    --screen-shift-y: -2px;
}

.expertise-device img {
    width: 100%;
    height: auto;
    display: block;
}

.expertise-device.is-fallback {
    animation: none;
    transform: translateX(0);
    --screen-left: 10%;
    --screen-top: 12%;
    --screen-width: 80%;
    --screen-height: 60%;
    --screen-tilt-x: 0deg;
    --screen-tilt-y: 0deg;
    --screen-tilt-z: 0deg;
    --screen-rotate: 0deg;
    --screen-shift-x: 0px;
    --screen-shift-y: 0px;
}

@media (max-width: 991px) {
    .expertise-device {
        width: min(500px, 100%);
        margin-top: 10px;
        transform: translateX(-4px);
        --screen-left: 21%;
        --screen-top: 22%;
        --screen-width: 58%;
        --screen-height: 34%;
        --screen-tilt-x: 9deg;
        --screen-tilt-y: -11deg;
        --screen-tilt-z: 0deg;
        --screen-rotate: -90deg;
        --screen-shift-x: 50px;
        --screen-shift-y: -2px;
    }
    .expertise-device.is-fallback {
        transform: translateX(0);
        --screen-left: 10%;
        --screen-top: 12%;
        --screen-width: 80%;
        --screen-height: 60%;
        --screen-tilt-x: 0deg;
        --screen-tilt-y: 0deg;
        --screen-tilt-z: 0deg;
        --screen-rotate: 0deg;
        --screen-shift-x: 0px;
        --screen-shift-y: 0px;
    }
}

@media (max-width: 575px) {
    .expertise-device {
        width: min(420px, 100%);
        margin-top: 10px;
        align-self: center;
        transform: translateX(0);
        --screen-left: 19%;
        --screen-top: 23%;
        --screen-width: 56%;
        --screen-height: 32%;
        --screen-tilt-x: 8deg;
        --screen-tilt-y: -9deg;
        --screen-tilt-z: 0deg;
        --screen-rotate: -90deg;
        --screen-shift-x: 34px;
        --screen-shift-y: -1px;
    }
    .expertise-device.is-fallback {
        transform: translateX(0);
        --screen-left: 10%;
        --screen-top: 13%;
        --screen-width: 80%;
        --screen-height: 58%;
        --screen-tilt-x: 0deg;
        --screen-tilt-y: 0deg;
        --screen-tilt-z: 0deg;
        --screen-rotate: 0deg;
        --screen-shift-x: 0px;
        --screen-shift-y: 0px;
    }
}

.expertise-device-screen {
    position: absolute;
    left: calc(var(--screen-left) + var(--screen-shift-x));
    top: calc(var(--screen-top) + var(--screen-shift-y));
    width: var(--screen-width);
    height: var(--screen-height);
    z-index: 2;
    border-radius: 9px;
    overflow: hidden;
    background: rgba(8, 9, 14, 0.92);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        0 18px 40px rgba(6, 8, 16, 0.45);
    transform: perspective(900px) rotateX(var(--screen-tilt-x)) rotateY(var(--screen-tilt-y)) rotateZ(calc(var(--screen-tilt-z) + var(--screen-rotate)));
    transform-origin: center;
    backdrop-filter: blur(6px);
}

.device-dashboard {
    position: absolute;
    inset: auto;
    left: 18%;
    top: 13%;
    width: 72%;
    height: 60%;
    padding: 10px 11px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: rgba(246, 244, 255, 0.92);
    font-size: clamp(8px, 0.95vw, 10px);
    font-weight: 500;
    letter-spacing: 0.01em;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(22, 18, 34, 0.96), rgba(9, 10, 18, 0.98));
    box-shadow:
        0 14px 28px rgba(5, 7, 14, 0.55),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px) saturate(120%);
}

.device-dashboard::before {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    pointer-events: none;
    opacity: 0.6;
}

.device-dashboard::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(transparent 88%, rgba(124, 58, 237, 0.2) 100%),
        radial-gradient(circle at 18% 22%, rgba(124, 58, 237, 0.18), transparent 52%);
    opacity: 0.38;
    pointer-events: none;
}

.device-dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.dd-title {
    font-size: clamp(8px, 1vw, 11px);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(224, 212, 255, 0.94);
}

.dd-pill {
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(168, 85, 247, 0.22);
    color: rgba(233, 221, 255, 0.92);
    border: 1px solid rgba(168, 85, 247, 0.45);
    font-size: clamp(8px, 0.85vw, 10px);
}

.dd-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    position: relative;
    z-index: 1;
}

.dd-kpi {
    background: linear-gradient(135deg, rgba(24, 25, 38, 0.94), rgba(12, 12, 20, 0.88));
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 9px;
    padding: 6px 7px 5px;
    text-align: center;
    box-shadow:
        inset 0 0 12px rgba(124, 58, 237, 0.12),
        0 6px 14px rgba(7, 9, 16, 0.35);
}

.dd-kpi-value {
    display: block;
    font-size: clamp(11px, 1.4vw, 15px);
    font-weight: 700;
    color: #f8f5ff;
}

.dd-kpi-label {
    display: block;
    margin-top: 2px;
    font-size: clamp(7px, 0.8vw, 9px);
    color: rgba(187, 197, 215, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.dd-chart {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    z-index: 1;
}

.dd-chart-label {
    font-size: clamp(7px, 0.8vw, 9px);
    color: rgba(196, 204, 226, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.dd-chart-bars {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 5px;
    align-items: end;
    height: 38%;
}

.dd-chart-bars span {
    height: calc(var(--h) * 1%);
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(193, 105, 255, 0.95), rgba(59, 130, 246, 0.4));
    box-shadow: 0 6px 12px rgba(124, 58, 237, 0.28);
}

.dd-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(8px, 0.85vw, 10px);
    color: rgba(200, 210, 230, 0.9);
    position: relative;
    z-index: 1;
}

.dd-footer strong {
    font-size: clamp(11px, 1.2vw, 13px);
    color: #f3efff;
}

@media (max-width: 575px) {
    .expertise-device-screen {
        border-radius: 9px;
    }

    .device-dashboard {
        left: 18%;
        top: 14%;
        width: 76%;
        height: 62%;
        padding: 8px 9px;
        gap: 6px;
    }
}

.expertise-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 6, 11, 0.55);
}

.expertise-media-video,
.expertise-media-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.expertise-media.is-ready .expertise-media-video {
    opacity: 0.55;
}

.expertise-media.is-blocked .expertise-media-fallback {
    opacity: 0.55;
}

.expertise-layout {
    z-index: 2;
}

.expertise-img .expertise-layout {
    inset: 0;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 28px;
}

.expertise-img .expertise-spacer {
    display: none;
}

.expertise-img .card-expertise-wrapper {
    padding: 0;
    background: transparent;
    border-radius: 0;
    width: min(360px, 88%);
}

.expertise-img .card-expertise {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(5, 8, 20, 0.55);
}

@media (max-width: 991px) {
    .expertise-img .expertise-layout {
        padding: 24px 18px;
    }
}

@media (max-width: 575px) {
    .expertise-img .expertise-layout {
        padding: 20px 14px;
    }

    .expertise-img .card-expertise-wrapper {
        width: min(320px, 92%);
    }
}

.expertise-device-screen {
    position: absolute;
    left: var(--screen-left);
    top: var(--screen-top);
    width: var(--screen-width);
    height: var(--screen-height);
    z-index: 2;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(8, 8, 12, 0.55);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 20px 40px rgba(6, 8, 16, 0.5);
    backdrop-filter: blur(6px);
    transform: perspective(900px) rotateX(var(--screen-tilt-x)) rotateY(var(--screen-tilt-y)) rotateZ(var(--screen-tilt-z));
    transform-origin: center;
}

.expertise-layout-screen {
    position: static;
    width: 100%;
    height: 100%;
    inset: auto;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
}

.expertise-layout-screen .expertise-spacer {
    display: none;
}

.expertise-layout-screen .card-expertise-wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
}

.expertise-layout-screen .card-expertise {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    box-shadow: none;
    background: radial-gradient(circle at 20% 20%, rgba(124, 58, 237, 0.22), rgba(10, 10, 16, 0.92) 55%);
    padding: 18px 20px;
}

.expertise-layout-screen .card-expertise h4 {
    font-size: clamp(16px, 1.5vw, 20px);
}

.expertise-layout-screen .card-expertise p {
    font-size: clamp(12px, 1.1vw, 14px);
}

@media (max-width: 575px) {
    .expertise-device-screen {
        border-radius: 12px;
    }

    .expertise-layout-screen .card-expertise {
        padding: 12px 14px;
    }
}

.section-expertise {
    --scroll: 1;
    background-image: url('../image/1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #05060b;
}

.section-partner {
    position: relative;
    overflow: hidden;
    background-color: #05060b;
    padding: 40px 20px 70px;
    --scroll: 1;
}

.section-partner .hero-container {
    position: relative;
    z-index: 2;
}

.partner-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    transform: translateY(calc(22px * (1 - var(--scroll, 1)))) scale(calc(1.02 + (1 - var(--scroll, 1)) * 0.04));
    filter: blur(calc(10px * (1 - var(--scroll, 1))));
    transition: none;
    will-change: transform, filter, opacity;
}

.partner-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 6, 11, 0.55);
}

.partner-media-video,
.partner-media-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.partner-media-fallback {
    background-size: cover;
    background-position: center;
}

.partner-media.is-ready .partner-media-video {
    opacity: 0.55;
}

.partner-media.is-blocked .partner-media-fallback {
    opacity: 0.55;
}

.section-partner .card-partner {
    transform: translateY(calc(18px * (1 - var(--scroll, 1)))) scale(calc(0.98 + var(--scroll, 1) * 0.02));
    opacity: calc(0.4 + var(--scroll, 1) * 0.6);
    transition: none;
    will-change: transform, opacity;
}

.section-partner .swiperPartner-container {
    transform: translateY(calc(16px * (1 - var(--scroll, 1)))) scale(calc(0.98 + var(--scroll, 1) * 0.02));
    opacity: calc(0.35 + var(--scroll, 1) * 0.65);
    transition: none;
    will-change: transform, opacity;
}

.section-partner .card-partner {
    background: transparent !important;
    box-shadow: none;
    border-radius: 0;
    padding-bottom: 24px;
}

.section-partner .card-partner::before {
    content: none;
}

.section-partner .card-partner .partner-spacer {
    display: none;
}

.section-partner .title-heading,
.section-partner p,
.section-partner .partner-slide img {
    text-shadow:
        0 12px 28px rgba(6, 8, 16, 0.7),
        0 0 20px rgba(168, 85, 247, 0.3);
}

.section-partner .partner-slide {
    box-shadow:
        0 18px 42px rgba(5, 7, 18, 0.6),
        0 0 0 1px rgba(168, 85, 247, 0.16);
}

.section-partner .partner-slide {
    min-width: 170px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(6px);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.section-partner .partner-slide img {
    max-height: 32px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(1) brightness(0.92) contrast(1.15) drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
    opacity: 0.92;
    transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}

.section-partner .partner-slide:hover img {
    filter: none;
    opacity: 1;
    transform: scale(1.03);
}

.section-partner .partner-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 52%);
    opacity: 0.4;
    pointer-events: none;
}

.section-partner .partner-slide::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 12px 24px rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.section-partner .partner-slide:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 22px 50px rgba(5, 7, 18, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.35);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.12));
}

@media (max-width: 768px) {
    .section-partner .partner-slide {
        min-width: 150px;
        height: 62px;
        padding: 10px 14px;
    }

    .section-partner .partner-slide img {
        max-height: 28px;
        max-width: 120px;
    }
}

.section-chooseus {
    position: relative;
    overflow: hidden;
    background-color: #05060b;
}

.section-chooseus .hero-container {
    position: relative;
    z-index: 2;
}

.chooseus-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.chooseus-media::before {
    content: "";
    position: absolute;
    inset: -8%;
    background:
        radial-gradient(circle at 18% 22%, rgba(168, 85, 247, 0.35), transparent 52%),
        radial-gradient(circle at 82% 8%, rgba(59, 130, 246, 0.28), transparent 55%),
        linear-gradient(135deg, rgba(6, 7, 12, 0.85) 0%, rgba(6, 7, 12, 0.35) 45%, rgba(6, 7, 12, 0.9) 100%);
    opacity: 0.85;
}

.chooseus-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 6, 11, 0.45);
}

.chooseus-media-video,
.chooseus-media-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.chooseus-media-fallback {
    background-size: cover;
    background-position: center;
}

.chooseus-media.is-ready .chooseus-media-video {
    opacity: 0.55;
}

.chooseus-media.is-blocked .chooseus-media-fallback {
    opacity: 0.55;
}

.chooseus-media-frame {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 500px;
    border-radius: 25px;
    overflow: hidden;
}

.chooseus-media-frame .chooseus-media-video,
.chooseus-media-frame .chooseus-media-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.chooseus-media-frame .chooseus-media-fallback {
    background-size: cover;
    background-position: center;
}

.chooseus-media-frame.is-ready .chooseus-media-video {
    opacity: 1;
}

.chooseus-media-frame.is-blocked .chooseus-media-fallback {
    opacity: 1;
}

.section-chooseus .card-chooseus {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(160deg, rgba(20, 20, 28, 0.95), rgba(10, 10, 16, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow:
        0 22px 60px rgba(5, 7, 16, 0.65),
        0 0 0 1px rgba(168, 85, 247, 0.08);
}

.section-chooseus .card-chooseus::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(168, 85, 247, 0.22), transparent 55%),
        radial-gradient(circle at 85% 20%, rgba(59, 130, 246, 0.18), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 50%);
    opacity: 0.7;
    pointer-events: none;
}

.section-chooseus .chooseus-icon {
    box-shadow:
        0 12px 26px rgba(18, 18, 28, 0.6),
        0 0 0 1px rgba(168, 85, 247, 0.25);
}

.section-chooseus .chooseus-title {
    color: #f1f3ff;
    text-shadow:
        0 10px 30px rgba(6, 8, 16, 0.7),
        0 0 24px rgba(168, 85, 247, 0.35);
}

.section-chooseus .chooseus-content p {
    color: rgba(220, 226, 240, 0.86);
    text-shadow: 0 6px 18px rgba(6, 8, 16, 0.55);
}

.section-chooseus .link-wrapper a,
.section-chooseus .link-wrapper i {
    text-shadow: 0 6px 18px rgba(6, 8, 16, 0.6);
}

.section-chooseus .card-chooseus-cta {
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(20, 20, 30, 0.95), rgba(10, 10, 16, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 24px 70px rgba(5, 7, 18, 0.7),
        0 0 0 1px rgba(168, 85, 247, 0.16);
}

.section-chooseus .card-chooseus-cta h5 {
    color: #f5f7ff;
    text-shadow:
        0 10px 26px rgba(6, 8, 16, 0.7),
        0 0 22px rgba(168, 85, 247, 0.35);
}

/* Choose us refinement */
.section-chooseus .card-chooseus {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.section-chooseus .card-chooseus::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(168, 85, 247, 0.18), transparent 45%),
        radial-gradient(circle at 12% 85%, rgba(99, 102, 241, 0.2), transparent 55%);
    opacity: 0.8;
    pointer-events: none;
}

.section-chooseus .card-chooseus:hover {
    transform: translateY(-4px);
    box-shadow:
        0 30px 70px rgba(5, 7, 16, 0.7),
        0 0 0 1px rgba(168, 85, 247, 0.2);
}

.section-chooseus .chooseus-icon-wrapper {
    min-height: 220px;
}

.section-chooseus .chooseus-icon-layout {
    background: rgba(12, 12, 20, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 34px rgba(5, 7, 16, 0.45);
}

.section-chooseus .chooseus-icon {
    background: linear-gradient(150deg, rgba(168, 85, 247, 0.35), rgba(30, 32, 48, 0.9));
}

.section-chooseus .chooseus-content {
    width: auto;
    gap: 16px;
}

.section-chooseus .chooseus-title {
    font-size: 22px;
    letter-spacing: -0.01em;
}

.section-chooseus .link-wrapper a {
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(168, 85, 247, 0.18);
    border: 1px solid rgba(168, 85, 247, 0.4);
    color: #f5f2ff;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 11px;
}

.section-chooseus .link-wrapper i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(168, 85, 247, 0.24);
    color: #f5f2ff;
}

.section-chooseus .link-wrapper:hover a {
    color: #ffffff !important;
    background: rgba(168, 85, 247, 0.32);
}

.section-chooseus .link-wrapper:hover i {
    color: #ffffff !important;
    background: rgba(168, 85, 247, 0.4);
}

.chooseus-media-frame {
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 32px 70px rgba(6, 8, 18, 0.75),
        0 0 0 1px rgba(168, 85, 247, 0.12);
}

.chooseus-media-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6, 7, 12, 0.25), rgba(6, 7, 12, 0.7));
    pointer-events: none;
}

@media (max-width: 768px) {
    .section-chooseus .chooseus-icon-wrapper {
        min-height: 180px;
    }

    .section-chooseus .chooseus-content {
        padding: 24px;
    }

    .chooseus-media-frame {
        height: 360px;
    }
}

.section-chooseus .sub-heading {
    margin-bottom: 6px;
}

.section-chooseus .title-heading {
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
    font-size: clamp(32px, 3.2vw, 48px);
}

.section-chooseus .title-heading + p {
    margin-top: 6px;
    line-height: 1.7;
    max-width: 680px;
    font-size: 17px;
}

.section-chooseus .d-flex.flex-column.gspace-2 {
    gap: 18px;
}

/* Choose us layout: cards left, copy right */
.section-chooseus .blog-header {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: start;
}

.section-chooseus .chooseus-cards {
    order: 1;
}

.section-chooseus .chooseus-copy {
    order: 2;
}

@media (max-width: 768px) {
    .section-chooseus .title-heading {
        line-height: 1.18;
        font-size: clamp(28px, 7vw, 36px);
    }

    .section-chooseus .d-flex.flex-column.gspace-2 {
        gap: 14px;
    }

    .section-chooseus .blog-header {
        grid-template-columns: 1fr;
    }

    .section-chooseus .chooseus-cards {
        order: 2;
    }

    .section-chooseus .chooseus-copy {
        order: 1;
    }
}


.section-wrapper-digital-process .digital-process-banner::before {
    content: none;
    position: absolute;
    inset: 0;
}

.section-wrapper-digital-process .digital-process-banner::after {
    content: none;
    position: absolute;
    inset: 0;
}

.section-wrapper-digital-process {
    padding: 0 30px 70px;
}

.digital-process-banner {
    border-radius: 34px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: transparent;
    box-shadow:
        0 40px 90px rgba(3, 6, 14, 0.7),
        0 0 0 1px rgba(168, 85, 247, 0.18);
}

.digital-process-banner::before {
    background:
        radial-gradient(circle at 20% 15%, rgba(168, 85, 247, 0.35), transparent 55%),
        radial-gradient(circle at 78% 20%, rgba(59, 130, 246, 0.32), transparent 58%),
        linear-gradient(140deg, rgba(6, 7, 12, 0.92) 0%, rgba(6, 7, 12, 0.5) 48%, rgba(6, 7, 12, 0.92) 100%);
}

.digital-process-content {
    gap: 64px 64px;
}

.digital-process-banner .title-heading {
    color: #f4f6ff;
    text-shadow:
        0 14px 32px rgba(5, 7, 18, 0.7),
        0 0 28px rgba(168, 85, 247, 0.35);
}

.digital-process-banner p {
    color: rgba(226, 232, 240, 0.88);
    text-shadow: 0 10px 26px rgba(5, 7, 18, 0.6);
}

.digital-process-banner .link-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #c084fc;
}

.digital-process-banner .link-wrapper a,
.digital-process-banner .link-wrapper i {
    color: inherit;
}

.digital-process-steps-wrapper {
    border-radius: 28px;
    padding: 3px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(59, 130, 246, 0.18));
    box-shadow: 0 24px 60px rgba(5, 7, 18, 0.6);
}

.digital-process-steps {
    --process-card-height: clamp(230px, 22vw, 280px);
    border-radius: 26px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: linear-gradient(160deg, rgba(12, 14, 24, 0.96), rgba(7, 9, 16, 0.98));
    padding: 38px;
    position: relative;
    overflow: hidden;
}

.digital-process-steps::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(168, 85, 247, 0.18), transparent 55%),
        radial-gradient(circle at 80% 0%, rgba(59, 130, 246, 0.2), transparent 45%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, transparent 40%, transparent 60%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0.7;
    pointer-events: none;
}

.digital-process-steps::after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.5), rgba(59, 130, 246, 0.4), transparent);
    opacity: 0.7;
}

.digital-process-step {
    position: relative;
    height: 100%;
    min-height: 240px;
    padding: 22px;
    border-radius: 20px;
    background: linear-gradient(160deg, rgba(18, 20, 32, 0.96), rgba(10, 12, 20, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow:
        0 22px 48px rgba(4, 6, 14, 0.6),
        inset 0 0 0 1px rgba(168, 85, 247, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
    z-index: 1;
}

.digital-process-steps.swiper {
    padding-bottom: 70px;
}

.swiperProcess .swiper-wrapper {
    align-items: stretch;
}

.process-slide {
    height: auto;
    display: flex;
}

.process-slide .digital-process-step {
    height: var(--process-card-height);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.process-pagination {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    z-index: 5;
}

.process-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
    background: rgba(148, 163, 184, 0.5);
    opacity: 1;
    transition: transform 0.3s ease, background 0.3s ease;
}

.process-pagination .swiper-pagination-bullet-active {
    background: #c084fc;
    transform: scale(1.3);
    box-shadow: 0 0 12px rgba(168, 85, 247, 0.6);
}

.process-nav {
    position: absolute;
    right: 28px;
    bottom: 16px;
    display: flex;
    gap: 10px;
    z-index: 5;
}

.process-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(168, 85, 247, 0.4);
    background: rgba(10, 12, 20, 0.85);
    color: #e9d5ff;
    display: grid;
    place-items: center;
    box-shadow:
        0 10px 24px rgba(4, 6, 14, 0.5),
        inset 0 0 0 1px rgba(168, 85, 247, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.process-nav button:hover {
    transform: translateY(-2px);
    border-color: rgba(168, 85, 247, 0.7);
    box-shadow:
        0 14px 30px rgba(4, 6, 14, 0.6),
        0 0 18px rgba(168, 85, 247, 0.35);
}

.digital-process-step::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 10%, rgba(168, 85, 247, 0.2), transparent 55%),
        radial-gradient(circle at 80% 0%, rgba(59, 130, 246, 0.18), transparent 50%);
    opacity: 0.6;
    pointer-events: none;
}

.digital-process-step::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(120deg, rgba(168, 85, 247, 0.4), rgba(59, 130, 246, 0.2)) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.digital-process-step:hover {
    transform: translateY(-8px);
    border-color: rgba(168, 85, 247, 0.35);
    box-shadow:
        0 30px 60px rgba(4, 6, 14, 0.72),
        0 0 30px rgba(168, 85, 247, 0.25);
}

.digital-process-step:hover::after {
    opacity: 0.9;
}

.digital-process-step .process-icon {
    width: 48px;
    height: 48px;
    padding: 10px;
    border-radius: 14px;
    object-fit: contain;
    background: radial-gradient(circle at 20% 20%, rgba(168, 85, 247, 0.4), rgba(16, 18, 28, 0.9));
    box-shadow:
        0 12px 24px rgba(4, 6, 14, 0.6),
        inset 0 0 0 1px rgba(168, 85, 247, 0.35);
    filter: drop-shadow(0 6px 12px rgba(4, 6, 14, 0.6));
}

.digital-process-step span {
    font-weight: 700;
    color: rgba(226, 232, 240, 0.75);
    font-size: 0.95rem;
    letter-spacing: 0.12em;
}

.digital-process-step h5 {
    color: #f1f5ff;
    margin-bottom: 8px;
}

.digital-process-step p {
    color: rgba(203, 213, 225, 0.85);
    margin: 0;
}

.digital-process-steps .step-spacer {
    display: none;
}

@media (max-width: 1200px) {
    .digital-process-steps {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .digital-process-banner {
        padding: 90px 20px;
    }
    .digital-process-content {
        gap: 40px;
    }
    .digital-process-steps {
        padding: 24px;
    }
    .digital-process-step {
        min-height: auto;
    }
    .digital-process-steps {
        --process-card-height: auto;
        padding-bottom: 64px;
    }
    .process-nav {
        right: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .digital-process-step,
    .digital-process-step::after {
        transition: none;
    }
    .digital-process-step:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .section-partner,
    .section-partner .partner-media,
    .section-partner .card-partner,
    .section-partner .swiperPartner-container {
        transform: none !important;
        filter: none !important;
        opacity: 1 !important;
    }
}

.section-expertise .typewriter-plain + .typewriter-cursor {
    color: currentColor;
}

.section-expertise .title-heading {
    background-size: 220% 220%;
    animation: expertiseGradientShift 8s ease-in-out infinite;
}

.expertise-list .swiperExpertiseList {
    width: 100%;
    padding: 6px 2px 12px;
    max-height: 220px;
}

.expertise-list .swiperExpertiseList .swiper-slide {
    width: auto;
}

.expertise-list-card {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    min-width: 220px;
    border-radius: 16px;
    background: linear-gradient(160deg, rgba(20, 20, 30, 0.96), rgba(10, 10, 16, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e9ecf8;
    text-decoration: none;
    box-shadow:
        0 16px 36px rgba(5, 7, 18, 0.55),
        0 0 0 1px rgba(168, 85, 247, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.expertise-list-card:hover {
    transform: translateY(-2px);
    box-shadow:
        0 20px 44px rgba(5, 7, 18, 0.6),
        0 0 0 1px rgba(168, 85, 247, 0.28);
}

.expertise-list-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 30% 20%, rgba(168, 85, 247, 0.35), rgba(15, 16, 26, 0.9));
    color: #c084fc;
    box-shadow:
        0 10px 22px rgba(6, 8, 16, 0.55),
        inset 0 0 0 1px rgba(168, 85, 247, 0.3);
    flex: 0 0 auto;
}

.expertise-list-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #e6e9f6;
    text-shadow:
        0 8px 20px rgba(6, 8, 16, 0.6),
        0 0 18px rgba(168, 85, 247, 0.25);
}

.section-expertise .card-expertise {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(20, 20, 30, 0.96), rgba(10, 10, 16, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 24px 70px rgba(5, 7, 18, 0.7),
        0 0 0 1px rgba(168, 85, 247, 0.16);
}

.section-expertise .card-expertise::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(168, 85, 247, 0.22), transparent 55%),
        radial-gradient(circle at 85% 20%, rgba(59, 130, 246, 0.18), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 50%);
    opacity: 0.7;
    pointer-events: none;
}

.section-expertise .card-expertise > * {
    position: relative;
    z-index: 1;
}

.section-expertise .card-expertise h4,
.section-expertise .card-expertise h5,
.section-expertise .card-expertise h6,
.section-expertise .card-expertise .counter,
.section-expertise .card-expertise .counter-detail {
    text-shadow:
        0 10px 28px rgba(6, 8, 16, 0.7),
        0 0 22px rgba(168, 85, 247, 0.35);
}

.section-expertise .card-expertise p {
    text-shadow: 0 6px 18px rgba(6, 8, 16, 0.55);
}

@keyframes macFloatRotate {
    0%, 100% {
        transform: translateX(-12px) rotate(-1.2deg);
    }
    50% {
        transform: translateX(-12px) rotate(1.2deg);
    }
}

.section-expertise .sub-heading span,
.section-expertise .expertise-title > p {
    animation: expertiseTextGlow 6s ease-in-out infinite;
}

.section-expertise .check-list li {
    animation: expertiseListFloat 6.5s ease-in-out infinite;
}

.section-expertise .check-list li::before {
    animation: expertiseCheckPulse 3.6s ease-in-out infinite;
}

.section-expertise .check-list li:nth-child(1) { animation-delay: 0s; }
.section-expertise .check-list li:nth-child(2) { animation-delay: 0.4s; }
.section-expertise .check-list li:nth-child(3) { animation-delay: 0.8s; }
.section-expertise .check-list li:nth-child(4) { animation-delay: 1.2s; }
.section-expertise .check-list li:nth-child(5) { animation-delay: 1.6s; }
.section-expertise .check-list li:nth-child(6) { animation-delay: 2s; }

@keyframes expertiseGradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes expertiseTextGlow {
    0%, 100% { text-shadow: 0 0 0 rgba(168, 85, 247, 0); }
    50% { text-shadow: 0 0 18px rgba(168, 85, 247, 0.35); }
}

@keyframes expertiseListFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes expertiseCheckPulse {
    0%, 100% { transform: scale(1); opacity: 0.9; }
    50% { transform: scale(1.12); opacity: 1; }
}

.section-expertise .expertise-img {
    transform: translateY(calc(36px * (1 - var(--scroll, 1)))) scale(calc(0.96 + var(--scroll, 1) * 0.04));
    filter: blur(calc(10px * (1 - var(--scroll, 1))));
    transition: none;
    will-change: transform, filter;
}

.section-expertise .expertise-media-video,
.section-expertise .expertise-media-fallback {
    transform: translateY(calc(24px * (1 - var(--scroll, 1)))) scale(calc(1.04 + (1 - var(--scroll, 1)) * 0.02));
    transition: none;
    will-change: transform, opacity;
}

.section-expertise .expertise-title {
    opacity: calc(0.2 + var(--scroll, 1) * 0.8);
    transform: translateY(calc(28px * (1 - var(--scroll, 1))));
    transition: none;
    will-change: transform, opacity;
}

.section-expertise .card-expertise {
    transform: translateY(calc(18px * (1 - var(--scroll, 1)))) scale(calc(0.98 + var(--scroll, 1) * 0.02));
    transition: box-shadow 0.3s ease;
    will-change: transform;
}

.section-expertise .card-expertise:hover {
    transform: translateY(calc(18px * (1 - var(--scroll, 1)))) scale(calc(1 + var(--scroll, 1) * 0.02));
}

@media (prefers-reduced-motion: reduce) {
    .section-expertise {
        --scroll: 1;
    }

    .section-expertise .expertise-img,
    .section-expertise .expertise-media-video,
    .section-expertise .expertise-media-fallback,
    .section-expertise .expertise-title,
    .section-expertise .card-expertise {
        transform: none !important;
        filter: none !important;
        opacity: 1 !important;
    }

    .section-expertise .title-heading,
    .section-expertise .sub-heading span,
    .section-expertise .expertise-title > p,
    .section-expertise .check-list li,
    .section-expertise .check-list li::before {
        animation: none !important;
    }
}

.idea-title {
    font-family: var(--font-family-display);
    font-size: clamp(32px, 4.4vw, 64px);
    line-height: 1.15;
    color: #f5f5f5;
    letter-spacing: -0.02em;
    margin: 0;
    opacity: calc(0.05 + var(--scroll, 0) * 0.95);
    transform: translateY(calc(80px * (1 - var(--scroll, 0)))) scale(calc(0.9 + var(--scroll, 0) * 0.12));
    filter: blur(calc(14px * (1 - var(--scroll, 0))));
    transition: none;
    will-change: opacity, transform, filter;
    text-shadow:
        0 0 calc(36px * var(--scroll, 0)) rgba(168, 85, 247, 0.55),
        0 0 calc(70px * var(--scroll, 0)) rgba(59, 130, 246, 0.25);
    position: relative;
}

.idea-title.idea-title-muted {
    color: rgba(245, 245, 245, 0.7);
}

.idea-title.idea-title-muted .idea-text {
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0.7), rgba(198, 183, 232, 0.7) 45%, rgba(245, 245, 245, 0.7) 80%);
}

.idea-text {
    display: inline-block;
    color: #f5f5f5;
    background-image: linear-gradient(90deg, #f5f5f5, #c7a3ff 40%, #f5f5f5 80%);
    background-size: 220% 100%;
    background-position: 0 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.idea-cursor {
    display: inline-block;
    margin-left: 6px;
    opacity: 0.7;
    animation: ideaCursorBlink 1s step-end infinite;
}

.idea-title.is-typing .idea-cursor {
    opacity: 1;
}

.idea-title.is-typing {
    text-shadow: 0 0 32px rgba(168, 85, 247, 0.6), 0 0 64px rgba(59, 130, 246, 0.35);
}

.idea-title.is-typing .idea-text {
    animation: ideaShimmer 2.6s linear infinite, ideaGlow 3.2s ease-in-out infinite;
}

.idea-title.is-typed .idea-text {
    animation: ideaShimmer 8s linear infinite;
}

.idea-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: min(240px, 60vw);
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.85), transparent);
    transform: translateX(-50%) scaleX(var(--scroll, 0));
    transform-origin: center;
    opacity: calc(0.2 + var(--scroll, 0) * 0.8);
}

@keyframes ideaCursorBlink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

@keyframes ideaShimmer {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

@keyframes ideaGlow {
    0%, 100% { filter: drop-shadow(0 0 0 rgba(168, 85, 247, 0)); }
    50% { filter: drop-shadow(0 0 16px rgba(168, 85, 247, 0.6)); }
}

@keyframes ideaPulse {
    0%, 100% { opacity: 0.35; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.05); }
}


.scroll-video-wrap {
    position: relative;
    height: 150vh;
    overflow: visible;
    background: transparent;
}

/* Banner video cover */
#banner-video-background {
    overflow: hidden;
}


.banner-video-bg,
#banner-video-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    transform: none !important;
    background-color: #05060b;
}

.banner-video-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    background-size: cover;
    background-position: center;
    transition: opacity 0.4s ease;
}

.section-banner.is-video-blocked .banner-video-fallback {
    opacity: 1;
}

.banner-video-loading {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(214, 214, 230, 0.72);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.35s ease;
}

.banner-video-loading .loading-spinner {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-top-color: rgba(168, 85, 247, 0.85);
    animation: bannerSpinner 0.9s linear infinite;
}

.banner-video-loading .loading-hint {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.banner-video-loading .loading-hint {
    font-size: 10px;
    letter-spacing: 0.18em;
    color: rgba(214, 214, 230, 0.6);
}

.section-banner.is-video-ready .banner-video-loading {
    opacity: 0;
}

.section-banner.is-video-ready .banner-video-loading {
    pointer-events: none;
}

.section-banner.is-video-blocked .banner-video-loading {
    pointer-events: none;
}

.section-banner.is-video-blocked .loading-spinner {
    opacity: 0.4;
}

.section-banner.is-video-blocked .loading-hint {
    opacity: 1;
    transform: translateY(0);
}

.section-banner.is-video-blocked .banner-video-loading {
    opacity: 0;
}

@keyframes bannerSpinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.banner-video-bg-top {
    top: 0;
    bottom: 40%;
}

.banner-video-bg-bottom {
    top: auto;
    bottom: 0;
    height: 45vh;
}

.banner-video-bg iframe,
#banner-video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% + (var(--yt-mask, 70px) * 2));
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

.banner-video-bg video,
#banner-video-background video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.banner-video-bg.is-ready video,
#banner-video-background.is-ready video {
    opacity: 1;
}

.banner-video-container::after {
    content: none !important;
    background: transparent !important;
}

.banner-video-container .hero-container {
    position: relative;
    z-index: 2;
}

@media (max-width: 1200px) {
    .navbar-action-container {
        width: auto;
    }

    .navbar-icon-wrapper {
        width: 260px;
    }

    .navbar-cta-btn {
        height: 46px;
        padding: 0 14px;
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .navbar-icon-wrapper {
        display: none;
    }

    .navbar-action-container {
        column-gap: 12px;
    }

    .navbar-cta-btn {
        height: 42px;
        padding: 0 12px;
        font-size: 11px;
        letter-spacing: 0.08em;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .has-hero {
        --hero-header-height: 64px;
    }

    .has-hero .section-banner {
        padding: calc(var(--hero-header-height, 64px) + 10px) 0 28px !important;
        min-height: calc(100vh + var(--hero-header-height, 64px));
        margin-top: calc(var(--hero-header-height, 64px) * -1) !important;
    }

    .banner-video-container {
        max-width: none;
        padding: 48px 20px !important;
        min-height: 100%;
        margin-top: 0;
    }

    .logo-container img,
    .navbar-brand img {
        height: clamp(44px, 7vw, 60px);
        max-height: 60px;
    }
}

@media (max-width: 575px) {
    .has-hero {
        --hero-header-height: 58px;
    }

    .has-hero .section-banner {
        padding: calc(var(--hero-header-height, 58px) + 8px) 0 24px !important;
        min-height: calc(100vh + var(--hero-header-height, 58px));
        margin-top: calc(var(--hero-header-height, 58px) * -1) !important;
    }

    .banner-video-container {
        max-width: none;
        padding: 42px 14px !important;
        min-height: 100%;
        margin-top: 0;
    }

    .nav-link {
        font-size: 14px;
        padding: 6px 10px !important;
    }

    .navbar-cta-btn {
        height: 40px;
        padding: 0 10px;
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    .navbar-action-container {
        column-gap: 10px;
    }
}

/* Content menu inside grid button panel */
.content-edit-sidebar .content {
    padding: 50px 30px 40px;
}

.content-menu {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-menu-link {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color 0.2s ease;
}

.content-menu-link:hover {
    color: var(--accent-color);
}

.content-menu-section {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 14px;
}

.content-menu-title {
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.content-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.content-menu-list a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.content-menu-list a:hover {
    color: var(--accent-color);
}

.scroll-video-wrap::before,
.scroll-video-wrap::after {
    content: none;
}

.scroll-video-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    border-radius: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: scale(1);
    z-index: 1;
}

.scroll-video-card {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: auto;
    border-radius: 0;
    overflow: hidden;
    background: #0b0d16;
    box-shadow: none;
    border: 0;
    transform: translateZ(0);
    isolation: isolate;
    outline: 1px solid rgba(255, 255, 255, 0.06);
}

.scroll-video-card::before,
.scroll-video-card::after {
    content: "";
    position: absolute;
    inset: -20%;
    pointer-events: none;
    z-index: 0;
}

.scroll-video-card::before {
    background: conic-gradient(from 120deg, rgba(168, 85, 247, 0.25), rgba(59, 130, 246, 0.18), rgba(16, 185, 129, 0.2), rgba(168, 85, 247, 0.25));
    filter: blur(40px);
    opacity: 0.45;
    animation: cardAura 12s linear infinite;
}

.scroll-video-card::after {
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 45%);
    opacity: 0.3;
    animation: cardSheen 8s ease-in-out infinite;
}

@keyframes cardAura {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes cardSheen {
    0%, 100% { transform: translate3d(-10%, -10%, 0); }
    50% { transform: translate3d(10%, 10%, 0); }
}

.scroll-video-glow {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle, rgba(255, 214, 102, 0.45), transparent 60%);
    filter: blur(30px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}

.scroll-video-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        radial-gradient(circle at 50% 35%, rgba(168, 85, 247, 0.18), transparent 55%),
        radial-gradient(circle at center, rgba(0, 0, 0, 0) 0%, rgba(6, 7, 12, 0.55) 72%);
    background-size: 88px 88px, 88px 88px, auto, auto;
    opacity: 0.45;
    pointer-events: none;
    z-index: 2;
    animation: gridDrift 18s linear infinite;
    overflow: hidden;
    mix-blend-mode: screen;
}

.scroll-video-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 4px);
    opacity: 0.25;
    animation: scanlines 6s linear infinite;
}

.scroll-video-overlay::after {
    content: "";
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 55%);
    opacity: 0.35;
    animation: overlayPulse 8s ease-in-out infinite;
    mix-blend-mode: screen;
}

@keyframes gridDrift {
    0% { background-position: 0 0, 0 0, center, center; }
    100% { background-position: 120px 120px, -120px -120px, center, center; }
}

@keyframes scanlines {
    0% { transform: translateY(-12%); }
    100% { transform: translateY(12%); }
}

@keyframes overlayPulse {
    0%, 100% { opacity: 0.22; transform: scale(1); }
    50% { opacity: 0.45; transform: scale(1.05); }
}

@media (prefers-reduced-motion: reduce) {
    .idea-title,
    .idea-title .idea-text,
    .scroll-video-card::before,
    .scroll-video-card::after,
    .scroll-video-overlay,
    .scroll-video-overlay::before,
    .scroll-video-overlay::after {
        animation: none !important;
    }
}

.scroll-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background: #0b0b10;
    object-fit: cover !important;
    object-position: center center;
    transform: scale(1);
    transition: filter 0.2s ease;
    pointer-events: none;
    z-index: 1;
    will-change: transform;
    opacity: 1;
}

.scroll-video-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
}

.scroll-video-card.is-canvas .scroll-video {
    opacity: 0;
}

.scroll-video-card.is-canvas .scroll-video-canvas {
    opacity: 1;
}

.scroll-video::-webkit-media-controls,
.scroll-video::-webkit-media-controls-panel,
.scroll-video::-webkit-media-controls-play-button,
.scroll-video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

@media (max-width: 991px) {
    .scroll-video-wrap {
        height: 130vh;
    }

    .scroll-video-card {
        height: 100%;
        border-radius: 0;
    }
}

@media (max-width: 575px) {
    .section-idea {
        padding: 40px 0;
    }

    .section-idea-text {
        padding: 40px 18px 24px;
    }

    .scroll-video-wrap {
        height: 110vh;
    }

    .scroll-video-card {
        height: 100%;
        border-radius: 0;
    }
}

/* Region modal */
.region-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background:
        radial-gradient(circle at top, rgba(168, 85, 247, 0.16), transparent 55%),
        rgba(5, 6, 12, 0.92);
    backdrop-filter: blur(16px);
}

.region-modal-dialog {
    position: relative;
    width: min(1060px, 94vw);
    border-radius: 28px;
    padding: 28px;
    background: radial-gradient(circle at top, rgba(88, 28, 135, 0.24), rgba(10, 16, 28, 0.95)),
        #0b1220;
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #f8fafc;
    box-shadow: 0 40px 120px rgba(2, 6, 23, 0.65);
}

.region-modal-dialog::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.55), rgba(59, 130, 246, 0.25), rgba(15, 23, 42, 0));
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.6;
    pointer-events: none;
}

.region-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    border: 1px solid rgba(168, 85, 247, 0.35);
    background: rgba(10, 12, 20, 0.7);
    color: #f3f4ff;
    display: grid;
    place-items: center;
    font-size: 18px;
    box-shadow:
        0 10px 24px rgba(2, 6, 23, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    z-index: 3;
}

.region-modal-close:hover {
    border-color: rgba(168, 85, 247, 0.7);
    color: #fff;
    transform: translateY(-2px);
    box-shadow:
        0 16px 32px rgba(2, 6, 23, 0.55),
        0 0 20px rgba(168, 85, 247, 0.25);
}

.region-modal-close:focus-visible {
    outline: 2px solid rgba(196, 181, 253, 0.75);
    outline-offset: 3px;
}

.region-modal-title {
    text-align: left;
    margin-bottom: 22px;
}

.region-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    padding-right: 72px;
    border-radius: 22px;
    background: rgba(9, 11, 18, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 20px 40px rgba(2, 6, 23, 0.55);
    position: relative;
    z-index: 1;
}

.region-modal-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.region-modal-kicker {
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-size: 11px;
    color: rgba(203, 213, 245, 0.75);
}

.region-modal-title h2 {
    margin: 0;
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 600;
    line-height: 1.2;
}

.region-modal-search {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(8, 10, 18, 0.9);
    border: 1px solid rgba(168, 85, 247, 0.35);
    color: rgba(226, 232, 248, 0.78);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    min-width: 190px;
    cursor: text;
}

.region-modal-search i {
    font-size: 14px;
    color: rgba(244, 242, 255, 0.7);
}

.region-modal-search input {
    background: transparent;
    border: none;
    color: #f4f5ff;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    width: 100%;
    outline: none;
    padding: 0;
}

.region-modal-search input::placeholder {
    color: rgba(226, 232, 248, 0.6);
}

.region-modal-search:focus-within {
    border-color: rgba(168, 85, 247, 0.6);
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.18);
}

.region-modal-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    padding: 18px;
    border-radius: 22px;
    background: rgba(8, 10, 16, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.region-modal-grid form.is-hidden {
    display: none;
}

.region-card {
    position: relative;
    width: 100%;
    border-radius: 22px;
    padding: 28px 24px;
    text-align: left;
    background: linear-gradient(160deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.95));
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #e2e8f0;
    transition: all 0.2s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 170px;
}

.region-card::after {
    content: '';
    position: absolute;
    inset: -40% -30%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.25), transparent 60%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.region-card:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 85, 247, 0.6);
    box-shadow: 0 20px 50px rgba(2, 6, 23, 0.45);
}

.region-card:hover::after {
    opacity: 1;
}

.region-card-language {
    display: block;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-top: 4px;
}

.region-card-meta {
    font-size: 0.9rem;
    color: rgba(226, 232, 240, 0.7);
}

.region-card.is-active {
    border-color: rgba(168, 85, 247, 0.9);
    box-shadow: 0 24px 60px rgba(5, 7, 18, 0.55);
}

.region-card.is-active::after {
    opacity: 1;
}

.region-card-active {
    align-self: flex-start;
    margin-top: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(168, 85, 247, 0.25);
    color: #f8fafc;
    border: 1px solid rgba(168, 85, 247, 0.45);
}

.region-card-locale {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 11px;
    letter-spacing: 0.2em;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

@media (max-width: 768px) {
    .region-modal-dialog {
        padding: 22px 18px;
    }
    .region-modal-title h2 {
        font-size: 26px;
    }

    .region-modal-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 16px;
        padding-right: 16px;
    }

    .region-modal-search {
        align-self: flex-start;
        min-width: 100%;
    }

    .region-modal-grid {
        padding: 14px;
    }
}

/* Quote page */
.quote-hero {
    position: relative;
    margin: 0 30px;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    border: none;
    box-shadow: none;
}

.quote-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 1.2s ease;
    display: none;
}

.quote-bg.is-active {
    opacity: 1;
}

.quote-hero-overlay {
    position: absolute;
    inset: 0;
    display: none;
    pointer-events: none;
}

.quote-hero-content {
    position: relative;
    z-index: 2;
    padding: 130px 0 100px;
}

.quote-kicker {
    font-size: 12px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--accent-color);
}

.quote-hero-content .title-heading-banner {
    max-width: 820px;
    line-height: 1.06;
    text-shadow:
        0 18px 34px rgba(6, 8, 16, 0.75),
        0 0 30px rgba(168, 85, 247, 0.45);
    color: #ffffff;
}

.quote-subtitle {
    max-width: 680px;
    color: var(--accent-color-2);
    font-size: 18px;
    line-height: 1.6;
    text-shadow: 0 12px 26px rgba(6, 8, 16, 0.65);
}

.quote-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.quote-section {
    margin-top: 40px;
    padding-bottom: 80px;
}

.quote-card {
    border-radius: 28px;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(160deg, rgba(12, 14, 22, 0.95), rgba(10, 10, 18, 0.92));
    box-shadow:
        0 26px 60px rgba(5, 7, 16, 0.65),
        0 0 0 1px rgba(168, 85, 247, 0.12);
}

.quote-info-card {
    position: relative;
    overflow: hidden;
}

.quote-info-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 15%, rgba(168, 85, 247, 0.25), transparent 55%),
        radial-gradient(circle at 85% 20%, rgba(59, 130, 246, 0.2), transparent 60%);
    opacity: 0.6;
    pointer-events: none;
}

.quote-info-card .sub-heading {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(168, 85, 247, 0.16);
    border: 1px solid rgba(168, 85, 247, 0.4);
    color: #f6f2ff;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.quote-info-card .title-heading {
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.15;
    margin-top: 16px;
    margin-bottom: 10px;
    color: #f5f5ff;
    text-shadow:
        0 12px 24px rgba(6, 8, 16, 0.6),
        0 0 18px rgba(168, 85, 247, 0.25);
}

.quote-info-card > p {
    color: rgba(222, 228, 244, 0.86);
    line-height: 1.7;
    max-width: 520px;
}

.quote-info-card .d-flex.flex-column.gspace-2 {
    gap: 16px;
    margin-top: 18px;
}

.quote-info-card .d-grid {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(9, 10, 16, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.quote-info-card .d-grid span {
    color: rgba(200, 205, 224, 0.7);
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.quote-info-card .d-grid h5 {
    margin: 8px 0 0;
    font-size: 18px;
    color: #f7f7ff;
}

.quote-info-card .quote-steps h4 {
    margin-top: 28px;
    font-size: 18px;
    color: #f5f6ff;
}

.quote-info-card .quote-step {
    background: rgba(12, 14, 22, 0.72);
}

.quote-info-card .quote-step h5 {
    font-size: 16px;
    color: #f5f6ff;
    margin-top: 6px;
}

.quote-info-card .quote-step p {
    color: rgba(210, 216, 236, 0.8);
    margin-bottom: 0;
}

.quote-form-card {
    position: relative;
    overflow: hidden;
}

.quote-form-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(140deg, rgba(168, 85, 247, 0.35), rgba(59, 130, 246, 0.2), rgba(168, 85, 247, 0.15));
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.7;
    pointer-events: none;
}

.quote-form-card .title-heading {
    margin-bottom: 18px;
}

.quote-steps {
    margin-top: 28px;
}

.quote-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 20px;
}

.quote-step {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 0 0 1px rgba(168, 85, 247, 0.08);
}

.quote-step-index {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.25em;
    color: var(--accent-color);
    margin-bottom: 6px;
    text-transform: uppercase;
}

.quote-form-card .form input,
.quote-form-card .form textarea {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(8, 10, 16, 0.75);
    color: #f5f6ff;
    padding: 15px 18px;
    font-size: 15px;
    line-height: 1.35;
    min-height: 52px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-form-card .form input:focus,
.quote-form-card .form textarea:focus {
    border-color: rgba(168, 85, 247, 0.5);
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.18);
    outline: none;
}

.quote-form-card .form input::placeholder,
.quote-form-card .form textarea::placeholder {
    color: rgba(200, 205, 220, 0.6);
}

.quote-form-card .form textarea {
    min-height: 190px;
    resize: vertical;
}

.quote-form-card .form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.quote-form-card .form .row {
    margin-bottom: 0;
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

.quote-consent {
    margin-top: 2px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(8, 10, 16, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.quote-consent .form-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
}

.quote-consent .form-check-input {
    width: 18px;
    height: 18px;
    margin: 3px 0 0 0;
    flex: 0 0 18px;
    border-radius: 4px;
}

.quote-consent .form-check-label {
    line-height: 1.5;
    font-size: 14px;
    color: rgba(225, 230, 246, 0.85);
}

.quote-form-card .form-button-container {
    margin-top: 12px;
}

.quote-form-card .form-button-container .btn {
    width: 100%;
    justify-content: center;
    border-radius: 16px;
    padding: 16px 22px;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 18px 40px rgba(124, 58, 237, 0.35);
}

.quote-form-card .form-check-input {
    background-color: rgba(10, 12, 18, 0.8);
    border: 1px solid rgba(168, 85, 247, 0.4);
}

.quote-form-card .form-check-input:checked {
    background-color: rgba(168, 85, 247, 0.9);
    border-color: rgba(168, 85, 247, 0.9);
}

.quote-form-card .form-check-label {
    color: rgba(220, 226, 240, 0.78);
}

@media (max-width: 992px) {
    .quote-hero-content {
        padding: 110px 0 80px;
    }

    .quote-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .quote-hero {
        margin: 0 16px;
    }

    .quote-hero-content {
        padding: 90px 0 70px;
    }

    .quote-steps-grid {
        grid-template-columns: 1fr;
    }

    .quote-card {
        padding: 24px;
    }

    .quote-step {
        padding: 16px;
    }

    .quote-form-card .title-heading {
        margin-bottom: 14px;
    }

    .quote-form-card .form {
        gap: 16px;
    }

    .quote-form-card .form .row {
        --bs-gutter-x: 14px;
        --bs-gutter-y: 14px;
    }

    .quote-form-card .form input,
    .quote-form-card .form textarea {
        padding: 14px 16px;
        min-height: 48px;
    }

    .quote-form-card .form textarea {
        min-height: 170px;
    }
}
}

.section-guide .hero-container {
    max-width: 1680px;
}

.guide-card {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    padding: 56px;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    gap: 48px;
    align-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #3b0fcf 0%, #5c1df9 45%, #3b6cff 100%);
    box-shadow: 0 32px 60px rgba(15, 10, 46, 0.45);
    transform-style: preserve-3d;
}

.guide-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.18), transparent 48%),
        radial-gradient(circle at 82% 18%, rgba(0, 0, 0, 0.2), transparent 52%);
    opacity: 0.65;
    transform: scale(1.05);
    transform-origin: center;
    transition: none;
    will-change: transform;
}

.guide-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 55%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
}

.guide-card-media,
.guide-card-content {
    position: relative;
    z-index: 1;
}

.guide-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-card-image {
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 28px 40px rgba(10, 6, 28, 0.35));
}

.guide-card-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.guide-card-title {
    margin: 0;
    font-size: clamp(2rem, 2.6vw + 1rem, 3rem);
    font-weight: 700;
    line-height: 1.15;
}

.guide-card-lead {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.guide-card-text {
    margin: 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
}

.guide-card-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.guide-card-stack {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    perspective: 1400px;
}

.guide-card[data-scroll-fade] {
    transform: translateY(calc(70px * (1 - var(--scroll, 1)))) scale(calc(0.88 + var(--scroll, 1) * 0.22));
    filter: blur(calc(5px * (1 - var(--scroll, 1))));
    transform-origin: center;
    transition: none;
    will-change: transform, filter;
}

.guide-card[data-scroll-fade]::before {
    transform: scale(calc(1.08 + var(--scroll, 1) * 0.08));
}

.guide-card-security {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    padding: 54px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
    gap: 40px;
    align-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #2d1bff 0%, #2f1ee0 32%, #261aa8 62%, #2f62ff 100%);
    box-shadow: 0 36px 70px rgba(8, 10, 44, 0.45);
    --scroll: 1;
    transform-style: preserve-3d;
}

.guide-card-security::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(96, 198, 255, 0.45), transparent 48%),
        radial-gradient(circle at 70% 8%, rgba(65, 88, 255, 0.35), transparent 45%),
        radial-gradient(circle at 85% 82%, rgba(44, 65, 170, 0.45), transparent 55%);
    opacity: 0.7;
    transform: scale(calc(1.04 + var(--scroll, 1) * 0.08));
    transform-origin: center;
}

.guide-card-security::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 55%, rgba(0, 0, 0, 0.22) 100%);
    pointer-events: none;
}

.guide-card-security-content,
.guide-card-security-visual {
    position: relative;
    z-index: 1;
}

.guide-card-security-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateY(calc(36px * (1 - var(--scroll, 1))));
    opacity: calc(0.15 + var(--scroll, 1) * 0.85);
    transition: none;
    will-change: transform, opacity;
}

.guide-card-security .guide-card-title {
    font-size: clamp(2.1rem, 2.8vw + 1rem, 3.2rem);
}

.guide-card-stat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.guide-card-stat-text {
    margin: 0;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.88);
    flex: 1;
}

.guide-card-stat-value {
    font-size: clamp(2.4rem, 4.8vw, 4.2rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.guide-card-bottom {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
}

.guide-card-bottom-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.guide-card-bottom-text {
    margin: 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
}

.guide-card-security-visual {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(calc(48px * (1 - var(--scroll, 1)))) scale(calc(0.9 + var(--scroll, 1) * 0.15));
    opacity: calc(0.2 + var(--scroll, 1) * 0.8);
    transition: none;
    will-change: transform, opacity;
}

.guide-card-shield {
    width: min(320px, 78%);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 28px 45px rgba(9, 12, 40, 0.45));
    position: relative;
    z-index: 1;
}

.guide-card-float {
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.94);
    color: #1c1f2e;
    border-radius: 18px;
    padding: 10px 14px;
    box-shadow: 0 14px 30px rgba(9, 12, 40, 0.25);
    transform: translateY(calc(18px * (1 - var(--scroll, 1)))) scale(calc(0.95 + var(--scroll, 1) * 0.05));
    opacity: calc(0.25 + var(--scroll, 1) * 0.75);
    transition: none;
    will-change: transform, opacity;
}

.guide-card-float-trophy {
    top: 16%;
    right: 42%;
    width: 78px;
    height: 78px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #e8efff 100%);
    color: #f2a11a;
    font-size: 30px;
}

.guide-card-float-trophy::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 90px;
    border-top: 2px dashed rgba(255, 255, 255, 0.35);
    transform: translateY(-50%);
}

.guide-card-float-stats {
    top: 8%;
    right: 6%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-width: 150px;
    padding: 12px 14px;
}

.guide-card-metric {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.guide-card-metric-value {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1d2138;
}

.guide-card-metric-label {
    font-size: 0.7rem;
    color: #7780a1;
}

.guide-card-float-browser {
    top: 40%;
    right: 14%;
    background: rgba(12, 18, 46, 0.75);
    color: rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 190px;
    box-shadow: 0 16px 26px rgba(7, 9, 26, 0.4);
}

.guide-card-browser-dots {
    display: flex;
    gap: 4px;
}

.guide-card-browser-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
}

.guide-card-float-percent {
    bottom: 18%;
    right: 6%;
    color: #e11d48;
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 16px;
}

.guide-card-comm {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    padding: 54px;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr);
    gap: 36px;
    align-items: center;
    color: #2f4adf;
    background: linear-gradient(135deg, #d7ecff 0%, #dff6ff 38%, #d5f4df 70%, #b8dcff 100%);
    box-shadow: 0 30px 70px rgba(40, 80, 160, 0.25);
    --scroll: 1;
    transform-style: preserve-3d;
}

.guide-card-comm::before {
    content: "";
    position: absolute;
    inset: -10%;
    background:
        radial-gradient(circle at 12% 18%, rgba(114, 176, 255, 0.45), transparent 55%),
        radial-gradient(circle at 78% 12%, rgba(138, 225, 255, 0.45), transparent 50%),
        radial-gradient(circle at 82% 82%, rgba(146, 220, 170, 0.45), transparent 55%);
    opacity: 0.7;
    transform: scale(calc(1.04 + var(--scroll, 1) * 0.08));
    transform-origin: center;
}

.guide-card-comm::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0.1) 100%);
    pointer-events: none;
}

.guide-card-comm-content,
.guide-card-comm-visual {
    position: relative;
    z-index: 1;
}

.guide-card-comm-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateY(calc(34px * (1 - var(--scroll, 1))));
    opacity: calc(0.15 + var(--scroll, 1) * 0.85);
    transition: none;
    will-change: transform, opacity;
}

.guide-card-comm-title {
    margin: 0;
    font-size: clamp(2rem, 2.6vw + 1rem, 3rem);
    font-weight: 700;
    color: #2f4adf;
}

.guide-card-comm-divider {
    width: 100%;
    height: 1px;
    background: rgba(66, 109, 255, 0.35);
}

.guide-card-comm-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.comm-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(72, 118, 255, 0.35);
    background: rgba(255, 255, 255, 0.7);
    color: #3c57ff;
    font-size: 0.78rem;
    font-weight: 600;
    box-shadow: 0 12px 22px rgba(70, 115, 200, 0.18);
}

.guide-card-comm-bottom {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
}

.guide-card-comm-subtitle {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #2f4adf;
}

.guide-card-comm-text {
    margin: 0;
    font-size: 1rem;
    color: rgba(47, 74, 223, 0.9);
}

.guide-card-comm-visual {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    transform: translateY(calc(46px * (1 - var(--scroll, 1)))) scale(calc(0.9 + var(--scroll, 1) * 0.15));
    opacity: calc(0.2 + var(--scroll, 1) * 0.8);
    transition: none;
    will-change: transform, opacity;
}

.section-services {
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

.section-guide-bg {
    position: relative;
    overflow: hidden;
    background-color: #06060b;
    padding: 80px 30px 110px;
}

.section-guide-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--guide-bg);
    background-size: cover;
    background-position: center;
    opacity: 0.22;
    filter: blur(2px) saturate(1.2);
    transform: scale(1.08);
    animation: services-bg-shift 30s ease-in-out infinite;
}

.section-guide-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(168, 85, 247, 0.22), transparent 50%),
        radial-gradient(circle at 80% 12%, rgba(59, 130, 246, 0.2), transparent 52%),
        radial-gradient(circle at 32% 68%, rgba(76, 29, 149, 0.22), transparent 55%),
        linear-gradient(135deg, rgba(59, 15, 207, 0.35) 0%, rgba(92, 29, 249, 0.32) 45%, rgba(59, 108, 255, 0.3) 100%),
        linear-gradient(180deg, rgba(5, 6, 11, 0.86) 0%, rgba(5, 6, 11, 0.78) 45%, rgba(5, 6, 11, 0.92) 100%);
    z-index: 1;
}

.section-guide-bg .hero-container {
    position: relative;
    z-index: 2;
}

.section-services::before {
    content: none;
    position: absolute;
    inset: 0;
}

.section-services::after {
    content: none;
    position: absolute;
    inset: 0;
}

.section-services .hero-container {
    position: relative;
    z-index: 2;
    max-width: 1700px;
}

.section-services .title-heading,
.section-services .sub-heading span,
.section-services .service-link-footer p,
.section-services .service-link-footer a {
    color: #e5e7eb;
}

.services-showcase {
    position: relative;
    width: 100%;
}

.swiperServices {
    padding: 20px 12px 70px;
}

.swiperServices .swiper-wrapper {
    align-items: stretch;
}

.swiperServices .swiper-slide {
    height: auto;
    display: flex;
}

.service-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: rgba(10, 11, 18, 0.88);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 32px;
    gap: 26px;
    box-shadow:
        0 30px 70px rgba(3, 5, 12, 0.65),
        0 0 0 1px rgba(99, 102, 241, 0.25);
    transform: translateY(0);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--service-bg);
    background-size: cover;
    background-position: center;
    opacity: 0.25;
    filter: saturate(1.15) contrast(1.05);
    transform: scale(1.05);
    z-index: 0;
}

.service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(160deg, rgba(8, 10, 18, 0.92) 0%, rgba(8, 10, 18, 0.72) 45%, rgba(8, 10, 18, 0.95) 100%);
    z-index: 1;
}

.service-card > * {
    position: relative;
    z-index: 2;
}

.service-card-glow {
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.4), transparent 55%);
    opacity: 0.6;
    filter: blur(12px);
    animation: service-glow 6s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

.service-card-head {
    align-items: center;
}

.service-card p {
    color: rgba(226, 232, 240, 0.78);
}

.service-card .service-title h4 {
    color: #f8fafc;
}

.service-card .service-icon-wrapper {
    background: rgba(10, 11, 18, 0.85);
    border: 1px solid rgba(168, 85, 247, 0.3);
    box-shadow: 0 14px 30px rgba(99, 102, 241, 0.25);
}

.service-card .service-icon {
    background-image: radial-gradient(circle at top left, rgba(168, 85, 247, 0.45), rgba(59, 130, 246, 0.2));
    box-shadow: 0 12px 24px rgba(99, 102, 241, 0.3);
}

.service-card .service-icon i {
    font-size: 32px;
    color: #f8fafc;
    line-height: 1;
    text-shadow: 0 8px 20px rgba(99, 102, 241, 0.35);
}

.service-card-action {
    width: 100%;
    justify-content: space-between;
    border-radius: 999px;
    background: rgba(5, 6, 12, 0.75);
    border: 1px solid rgba(168, 85, 247, 0.35);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.service-card-action .icon-circle {
    background: linear-gradient(135deg, #a855f7, #6366f1);
    color: #0b0b15;
    box-shadow: 0 14px 28px rgba(99, 102, 241, 0.35);
}

.swiper-slide-active .service-card {
    transform: translateY(-10px) scale(1.02);
    box-shadow:
        0 40px 90px rgba(3, 5, 12, 0.75),
        0 0 0 1px rgba(168, 85, 247, 0.35);
}

.service-card:hover {
    transform: translateY(-12px) scale(1.015);
    box-shadow:
        0 46px 100px rgba(3, 5, 12, 0.78),
        0 0 0 1px rgba(59, 130, 246, 0.4);
}

.services-nav {
    position: absolute;
    inset: auto 20px 10px auto;
    display: flex;
    gap: 12px;
    z-index: 3;
}

.services-nav .swiper-button-next,
.services-nav .swiper-button-prev {
    position: static;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(8, 10, 18, 0.85);
    border: 1px solid rgba(168, 85, 247, 0.35);
    color: #f8fafc;
    box-shadow: 0 12px 24px rgba(5, 7, 16, 0.45);
}

.services-nav .swiper-button-next::after,
.services-nav .swiper-button-prev::after {
    font-size: 14px;
    font-weight: 700;
}

.services-pagination {
    position: static;
    margin-top: 10px;
}

.services-pagination .swiper-pagination-bullet {
    background: rgba(226, 232, 240, 0.35);
    opacity: 1;
}

.services-pagination .swiper-pagination-bullet-active {
    background: #a855f7;
    box-shadow: 0 0 12px rgba(168, 85, 247, 0.6);
}

.quote-cta {
    position: relative;
    margin-top: 28px;
    padding: 36px 42px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(12, 14, 24, 0.95) 0%, rgba(8, 10, 18, 0.88) 55%, rgba(12, 14, 24, 0.96) 100%);
    border: 1px solid rgba(168, 85, 247, 0.35);
    box-shadow:
        0 30px 70px rgba(5, 7, 16, 0.6),
        0 0 0 1px rgba(99, 102, 241, 0.2);
    overflow: hidden;
    transform-style: preserve-3d;
}

.quote-cta::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle, rgba(168, 85, 247, 0.35), transparent 55%),
        radial-gradient(circle at 70% 20%, rgba(59, 130, 246, 0.28), transparent 55%);
    opacity: 0.8;
    filter: blur(18px);
    animation: service-glow 7s ease-in-out infinite;
}

.quote-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 45%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
}

.quote-cta-shell {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.quote-cta-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 740px;
}

.quote-cta-kicker {
    font-size: 0.75rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(168, 85, 247, 0.85);
    font-weight: 600;
}

.quote-cta-body {
    margin: 0;
    font-size: 1.05rem;
    color: rgba(226, 232, 240, 0.88);
    line-height: 1.7;
}

.quote-cta-btn {
    min-width: 220px;
    justify-content: space-between;
    border-radius: 999px;
    box-shadow:
        0 18px 35px rgba(99, 102, 241, 0.35),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.quote-cta[data-scroll-fade] {
    transform: translateY(calc(30px * (1 - var(--scroll, 1)))) scale(calc(0.96 + var(--scroll, 1) * 0.04));
    opacity: calc(0.4 + var(--scroll, 1) * 0.6);
    transition: none;
    will-change: transform, opacity;
}

.section-story-highlight {
    position: relative;
    overflow: hidden;
    background: #06070d;
    padding: 120px 20px;
}

.section-legacy-showcase {
    position: relative;
    overflow: hidden;
    padding: 130px 20px;
    background: transparent;
}

.section-legacy-showcase::before {
    content: none;
    position: absolute;
    inset: 0;
}

.legacy-showcase {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    padding: 70px 50px;
    border-radius: 36px;
    background: linear-gradient(135deg, rgba(10, 12, 20, 0.96), rgba(7, 9, 16, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.12);
    box-shadow:
        0 40px 90px rgba(3, 6, 14, 0.7),
        0 0 0 1px rgba(168, 85, 247, 0.15);
    z-index: 1;
}

.legacy-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 15% 20%, rgba(168, 85, 247, 0.2), transparent 55%),
        radial-gradient(circle at 85% 20%, rgba(59, 130, 246, 0.2), transparent 55%);
    opacity: 0.8;
    pointer-events: none;
}

.legacy-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: legacyFloat 6s ease-in-out infinite;
}

.legacy-media-frame {
    width: min(360px, 100%);
    aspect-ratio: 4 / 5;
    border-radius: 26px;
    background: var(--legacy-bg) center/cover no-repeat;
    box-shadow:
        0 30px 60px rgba(3, 6, 14, 0.6),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.legacy-media-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 8, 14, 0.05), rgba(6, 8, 14, 0.45));
    opacity: 0.65;
}

.legacy-media-frame::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.legacy-media-left .legacy-media-frame {
    transform: perspective(1200px) rotateY(16deg) rotateX(4deg) rotateZ(-2deg);
}

.legacy-media-right .legacy-media-frame {
    transform: perspective(1200px) rotateY(-16deg) rotateX(4deg) rotateZ(2deg);
}

.legacy-media-right {
    animation-delay: -2.4s;
}

.legacy-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.legacy-content h2 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2.2rem, 3vw, 3.4rem);
    text-shadow: 0 18px 36px rgba(4, 6, 14, 0.8);
}

.legacy-subtitle {
    margin: 0;
    color: rgba(226, 232, 240, 0.9);
    font-size: 1.1rem;
}

.legacy-body {
    margin: 0;
    color: rgba(148, 163, 184, 0.95);
    line-height: 1.75;
}

.legacy-quote {
    position: relative;
    margin-top: 18px;
    padding: 18px 24px;
    border-radius: 20px;
    background: rgba(8, 10, 18, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: rgba(226, 232, 240, 0.92);
    box-shadow: inset 0 0 0 1px rgba(168, 85, 247, 0.15);
}

.legacy-quote p {
    margin: 0;
    line-height: 1.6;
}

.legacy-quote-icon {
    position: absolute;
    top: 14px;
    left: 18px;
    color: rgba(248, 250, 252, 0.7);
}

.legacy-quote-icon.is-right {
    left: auto;
    right: 18px;
    bottom: 12px;
    top: auto;
}

@keyframes legacyFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 1200px) {
    .legacy-showcase {
        grid-template-columns: 1fr;
        padding: 60px 36px;
        gap: 32px;
    }
    .legacy-media-right {
        display: none;
    }
    .legacy-media-left .legacy-media-frame {
        transform: perspective(1200px) rotateY(0deg) rotateX(3deg);
    }
}

@media (max-width: 768px) {
    .section-legacy-showcase {
        padding: 100px 16px;
    }
    .legacy-showcase {
        padding: 50px 22px;
    }
    .legacy-media-frame {
        width: min(280px, 100%);
    }
    .legacy-quote-icon {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .legacy-media {
        animation: none;
    }
}

.story-highlight {
    position: relative;
    border-radius: 36px;
    padding: 72px 60px;
    text-align: center;
    background: radial-gradient(circle at 50% 35%, rgba(90, 125, 255, 0.25), transparent 60%);
    box-shadow: inset 0 0 80px rgba(15, 18, 34, 0.6);
}

.story-highlight::before {
    content: "";
    position: absolute;
    inset: -30%;
    background:
        radial-gradient(circle, rgba(168, 85, 247, 0.25), transparent 50%),
        radial-gradient(circle at 30% 30%, rgba(59, 130, 246, 0.2), transparent 55%);
    opacity: 0.6;
    filter: blur(30px);
}

.story-highlight::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 6, 12, 0.86) 0%, rgba(5, 6, 12, 0.7) 55%, rgba(5, 6, 12, 0.92) 100%);
    border-radius: inherit;
}

.story-highlight-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.story-highlight h2 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2.2rem, 3.2vw, 3.4rem);
}

.story-highlight-subtitle {
    margin: 0;
    color: rgba(226, 232, 240, 0.88);
    font-size: 1.25rem;
}

.story-highlight-body {
    margin: 0;
    color: rgba(148, 163, 184, 0.95);
    line-height: 1.7;
    font-size: 1rem;
}

.story-highlight-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}

.story-highlight-btn {
    padding: 14px 38px;
    border-radius: 999px;
    box-shadow: 0 22px 40px rgba(99, 102, 241, 0.35);
}

.story-highlight-link {
    color: #e5e7eb;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.story-highlight-logos {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    display: block;
}

.story-logo {
    position: absolute;
    width: clamp(88px, 12vw, 170px);
    height: auto;
    opacity: 0.22;
    filter: grayscale(1) brightness(1.15) contrast(0.9);
    mix-blend-mode: screen;
    object-fit: contain;
    pointer-events: none;
    transform: translateZ(0);
}

.story-logo-1 { top: 12%; left: 12%; width: clamp(120px, 16vw, 210px); }
.story-logo-2 { top: 18%; right: 10%; width: clamp(110px, 14vw, 190px); }
.story-logo-3 { top: 38%; left: 8%; width: clamp(92px, 12vw, 160px); opacity: 0.18; }
.story-logo-4 { bottom: 18%; left: 28%; width: clamp(120px, 16vw, 200px); }
.story-logo-5 { top: 45%; right: 14%; width: clamp(110px, 14vw, 180px); opacity: 0.3; }
.story-logo-6 { bottom: 24%; right: 32%; width: clamp(98px, 12vw, 170px); opacity: 0.18; }
.story-logo-7 { bottom: 12%; left: 10%; width: clamp(115px, 15vw, 190px); }
.story-logo-8 { bottom: 20%; right: 12%; width: clamp(92px, 12vw, 150px); opacity: 0.2; }
.story-logo-9 { bottom: 16%; right: 5%; width: clamp(86px, 11vw, 140px); opacity: 0.2; }

.section-references {
    position: relative;
    overflow: hidden;
    background: #06070d;
    padding: 120px 20px 140px;
}

.section-references::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 40%, rgba(99, 102, 241, 0.2), transparent 55%),
        radial-gradient(circle at 30% 70%, rgba(168, 85, 247, 0.25), transparent 60%);
    opacity: 0.9;
}

.section-references::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 6, 12, 0.92) 0%, rgba(5, 6, 12, 0.82) 55%, rgba(5, 6, 12, 0.96) 100%);
}

.section-references .hero-container {
    position: relative;
    z-index: 2;
    max-width: 1500px;
}

.references-heading {
    text-align: center;
    margin-bottom: 48px;
}

.references-heading h2 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2.4rem, 3.6vw, 3.8rem);
    font-weight: 700;
}

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

.reference-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-radius: 28px;
    padding: 28px;
    background: rgba(10, 12, 20, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 60px rgba(3, 6, 14, 0.6);
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.reference-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--ref-bg);
    background-size: cover;
    background-position: center;
    opacity: 0.85;
    filter: saturate(1.05);
    transform: scale(1.02);
    z-index: 0;
}

.reference-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(12, 14, 24, 0.2) 0%, rgba(12, 14, 24, 0.55) 55%, rgba(12, 14, 24, 0.85) 100%);
    z-index: 1;
}

.reference-card-media {
    position: relative;
    z-index: 2;
    min-height: 260px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.reference-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #0f172a;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 10px 22px rgba(5, 7, 16, 0.35);
}

.reference-card-info {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #e5e7eb;
}

.reference-card-info h4 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #f8fafc;
}

.reference-card-info span {
    font-size: 0.95rem;
    color: rgba(148, 163, 184, 0.9);
}

.reference-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 36px 70px rgba(3, 6, 14, 0.75);
}

.reference-card.is-empty {
    min-height: 320px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .references-grid {
        grid-template-columns: 1fr;
    }
    .reference-card-media {
        min-height: 220px;
    }
}

@media (max-width: 576px) {
    .section-references {
        padding: 90px 16px 110px;
    }
    .reference-card {
        padding: 22px;
    }
}

@media (max-width: 992px) {
    .story-highlight {
        padding: 56px 32px;
    }
    .story-highlight-actions {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .section-story-highlight {
        padding: 90px 16px;
    }
    .story-highlight {
        padding: 46px 24px;
        border-radius: 28px;
    }
    .story-highlight-subtitle {
        font-size: 1.1rem;
    }
    .story-logo {
        display: none;
    }
}

@keyframes service-glow {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(6%, -4%, 0) scale(1.1);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes services-bg-shift {
    0% {
        transform: scale(1.08) translate3d(0, 0, 0);
    }
    50% {
        transform: scale(1.14) translate3d(-2%, -1%, 0);
    }
    100% {
        transform: scale(1.08) translate3d(0, 0, 0);
    }
}

.comm-rating {
    position: absolute;
    top: 10%;
    right: 10%;
    background: #ffffff;
    color: #2f4adf;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(50, 90, 180, 0.18);
    z-index: 3;
}

.comm-stars {
    color: #f59e0b;
    margin-left: 6px;
    letter-spacing: 0.1em;
}

.comm-avatar {
    position: absolute;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 16px 30px rgba(40, 80, 160, 0.25);
    object-fit: cover;
    z-index: 2;
}

.comm-avatar-1 {
    width: 88px;
    height: 88px;
    top: 18%;
    right: 48%;
}

.comm-avatar-2 {
    width: 108px;
    height: 108px;
    top: 14%;
    right: 8%;
}

.comm-avatar-3 {
    width: 74px;
    height: 74px;
    top: 42%;
    right: 20%;
}

.comm-like {
    position: absolute;
    top: 46%;
    right: 40%;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #7c3aed;
    box-shadow: 0 14px 26px rgba(60, 100, 190, 0.2);
    z-index: 3;
}

.comm-device {
    width: min(360px, 90%);
    border-radius: 26px;
    box-shadow: 0 30px 50px rgba(35, 70, 140, 0.28);
    transform: translateY(10px) rotate(-2deg);
    z-index: 1;
}

@media (max-width: 1200px) {
    .quote-hero {
        margin: 0 20px;
    }
    .section-services .hero-container {
        max-width: 1400px;
    }
    .service-card {
        padding: 28px;
    }
}

@media (max-width: 992px) {
    .guide-card {
        grid-template-columns: 1fr;
        padding: 40px;
        gap: 32px;
    }
    .guide-card-image {
        max-width: 420px;
    }
    .guide-card-security {
        grid-template-columns: 1fr;
        padding: 40px;
        gap: 28px;
    }
    .guide-card-security-visual {
        min-height: 300px;
    }
    .guide-card-bottom {
        grid-template-columns: 1fr;
    }
    .guide-card-stat-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .guide-card-stat-value {
        align-self: flex-start;
    }
    .guide-card-float {
        display: none;
    }
    .guide-card-comm {
        grid-template-columns: 1fr;
        padding: 40px;
        gap: 28px;
    }
    .guide-card-comm-visual {
        min-height: 260px;
    }
    .guide-card-comm-bottom {
        grid-template-columns: 1fr;
    }
    .comm-avatar,
    .comm-like,
    .comm-rating {
        display: none;
    }
    .comm-device {
        width: min(320px, 100%);
        transform: translateY(0) rotate(0deg);
    }
    .section-services {
        padding: 90px 20px;
    }
    .swiperServices {
        padding: 10px 6px 60px;
    }
    .services-nav {
        position: static;
        justify-content: center;
        margin-top: 12px;
    }
    .quote-cta-shell {
        flex-direction: column;
        align-items: flex-start;
    }
    .quote-cta-btn {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .quote-hero-content {
        padding: 90px 0 70px;
    }
    .quote-steps-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .guide-card {
        padding: 28px;
        border-radius: 28px;
    }
    .guide-card-content {
        gap: 14px;
    }
    .guide-card-security {
        padding: 28px;
        border-radius: 28px;
    }
    .guide-card-security-visual {
        min-height: 240px;
    }
    .guide-card-stat-value {
        font-size: 2.4rem;
    }
    .guide-card-comm {
        padding: 28px;
        border-radius: 28px;
    }
    .guide-card-comm-title {
        font-size: 1.9rem;
    }
    .guide-card-comm-subtitle {
        font-size: 1.2rem;
    }
    .section-services {
        padding: 80px 16px;
    }
    .section-guide-bg {
        padding: 60px 16px 90px;
    }
    .service-card {
        padding: 24px;
    }
    .quote-cta {
        padding: 28px;
    }
    .quote-hero {
        margin: 0 14px;
        border-radius: 24px;
    }
    .quote-hero-content {
        padding: 70px 0 60px;
    }
    .quote-card {
        padding: 24px;
    }
}

/* ================== Mobile Fullscreen Menu ================== */
body.menu-open {
    overflow: hidden;
}

.sidebar-overlay {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 18% 12%, rgba(124, 58, 237, 0.22), transparent 52%),
        radial-gradient(circle at 85% 15%, rgba(56, 189, 248, 0.18), transparent 58%),
        rgba(6, 8, 14, 0.74);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar.mobile-menu {
    --menu-pad: clamp(18px, 4.8vw, 42px);
    --menu-header: 140px;
    --menu-tabs: 78px;
    --menu-gutter: 72px;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    padding: 0 var(--menu-pad) var(--menu-pad);
    background: linear-gradient(180deg, rgba(5, 6, 8, 0.98) 0%, rgba(3, 4, 6, 0.97) 55%, rgba(2, 3, 5, 0.99) 100%);
    color: rgba(225, 228, 238, 0.9);
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.45s ease, opacity 0.45s ease;
    display: grid;
    grid-template-rows: var(--menu-header) minmax(0, 1fr) auto;
    z-index: 2001;
    overflow: hidden;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 36px 80px rgba(0, 0, 0, 0.55);
    isolation: isolate;
}

.sidebar.mobile-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.045), transparent 55%),
        radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.03), transparent 60%),
        linear-gradient(180deg, rgba(6, 7, 10, 0.94) 0%, rgba(2, 3, 5, 0.98) 100%);
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

.sidebar.mobile-menu::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(255, 255, 255, 0.04) 0%, transparent 40%),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 3px);
    opacity: 0.12;
    mix-blend-mode: soft-light;
    pointer-events: none;
    z-index: 0;
}

.sidebar.mobile-menu > * {
    position: relative;
    z-index: 1;
}

.sidebar.mobile-menu.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu__header {
    position: relative;
    margin: 0 calc(var(--menu-pad) * -1);
    padding: 0 var(--menu-pad);
    height: var(--menu-header);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background:
        radial-gradient(circle at 50% -30px, rgba(255, 255, 255, 0.08), transparent 65%),
        linear-gradient(180deg, rgba(6, 7, 10, 0.98) 0%, rgba(4, 5, 8, 0.9) 60%, rgba(2, 3, 5, 0) 100%);
    border-bottom-left-radius: 160px 90px;
    border-bottom-right-radius: 160px 90px;
}

.mobile-menu__control {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(9, 11, 16, 0.94);
    color: #f4f5ff;
    display: grid;
    place-items: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45), inset 0 0 18px rgba(124, 58, 237, 0.18);
    transform: translateY(26px);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mobile-menu__control:hover {
    background: rgba(16, 18, 24, 0.95);
    transform: translateY(24px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5), inset 0 0 22px rgba(124, 58, 237, 0.3);
}

.mobile-menu__control i {
    position: absolute;
    font-size: 18px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.mobile-menu__control .icon-back {
    opacity: 0;
    transform: translateX(-6px);
}

.sidebar.is-submenu .mobile-menu__control .icon-close {
    opacity: 0;
    transform: translateX(6px);
}

.sidebar.is-submenu .mobile-menu__control .icon-back {
    opacity: 1;
    transform: translateX(0);
}

.mobile-menu__content {
    min-height: 0;
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
    padding: 16px 0 24px;
    gap: clamp(10px, 2vw, 24px);
    overflow: hidden;
}

.mobile-menu__main,
.mobile-menu__submenu {
    width: 100%;
    max-width: 640px;
}

.mobile-menu__main {
    display: none;
    flex-direction: column;
    gap: 18px;
}

.mobile-menu__main.is-active {
    display: flex;
}

.mobile-menu__submenu {
    display: none;
    align-items: center;
    justify-content: center;
}

.mobile-menu__submenu.is-active {
    display: flex;
}

.sidebar.is-submenu .mobile-menu__content {
    align-items: flex-start;
    padding-top: 24px;
}

.sidebar.is-submenu .mobile-menu__submenu {
    align-items: flex-start;
}

.mobile-menu__panel {
    display: none;
    width: 100%;
    max-width: 620px;
    max-height: calc(100vh - var(--menu-header) - var(--menu-tabs) - var(--menu-gutter));
    overflow-y: auto;
    padding: 8px 16px 18px;
    background: linear-gradient(180deg, rgba(13, 15, 22, 0.72) 0%, rgba(9, 10, 16, 0.8) 100%);
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
}

.mobile-menu__panel.is-active {
    display: block;
}

.mobile-menu__panel::-webkit-scrollbar {
    width: 6px;
}

.mobile-menu__panel::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
}

.mobile-menu__panel::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.04);
}

.mobile-menu__link,
.mobile-menu__list a {
    font-size: clamp(26px, 5.4vw, 42px);
    font-weight: 600;
    letter-spacing: 0.01em;
    color: rgba(226, 228, 238, 0.88);
    background: none;
    border: none;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color 0.2s ease, text-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

.mobile-menu__list a {
    font-size: clamp(22px, 4.6vw, 36px);
    width: 100%;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 10px 16px;
}

.mobile-menu__link:hover,
.mobile-menu__list a:hover,
.mobile-menu__link:focus,
.mobile-menu__list a:focus {
    color: #ffffff;
    background: rgba(124, 58, 237, 0.12);
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.6);
    transform: translateY(-1px);
}

.mobile-menu__link:focus-visible,
.mobile-menu__list a:focus-visible {
    outline: 2px solid rgba(124, 58, 237, 0.65);
    outline-offset: 3px;
}

.mobile-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    text-align: left;
}

.mobile-menu__subhead {
    margin-top: 18px;
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.52);
}

.mobile-menu__tabs {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(8, 10, 16, 0) 0%, rgba(6, 7, 12, 0.65) 100%);
    text-align: center;
}

.sidebar.is-submenu .mobile-menu__tabs {
    display: grid;
}

.mobile-menu__tab {
    position: relative;
    font-size: clamp(10px, 1.8vw, 12px);
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(226, 228, 238, 0.6);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 10px;
    border-radius: 999px;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.mobile-menu__tab.is-active {
    color: #ffffff;
    background: rgba(124, 58, 237, 0.2);
    border-color: rgba(124, 58, 237, 0.45);
}

.mobile-menu__tab.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 32px;
    height: 2px;
    background: var(--accent-color);
    border-radius: 999px;
    transform: translateX(-50%);
}

@media (max-width: 560px) {
    .mobile-menu__tabs {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        row-gap: 14px;
    }
    .mobile-menu__header {
        height: 128px;
        border-bottom-left-radius: 120px 70px;
        border-bottom-right-radius: 120px 70px;
    }
    .sidebar.mobile-menu {
        --menu-header: 128px;
        --menu-tabs: 86px;
        --menu-gutter: 64px;
    }
}


.navbar-collapse {
    display: none !important;
}

.nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .nav-btn {
        display: none !important;
    }

    .navbar-action-container {
        display: flex !important;
        width: auto;
        margin-left: auto;
    }

    .navbar-action-button {
        padding: 0;
        gap: 14px;
    }

    .navbar-icon-wrapper,
    .navbar-cta-btn {
        display: none !important;
    }
}

/* Enhanced search overlay */
.search-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px 80px;
    background:
        radial-gradient(circle at top, rgba(168, 85, 247, 0.16), transparent 55%),
        rgba(5, 6, 12, 0.94);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
    animation: none;
}

.search-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(124, 58, 237, 0.18), transparent 45%),
        radial-gradient(circle at 80% 0%, rgba(99, 102, 241, 0.18), transparent 50%);
    opacity: 0.8;
    pointer-events: none;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: flex;
}

body.search-open {
    overflow: hidden;
    touch-action: none;
}

.search-close {
    top: 24px;
    right: 24px;
    margin: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(168, 85, 247, 0.45);
    background: rgba(10, 12, 20, 0.72);
    color: #f4f2ff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateY(-16px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.search-overlay.active .search-close {
    opacity: 1;
    transform: translateY(0);
}

.search-content {
    position: relative;
    z-index: 2;
    width: min(880px, 92vw);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
}

.search-form {
    width: 100%;
}

.search-field {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 22px;
    background: rgba(9, 11, 18, 0.78);
    border: 1px solid rgba(168, 85, 247, 0.35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.search-icon {
    position: absolute;
    left: 18px;
    font-size: 18px;
    color: rgba(244, 242, 255, 0.6);
    pointer-events: none;
}

.search-form input {
    flex: 1;
    height: 56px;
    border-radius: 18px;
    background: transparent;
    border: none;
    color: #f6f7ff;
    letter-spacing: 0.02em;
    padding: 0 14px 0 46px;
}

.search-form input:focus {
    outline: none;
    box-shadow: none;
}

.search-submit {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 48px;
    padding: 0 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.9), rgba(99, 102, 241, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.search-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(124, 58, 237, 0.35);
}

.search-submit-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(12, 12, 20, 0.35);
    font-size: 12px;
}

.search-panel {
    width: 100%;
    max-height: 48vh;
    overflow-y: auto;
    padding: 18px;
    border-radius: 22px;
    background: rgba(8, 10, 16, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.5);
}

.search-panel::-webkit-scrollbar {
    width: 6px;
}

.search-panel::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
}

.search-panel::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.search-meta {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    padding-bottom: 10px;
    background: linear-gradient(180deg, rgba(8, 10, 16, 0.94), rgba(8, 10, 16, 0.2));
}

.search-results {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.search-item a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(240, 242, 255, 0.9);
    transition: all 0.2s ease;
}

.search-item.is-active a,
.search-item a:hover {
    background: rgba(168, 85, 247, 0.18);
    border-color: rgba(168, 85, 247, 0.5);
    color: #ffffff;
}

.search-item-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.search-item-title {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-item-tag {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.search-item-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    font-size: 12px;
}

.search-highlight {
    color: #ffffff;
}

.search-empty {
    margin-top: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.62);
    display: none;
}

@media (max-width: 640px) {
    .search-overlay {
        padding: 100px 16px 60px;
    }

    .search-content {
        gap: 18px;
    }

    .search-submit-text {
        display: none;
    }

    .search-panel {
        max-height: 54vh;
        padding: 14px;
    }

    .search-item a {
        grid-template-columns: minmax(0, 1fr);
        justify-items: start;
    }

    .search-item-tag {
        justify-self: start;
    }

    .search-item-icon {
        display: none;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------
   Enhanced Page Components
   --------------------------------------------------------------------------------------------------------------------------------- */

/* ------ Page Banner with Background Image ------ */
.page-banner-enhanced {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.page-banner-enhanced.page-banner-clean {
    background-image: none !important;
    background-color: #05060b;
}

.page-banner-enhanced .banner-layout-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background: rgba(8, 10, 18, 0.55);
    backdrop-filter: blur(10px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.page-banner-enhanced .banner-layout-wrapper::before {
    display: none;
}

.page-banner-enhanced .banner-layout {
    padding: 110px 24px 20px;
    gap: 90px 0px;
}

.page-banner-enhanced .banner-layout::before {
    background-image:
        radial-gradient(circle at 50% 120%, rgba(var(--page-accent), 0.22), transparent 55%);
    opacity: 0.22;
}

.page-banner-enhanced .banner-layout .spacer {
    opacity: 0.45;
}

.page-variant {
    --page-accent: 168, 85, 247;
    --page-accent-2: 59, 130, 246;
}

.banner-gradient-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 30%, rgba(var(--page-accent), 0.35), transparent 55%),
        radial-gradient(circle at 82% 20%, rgba(var(--page-accent-2), 0.28), transparent 55%),
        linear-gradient(180deg, rgba(5, 6, 12, 0.88) 0%, rgba(5, 6, 12, 0.65) 50%, rgba(5, 6, 12, 0.92) 100%);
    z-index: 1;
    pointer-events: none;
}

.page-banner-enhanced .banner-layout-wrapper {
    position: relative;
    z-index: 2;
}

.page-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(var(--page-accent), 0.9);
    background: rgba(var(--page-accent), 0.12);
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(var(--page-accent), 0.25);
    margin-bottom: 12px;
}

.page-subtitle {
    max-width: 640px;
    font-size: 17px;
    color: rgba(220, 220, 240, 0.75);
    line-height: 1.6;
}

/* ------ Page Section Cards ------ */
.page-section-card {
    position: relative;
    padding: 32px;
    border-radius: 20px;
    background: linear-gradient(160deg, rgba(12, 14, 24, 0.88) 0%, rgba(8, 9, 14, 0.94) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
}

.page-section-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(5, 8, 20, 0.55), 0 0 30px rgba(var(--page-accent), 0.16);
    border-color: rgba(var(--page-accent), 0.28);
}

.page-section-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(var(--page-accent), 0.8), rgba(var(--page-accent-2), 0.8));
    opacity: 0.7;
}

.page-section-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #f8fafc;
    background: linear-gradient(135deg, rgba(var(--page-accent), 0.8), rgba(var(--page-accent-2), 0.7));
    margin-bottom: 20px;
    box-shadow: 0 10px 26px rgba(var(--page-accent), 0.25);
}

.page-section-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(var(--page-accent), 0.85);
    margin-bottom: 8px;
}

.page-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 12px;
}

.page-section-body {
    font-size: 15px;
    color: rgba(200, 200, 220, 0.8);
    line-height: 1.7;
    margin-bottom: 16px;
}

.page-section-highlight {
    font-size: 14px;
    font-weight: 600;
    color: rgba(var(--page-accent), 0.9);
    padding: 10px 16px;
    border-radius: 12px;
    background: rgba(var(--page-accent), 0.12);
    border: 1px solid rgba(var(--page-accent), 0.24);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.page-section-highlight i {
    color: rgba(250, 204, 21, 0.9);
}

/* ------ Section Heading ------ */
.section-heading {
    font-size: 28px;
    font-weight: 700;
    color: #f8fafc;
}

/* ------ Timeline ------ */
.timeline-container {
    position: relative;
    padding: 20px 0;
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(168, 85, 247, 0.5), rgba(59, 130, 246, 0.3));
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    display: flex;
    margin-bottom: 40px;
    padding: 0 20px;
}

.timeline-item.left {
    justify-content: flex-start;
    padding-right: calc(50% + 40px);
}

.timeline-item.right {
    justify-content: flex-end;
    padding-left: calc(50% + 40px);
}

.timeline-badge {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.9), rgba(59, 130, 246, 0.8));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    z-index: 2;
    box-shadow: 0 8px 24px rgba(168, 85, 247, 0.4);
    border: 3px solid rgba(5, 6, 12, 0.9);
}

.timeline-content {
    padding: 24px;
    border-radius: 16px;
    background: rgba(12, 14, 24, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.1);
    backdrop-filter: blur(12px);
    max-width: 100%;
}

.timeline-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 8px;
}

.timeline-content p {
    font-size: 14px;
    color: rgba(200, 200, 220, 0.7);
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .timeline-container::before {
        left: 24px;
    }

    .timeline-item.left,
    .timeline-item.right {
        justify-content: flex-start;
        padding-left: 70px;
        padding-right: 0;
    }

    .timeline-badge {
        left: 24px;
        width: 48px;
        height: 48px;
        font-size: 12px;
    }
}

/* ------ Values & Benefits Cards ------ */
.values-card,
.benefit-card {
    padding: 28px 20px;
    border-radius: 20px;
    background: rgba(12, 14, 24, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.1);
    backdrop-filter: blur(12px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    height: 100%;
}

.values-card:hover,
.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(5, 8, 20, 0.4), 0 0 24px rgba(168, 85, 247, 0.12);
    border-color: rgba(168, 85, 247, 0.25);
}

.values-icon,
.benefit-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #f8fafc;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.6), rgba(59, 130, 246, 0.5));
    margin: 0 auto 18px;
    box-shadow: 0 8px 24px rgba(168, 85, 247, 0.25);
}

.values-card h5,
.benefit-card h5 {
    font-size: 16px;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 8px;
}

.values-card p,
.benefit-card p {
    font-size: 14px;
    color: rgba(200, 200, 220, 0.7);
    line-height: 1.6;
    margin: 0;
}

/* ------ Process Steps ------ */
.process-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 991px) {
    .process-steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .process-steps-grid {
        grid-template-columns: 1fr;
    }
}

.process-step-card {
    position: relative;
    padding: 32px 24px;
    border-radius: 20px;
    background: rgba(12, 14, 24, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.1);
    backdrop-filter: blur(12px);
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    overflow: hidden;
}

.process-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(5, 8, 20, 0.4), 0 0 24px rgba(168, 85, 247, 0.12);
}

.process-step-number {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 42px;
    font-weight: 900;
    color: rgba(168, 85, 247, 0.1);
    line-height: 1;
}

.process-step-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #f8fafc;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.7), rgba(59, 130, 246, 0.6));
    margin: 0 auto 16px;
    box-shadow: 0 8px 24px rgba(168, 85, 247, 0.3);
}

.process-step-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 10px;
}

.process-step-card p {
    font-size: 14px;
    color: rgba(200, 200, 220, 0.7);
    line-height: 1.6;
    margin: 0;
}

/* ------ Technology Grid ------ */
.tech-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.tech-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 14px;
    background: rgba(12, 14, 24, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.1);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.tech-item:hover {
    transform: translateY(-3px);
    border-color: rgba(168, 85, 247, 0.3);
}

.tech-item i {
    font-size: 22px;
    color: rgba(168, 85, 247, 0.8);
}

.tech-item span {
    font-size: 14px;
    font-weight: 600;
    color: #f8fafc;
}

/* ------ Enhanced CTA ------ */
.enhanced-cta {
    text-align: center;
    padding: 48px 32px !important;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(12, 14, 24, 0.85), rgba(168, 85, 247, 0.08));
    border: 1px solid rgba(168, 85, 247, 0.2);
}

/* ------ Reference Card Enhanced ------ */
.reference-card-enhanced {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(12, 14, 24, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
}

.reference-card-enhanced:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(5, 8, 20, 0.5), 0 0 30px rgba(168, 85, 247, 0.15);
}

.reference-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.reference-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.reference-card-enhanced:hover .reference-card-image img {
    transform: scale(1.08);
}

.reference-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(5, 6, 12, 0.8) 100%);
}

  .reference-card-content {
      padding: 20px;
  }

  .reference-card-large .reference-card-image {
      height: 240px;
  }

  .reference-card-large .reference-card-content h5 {
      font-size: 1.2rem;
      margin-bottom: 10px;
      color: #f1f5f9;
  }

  .reference-card-large .reference-card-content p {
      color: rgba(226, 232, 240, 0.7);
  }

  .reference-card-link {
      display: block;
      text-decoration: none;
      color: inherit;
      height: 100%;
  }

  .reference-card-client {
      position: absolute;
      left: 16px;
      bottom: 16px;
      padding: 6px 14px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.8);
      border: 1px solid rgba(148, 163, 184, 0.2);
      color: #f8fafc;
      font-size: 0.75rem;
      letter-spacing: 0.02em;
      backdrop-filter: blur(6px);
  }

  .reference-card-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      font-size: 0.8rem;
      color: rgba(148, 163, 184, 0.8);
      margin-bottom: 10px;
  }

  .section-references-index .case-studies-component .cs-component span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 4px 12px;
      border-radius: 999px;
      border: 1px solid rgba(168, 85, 247, 0.35);
      color: #e2e8f0;
      font-size: 0.75rem;
  }

  .references-meta-bar {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
  }

  .references-meta-item {
      padding: 10px 18px;
      border-radius: 16px;
      background: rgba(15, 23, 42, 0.6);
      border: 1px solid rgba(148, 163, 184, 0.15);
      display: flex;
      align-items: center;
      gap: 10px;
      color: #e2e8f0;
      font-size: 0.85rem;
  }

  .references-meta-item .label {
      color: rgba(148, 163, 184, 0.8);
      font-weight: 500;
  }

  .references-meta-item .value {
      font-weight: 600;
      color: #f8fafc;
  }

  .references-chip-row {
      margin-top: 18px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
  }

  .references-chip {
      padding: 6px 14px;
      border-radius: 999px;
      border: 1px solid rgba(168, 85, 247, 0.25);
      background: rgba(15, 23, 42, 0.5);
      color: rgba(226, 232, 240, 0.85);
      font-size: 0.8rem;
  }

  @media (max-width: 992px) {
      .reference-card-large .reference-card-image {
          height: 210px;
      }
  }

  /* ------ References & Blog Enhancements ------ */
  .reference-meta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      font-size: 0.85rem;
      color: rgba(148, 163, 184, 0.85);
      margin: 16px 0 8px;
  }

  .reference-meta-row i {
      margin-right: 6px;
      color: rgba(168, 85, 247, 0.8);
  }

  .featured-post-card {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0;
      border-radius: 24px;
      overflow: hidden;
      background: rgba(12, 14, 24, 0.7);
      border: 1px solid rgba(148, 163, 184, 0.12);
      box-shadow: 0 22px 50px rgba(6, 10, 20, 0.5);
  }

  .featured-post-media {
      position: relative;
      min-height: 280px;
      overflow: hidden;
  }

  .featured-post-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
  }

  .featured-post-card:hover .featured-post-media img {
      transform: scale(1.06);
  }

  .featured-post-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, rgba(9, 12, 24, 0.15), rgba(9, 12, 24, 0.65));
  }

  .featured-post-body {
      padding: 32px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 16px;
  }

  .featured-post-body h3 {
      color: #f8fafc;
      margin: 0;
  }

  .featured-post-body p {
      color: rgba(226, 232, 240, 0.75);
      margin: 0;
  }

  .featured-post-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      font-size: 0.8rem;
      color: rgba(148, 163, 184, 0.8);
  }

  .featured-post-meta i {
      margin-right: 6px;
      color: rgba(168, 85, 247, 0.85);
  }

  .post-meta-bar {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: space-between;
      color: rgba(148, 163, 184, 0.85);
      font-size: 0.85rem;
      margin: 10px 0 16px;
  }

  .post-meta-left,
  .post-meta-right {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
  }

  .post-meta-bar i {
      margin-right: 6px;
      color: rgba(168, 85, 247, 0.85);
  }

  .post-excerpt {
      font-size: 1.05rem;
      color: rgba(226, 232, 240, 0.78);
  }

  @media (max-width: 992px) {
      .featured-post-card {
          grid-template-columns: 1fr;
      }

      .featured-post-body {
          padding: 24px;
      }

      .post-meta-bar {
          justify-content: flex-start;
      }
  }

  /* ------ Career Apply Form ------ */
  .career-apply-section .career-apply-intro {
      display: flex;
      flex-direction: column;
      gap: 18px;
  }

  .career-apply-steps {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-top: 10px;
  }

  .career-step {
      display: grid;
      grid-template-columns: 46px 1fr;
      gap: 14px;
      padding: 14px 16px;
      border-radius: 16px;
      background: rgba(15, 23, 42, 0.5);
      border: 1px solid rgba(148, 163, 184, 0.15);
  }

  .career-step-number {
      width: 40px;
      height: 40px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(168, 85, 247, 0.2);
      color: #e2e8f0;
      font-weight: 600;
  }

  .career-step h5 {
      margin: 0 0 4px;
      color: #f8fafc;
  }

  .career-step p {
      margin: 0;
      color: rgba(226, 232, 240, 0.75);
      font-size: 0.9rem;
  }

  .career-form-card {
      padding: 28px;
  }

  .career-form-card input[type="file"] {
      padding: 14px 16px;
  }

  .career-form-card .form-status {
      padding: 12px 14px;
      border-radius: 12px;
      font-size: 0.9rem;
      margin-bottom: 16px;
      line-height: 1.6;
  }

  .career-form-card .form-status.error {
      background: rgba(239, 68, 68, 0.12);
      border: 1px solid rgba(239, 68, 68, 0.3);
      color: #fecaca;
  }

  @media (max-width: 992px) {
      .career-form-card {
          padding: 22px;
      }
  }

.reference-card-content h5 {
    font-size: 17px;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 8px;
}

.reference-card-content p {
    font-size: 14px;
    color: rgba(200, 200, 220, 0.7);
    line-height: 1.5;
    margin: 0;
}

/* ------ Service Page Enhancements ------ */
.service-cover-image {
    border-radius: 16px;
    overflow: hidden;
}

.service-cover-image img {
    border-radius: 16px;
    transition: transform 0.5s ease;
}

.service-cover-image:hover img {
    transform: scale(1.02);
}

.service-cover-image {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.service-sidebar-card {
    position: sticky;
    top: 100px;
}

.related-service-link {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(200, 200, 220, 0.85);
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.related-service-link:hover {
    background: rgba(168, 85, 247, 0.1);
    color: #f8fafc;
}

.related-service-link i {
    font-size: 14px;
    color: rgba(168, 85, 247, 0.7);
}

/* ------ Light Subtle Background for sections ------ */
.bg-light-subtle {
    background: rgba(8, 10, 18, 0.5) !important;
}

/* --------- Content Blocks --------- */
.content-blocks {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.content-heading {
    font-weight: 700;
    color: #f8fafc;
    letter-spacing: -0.01em;
}

.content-heading--lg {
    font-size: 26px;
}

.content-heading--md {
    font-size: 20px;
}

.content-heading--sm {
    font-size: 18px;
}

.content-paragraph {
    font-size: 16px;
    color: rgba(220, 220, 240, 0.78);
    line-height: 1.75;
    margin: 0;
}

.content-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.content-list li {
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    color: rgba(210, 210, 230, 0.78);
    line-height: 1.6;
}

.content-list li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(168, 85, 247, 0.85);
    font-weight: 700;
}

.content-list--ordered {
    counter-reset: content-step;
}

.content-list--ordered li::before {
    counter-increment: content-step;
    content: counter(content-step, decimal-leading-zero);
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: rgba(168, 85, 247, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(168, 85, 247, 0.85);
    font-weight: 700;
}

.content-callout {
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: linear-gradient(135deg, rgba(12, 14, 24, 0.95), rgba(168, 85, 247, 0.06));
    padding: 22px 24px;
    box-shadow: 0 16px 40px rgba(5, 8, 20, 0.35);
}

.content-callout__title {
    font-size: 18px;
    font-weight: 700;
    color: #f8fafc;
}

.content-callout__body {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(220, 220, 240, 0.72);
    line-height: 1.7;
}

.content-quote {
    border-radius: 18px;
    border: 1px solid rgba(168, 85, 247, 0.25);
    background: rgba(12, 14, 24, 0.6);
    padding: 22px 24px;
}

.content-quote__text {
    font-size: 17px;
    color: rgba(235, 235, 250, 0.9);
    font-style: italic;
    margin: 0;
}

.content-quote__cite {
    margin-top: 10px;
    font-size: 13px;
    color: rgba(168, 85, 247, 0.8);
}

.content-figure {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.15);
}

.content-figure__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.content-figure__caption {
    padding: 12px 16px;
    font-size: 13px;
    color: rgba(200, 200, 220, 0.7);
    background: rgba(8, 10, 18, 0.6);
}

/* --------- Service Detail Layout --------- */
.service-detail-section {
    position: relative;
    --service-accent: 168, 85, 247;
    --service-accent-soft: rgba(var(--service-accent), 0.18);
    --service-accent-border: rgba(var(--service-accent), 0.35);
}

.service-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 36px;
    align-items: start;
}

.service-detail-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    border-radius: 26px;
    background: linear-gradient(160deg, rgba(12, 14, 24, 0.85) 0%, rgba(8, 9, 14, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(5, 8, 20, 0.4);
}

.service-detail-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-category-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(var(--service-accent), 0.9);
    border: 1px solid var(--service-accent-border);
    background: rgba(var(--service-accent), 0.12);
}

.service-detail-title {
    font-size: 30px;
    font-weight: 700;
    color: #f8fafc;
    margin: 0;
}

.service-detail-subtitle {
    font-size: 16px;
    color: rgba(220, 220, 240, 0.72);
    line-height: 1.7;
    margin: 0;
}

.service-detail-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-highlight-chip {
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(248, 250, 252, 0.9);
    background: var(--service-accent-soft);
    border: 1px solid var(--service-accent-border);
}

.service-detail-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 6px;
}

.service-detail-aside {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.service-detail-aside .card {
    background: rgba(10, 12, 20, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.service-detail-aside .card h4 {
    margin-bottom: 14px;
}

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

.service-summary-grid span {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(200, 200, 220, 0.65);
}

.service-summary-grid h5 {
    font-size: 15px;
    margin-top: 6px;
    color: #f8fafc;
}

.service-summary-list {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-summary-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(220, 220, 240, 0.75);
}

.service-summary-item i {
    color: rgba(var(--service-accent), 0.85);
}

@media (max-width: 1199px) {
    .service-detail-grid {
        grid-template-columns: 1fr;
    }

    .service-sidebar-card {
        position: static;
        top: auto;
    }
}

@media (max-width: 991px) {
    .service-detail-main {
        padding: 24px;
    }

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

/* --------- Page Metrics --------- */
.page-metrics {
    padding-top: 56px;
    padding-bottom: 0;
}

.page-sections {
    padding: 70px 20px 110px;
}

.page-metrics + .page-sections {
    padding-top: 48px;
}

.page-metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.page-metric-card {
    position: relative;
    overflow: hidden;
    padding: 24px 18px;
    border-radius: 18px;
    background: linear-gradient(160deg, rgba(12, 14, 24, 0.9) 0%, rgba(8, 9, 14, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    box-shadow: 0 18px 45px rgba(5, 8, 20, 0.35);
}

.page-metric-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(var(--page-accent), 0.18), transparent 55%);
    opacity: 0.6;
    pointer-events: none;
}

.page-metric-value {
    font-size: 28px;
    font-weight: 700;
    color: #f8fafc;
}

.page-metric-label {
    margin-top: 6px;
    font-size: 12px;
    color: rgba(200, 200, 220, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

@media (max-width: 991px) {
    .page-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .page-metrics-grid {
        grid-template-columns: 1fr;
    }
}

/* --------- Service Showcase Variants --------- */
.service-showcase {
    position: relative;
    padding: 80px 0 40px;
    overflow: hidden;
}

.service-showcase::before {
    content: '';
    position: absolute;
    inset: -20% 0 auto;
    height: 320px;
    background: radial-gradient(circle at 20% 30%, rgba(var(--service-accent), 0.28), rgba(8, 10, 18, 0) 60%);
    opacity: 0.85;
    pointer-events: none;
}

.service-showcase--editorial::before {
    background: radial-gradient(circle at 80% 20%, rgba(var(--service-accent), 0.32), rgba(8, 10, 18, 0) 55%);
}

.service-showcase--signal::before {
    background: radial-gradient(circle at 40% 30%, rgba(var(--service-accent), 0.32), rgba(8, 10, 18, 0) 60%);
}

.service-showcase--support::before {
    background: radial-gradient(circle at 20% 15%, rgba(var(--service-accent), 0.25), rgba(8, 10, 18, 0) 55%);
}

.service-showcase--ux::before {
    background: radial-gradient(circle at 70% 25%, rgba(var(--service-accent), 0.3), rgba(8, 10, 18, 0) 60%);
}

.service-showcase--content::before {
    background: radial-gradient(circle at 60% 20%, rgba(var(--service-accent), 0.28), rgba(8, 10, 18, 0) 60%);
}

.service-showcase-title {
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    color: #f8fafc;
    margin: 0;
}

.service-showcase-subtitle {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(224, 227, 240, 0.74);
    margin: 0;
}

.service-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(var(--service-accent), 0.9);
    border: 1px solid rgba(var(--service-accent), 0.45);
    background: rgba(var(--service-accent), 0.12);
}

.service-showcase-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 40px;
    align-items: center;
}

.service-showcase-copy {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.service-showcase-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-chip {
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(248, 250, 252, 0.9);
    background: rgba(var(--service-accent), 0.16);
    border: 1px solid rgba(var(--service-accent), 0.35);
}

.service-showcase-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.service-showcase-link {
    color: rgba(240, 242, 255, 0.85);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.service-showcase-link:hover {
    color: rgba(var(--service-accent), 0.9);
}

.service-showcase-media {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.service-media-frame {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(5, 8, 20, 0.45);
}

.service-media-frame img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

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

.service-stat-card {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(10, 12, 20, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(200, 204, 220, 0.65);
}

.service-stat-value {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    color: #f8fafc;
}

.service-editorial {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: center;
}

.editorial-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.editorial-feature {
    padding: 16px;
    border-radius: 18px;
    background: rgba(10, 12, 20, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.editorial-feature-index {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: rgba(var(--service-accent), 0.85);
}

.editorial-feature p {
    margin: 0;
    color: rgba(230, 232, 244, 0.8);
    font-size: 14px;
}

.editorial-visual {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.editorial-frame {
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transform: rotate(-1deg);
    box-shadow: 0 26px 60px rgba(5, 8, 20, 0.45);
}

.editorial-frame img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.editorial-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.editorial-strip span {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    background: rgba(var(--service-accent), 0.14);
    border: 1px solid rgba(var(--service-accent), 0.35);
    color: rgba(244, 246, 255, 0.9);
}

.service-signal-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: start;
}

.signal-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.signal-metric-card {
    padding: 16px;
    border-radius: 18px;
    background: rgba(10, 12, 20, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: rgba(230, 232, 244, 0.85);
}

.signal-metric-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(var(--service-accent), 0.2);
    color: rgba(var(--service-accent), 0.9);
}

.signal-steps {
    padding: 24px;
    border-radius: 22px;
    background: rgba(10, 12, 20, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.signal-steps-title {
    margin: 0;
    font-size: 18px;
    color: #f8fafc;
}

.signal-steps-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.signal-step {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(230, 232, 244, 0.85);
}

.signal-step-index {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(var(--service-accent), 0.2);
    color: rgba(var(--service-accent), 0.9);
    font-weight: 700;
    font-size: 12px;
}

.signal-cta {
    margin-top: 8px;
}

.service-support-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: start;
}

.support-panel {
    padding: 28px;
    border-radius: 24px;
    background: rgba(10, 12, 20, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.support-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.support-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(230, 232, 244, 0.85);
}

.support-list-item i {
    color: rgba(var(--service-accent), 0.9);
}

.support-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.support-card {
    padding: 18px;
    border-radius: 18px;
    background: rgba(12, 14, 24, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.support-card-label {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(200, 204, 220, 0.65);
}

.support-card-value {
    display: block;
    margin-top: 6px;
    color: #f8fafc;
    font-size: 16px;
}

.support-image {
    grid-column: 1 / -1;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 50px rgba(5, 8, 20, 0.4);
}

.support-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.service-ux-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: start;
}

.ux-journey {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
}

.ux-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(10, 12, 20, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(230, 232, 244, 0.85);
}

.ux-step-index {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(var(--service-accent), 0.2);
    color: rgba(var(--service-accent), 0.9);
    font-size: 12px;
    font-weight: 700;
}

.ux-panel {
    padding: 24px;
    border-radius: 22px;
    background: rgba(10, 12, 20, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ux-frame {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(5, 8, 20, 0.4);
}

.ux-frame img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.ux-highlight-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ux-highlight-list span {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    background: rgba(var(--service-accent), 0.14);
    border: 1px solid rgba(var(--service-accent), 0.35);
    color: rgba(244, 246, 255, 0.9);
}

.service-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: start;
}

.content-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.content-pillar {
    padding: 14px;
    border-radius: 16px;
    background: rgba(10, 12, 20, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(230, 232, 244, 0.85);
    font-size: 14px;
}

.content-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.content-card {
    padding: 18px;
    border-radius: 18px;
    background: rgba(12, 14, 24, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: rgba(230, 232, 244, 0.85);
}

.content-card i {
    color: rgba(var(--service-accent), 0.9);
}

.content-cta {
    margin-top: 16px;
}

@media (max-width: 991px) {
    .service-showcase-grid,
    .service-editorial,
    .service-signal-grid,
    .service-support-grid,
    .service-ux-grid,
    .service-content-grid {
        grid-template-columns: 1fr;
    }

    .service-showcase-stats,
    .signal-metrics,
    .content-pillars {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .content-cards,
    .support-cards,
    .editorial-feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .service-showcase-stats,
    .signal-metrics,
    .content-pillars {
        grid-template-columns: 1fr;
    }
}

/* --- Service Page Revamp --- */
.service-hero {
    position: relative;
    padding: 90px 0 60px;
    overflow: hidden;
}

.service-hero::before {
    content: '';
    position: absolute;
    inset: -30% 0 auto;
    height: 360px;
    background: radial-gradient(circle at 20% 30%, rgba(var(--service-accent), 0.28), rgba(8, 10, 18, 0) 60%);
    opacity: 0.85;
    pointer-events: none;
}

.service-hero::after {
    content: '';
    position: absolute;
    inset: auto 0 -120px;
    height: 220px;
    background: radial-gradient(circle at 80% 40%, rgba(var(--service-accent), 0.16), rgba(8, 10, 18, 0) 70%);
    opacity: 0.7;
    pointer-events: none;
}

.service-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 44px;
    align-items: center;
}

.service-hero--editorial .service-hero-grid,
.service-hero--dashboard .service-hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.service-hero--editorial .service-hero-copy {
    order: 2;
}

.service-hero--editorial .service-hero-visual {
    order: 1;
}

.service-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.service-hero-title {
    font-size: clamp(34px, 4.2vw, 52px);
    font-weight: 700;
    color: #f8fafc;
    margin: 0;
}

.service-hero-subtitle {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(224, 227, 240, 0.78);
    margin: 0;
}

.service-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

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

.service-hero-link {
    color: rgba(240, 242, 255, 0.85);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.service-hero-link:hover {
    color: rgba(var(--service-accent), 0.95);
}

.service-hero-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(200, 204, 220, 0.6);
}

.service-hero-meta .dot {
    font-size: 10px;
    opacity: 0.5;
}

.service-hero-visual {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.service-hero-image {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 80px rgba(5, 8, 20, 0.45);
}

.service-hero-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(12, 14, 24, 0.2), rgba(12, 14, 24, 0.65));
    opacity: 0.6;
}

.service-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

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

.service-metric-card {
    padding: 16px;
    border-radius: 16px;
    background: rgba(10, 12, 20, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-metric-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(200, 204, 220, 0.65);
}

.service-metric-value {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    color: #f8fafc;
}

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

.service-section-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(var(--service-accent), 0.9);
}

.service-section-head h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 34px);
    color: #f8fafc;
}

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

.service-value-card {
    padding: 20px;
    border-radius: 20px;
    background: rgba(10, 12, 20, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(5, 8, 20, 0.28);
}

.service-value-card h3 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #f8fafc;
}

.service-value-card p {
    margin: 0;
    color: rgba(220, 223, 238, 0.75);
    line-height: 1.6;
}

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

.service-process-step {
    display: flex;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(12, 14, 24, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-process-step .step-index {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(var(--service-accent), 0.2);
    color: rgba(var(--service-accent), 0.9);
    font-weight: 700;
}

.service-process-step h4 {
    margin: 0 0 6px;
    color: #f8fafc;
    font-size: 15px;
}

.service-process-step p {
    margin: 0;
    color: rgba(220, 223, 238, 0.7);
    font-size: 13px;
    line-height: 1.6;
}

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

.service-deliverable-card {
    padding: 20px;
    border-radius: 18px;
    background: rgba(10, 12, 20, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-deliverable-card h3 {
    margin: 0 0 8px;
    color: #f8fafc;
    font-size: 15px;
}

.service-deliverable-card p {
    margin: 0;
    color: rgba(220, 223, 238, 0.72);
    line-height: 1.6;
}

.service-content-body {
    padding: 24px;
    border-radius: 20px;
    background: rgba(10, 12, 20, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-stack-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-stack-chip {
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    color: rgba(244, 246, 255, 0.9);
    background: rgba(var(--service-accent), 0.16);
    border: 1px solid rgba(var(--service-accent), 0.35);
}

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

.service-faq-item {
    padding: 20px;
    border-radius: 18px;
    background: rgba(10, 12, 20, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-faq-item h3 {
    margin: 0 0 8px;
    color: #f8fafc;
    font-size: 15px;
}

.service-faq-item p {
    margin: 0;
    color: rgba(220, 223, 238, 0.72);
    line-height: 1.6;
}

.service-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(12, 14, 24, 0.92), rgba(8, 9, 14, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(5, 8, 20, 0.4);
}

.service-cta-card h2 {
    margin: 0 0 6px;
    font-size: 22px;
    color: #f8fafc;
}

.service-cta-card p {
    margin: 0;
    color: rgba(220, 223, 238, 0.72);
}

@media (max-width: 991px) {
    .service-hero-grid,
    .service-process-grid,
    .service-deliverables-grid,
    .service-faq-list,
    .service-value-grid {
        grid-template-columns: 1fr;
    }

    .service-hero-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 575px) {
    .service-hero {
        padding: 70px 0 50px;
    }

    .service-hero-metrics {
        grid-template-columns: 1fr;
    }
}

.service-hero--signal::before {
    background: radial-gradient(circle at 60% 25%, rgba(var(--service-accent), 0.3), rgba(8, 10, 18, 0) 60%);
}

.service-hero--support::before {
    background: radial-gradient(circle at 25% 25%, rgba(var(--service-accent), 0.22), rgba(8, 10, 18, 0) 60%);
}

.service-hero--content::before {
    background: radial-gradient(circle at 70% 20%, rgba(var(--service-accent), 0.26), rgba(8, 10, 18, 0) 60%);
}

/* Contact page redesign */
.contact-hero {
  position: relative;
  padding: 120px 0 90px;
  overflow: hidden;
  background: linear-gradient(135deg, #0a0f1f 0%, #0f1b2f 45%, #0f2330 100%);
  color: #eef3fb;
}
.contact-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(63, 208, 201, 0.25), transparent 45%),
    radial-gradient(circle at 80% 10%, rgba(242, 180, 65, 0.2), transparent 40%),
    radial-gradient(circle at 70% 80%, rgba(63, 208, 201, 0.15), transparent 45%);
  opacity: 0.95;
  pointer-events: none;
}
.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.18;
  pointer-events: none;
}
.contact-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 48px;
  z-index: 1;
}
.contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(238, 243, 251, 0.7);
}
.contact-hero-title {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  margin: 16px 0 12px;
}
.contact-hero-subtitle {
  font-size: 18px;
  line-height: 1.6;
  max-width: 560px;
  color: rgba(238, 243, 251, 0.8);
}
.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 28px 0 32px;
}
.btn-ghost {
  border: 1px solid rgba(238, 243, 251, 0.3);
  color: #eef3fb;
  background: rgba(15, 27, 47, 0.4);
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-ghost:hover {
  border-color: rgba(63, 208, 201, 0.6);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(63, 208, 201, 0.25);
}
.contact-hero-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}
.contact-highlight-card {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(15, 27, 47, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.contact-highlight-card h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.contact-highlight-card p {
  font-size: 14px;
  color: rgba(238, 243, 251, 0.7);
  margin: 0;
}
.contact-hero-panel {
  display: grid;
  gap: 20px;
}
.contact-panel {
  padding: 22px;
  border-radius: 22px;
  background: rgba(10, 15, 31, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(7, 10, 21, 0.35);
}
.contact-panel-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.contact-info-list {
  display: grid;
  gap: 12px;
}
.contact-info-item {
  display: grid;
  gap: 6px;
}
.contact-info-item a,
.contact-info-item span {
  color: #eef3fb;
  text-decoration: none;
}
.contact-info-item .label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(238, 243, 251, 0.6);
}
.contact-panel-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.contact-panel-meta strong {
  display: block;
  font-size: 16px;
}
.contact-panel--cta {
  background: linear-gradient(140deg, rgba(63, 208, 201, 0.25), rgba(242, 180, 65, 0.15));
}
.contact-panel--cta .contact-panel-kicker {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(238, 243, 251, 0.75);
}
.contact-panel--cta h3 {
  margin-top: 10px;
  margin-bottom: 8px;
}
.contact-main {
  padding: 90px 0 80px;
  background: #0b101b;
  color: #e6edf7;
}
.contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 36px;
}
.contact-form-card {
  padding: 28px;
  border-radius: 24px;
  background: #111a2b;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.contact-form-title {
  font-size: 28px;
  margin-bottom: 18px;
}
.contact-alert {
  margin-bottom: 16px;
  border-radius: 16px;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0;
}
.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  background: #0c1322;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e6edf7;
  border-radius: 14px;
  padding: 14px 16px;
}
.contact-form-card input:focus,
.contact-form-card textarea:focus {
  outline: none;
  border-color: rgba(63, 208, 201, 0.7);
  box-shadow: 0 0 0 3px rgba(63, 208, 201, 0.15);
}
.contact-choice-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 18px;
  background: rgba(12, 19, 34, 0.8);
}
.contact-choice-card legend {
  font-size: 14px;
  color: rgba(238, 243, 251, 0.8);
  margin-bottom: 12px;
}
.contact-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.contact-choice-option {
  position: relative;
  padding: 14px 14px 14px 46px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 15, 27, 0.7);
  cursor: pointer;
}
.contact-choice-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.contact-choice-option .choice-frame {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.contact-choice-option input:checked ~ .choice-frame {
  border-color: rgba(63, 208, 201, 0.9);
  box-shadow: inset 0 0 0 4px rgba(63, 208, 201, 0.9);
}
.contact-choice-option .choice-text {
  font-weight: 600;
}
.contact-choice-option .choice-meta {
  font-size: 12px;
  color: rgba(238, 243, 251, 0.6);
}
.contact-side-card {
  padding: 26px;
  border-radius: 24px;
  background: #0f1a2c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 18px;
  height: fit-content;
}
.contact-side-kicker {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(238, 243, 251, 0.65);
}
.contact-side-steps {
  display: grid;
  gap: 12px;
}
.contact-side-step {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.contact-side-step .step-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(63, 208, 201, 0.9);
  box-shadow: 0 0 0 6px rgba(63, 208, 201, 0.2);
}
.contact-side-callout {
  padding: 16px;
  border-radius: 16px;
  background: rgba(63, 208, 201, 0.08);
}
.contact-side-callout span {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}
.contact-location {
  padding: 80px 0 100px;
  background: #0b101b;
}
.contact-location-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  border-radius: 28px;
  padding: 24px;
  background: #101b2d;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.contact-location-info h2 {
  font-size: 30px;
  margin-bottom: 12px;
}
.contact-location-map {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 320px;
  background: #0c1322;
}
.contact-location-map .maps-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  height: 100%;
}
.contact-location-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-location-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(10, 15, 31, 0.85);
  color: #eef3fb;
  font-size: 13px;
  max-width: 75%;
}
.contact-location-badge span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(238, 243, 251, 0.6);
}
@media (max-width: 991px) {
  .contact-hero-grid,
  .contact-main-grid,
  .contact-location-card {
    grid-template-columns: 1fr;
  }
  .contact-hero {
    padding: 90px 0 70px;
  }
  .contact-panel-meta {
    grid-template-columns: 1fr;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
  .contact-choice-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .contact-hero-title {
    font-size: 32px;
  }
  .contact-main {
    padding: 70px 0;
  }
}
/* Contact page refinements */
.contact-hero {
  background: var(--secondary);
  color: var(--primary);
}
.contact-hero-bg {
  background:
    radial-gradient(at top left, var(--accent-color-3) 0%, var(--secondary) 60%),
    radial-gradient(at bottom right, var(--accent-color-6) 0%, var(--accent-transparent) 55%);
  opacity: 0.9;
}
.contact-hero::after {
  background-image: radial-gradient(at center center, rgba(200, 42, 239, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
  opacity: 0.35;
}
.contact-hero-title {
  color: var(--primary);
}
.contact-hero-subtitle {
  color: var(--text-color);
}
.contact-kicker {
  color: var(--text-color);
}
.contact-highlight-card,
.contact-panel,
.contact-side-card,
.contact-location-card {
  background-color: transparent;
  background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 70%);
  border: 1px solid var(--accent-color-3);
  box-shadow: var(--box-shadow-top-left-wide);
}
.contact-panel--cta {
  background-image: linear-gradient(180deg, rgba(200, 42, 239, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.contact-panel--cta .contact-panel-kicker {
  color: var(--text-color);
}
.contact-main,
.contact-location {
  background: var(--secondary);
}
.contact-form-card {
  background-color: transparent;
  background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 70%);
  border: 1px solid var(--accent-color-3);
  box-shadow: var(--box-shadow-top-left-wide);
}
.contact-form-title {
  color: var(--primary);
}
.contact-form-card .form input,
.contact-form-card .form textarea {
  background-color: var(--secondary);
  border: 1px solid var(--accent-color-3);
  color: var(--primary);
  border-radius: 28px;
}
.contact-form-card .form textarea {
  border-radius: 22px;
}
.contact-form-card .form input::placeholder,
.contact-form-card .form textarea::placeholder {
  color: var(--text-color);
}
.contact-form-card .form input:focus,
.contact-form-card .form textarea:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px rgba(200, 42, 239, 0.2);
}
.contact-choice-card {
  border: 1px solid var(--accent-color-3);
  background: var(--secondary);
}
.contact-choice-option {
  border: 1px solid var(--accent-color-3);
  background: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 70%);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-choice-option:hover {
  transform: translateY(-2px);
  border-color: var(--accent-color);
  box-shadow: var(--box-shadow-bottom-right);
}
.contact-choice-option .choice-frame {
  border-color: rgba(255, 255, 255, 0.25);
}
.contact-choice-option input:checked ~ .choice-frame {
  border-color: var(--accent-color);
  box-shadow: inset 0 0 0 4px var(--accent-color);
}
.contact-location-map {
  background: var(--secondary);
  border: 1px solid var(--accent-color-3);
}
.contact-location-badge {
  background: rgba(4, 4, 4, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.btn-ghost {
  border-color: var(--accent-color-3);
  color: var(--primary);
}
.btn-ghost:hover {
  border-color: var(--accent-color);
}
/* Contact consent checkbox fix */
.contact-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
}
.contact-form .form-check-input {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 4px 0 0 0;
  border-radius: 4px;
  flex: 0 0 18px;
  background-color: var(--secondary);
  border: 1px solid var(--accent-color-3);
  box-shadow: none;
}
.contact-form .form-check-input:checked {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.contact-form .form-check-label {
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.5;
}
/* Contact form variants */
.contact-form-variant {
  margin-top: 18px;
}
.contact-form-variant.hidden {
  display: none;
}
/* Contact hero background + card polish */
.contact-hero {
  background: #040404;
}
.contact-hero-bg {
  background:
    radial-gradient(circle at 18% 20%, rgba(200, 42, 239, 0.22), transparent 42%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.06), transparent 36%),
    radial-gradient(circle at 70% 78%, rgba(200, 42, 239, 0.12), transparent 48%);
  opacity: 1;
}
.contact-hero::after {
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0) 60%);
  opacity: 0.6;
}

.contact-highlight-card,
.contact-panel,
.contact-side-card,
.contact-location-card {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.9) 0%, rgba(8, 8, 8, 0.9) 100%);
  border: 1px solid rgba(200, 42, 239, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}

.contact-highlight-card::after,
.contact-panel::after,
.contact-side-card::after,
.contact-location-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(200, 42, 239, 0.14), transparent 45%);
  opacity: 0.25;
  pointer-events: none;
}

.contact-highlight-card:hover,
.contact-panel:hover,
.contact-side-card:hover,
.contact-location-card:hover {
  border-color: rgba(200, 42, 239, 0.45);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.55);
  transform: translateY(-2px);
}

.contact-panel--cta {
  background: linear-gradient(160deg, rgba(200, 42, 239, 0.28) 0%, rgba(10, 10, 10, 0.9) 70%);
}

.contact-highlight-card h3,
.contact-panel-title,
.contact-panel--cta h3,
.contact-side-card h3,
.contact-location-info h2 {
  color: var(--primary);
}

.contact-info-item a,
.contact-info-item span,
.contact-panel-meta strong {
  color: var(--primary);
}

.contact-highlight-card p,
.contact-panel--cta p,
.contact-side-callout p,
.contact-location-info p {
  color: var(--text-color);
}

.contact-location-badge {
  background: rgba(6, 6, 6, 0.85);
  border: 1px solid rgba(200, 42, 239, 0.25);
}
/* References section refinement */
.section-references {
  background: #040404;
}
.section-references::before {
  background: radial-gradient(circle at 25% 30%, rgba(200, 42, 239, 0.18), transparent 55%);
  opacity: 0.55;
}
.section-references::after {
  background: linear-gradient(180deg, rgba(4, 4, 4, 0.92) 0%, rgba(4, 4, 4, 0.98) 100%);
  opacity: 1;
}
.references-heading h2 {
  color: #f8fafc;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}
.reference-card {
  border-radius: 32px;
  padding: 26px;
  background: rgba(8, 8, 10, 0.75);
  border: 1px solid rgba(200, 42, 239, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.65), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);
}
.reference-card::after {
  background: linear-gradient(180deg, rgba(4, 4, 6, 0.2) 0%, rgba(4, 4, 6, 0.55) 55%, rgba(4, 4, 6, 0.9) 100%);
}
.reference-card-media {
  min-height: 240px;
}
.reference-card-badge {
  background: rgba(8, 8, 10, 0.8);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}
.reference-card-info span {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: rgba(226, 232, 240, 0.7);
}
.reference-card:hover {
  transform: translateY(-10px);
  border-color: rgba(200, 42, 239, 0.45);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.75);
}
@media (max-width: 576px) {
  .reference-card {
    padding: 22px;
  }
  .reference-card-media {
    min-height: 210px;
  }
}
/* Hero kicker rotator position */
.hero-kicker {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero-rotator {
  margin: 0;
  font-size: clamp(11px, 1.2vw, 14px);
  letter-spacing: 0.28em;
  color: rgba(210, 210, 220, 0.8);
  text-transform: uppercase;
}
/* Hero rotator size bump */
.hero-rotator {
  font-size: clamp(16px, 2.2vw, 22px);
  letter-spacing: 0.32em;
}
@media (max-width: 991px) {
  .hero-rotator {
    font-size: clamp(14px, 3vw, 18px);
    letter-spacing: 0.24em;
  }
}
/* Banner service rotator */
.banner-tagline {
  margin: 0;
}
.banner-rotator {
  display: inline-flex;
  align-items: center;
  font-size: clamp(16px, 2.1vw, 22px);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: none;
  color: rgba(220, 220, 235, 0.9);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.banner-rotator.is-fading {
  opacity: 0;
  transform: translateY(4px);
}
@media (max-width: 991px) {
  .banner-rotator {
    font-size: clamp(14px, 2.8vw, 18px);
    letter-spacing: 0.04em;
  }
}
/* Hero layout distribution */
.has-hero .banner-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 64px);
  align-items: center;
}
.has-hero .banner-video-content,
.has-hero .banner-content {
  width: 100% !important;
}
.has-hero .banner-video-content {
  justify-content: center;
}
.has-hero .banner-video-content .d-flex {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 24px;
}
.has-hero .banner-video-content p {
  max-width: 520px;
}
.has-hero .banner-content {
  align-items: flex-start;
  gap: 20px;
}
.has-hero .banner-content p {
  max-width: 560px;
}
.has-hero .banner-reviewer {
  margin-right: 0;
  justify-content: flex-start;
  gap: 18px;
}

@media (max-width: 991px) {
  .has-hero .banner-heading {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
  .has-hero .banner-video-content .d-flex {
    justify-content: center;
    text-align: center;
  }
  .has-hero .banner-content {
    align-items: center;
    text-align: center;
  }
  .has-hero .banner-reviewer {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .has-hero .banner-video-content .d-flex {
    gap: 16px;
  }
}
/* Hero spacing tweaks */
.has-hero .banner-heading {
  gap: clamp(28px, 5vw, 80px);
}
.has-hero .banner-video-container .hero-container > .d-flex {
  gap: clamp(22px, 3vw, 32px);
}
.has-hero .banner-content {
  gap: 28px;
}
.has-hero .banner-reviewer {
  gap: 26px;
}
.has-hero .banner-reviewer .detail {
  margin-left: 6px;
}
@media (max-width: 991px) {
  .has-hero .banner-heading {
    gap: 34px;
  }
  .has-hero .banner-content {
    gap: 22px;
  }
}
/* Hero rotator typography boost */
.hero-rotator {
  font-size: clamp(20px, 2.8vw, 30px);
  letter-spacing: 0.26em;
  line-height: 1.2;
}
.banner-rotator {
  font-size: clamp(18px, 2.4vw, 26px);
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .hero-rotator {
    font-size: clamp(16px, 4.2vw, 22px);
    letter-spacing: 0.2em;
  }
  .banner-rotator {
    font-size: clamp(16px, 3.6vw, 22px);
  }
}
/* ---- Corporate Pages Redesign ---- */
.corp-page {
  position: relative;
  background: #07070b;
  color: #e2e8f0;
}

.corp-hero {
  position: relative;
  padding: clamp(80px, 10vw, 120px) 0 60px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.corp-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(var(--page-accent), 0.35), transparent 55%),
    linear-gradient(180deg, rgba(5, 5, 9, 0.2) 0%, rgba(5, 5, 9, 0.85) 60%, rgba(5, 5, 9, 0.98) 100%);
}

.corp-hero-glow {
  position: absolute;
  right: -10%;
  top: -20%;
  width: 50%;
  height: 80%;
  background: radial-gradient(circle, rgba(var(--page-accent-2), 0.35), transparent 70%);
  filter: blur(20px);
  opacity: 0.65;
}

.corp-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(24px, 5vw, 72px);
  z-index: 2;
}

.corp-hero-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.corp-kicker {
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: clamp(11px, 1.1vw, 13px);
  color: rgba(218, 212, 255, 0.8);
}

.corp-title {
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 700;
  color: #f8fafc;
  line-height: 1.1;
  margin: 0;
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

.corp-subtitle {
  font-size: clamp(16px, 1.6vw, 20px);
  color: rgba(226, 232, 240, 0.78);
  max-width: 560px;
  margin: 0;
}

.corp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-outline-corp {
  background: rgba(10, 10, 14, 0.55);
  border: 1px solid rgba(var(--page-accent), 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.btn-outline-corp .btn-title span {
  color: #f8fafc;
}

.btn-outline-corp .icon-circle {
  background: rgba(var(--page-accent), 0.2);
  border: 1px solid rgba(var(--page-accent), 0.4);
}

.btn-outline-corp:hover {
  border-color: rgba(var(--page-accent), 0.8);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.35);
}

.corp-hero-highlights {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.corp-highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: rgba(226, 232, 240, 0.9);
}

.corp-highlight-icon {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--page-accent), 0.15);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(var(--page-accent), 0.35);
}

.corp-breadcrumb {
  display: flex;
  gap: 10px;
  font-size: 0.85rem;
  color: rgba(226, 232, 240, 0.6);
  margin-top: 10px;
}

.corp-breadcrumb a {
  color: rgba(226, 232, 240, 0.85);
  text-decoration: none;
}

.corp-hero-panel {
  background: rgba(9, 10, 15, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: clamp(18px, 2.6vw, 30px);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
}

.corp-panel-grid {
  display: grid;
  gap: 18px;
}

.corp-panel-card {
  background: rgba(12, 13, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.corp-panel-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--page-accent), 0.18);
  color: #f8fafc;
  font-size: 1.1rem;
}

.corp-panel-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(218, 212, 255, 0.7);
}

.corp-panel-title {
  font-size: 1.15rem;
  color: #f8fafc;
  margin: 0;
}

.corp-panel-body {
  margin: 0;
  color: rgba(226, 232, 240, 0.75);
  font-size: 0.95rem;
}

.corp-panel-highlight {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(226, 232, 240, 0.9);
}

.corp-panel-highlight i {
  color: rgba(var(--page-accent), 0.9);
}

.corp-metrics {
  margin-top: clamp(26px, 4vw, 46px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.corp-metric-card {
  background: rgba(12, 12, 16, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 18px 20px;
  text-align: left;
}

.corp-metric-value {
  font-size: 1.6rem;
  font-weight: 700;
  color: #f8fafc;
}

.corp-metric-label {
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.7);
}

.corp-section {
  padding: clamp(70px, 9vw, 110px) 0;
  background: #07070b;
  position: relative;
}

.corp-section:nth-of-type(even) {
  background: #050509;
}

.corp-section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.corp-section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.7rem;
  color: rgba(218, 212, 255, 0.65);
}

.corp-section-header h2 {
  color: #f8fafc;
  font-size: clamp(26px, 3.5vw, 40px);
  margin: 0;
}

.corp-section-header p {
  color: rgba(226, 232, 240, 0.72);
  margin: 0;
}

.corp-timeline-grid {
  display: grid;
  gap: 18px;
}

.corp-timeline-item {
  display: grid;
  grid-template-columns: minmax(70px, 90px) 1fr;
  gap: 18px;
  align-items: flex-start;
}

.corp-timeline-year {
  font-size: 0.95rem;
  font-weight: 600;
  color: #f8fafc;
  background: rgba(var(--page-accent), 0.18);
  border: 1px solid rgba(var(--page-accent), 0.4);
  border-radius: 999px;
  padding: 6px 14px;
  text-align: center;
}

.corp-timeline-card {
  background: rgba(12, 12, 16, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 18px 20px;
}

.corp-timeline-card h4 {
  margin: 0 0 8px;
  color: #f8fafc;
  font-size: 1.1rem;
}

.corp-timeline-card p {
  margin: 0;
  color: rgba(226, 232, 240, 0.75);
}

.corp-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
}

.corp-value-card {
  background: rgba(12, 12, 16, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.corp-value-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--page-accent-2), 0.2);
  color: #f8fafc;
  font-size: 1.1rem;
}

.corp-value-card h5 {
  margin: 0;
  color: #f8fafc;
  font-size: 1rem;
}

.corp-value-card p {
  margin: 0;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.92rem;
}

.corp-subtitle-heading {
  text-align: center;
  margin: 40px 0 22px;
  color: #f8fafc;
  font-size: clamp(18px, 2.2vw, 24px);
}

.corp-tech-stack {
  margin-top: 36px;
}

.corp-tech-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.corp-tech-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(8, 8, 12, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(226, 232, 240, 0.85);
  font-size: 0.9rem;
}

.corp-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.corp-process-card {
  background: rgba(12, 12, 16, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.corp-process-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.corp-process-step {
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(226, 232, 240, 0.85);
}

.corp-process-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--page-accent), 0.18);
  color: #f8fafc;
}

.corp-career {
  background: #050509;
}

.corp-career-intro {
  padding: 24px;
  border-radius: 24px;
  background: rgba(12, 12, 16, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.corp-career-form {
  border-radius: 24px;
  background: rgba(12, 12, 16, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.corp-cta {
  background: radial-gradient(circle at top left, rgba(var(--page-accent), 0.2), transparent 55%), #050509;
}

.corp-cta-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  background: rgba(12, 12, 16, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

.corp-cta-content {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.corp-cta-kicker {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.7rem;
  color: rgba(218, 212, 255, 0.7);
}

.corp-cta-content h2 {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(24px, 3vw, 36px);
}

.corp-cta-content p {
  margin: 0;
  color: rgba(226, 232, 240, 0.78);
}

.corp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 991px) {
  .corp-hero-grid {
    grid-template-columns: 1fr;
  }
  .corp-hero-panel {
    order: 2;
  }
  .corp-hero-content {
    order: 1;
    align-items: center;
    text-align: center;
  }
  .corp-hero-actions {
    justify-content: center;
  }
  .corp-hero-highlights {
    justify-items: center;
  }
  .corp-breadcrumb {
    justify-content: center;
  }
  .corp-section-header {
    padding: 0 12px;
  }
}

@media (max-width: 768px) {
  .corp-timeline-item {
    grid-template-columns: 1fr;
  }
  .corp-timeline-year {
    justify-self: flex-start;
  }
  .corp-cta-inner {
    flex-direction: column;
    text-align: center;
  }
  .corp-cta-actions {
    justify-content: center;
  }
}
/* Corporate pages: force transparent background */
.corp-page,
.corp-hero,
.corp-section,
.corp-career,
.corp-cta {
  background: transparent !important;
}
.corp-hero-overlay,
.corp-hero-glow {
  display: none !important;
}
/* Service pages: force transparent background */
.service-hero,
.service-section,
.service-cta {
  background: transparent !important;
}
.service-hero::before,
.service-hero::after,
.service-hero--signal::before,
.service-hero--support::before,
.service-hero--content::before {
  display: none !important;
  background: none !important;
}

/* Mobile menu: transparent top header area */
.sidebar.mobile-menu::before {
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.02), transparent 55%),
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.02), transparent 60%),
    linear-gradient(180deg, rgba(6, 7, 10, 0) 0%, rgba(6, 7, 10, 0.12) 22%, rgba(4, 5, 8, 0.72) 55%, rgba(2, 3, 5, 0.96) 100%);
}

.sidebar.mobile-menu::after {
  opacity: 0.06;
}

.mobile-menu__header {
  background: transparent !important;
}
/* Mobile menu header: restore curved translucent shape */
.mobile-menu__header {
  background:
    radial-gradient(circle at 50% 100%, rgba(8, 10, 16, 0) 0 40px, rgba(8, 10, 16, 0.42) 42px),
    linear-gradient(180deg, rgba(10, 12, 18, 0.55) 0%, rgba(8, 10, 16, 0.28) 70%, rgba(8, 10, 16, 0) 100%) !important;
  backdrop-filter: blur(6px);
}
/* Mobile menu header: stronger transparent notch */
.mobile-menu__header {
  position: relative;
  background: transparent !important;
}

.mobile-menu__header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -32px;
  width: 150px;
  height: 74px;
  transform: translateX(-50%);
  border-bottom-left-radius: 120px 70px;
  border-bottom-right-radius: 120px 70px;
  background: transparent;
  box-shadow: 0 38px 0 0 rgba(6, 7, 10, 0.45);
  filter: blur(0.2px);
  pointer-events: none;
}

@media (max-width: 560px) {
  .mobile-menu__header::after {
    width: 120px;
    height: 60px;
    bottom: -28px;
  }
}
/* Mobile menu top area: higher transparency */
.sidebar.mobile-menu::before {
  opacity: 0.7 !important;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.015), transparent 60%),
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.015), transparent 65%),
    linear-gradient(180deg, rgba(6, 7, 10, 0) 0%, rgba(6, 7, 10, 0.06) 25%, rgba(4, 5, 8, 0.45) 55%, rgba(2, 3, 5, 0.85) 100%);
}

.sidebar.mobile-menu::after {
  opacity: 0.04 !important;
}
/* Mobile menu: make top area much more transparent */
.sidebar.mobile-menu {
  background: linear-gradient(180deg, rgba(5, 6, 8, 0) 0%, rgba(5, 6, 8, 0.12) 28%, rgba(3, 4, 6, 0.68) 62%, rgba(2, 3, 5, 0.95) 100%) !important;
}

.sidebar.mobile-menu::before {
  background: linear-gradient(180deg, rgba(6, 7, 10, 0) 0%, rgba(6, 7, 10, 0.08) 32%, rgba(4, 5, 8, 0.52) 65%, rgba(2, 3, 5, 0.9) 100%) !important;
  opacity: 1 !important;
}

.sidebar.mobile-menu::after {
  opacity: 0.03 !important;
}
/* Mobile menu notch: remove dark shadow */
.mobile-menu__header::after {
  box-shadow: none !important;
  background: transparent !important;
}
/* Contact page: make section backgrounds transparent */
.contact-hero,
.contact-main,
.contact-location {
  background: transparent !important;
}

.contact-hero-bg {
  display: none !important;
  background: transparent !important;
  opacity: 0 !important;
}

.contact-hero::after {
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}

/* Blog page enhancements */
.blog-page,
.blog-post-page {
  position: relative;
}

.blog-page .section-banner,
.blog-post-page .section-banner {
  padding-top: 10px;
}

.blog-page .banner-layout-wrapper,
.blog-post-page .banner-layout-wrapper {
  position: relative;
  border-radius: 32px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    radial-gradient(circle at 16% 18%, rgba(168, 85, 247, 0.24), transparent 45%),
    radial-gradient(circle at 82% 8%, rgba(34, 211, 238, 0.18), transparent 40%),
    rgba(7, 9, 15, 0.9);
  box-shadow: 0 28px 80px rgba(4, 8, 18, 0.65);
}

.blog-page .banner-layout-wrapper::before,
.blog-post-page .banner-layout-wrapper::before {
  opacity: 0.12;
  mix-blend-mode: screen;
}

.blog-page .banner-layout,
.blog-post-page .banner-layout {
  gap: 80px 0;
  padding: 110px 24px 10px;
}

.blog-page .title-heading,
.blog-post-page .title-heading {
  letter-spacing: -0.02em;
}

.blog-page .featured-post-card {
  position: relative;
  isolation: isolate;
  border-radius: 26px;
  background: rgba(11, 14, 24, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 30px 70px rgba(5, 8, 16, 0.6);
}

.blog-page .featured-post-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 26px;
  background: linear-gradient(130deg, rgba(168, 85, 247, 0.65), rgba(34, 211, 238, 0.4), rgba(217, 70, 239, 0.55));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.blog-page .featured-post-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.blog-page .featured-post-body {
  gap: 16px;
}

.blog-page .featured-post-body h3 {
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.15;
}

.blog-page .featured-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-page .featured-post-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.18);
  font-size: 12px;
}

.blog-page .card-blog {
  border-radius: 22px;
  background: rgba(12, 15, 26, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.15);
  box-shadow: 0 18px 50px rgba(5, 8, 16, 0.5);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.blog-page .card-blog::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(circle at 80% 0%, rgba(168, 85, 247, 0.18), transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.blog-page .card-blog:hover {
  transform: translateY(-8px);
  border-color: rgba(168, 85, 247, 0.45);
  box-shadow: 0 26px 60px rgba(8, 12, 24, 0.6);
}

.blog-page .card-blog:hover::after {
  opacity: 1;
}

.blog-page .card-blog .blog-image img {
  height: 220px;
  object-fit: cover;
}

.blog-page .card-blog .card-body {
  gap: 16px;
}

.blog-page .blog-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--primary);
}

.blog-page .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--accent-color);
}

.blog-post-page .post-image img {
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(5, 8, 16, 0.6);
}

.blog-post-page .post-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(12, 15, 26, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.blog-post-page .recent-post {
  border-radius: 22px;
  background: rgba(12, 15, 26, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 18px 45px rgba(5, 8, 16, 0.5);
}

.blog-post-page .recent-post .image-container img {
  border-radius: 12px;
}

.blog-post-page .blog-link-post {
  font-weight: 600;
  color: var(--primary);
}

.blog-post-page .quote-container {
  border-radius: 20px;
  background: rgba(12, 15, 26, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 18px 45px rgba(5, 8, 16, 0.45);
}

@media (max-width: 991.98px) {
  .blog-page .banner-layout,
  .blog-post-page .banner-layout {
    padding: 90px 20px 10px;
  }

  .blog-page .featured-post-card {
    grid-template-columns: 1fr;
  }

  .blog-page .featured-post-media img {
    min-height: 240px;
  }
}

/* References section: image-first cards (match desired layout) */
.section-references .references-grid {
  gap: 32px;
}

.section-references .reference-card {
  padding: 0;
  min-height: 320px;
  border-radius: 32px;
  background: rgba(7, 9, 15, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 70px rgba(3, 6, 14, 0.65);
}

.section-references .reference-card::before {
  opacity: 1;
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1);
}

.section-references .reference-card::after {
  background: linear-gradient(180deg, rgba(5, 7, 12, 0) 30%, rgba(5, 7, 12, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.section-references .reference-card-media {
  min-height: 0;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 18px;
}

.section-references .reference-card-badge {
  opacity: 0;
  transform: translateY(-8px);
  transition: all 0.35s ease;
  background: rgba(15, 23, 42, 0.82);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.section-references .reference-card-info {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.35s ease;
}

.section-references .reference-card-info h4 {
  font-size: 1.15rem;
  margin: 0 0 6px;
}

.section-references .reference-card-info span {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-references .reference-card:hover {
  transform: translateY(-6px);
}

.section-references .reference-card:hover::after {
  opacity: 1;
}

.section-references .reference-card:hover .reference-card-info,
.section-references .reference-card:hover .reference-card-badge {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .section-references .reference-card::after {
    opacity: 1;
  }

  .section-references .reference-card-info,
  .section-references .reference-card-badge {
    opacity: 1;
    transform: none;
  }
}

/* References: show labels on desktop too */
.section-references .reference-card::after {
  opacity: 1;
}

.section-references .reference-card-info,
.section-references .reference-card-badge {
  opacity: 1;
  transform: none;
}

/* Detail pages: transparent section backgrounds */
.blog-post-page .section,
.blog-post-page .section-banner,
.blog-post-page .banner-layout-wrapper,
.blog-post-page .banner-layout,
.blog-post-page .banner-layout::before,
.blog-post-page .banner-layout-wrapper::before,
.blog-post-page .banner-gradient-overlay,
.reference-detail-page .section,
.reference-detail-page .section-banner,
.reference-detail-page .banner-layout-wrapper,
.reference-detail-page .banner-layout,
.reference-detail-page .banner-layout::before,
.reference-detail-page .banner-layout-wrapper::before,
.reference-detail-page .banner-gradient-overlay {
  background: transparent !important;
}

.reference-detail-page .page-banner-enhanced {
  background-color: transparent !important;
}

/* Guide cards: uniform size + black background */
.guide-card-stack .guide-card {
  min-height: 520px;
}

.guide-card,
.guide-card-security,
.guide-card-comm {
  background: #000000 !important;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.6);
}

.guide-card::before,
.guide-card::after,
.guide-card-security::before,
.guide-card-security::after,
.guide-card-comm::before,
.guide-card-comm::after {
  background: transparent !important;
  opacity: 0.12;
}

@media (max-width: 991.98px) {
  .guide-card-stack .guide-card {
    min-height: auto;
  }
}

/* Guide section: black section background, keep card gradients */
.section-guide-bg {
  background: #000000 !important;
}

.section-guide-bg::before,
.section-guide-bg::after {
  display: none !important;
  opacity: 0 !important;
}

.section-guide-bg .guide-card {
  background: linear-gradient(135deg, #3b0fcf 0%, #5c1df9 45%, #3b6cff 100%) !important;
}

.section-guide-bg .guide-card::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.18), transparent 48%),
    radial-gradient(circle at 82% 18%, rgba(0, 0, 0, 0.2), transparent 52%) !important;
  opacity: 0.65 !important;
}

.section-guide-bg .guide-card::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 55%, rgba(0, 0, 0, 0.18) 100%) !important;
  opacity: 1 !important;
}

.section-guide-bg .guide-card-security {
  background: linear-gradient(135deg, #2d1bff 0%, #2f1ee0 32%, #261aa8 62%, #2f62ff 100%) !important;
}

.section-guide-bg .guide-card-security::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(96, 198, 255, 0.45), transparent 48%),
    radial-gradient(circle at 70% 8%, rgba(65, 88, 255, 0.35), transparent 45%),
    radial-gradient(circle at 85% 82%, rgba(44, 65, 170, 0.45), transparent 55%) !important;
  opacity: 0.7 !important;
}

.section-guide-bg .guide-card-security::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 55%, rgba(0, 0, 0, 0.22) 100%) !important;
  opacity: 1 !important;
}

.section-guide-bg .guide-card-comm {
  background: linear-gradient(135deg, #d7ecff 0%, #dff6ff 38%, #d5f4df 70%, #b8dcff 100%) !important;
}

.section-guide-bg .guide-card-comm::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(114, 176, 255, 0.45), transparent 55%),
    radial-gradient(circle at 78% 12%, rgba(138, 225, 255, 0.45), transparent 50%),
    radial-gradient(circle at 82% 82%, rgba(146, 220, 170, 0.45), transparent 55%) !important;
  opacity: 0.7 !important;
}

.section-guide-bg .guide-card-comm::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0.1) 100%) !important;
  opacity: 1 !important;
}

/* Story highlight: full-width card + stronger CTAs */
.section-story-highlight {
  background: transparent !important;
  padding: 120px 0;
}

.section-story-highlight .hero-container {
  max-width: 100% !important;
  padding: 0 28px;
}

.story-highlight {
  width: 100%;
}

.story-highlight-actions {
  gap: 18px;
}

.story-highlight-btn {
  padding: 16px 44px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.95), rgba(59, 130, 246, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 50px rgba(99, 102, 241, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.story-highlight-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 60px rgba(99, 102, 241, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  filter: brightness(1.05);
}

.story-highlight-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #f8fafc;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.story-highlight-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
}

@media (max-width: 576px) {
  .section-story-highlight {
    padding: 90px 0;
  }

  .section-story-highlight .hero-container {
    padding: 0 16px;
  }
}

/* Story logos: keep visible on mobile */
@media (max-width: 576px) {
  .story-logo {
    display: block;
    opacity: 0.18;
    width: clamp(70px, 26vw, 120px);
  }

  .story-logo-1 { top: 6%; left: 6%; }
  .story-logo-2 { top: 8%; right: 6%; }
  .story-logo-3 { top: 32%; left: 4%; opacity: 0.12; }
  .story-logo-4 { bottom: 18%; left: 16%; }
  .story-logo-5 { top: 48%; right: 6%; opacity: 0.16; }
  .story-logo-6 { bottom: 26%; right: 18%; opacity: 0.12; }
  .story-logo-7 { bottom: 8%; left: 8%; }
  .story-logo-8 { bottom: 16%; right: 10%; opacity: 0.12; }
  .story-logo-9 { bottom: 12%; right: 2%; opacity: 0.12; }
}

/* Legacy showcase: rotating reference visuals */
.legacy-media-frame {
  background-image: var(--legacy-bg);
}

.legacy-media-swap {
  position: absolute;
  inset: 0;
  background: var(--legacy-next) center/cover no-repeat;
  opacity: 0;
  transition: opacity 0.7s ease;
  z-index: 1;
}

.legacy-media-frame::before,
.legacy-media-frame::after {
  z-index: 2;
}

.legacy-media-frame.is-swapping .legacy-media-swap {
  opacity: 1;
}

.legacy-media {
  animation: legacy-float 10s ease-in-out infinite;
}

.legacy-media-right {
  animation-delay: -4s;
}

@keyframes legacy-float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}

/* Home blog section enhancement */
.section-home-blog {
  padding: 120px 0;
  background: radial-gradient(circle at 20% 10%, rgba(168, 85, 247, 0.15), transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.18), transparent 50%),
    #06070d;
}

.section-home-blog .hero-container {
  position: relative;
}

.section-home-blog .blog-header {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  gap: 32px;
  align-items: end;
}

.section-home-blog .blog-title {
  font-size: clamp(2.6rem, 4.2vw, 3.6rem);
  line-height: 1.05;
}

.section-home-blog .blog-subtitle {
  color: rgba(226, 232, 240, 0.8);
}

.section-home-blog .blog-link-wrapper a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f8fafc;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.section-home-blog .blog-link-wrapper a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

.section-home-blog .card-blog {
  border-radius: 26px;
  overflow: hidden;
  background: rgba(10, 12, 20, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 24px 60px rgba(4, 7, 16, 0.6);
}

.section-home-blog .card-blog::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 80% 0%, rgba(168, 85, 247, 0.2), transparent 55%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.section-home-blog .card-blog:hover::after {
  opacity: 1;
}

.section-home-blog .blog-image img {
  height: 250px;
  object-fit: cover;
}

.section-home-blog .card-blog .card-body {
  gap: 16px;
}

.section-home-blog .blog-link {
  font-size: 1.2rem;
  line-height: 1.35;
}

.section-home-blog .read-more {
  color: var(--accent-color);
  font-weight: 600;
}

/* Home blog slider */
.section-home-blog .home-blog-slider {
  position: relative;
}

.section-home-blog .swiperHomeBlog {
  padding: 6px 2px 52px;
}

.section-home-blog .swiperHomeBlog .swiper-slide {
  height: auto;
  display: flex;
}

.section-home-blog .swiperHomeBlog .card-blog {
  height: 100%;
  width: 100%;
}

.section-home-blog .home-blog-pagination {
  margin-top: 14px;
  text-align: center;
}

.section-home-blog .home-blog-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.18);
  opacity: 1;
}

.section-home-blog .home-blog-pagination .swiper-pagination-bullet-active {
  background: var(--accent-color);
  box-shadow: 0 0 0 4px rgba(168, 85, 247, 0.2);
}

.section-home-blog .home-blog-nav {
  margin-top: 6px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.section-home-blog .home-blog-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(15, 23, 42, 0.7);
  color: #f8fafc;
  display: grid;
  place-items: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.section-home-blog .home-blog-nav button:hover {
  transform: translateY(-2px);
  border-color: rgba(168, 85, 247, 0.45);
  box-shadow: 0 16px 34px rgba(5, 8, 16, 0.5);
}

@media (max-width: 991.98px) {
  .section-home-blog .blog-header {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .section-home-blog {
    padding: 90px 0;
  }

  .section-home-blog .blog-image img {
    height: 210px;
  }

  .section-home-blog .home-blog-nav {
    justify-content: center;
  }
}

/* Hero rotator: bigger type + more line spacing */
.has-hero .title-heading-banner.hero-rotator {
  font-size: clamp(32px, 4.8vw, 64px);
  line-height: 1.28;
}

.has-hero .banner-content p,
.has-hero .banner-video-content p {
  margin-bottom: 28px;
}

/* Global responsive polish */
@media (max-width: 992px) {
  .section {
    padding: 90px 16px;
  }

  .hero-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .title-heading,
  .blog-title {
    font-size: clamp(26px, 5.8vw, 38px);
    line-height: 1.15;
  }

  .title-heading-banner {
    font-size: clamp(28px, 6.6vw, 46px);
    line-height: 1.1;
  }

  .sub-heading {
    font-size: 11px;
    letter-spacing: 0.2em;
  }

  .section-services,
  .section-guide-bg,
  .section-story-highlight,
  .section-legacy-showcase,
  .section-home-blog {
    padding-left: 16px;
    padding-right: 16px;
  }

  .story-highlight {
    padding: 56px 36px;
    border-radius: 30px;
  }

  .legacy-showcase {
    border-radius: 30px;
  }

  .digital-process-steps {
    padding: 30px;
  }

  .digital-process-step {
    padding: 22px;
  }
}

@media (max-width: 576px) {
  .section {
    padding: 72px 12px;
  }

  .hero-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-heading,
  .blog-title {
    font-size: clamp(22px, 7.6vw, 30px);
    line-height: 1.2;
  }

  .title-heading-banner {
    font-size: clamp(24px, 8.6vw, 34px);
    line-height: 1.15;
  }

  .section-services,
  .section-guide-bg,
  .section-story-highlight,
  .section-legacy-showcase,
  .section-home-blog {
    padding-left: 12px;
    padding-right: 12px;
  }

  .service-card {
    padding: 22px;
    border-radius: 24px;
  }

  .story-highlight {
    padding: 44px 24px;
    border-radius: 26px;
  }

  .legacy-showcase {
    padding: 42px 20px;
    border-radius: 26px;
  }

  .digital-process-steps {
    padding: 24px;
  }

  .digital-process-step {
    padding: 20px;
  }
}

/* Responsive sweep: banners + detail pages */
@media (max-width: 992px) {
  .section-banner .banner-layout {
    padding: 80px 16px 14px;
  }

  .section-banner .title-heading {
    font-size: clamp(26px, 6.4vw, 38px);
    line-height: 1.2;
  }

  .breadcrumb {
    flex-wrap: wrap;
    gap: 6px;
    font-size: 12px;
  }

  .reference-card-large .reference-card-image {
    min-height: 220px;
  }

  .reference-card-content {
    padding: 20px;
  }

  .blog-page .featured-post-body {
    padding: 24px;
  }

  .blog-page .featured-post-meta {
    flex-wrap: wrap;
    gap: 10px;
  }

  .blog-post-page .post-meta-bar,
  .reference-detail-page .reference-meta-row {
    flex-wrap: wrap;
    gap: 10px;
  }

  .service-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .service-hero-link {
    margin-left: 0;
  }

  .service-hero-meta {
    font-size: 12px;
  }

  .service-hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .corp-panel-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .section-banner .banner-layout {
    padding: 70px 14px 12px;
  }

  .reference-card-large .reference-card-image {
    min-height: 200px;
  }

  .blog-page .featured-post-media img {
    min-height: 210px;
  }

  .blog-post-page .post-meta-left,
  .blog-post-page .post-meta-right {
    flex-wrap: wrap;
    gap: 8px;
  }

  .service-section-head {
    gap: 10px;
  }

  .service-value-card,
  .service-deliverable-card,
  .service-process-step {
    padding: 18px;
  }
}

@media (max-width: 576px) {
  .section-banner .banner-layout {
    padding: 64px 12px 10px;
  }

  .reference-card-content {
    padding: 16px;
  }

  .references-meta-item {
    padding: 8px 12px;
  }

  .blog-page .featured-post-body {
    padding: 20px;
  }

  .blog-page .card-blog .card-body {
    gap: 12px;
  }

  .blog-post-page .quote-container {
    padding: 18px;
  }

  .service-hero-title {
    font-size: clamp(26px, 8.6vw, 34px);
    line-height: 1.1;
  }

  .service-section-head h2 {
    font-size: clamp(22px, 7.2vw, 28px);
  }

  .service-hero-metrics {
    grid-template-columns: 1fr;
  }

  .service-value-card,
  .service-deliverable-card,
  .service-process-step {
    padding: 16px;
  }
}

/* Tablet optimization (768px-1199px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .section {
    padding: 96px 18px;
  }

  .hero-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-banner .banner-layout {
    padding: 86px 18px 14px;
  }

  .banner-video-container {
    padding: 50px 22px;
  }

  .banner-video-container .hero-container {
    max-width: 960px;
  }

  .section-partner .card-partner {
    padding: 44px 24px 54px;
  }

  .section-idea-text .hero-container,
  .section-idea .hero-container,
  .section-expertise .hero-container,
  .section-chooseus .hero-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-chooseus .card-chooseus,
  .section-expertise .card-expertise,
  .service-card,
  .reference-card,
  .quote-card,
  .quote-form-card,
  .contact-form-card {
    padding: 24px;
  }

  .section-chooseus .chooseus-media-frame {
    max-width: 540px;
  }

  .references-grid {
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .section-references-index .row.row-cols-xl-2 > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .service-value-grid,
  .service-process-grid,
  .service-deliverables-grid,
  .service-faq-list,
  .contact-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-cta-card {
    gap: 18px;
    padding: 24px;
  }

  .contact-location-card {
    gap: 18px;
    padding: 22px;
  }

  .contact-location-map {
    min-height: 260px;
  }

  .quote-steps-grid {
    gap: 18px;
  }

  .story-highlight {
    padding: 52px 32px;
  }

  .legacy-showcase {
    padding: 54px 32px;
  }

  .digital-process-steps {
    padding: 26px;
  }
}

/* Mobile responsiveness fixes: services, corporate, language modal, mobile menu */
@media (max-width: 768px) {
  .service-hero-grid,
  .corp-hero-grid {
    gap: 24px;
  }

  .service-hero-grid > *,
  .corp-hero-grid > * {
    min-width: 0;
  }

  .service-hero-meta,
  .corp-breadcrumb {
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .service-hero-actions,
  .corp-hero-actions,
  .corp-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .service-hero-actions .btn,
  .corp-hero-actions .btn,
  .corp-cta-actions .btn,
  .service-cta-card .btn {
    width: 100%;
    justify-content: center;
  }

  .service-hero-link {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .service-hero-visual {
    gap: 14px;
  }

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

  .service-process-step .step-index {
    margin-bottom: 6px;
  }

  .service-content-body {
    padding: 18px;
  }

  .corp-hero-panel {
    padding: 20px;
  }

  .corp-panel-card {
    padding: 16px;
  }

  .corp-metrics {
    grid-template-columns: 1fr;
  }

  .corp-section-header {
    text-align: left;
  }

  .corp-values-grid,
  .corp-process-grid,
  .corp-timeline-grid {
    grid-template-columns: 1fr;
  }

  .corp-cta-inner {
    align-items: stretch;
    text-align: left;
  }

  .region-modal {
    align-items: flex-start;
    padding: 16px 12px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .region-modal-dialog {
    width: 100%;
    max-height: calc(100svh - 24px);
    max-height: calc(100dvh - 24px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 22px;
  }

  .region-modal-title {
    margin-bottom: 14px;
  }

  .region-modal-grid {
    flex: 1;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 14px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .region-card {
    padding: 22px 18px;
    min-height: 140px;
  }

  .sidebar.mobile-menu {
    height: 100svh;
    height: 100dvh;
    padding-bottom: calc(var(--menu-pad) + env(safe-area-inset-bottom));
  }

  .mobile-menu__panel {
    max-height: calc(100svh - var(--menu-header) - var(--menu-tabs) - var(--menu-gutter));
    max-height: calc(100dvh - var(--menu-header) - var(--menu-tabs) - var(--menu-gutter));
    -webkit-overflow-scrolling: touch;
  }

  .mobile-menu__list a {
    white-space: normal;
    line-height: 1.3;
  }
}

@media (max-width: 576px) {
  .service-section {
    padding: 48px 0;
  }

  .service-hero-subtitle {
    font-size: 15px;
  }

  .service-metric-card {
    padding: 14px;
  }

  .corp-section {
    padding: 56px 0;
  }

  .corp-cta-inner {
    padding: 20px;
  }

  .corp-career-intro,
  .corp-career-form {
    padding: 18px;
  }
}
