
        .section-padding {
            padding: 10vh 0;
        }
        .section-padding-large {
            padding: 15vh 0;
        }
        .bg-light-gray {
            background: #f4f4f4;
        }
        .bg-dark {
            background: #1C1D20;
            color: #fff;
        }
        .border-top-light {
            border-top: 1px solid rgba(28,29,32,0.1);
        }
        .border-bottom-light {
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }
        .text-white {
            color: #fff;
        }
        .opacity-60 {
            opacity: 0.6;
        }
        .opacity-70 {
            opacity: 0.7;
        }
        .opacity-80 {
            opacity: 0.8;
        }
        .grid-sub-title {
            margin-bottom: 50px;
        }
        .grid-sub-title h2 {
            font-size: clamp(2rem, 5vw, 3rem);
            font-weight: 400;
            text-transform: uppercase;
        }
        .services-grid .row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
        }
        .service-item {
            padding: 40px;
            background: #f9f9f9;
            border-radius: 20px;
            transition: transform 0.3s ease;
        }
        .service-item:hover {
            transform: translateY(-5px);
        }
        .service-item h4 {
            opacity: 0.5;
            margin-bottom: 15px;
        }
        .service-item h3 {
            font-size: 1.8rem;
            margin-bottom: 20px;
        }
        .service-item p {
            line-height: 1.6;
            opacity: 0.8;
        }
        .work-process .row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
        }
        .process-step {
            text-align: center;
            padding: 20px;
        }
        .process-step .step-number {
            font-size: 3rem;
            font-weight: 700;
            color: #1C1D20;
            opacity: 0.1;
            margin-bottom: -25px;
        }
        .process-step h3 {
            font-size: 1.5rem;
            position: relative;
            z-index: 1;
        }
        .process-step p {
            font-size: 0.9rem;
            opacity: 0.7;
            margin-top: 15px;
        }
        .stats-bar .row {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 40px;
        }
        .stat-item h2 {
            font-size: 3.5rem;
            font-weight: 600;
            margin-bottom: 5px;
        }
        .stat-item p {
            text-transform: uppercase;
            font-size: 0.8rem;
            letter-spacing: 2px;
            opacity: 0.6;
        }
        .faq-section .faq-item {
            padding: 30px 0;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            max-width: 800px;
        }
        .faq-item h3 {
            font-size: 1.4rem;
            margin-bottom: 10px;
        }
        .recognition .row {
            display: flex;
            flex-wrap: wrap;
            gap: 50px;
        }
        .recognition .flex-col:first-child {
            flex: 1;
            min-width: 300px;
        }
        .recognition .flex-col:last-child {
            flex: 2;
            min-width: 300px;
        }
        .recognition-item {
            display: flex;
            justify-content: space-between;
            padding: 25px 0;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }
        .recognition-item span:first-child {
            opacity: 0.6;
        }
        .home-blog {
            background: #1C1D20;
            color: #fff;
            padding: 10vh 0;
        }
        .blog-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 60px;
        }
        .blog-header h2 {
            font-size: 3rem;
            font-weight: 400;
        }
        .blog-header a {
            color: #fff;
            text-decoration: none;
            border-bottom: 1px solid #fff;
            padding-bottom: 5px;
        }
        .blog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        .blog-card {
            border: 1px solid rgba(255,255,255,0.1);
            padding: 30px;
            border-radius: 15px;
        }
        .blog-card span {
            font-size: 0.8rem;
            opacity: 0.5;
        }
        .blog-card h3 {
            font-size: 1.5rem;
            margin: 20px 0;
        }
        .blog-card p {
            opacity: 0.7;
            font-size: 0.9rem;
            margin-bottom: 20px;
        }
        .blog-card a {
            color: #fff;
            text-decoration: none;
            font-weight: 600;
        }
        .final-cta {
            padding: 15vh 0;
            text-align: center;
            border-top: 1px solid rgba(0,0,0,0.05);
        }
        .final-cta h2 {
            font-size: clamp(2.5rem, 8vw, 6rem);
            line-height: 1;
            font-weight: 400;
            margin-bottom: 40px;
        }
        .btn-wrap {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        .btn-primary, .btn-secondary {
            padding: 25px 50px;
            border-radius: 100px;
            font-size: 1.2rem;
            text-decoration: none;
            transition: transform 0.3s ease;
        }
        .btn-primary {
            background: #1C1D20;
            color: #fff;
        }
        .btn-secondary {
            border: 1px solid #1C1D20;
            color: #1C1D20;
        }
        .btn-primary:hover, .btn-secondary:hover {
            transform: scale(1.05);
        }
        .span_title{
            font-size: 1.8rem;
        }

        .interactive-services {
            padding: 15vh 0;
            background-color: #fcfcfc;
        }
        .services-list-wrapper {
            margin-top: 50px;
            border-top: 1px solid rgba(28, 29, 32, 0.1);
        }
        .service-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 60px 20px;
            border-bottom: 1px solid rgba(28, 29, 32, 0.1);
            transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
            position: relative;
            cursor: pointer;
            overflow: hidden;
        }
        .service-row::before {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #1C1D20;
            transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
            z-index: 0;
        }
        .service-row:hover::before {
            top: 0;
        }
        .service-row:hover {
            padding-left: 40px;
        }
        .service-content, .service-tags, .service-arrow {
            position: relative;
            z-index: 1;
            transition: color 0.4s ease;
        }
        .service-row:hover .service-content *, 
        .service-row:hover .service-tags span,
        .service-row:hover .service-arrow svg {
            color: #fff;
        }
        .service-num {
            font-size: 0.9rem;
            opacity: 0.5;
            display: block;
            margin-bottom: 10px;
        }
        .service-title {
            font-size: clamp(1.8rem, 4vw, 2.8rem);
            font-weight: 400;
            margin: 0;
        }
        .service-desc {
            max-width: 400px;
            font-size: 1rem;
            line-height: 1.5;
            margin-top: 15px;
            opacity: 0.7;
        }
        .service-tags {
            display: flex;
            gap: 10px;
        }
        .service-tags span {
            padding: 5px 15px;
            border: 1px solid rgba(28, 29, 32, 0.2);
            border-radius: 20px;
            font-size: 0.8rem;
            text-transform: uppercase;
        }
        .service-row:hover .service-tags span {
            border-color: rgba(255, 255, 255, 0.3);
        }
        .service-arrow svg {
            width: 40px;
            height: 40px;
            transform: rotate(0deg);
            transition: transform 0.5s ease;
        }
        .service-row:hover .service-arrow svg {
            transform: rotate(45deg);
        }
        @media (max-width: 991px) {
            .service-row {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }
            .service-tags {
                order: 3;
            }
            .service-arrow {
                position: absolute;
                right: 20px;
                top: 60px;
            }
        }
        .tech-stack-section {
            padding: 15vh 0;
            background: #1C1D20;
            color: #fff;
            overflow: hidden;
        }
        .tech-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 60px;
        }
        .tech-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            padding: 40px;
            border-radius: 30px;
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
            position: relative;
            z-index: 1;
        }
        .tech-card:hover {
            background: rgba(255, 255, 255, 0.07);
            border-color: rgba(255, 255, 255, 0.2);
            transform: translateY(-10px) scale(1.02);
        }
        .tech-icon {
            width: 60px;
            height: 60px;
            background: #fff;
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
            transition: transform 0.5s ease;
        }
        .tech-icon img {
            width: 35px;
            height: 35px;
            filter: invert(1);
        }
        .tech-card:hover .tech-icon {
            transform: rotate(-10deg) scale(1.1);
        }
        .tech-info h3 {
            font-size: 1.5rem;
            font-weight: 500;
            margin-bottom: 10px;
            color: #fff;
        }
        .tech-info p {
            font-size: 0.9rem;
            opacity: 0.5;
            margin-bottom: 25px;
        }
        .tech-level {
            width: 100%;
            height: 4px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            overflow: hidden;
        }
        .level-bar {
            height: 100%;
            background: #fff;
            border-radius: 10px;
            position: relative;
            transition: width 1.5s cubic-bezier(0.23, 1, 0.32, 1);
        }
        .tech-card::after {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: radial-gradient(600px circle at var(--mouse-x) var(--mouse-y), rgba(255,255,255,0.06), transparent 40%);
            z-index: -1;
            border-radius: inherit;
            opacity: 0;
            transition: opacity 0.5s;
        }
        .testimonials-bento { padding: 15vh 0; background: #fff; }
        .bento-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-auto-rows: minmax(200px, auto);
            gap: 20px;
            margin-top: 50px;
        }
        .bento-item {
            background: #1C1D20;
            color: #fff;
            padding: 40px;
            border-radius: 40px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .main-quote { grid-column: span 2; grid-row: span 2; background: #f4f4f4; color: #1C1D20; border: 1px solid #eee; }
        .main-quote p { font-size: 2rem; font-weight: 400; line-height: 1.3; margin-bottom: 40px; }
        .quote-icon { font-size: 8rem; position: absolute; top: -20px; right: 40px; opacity: 0.05; font-family: serif; }
        .small-card { background: #1C1D20; }
        .small-card p { font-size: 1.1rem; opacity: 0.8; }
        .wide-card { grid-column: span 3; background: #EBECF0; color: #1C1D20; }
        .bento-user { display: flex; align-items: center; gap: 15px; margin-top: 20px; }
        .bento-user span { opacity: 0.5; font-size: 0.8rem; display: block; }
        @media (max-width: 991px) { .bento-grid { grid-template-columns: 1fr; } .main-quote, .wide-card { grid-column: span 1; } }
        .stacking-process { padding: 15vh 0; background: #1C1D20; color: #fff; }
        .stack-wrapper { position: relative; padding-bottom: 20vh; }
        .stack-card {
            height: 70vh;
            width: 100%;
            position: sticky;
            top: 15vh;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10vh;
        }
        .stack-content {
            background: #fff;
            color: #1C1D20;
            width: 100%;
            height: 100%;
            padding: 10%;
            border-radius: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            box-shadow: 0 -20px 50px rgba(0,0,0,0.2);
        }
        .step-tag {
            background: #f0f0f0;
            padding: 8px 20px;
            border-radius: 100px;
            width: fit-content;
            font-size: 0.8rem;
            font-weight: 600;
            margin-bottom: 30px;
        }
        .stack-content h3 { font-size: clamp(2rem, 5vw, 4rem); margin-bottom: 20px; font-weight: 500; }
        .stack-content p { font-size: 1.2rem; max-width: 600px; opacity: 0.7; line-height: 1.5; }
        .stack-card:nth-child(1) .stack-content { transform: scale(0.95); z-index: 1; }
        .stack-card:nth-child(2) .stack-content { transform: scale(0.98); z-index: 2; background: #f9f9f9; }
        .stack-card:nth-child(3) .stack-content { transform: scale(1); z-index: 3; background: #ffffff; }
        .tech-card:hover::after {
            opacity: 1;
        }

:root {
    --primary-bg: #f8f9fa;
    --accent-color: #2563eb; 
    --text-main: #1a1a1a;
    --text-muted: #666666;
    --card-bg: #ffffff;
    --border-color: rgba(0, 0, 0, 0.08);
}

.section.home-intro-premium {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    color: var(--text-main);
}

.bg-huge-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 15vw;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
    text-transform: uppercase;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 1;
}

.main-intro-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}

.intro-main-content {
    flex: 1.3;
}

.intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 35px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.4);
}

.animate-text {
    font-size: 4.2rem;
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
}

.text-mask {
    color: var(--accent-color);
    background: linear-gradient(120deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-outline {
    -webkit-text-stroke: 1px var(--text-main);
    color: transparent;
}

.text-italic-serif {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
    color: var(--text-muted);
}

.intro-description p {
    font-size: 1.15rem;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 45px;
}

.intro-visual-stats {
    display: flex;
    gap: 50px;
}

.v-stat {
    display: flex;
    flex-direction: column;
}

.v-num {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-main);
}

.v-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 5px;
}

.intro-cards-side {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-card {
    position: relative;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    padding: 35px;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border-color: var(--accent-color);
}

.card-no {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 15px;
    opacity: 0.6;
}

.info-card h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.info-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.card-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(37, 99, 235, 0.05) 0%, transparent 80%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    border-radius: 24px;
}

.info-card:hover .card-glow {
    opacity: 1;
}

@media (max-width: 1024px) {
    .main-intro-row {
        flex-direction: column;
        gap: 60px;
    }
    .animate-text {
        font-size: 3rem;
    }
    .bg-huge-text {
        font-size: 20vw;
    }
}