@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* host grotesk font */
/* font-family: "Host Grotesk", sans-serif; */

/* inter font */
/* font-family: "Inter", sans-serif; */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Inter", sans-serif;
    cursor: default;
}

::-webkit-scrollbar {
    display: none;
}

/* Primary Color: #8711c1 , #6a0f94 , #4a0070 , #fbf4ff , #efd0ff , #b01cff , #990de3 */
/* Secondary Color: #2472fc , #0d51e8 , #1241bb , #eef7ff , #8acaff , #2b88ff , #122559  */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Host Grotesk", sans-serif;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #161616;
}

.main-grad {
    color: transparent;
    background: linear-gradient(90deg, #6a1fd3, #2e6bff);
    background-clip: text;
}

/* Premium Noise Overlay */
.c-noise-overlay {
    position: fixed;
    inset: 0;
    z-index: 10002;
    opacity: 0.03;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* Background Watermarks */
.c-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-heading);
    font-size: 25vw;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.04);
    /* Increased slightly for visibility */
    pointer-events: none;
    z-index: -1;
    z-index: 0;
    /* Moved to 0 so it sits above the section background */
    user-select: none;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}

/* Ensure content stays above watermarks */
.c-expertise .container,
.c-work .container,
.c-process .container,
.c-home-blog .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .c-bg-text {
        font-size: 35vw;
        opacity: 0.015;
    }
}

/* SEO Utility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* hero */
.heroSection {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 120px 20px;
    overflow: hidden;
}

.hero-chip {
    position: absolute;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    color: var(--color-text);
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 5;
    white-space: nowrap;
    pointer-events: none;
    /* Prevents chips from blocking CTA clicks */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-chip i {
    color: var(--color-primary-light);
    font-size: 1.1rem;
}

.chip-1 {
    top: 20%;
    left: 12%;
}

.chip-2 {
    top: 25%;
    right: 12%;
}

.chip-3 {
    bottom: 25%;
    left: 15%;
}

.chip-4 {
    bottom: 20%;
    right: 18%;
}

.abs-blur-circ-1 {
    width: 150px;
    height: 150px;
    position: absolute;
    background-color: #2654d1;
    top: 30%;
    left: 40%;
    filter: blur(100px);
    border-radius: 50%;
    z-index: 3;
}

.abs-blur-circ-2 {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #2654d150;
    filter: blur(100px);
    border-radius: 50%;
    z-index: 2;
    left: 50%;
    top: 20%;
}

.heroContainer {
    width: 100%;
    max-width: 1400px;
    margin: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;

    .hero-mid {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        gap: 24px;

        h4 {
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--color-text);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(138, 66, 255, 0.1);
            padding: 10px 20px;
            border-radius: 100px;
            border: 1px solid rgba(138, 66, 255, 0.2);
            backdrop-filter: blur(10px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);

            i {
                color: var(--color-primary-light);
                margin-right: 10px;
                font-size: 1.1rem;
                filter: drop-shadow(0 0 8px var(--color-primary));
                animation: badgePulse 2s infinite ease-in-out;
            }
        }

        h2 {
            font-size: clamp(2rem, 8vw, 4.5rem);
            line-height: 1.2;
            color: #fafafa;
            max-width: 1000px;
            overflow-wrap: break-word;
            width: 100%;

            .special-head {
                background: linear-gradient(125deg, var(--color-primary-light), var(--color-secondary));
                background-size: cover;
                background-clip: text;
                -webkit-background-clip: text;
                color: transparent;
            }
        }

        p {
            font-size: clamp(1rem, 2vw, 1.2rem);
            color: var(--color-text-muted);
            max-width: 800px;
            text-align: center;
            line-height: 1.6;
            margin-bottom: 25px;
        }

    }
}

.hero-Cta {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.hero-primary-cta {
    font-size: 1rem;
    padding: 16px 32px;
    color: #f9f9f9;
    background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(138, 66, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: none;
}

.hero-primary-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(138, 66, 255, 0.4);
}

.hero-primary-cta i {
    transition: transform 0.3s ease;
    font-size: 1.2rem;
}

.hero-primary-cta:hover i {
    transform: translateX(5px);
}

.hero-secondary-cta {
    padding: 16px 32px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--color-text);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: none;
}

.hero-secondary-cta:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

/* ============================================
   PARTNERS MARQUEE SECTION
   ============================================ */
.c-partners {
    padding: 80px 0;
    background: var(--color-bg);
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.c-partners__tagline {
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-text-muted);
    margin-bottom: 50px;
    font-weight: 500;
}

.c-partners__marquee {
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
    user-select: none;
}

.c-partners__track {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-shrink: 0;
    min-width: 100%;
    animation: marqueeScroll 60s linear infinite;
}

.c-partner-logo {
    flex-shrink: 0;
    width: 140px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1) opacity(0.4);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-partner-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.c-partner-logo:hover {
    filter: grayscale(0) opacity(1);
    transform: scale(1.1);
}

.c-partners__fade {
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.c-partners__fade.left {
    left: 0;
    background: linear-gradient(to right, var(--color-bg), transparent);
}

.c-partners__fade.right {
    right: 0;
    background: linear-gradient(to left, var(--color-bg), transparent);
}

@keyframes marqueeScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 40px));
    }
}

@media (max-width: 768px) {
    .c-partners {
        padding: 60px 0;
    }

    .c-partners__track {
        gap: 50px;
    }

    .c-partner-logo {
        width: 100px;
    }
}

/* ============================================
   EXPERTISE GRID SECTION
   ============================================ */
.c-expertise {
    padding: 120px 0;
    background: var(--color-bg);
    position: relative;
    overflow: hidden;
}

.c-expertise__header {
    text-align: center;
    margin-bottom: 80px;
}

.c-expertise__header .tagline {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    color: var(--color-primary-light);
    margin-bottom: 16px;
}

.c-expertise__header .title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 24px;
}

.c-expertise__header .subtitle {
    max-width: 600px;
    margin: 0 auto;
    color: var(--color-text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
}

.c-expertise__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.c-expertise-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 32px;
    padding: 60px 50px;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.c-expertise-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(138, 66, 255, 0.3);
}

.c-expertise-card__glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(600px circle at var(--x, 50%) var(--y, 50%), rgba(138, 66, 255, 0.1), transparent 40%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0;
}

.c-expertise-card:hover .c-expertise-card__glow {
    opacity: 1;
}

.c-expertise-card .icon-box {
    width: 60px;
    height: 60px;
    background: rgba(138, 66, 255, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--color-primary-light);
    margin-bottom: 30px;
    transition: background 0.3s ease, color 0.3s ease;
    position: relative;
    z-index: 1;
}

.c-expertise-card:hover .icon-box {
    background: var(--color-primary);
    color: white;
    transform: scale(1.1) rotate(-5deg);
}

.c-expertise-card h3 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.c-expertise-card p {
    color: var(--color-text-muted);
    line-height: 1.6;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.c-expertise-card .list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.c-expertise-card .list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--color-text);
    font-weight: 500;
}

.c-expertise-card .list li i {
    color: var(--color-accent);
}

.explore-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--color-primary-light);
    font-size: 0.95rem;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.explore-link i {
    transition: transform 0.3s ease;
}

.c-expertise-card:hover .explore-link {
    color: var(--color-text);
}

.c-expertise-card:hover .explore-link i {
    transform: translate(3px, -3px);
}

@media (max-width: 1024px) {
    .c-expertise-card {
        padding: 50px 40px;
    }
}

@media (max-width: 768px) {
    .c-expertise {
        padding: 80px 0;
    }

    .c-expertise__grid {
        grid-template-columns: 1fr;
    }

    .c-expertise__header {
        margin-bottom: 50px;
    }
}

/* ============================================
   INDUSTRY SPECIALIZATION SECTION
   ============================================ */
.c-industries {
    padding: 120px 0;
    background: var(--color-bg);
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.c-industries__header {
    text-align: center;
    margin-bottom: 80px;
}

.c-industries__header .tagline {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    color: var(--color-primary-light);
    margin-bottom: 16px;
}

.c-industries__header .title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 24px;
}

.c-industries__header .subtitle {
    max-width: 600px;
    margin: 0 auto;
    color: var(--color-text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
}

.c-industries__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.c-industry-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 32px;
    padding: 50px 40px;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-align: left;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.c-industry-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(138, 66, 255, 0.3);
    transform: translateY(-10px);
}

.c-industry-card__glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(600px circle at var(--x, 50%) var(--y, 50%), rgba(46, 107, 255, 0.1), transparent 40%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0;
}

.c-industry-card:hover .c-industry-card__glow {
    opacity: 1;
}

.c-industry-card .icon-box {
    font-size: 2.2rem;
    color: var(--color-primary-light);
    margin-bottom: 24px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.c-industry-card h3 {
    margin-bottom: 12px;
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
}

.c-industry-card p {
    color: var(--color-text-muted);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.c-industry-card .list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.c-industry-card .list li {
    font-size: 0.85rem;
    color: var(--color-text);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.c-industry-card .list li i {
    color: var(--color-secondary);
    font-size: 1rem;
}

.c-industry-card .explore-link {
    margin-top: auto;
    font-weight: 600;
    color: var(--color-primary-light);
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.c-industry-card .explore-link i {
    transition: transform 0.3s ease;
}

.c-industry-card:hover .explore-link {
    color: var(--color-text);
}

.c-industry-card:hover .explore-link i {
    transform: translate(3px, -3px);
}

@media (max-width: 1024px) {
    .c-industries__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .c-industries__grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   THE EDGE (STATS) SECTION
   ============================================ */
.c-edge {
    padding: 120px 0;
    background: var(--color-bg);
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    position: relative;
    overflow: hidden;
}

.c-edge::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(138, 66, 255, 0.05), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.c-edge__header {
    margin-bottom: 80px;
}

.c-edge__header .tagline {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    color: var(--color-primary-light);
    margin-bottom: 16px;
}

.c-edge__header .title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 1.1;
    font-weight: 700;
}

.c-edge__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
    gap: 40px;
}

.c-edge-card__number {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    font-weight: 800;
    color: var(--color-text);
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
    position: relative;
    z-index: 1;
}

.c-edge-card {
    padding: 30px;
    border-radius: 24px;
    border: 1px solid transparent;
    /* Remove transform from here to prevent conflict with GSAP entrance */
    transition: background 0.3s ease, border-color 0.3s ease;
}

.c-edge-card:hover {
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(138, 66, 255, 0.1);
    transform: translateY(-10px) !important;
}

.c-edge-card__number .suffix {
    color: var(--color-primary-light);
    font-size: 2.5rem;
}

.c-edge-card h4 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: var(--color-text);
    position: relative;
    z-index: 1;
}

.c-edge-card p {
    color: var(--color-text-muted);
    font-size: 0.95rem;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

/* ============================================
   TECH STACK ECOSYSTEM SECTION
   ============================================ */
.c-techstack {
    padding: 120px 0;
    background: var(--color-bg);
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.c-techstack__header {
    text-align: center;
    margin-bottom: 80px;
}

.c-techstack__header .tagline {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    color: var(--color-primary-light);
    margin-bottom: 16px;
}

.c-techstack__header .title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 24px;
}

.c-techstack__header .subtitle {
    max-width: 600px;
    margin: 0 auto;
    color: var(--color-text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
}

.c-techstack__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.c-tech-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

.c-tech-card__glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(400px circle at var(--x, 50%) var(--y, 50%), rgba(138, 66, 255, 0.15), transparent 40%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0;
}

.c-tech-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--color-primary);
    transform: translateY(-8px);
}

.c-tech-card:hover .c-tech-card__glow {
    opacity: 1;
}

.c-tech-card i {
    font-size: 3rem;
    color: var(--color-text-muted);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.c-tech-card:hover i {
    color: var(--color-primary-light);
    transform: scale(1.1);
}

.c-tech-card span {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-text-muted);
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.c-tech-card:hover span {
    color: var(--color-text);
}

@media (max-width: 1024px) {
    .c-techstack__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .c-techstack {
        padding: 80px 0;
    }

    .c-techstack__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* ============================================
   FEATURED WORK SECTION
   ============================================ */
.c-work {
    padding: 120px 0;
    background: var(--color-bg);
    position: relative;
    overflow: hidden;
}

.c-work__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
    gap: 40px;
}

.c-work__header-left .tagline {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    color: var(--color-primary-light);
    margin-bottom: 16px;
}

.c-work__header-left .title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
}

.c-work__header-right {
    max-width: 450px;
    text-align: right;
}

.c-work__header-right p {
    color: var(--color-text-muted);
    margin-bottom: 20px;
    line-height: 1.6;
}

.c-work__view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    color: var(--color-text);
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.03);
}

.c-work__view-all:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(138, 66, 255, 0.3);
}

.c-work__filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.filter-btn {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 24px;
    border-radius: 100px;
    color: var(--color-text-muted);
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: none;
}

.filter-btn:hover,
.filter-btn.active {
    color: var(--color-text);
    border-color: var(--color-primary);
}

.filter-btn.active {
    background: var(--color-primary);
    color: #fff;
    box-shadow: 0 10px 20px rgba(138, 66, 255, 0.2);
}

.c-work__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 40px;
}

.c-work-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: var(--color-bg-light);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    isolation: isolate;
}

.c-work-card__image {
    position: relative;
    aspect-ratio: 4/5;
    overflow: hidden;
}

.c-work-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.2, 1, 0.3, 1);
}

.c-work-card:hover .c-work-card__image img {
    transform: scale(1.1);
}

.c-work-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(5, 8, 22, 0.8) 80%, rgba(5, 8, 22, 1) 100%);
    z-index: 1;
    pointer-events: none;
}

.c-work-card__actions {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.action-btn a {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.action-btn a:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    transform: rotate(45deg);
}

.c-work-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.c-work-card__info .category {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-accent);
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 600;
}

.c-work-card__info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}

.c-work-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    
    /* Reveal animation */
    max-height: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-work-card:hover .c-work-card__tags {
    max-height: 100px;
    opacity: 1;
    transform: translateY(0);
}

.c-work-card__tags span {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

@media (max-width: 768px) {
    .c-work__header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .c-work__header-right {
        text-align: center;
        max-width: 100%;
    }

    .c-work__view-all {
        margin-top: 10px;
    }

    .c-work__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .c-work__filters {
        gap: 10px;
    }

    .filter-btn {
        padding: 8px 20px;
        font-size: 0.85rem;
    }
}

/* ============================================
   PHILOSOPHY SECTION
   ============================================ */
.c-philosophy {
    padding: 120px 0;
    background: var(--color-bg);
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.c-philosophy__grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.c-philosophy__image {
    position: relative;
}

.image-wrapper {
    border-radius: 32px;
    overflow: hidden;
    aspect-ratio: 1/1.1;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);

    .image-overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(-45deg, #000000, #00000000);
    }
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience-badge {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: rgba(138, 66, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(138, 66, 255, 0.3);
    padding: 30px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.experience-badge .number {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 800;
    color: var(--color-text);
    line-height: 1;
}

.experience-badge .text {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-primary-light);
}

.c-philosophy__content .tagline {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    color: var(--color-primary-light);
    margin-bottom: 16px;
}

.c-philosophy__content .title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 24px;
}

.c-philosophy__content .description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--color-text-muted);
    margin-bottom: 40px;
}

.philosophy-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.p-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.p-icon {
    font-size: 1.8rem;
    color: var(--color-primary-light);
    margin-top: 2px;
}

.p-text h4 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: var(--color-text);
}

.p-text p {
    font-size: 0.95rem;
    color: var(--color-text-muted);
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .c-philosophy__grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .experience-badge {
        right: 20px;
        bottom: 20px;
        padding: 20px;
    }

    .experience-badge .number {
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .c-work-card__content {
        width: 100%;
        opacity: 1;
        flex-wrap: wrap;
        gap: 10px;
        transform: translateY(0);
        background: linear-gradient(to top, rgba(5, 8, 22, 0.9) 0%, transparent 100%);

        .category {
            font-size: 14px;
        }

        h3 {
            font-size: 1.3rem;
        }
    }

    .c-work-card__actions {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 1024px) {
    .c-edge__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 40px;
    }
}

@media (max-width: 640px) {
    .c-edge {
        padding: 80px 0;
    }

    .c-edge__grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .c-edge-card__number {
        font-size: 3.5rem;
    }
}

@keyframes badgePulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.8;
    }
}

/* ============================================
   HERO RESPONSIVENESS
   ============================================ */

@media (max-width: 1024px) {
    .hero-chip {
        display: none;
        /* Hide decorative chips on tablet/mobile for cleaner UX */
    }

    .heroSection {
        padding: 120px 24px;
    }

    .hero-mid h2 {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .heroSection {
        padding: 100px 20px 100px;
        min-height: 100vh;
        min-height: 100dvh;
    }

    .hero-mid {
        gap: 20px;
    }

    .hero-mid h4 {
        font-size: 11px !important;
        letter-spacing: 1px;
        padding: 8px 16px;
    }

    .hero-scroll-indicator {
        bottom: 20px;
        transform: translateX(-50%) scale(0.8);
    }
}

@media (max-width: 640px) {
    .hero-Cta {
        flex-direction: column;
        width: 100%;
        max-width: 400px;
        gap: 12px;
    }

    .hero-primary-cta,
    .hero-secondary-cta {
        width: 100%;
        justify-content: center;
        padding: 16px 24px;
    }

    .hero-mid p {
        font-size: 0.95rem;
        line-height: 1.5;
    }
}

/* Scroll Indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    opacity: 0.6;
    z-index: 10;
}

.hero-scroll-indicator span {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-text-muted);
}

.mouse {
    width: 24px;
    height: 40px;
    border: 2px solid var(--color-text-muted);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.wheel {
    width: 4px;
    height: 8px;
    background: var(--color-primary-light);
    border-radius: 2px;
    animation: scrollWheel 2s infinite;
}

@keyframes scrollWheel {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

/* ============================================
   STRATEGIC ROADMAP (PROCESS) SECTION
   ============================================ */
.c-process {
    padding: 120px 0;
    background: var(--color-bg);
    position: relative;
    overflow: hidden;
}

.c-process__header {
    text-align: center;
    margin-bottom: 100px;
}

.c-process__header .tagline {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    color: var(--color-primary-light);
    margin-bottom: 16px;
}

.c-process__header .title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 24px;
}

.c-process__header .subtitle {
    max-width: 600px;
    margin: 0 auto;
    color: var(--color-text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
}

.c-process__timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.c-process__line {
    position: absolute;
    left: 30px;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    z-index: 0;
}

.c-process__line-inner {
    width: 100%;
    height: 0%;
    background: linear-gradient(to bottom, var(--color-primary), var(--color-secondary));
    box-shadow: 0 0 15px var(--color-primary);
}

.c-process-step {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.c-process-step__number {
    width: 60px;
    height: 60px;
    background: var(--color-bg-light);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--color-text);
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.c-process-step__content {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 40px;
    flex-grow: 1;
    transition: all 0.4s ease;
}

.c-process-step__content h3 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    margin-bottom: 16px;
}

.c-process-step__content p {
    color: var(--color-text-muted);
    line-height: 1.6;
    margin-bottom: 24px;
}

.c-process-step__content .badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(138, 66, 255, 0.1);
    border: 1px solid rgba(138, 66, 255, 0.2);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-primary-light);
}

@media (max-width: 768px) {
    .c-process-step {
        gap: 30px;
    }

    .c-process-step__number {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }

    .c-process__line {
        left: 25px;
    }

    .c-process-step__content {
        padding: 30px;
    }
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.c-testimonials {
    padding: 120px 0;
    background: var(--color-bg);
    position: relative;
    overflow: hidden;
}

.c-testimonials__bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(138, 66, 255, 0.03), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.c-testimonials__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    gap: 40px;
}

.c-testimonials__header .tagline {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    color: var(--color-primary-light);
    margin-bottom: 16px;
}

.c-testimonials__header .title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 24px;
}

.c-testimonials__header .subtitle {
    max-width: 550px;
    color: var(--color-text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
}

.c-testimonials__nav {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.c-testimonials__nav button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: var(--color-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: none;
}

.c-testimonials__nav button:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(138, 66, 255, 0.2);
}

.testimonial-slider {
    padding: 20px 5px 100px !important;
    overflow: hidden !important;
}

.c-testimonial-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    padding: 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.c-testimonial-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(138, 66, 255, 0.3);
    transform: translateY(-10px);
}

.card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.c-testimonial-card .quote-icon {
    font-size: 2.5rem;
    color: var(--color-primary-light);
    opacity: 0.3;
}

.verified-badge {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-accent);
    background: rgba(34, 197, 94, 0.1);
    padding: 6px 12px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.c-testimonial-card .text {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--color-text);
    margin-bottom: 40px;
    font-style: italic;
}

.c-testimonial-card .client-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: auto;
}

.c-testimonial-card .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--color-primary-light);
}

.c-testimonial-card .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-testimonial-card .details h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-text);
}

.c-testimonial-card .details span {
    font-size: 0.9rem;
    color: var(--color-text-muted);
}

.c-testimonial-card .rating {
    margin-top: 20px;
    display: flex;
    gap: 5px;
    color: #FFD700;
}

.c-testimonials__footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.slider-progress {
    flex-grow: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.slider-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: var(--color-primary);
    transition: width 0.3s ease;
}

.swiper-pagination {
    position: static !important;
    width: auto !important;
    color: var(--color-text-muted);
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .c-testimonials {
        padding: 80px 0;
    }

    .c-testimonials__header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .c-testimonials__nav {
        display: none;
    }

    .c-testimonial-card {
        padding: 35px 25px;
    }

    .c-testimonial-card .text {
        font-size: 1.05rem;
        line-height: 1.6;
    }

    .c-testimonials__footer {
        gap: 20px;
    }

    .slider-progress {
        display: none;
    }

    .swiper-pagination {
        width: 100% !important;
        text-align: center;
    }
}

/* ============================================
   FAQ SECTION
   ============================================ */
.c-faq {
    padding: 120px 0;
    background: var(--color-bg);
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.c-faq__header {
    text-align: center;
    margin-bottom: 80px;
}

.c-faq__header .tagline {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    color: var(--color-primary-light);
    margin-bottom: 16px;
}

.c-faq__header .title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 24px;
}

.c-faq__header .subtitle {
    max-width: 600px;
    margin: 0 auto;
    color: var(--color-text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
}

.c-faq__grid {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-faq-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.c-faq-item__trigger {
    width: 100%;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    text-align: left;
    color: var(--color-text);
    font-size: 1.2rem;
    font-weight: 600;
    font-family: var(--font-heading);
    cursor: none;
    gap: 20px;
}

.c-faq-item__trigger .icon {
    width: 32px;
    height: 32px;
    background: rgba(138, 66, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary-light);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    flex-shrink: 0;
}

.c-faq-item.active {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(138, 66, 255, 0.2);
}

.c-faq-item.active .icon {
    background: var(--color-primary);
    color: #fff;
    transform: rotate(135deg);
}

.c-faq-item__content {
    height: 0;
    overflow: hidden;
    padding: 0 40px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-faq-item__content p {
    padding-bottom: 30px;
    color: var(--color-text-muted);
    line-height: 1.7;
    font-size: 1.05rem;
}

@media (max-width: 768px) {
    .c-faq {
        padding: 80px 0;
    }

    .c-faq-item__trigger {
        padding: 25px;
        font-size: 1.1rem;
    }

    .c-faq-item__content {
        padding: 0 25px;
    }
}

/* ============================================
   DISCOVERY CALL SECTION
   ============================================ */
.c-discovery {
    padding: 140px 0;
    background: var(--color-bg);
    position: relative;
    overflow: hidden;
}

.c-discovery__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 1200px;
    background: radial-gradient(circle, rgba(138, 66, 255, 0.06), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.c-discovery__status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(34, 197, 94, 0.08);
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid rgba(34, 197, 94, 0.2);
    margin-bottom: 32px;
    backdrop-filter: blur(10px);
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--color-accent);
    border-radius: 50%;
    position: relative;
}

.pulse-dot::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: var(--color-accent);
    animation: pulse-ring 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.c-discovery__status .status-text {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-accent);
}

.c-discovery__grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 100px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.c-discovery__info .tagline {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    color: var(--color-primary-light);
    margin-bottom: 24px;
}

.c-discovery__info .title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.1;
}

.c-discovery__info .description {
    color: var(--color-text-muted);
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 550px;
}

.c-discovery__info .trust-badges {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
}

.c-discovery__info .trust-badges span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-text);
}

.c-discovery__info .trust-badges i {
    color: var(--color-accent);
    font-size: 1.2rem;
}

.c-discovery__steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    max-width: 450px;
}

.c-discovery__steps-line {
    position: absolute;
    left: 42px;
    /* Perfectly centered with the 44px circle + 20px padding */
    top: 30px;
    bottom: 30px;
    width: 1px;
    background: rgba(255, 255, 255, 0.05);
    z-index: 0;
}

.c-discovery__steps-line-inner {
    width: 100%;
    height: 0%;
    background: linear-gradient(to bottom, var(--color-primary), var(--color-secondary));
    box-shadow: 0 0 15px var(--color-primary);
}

.c-discovery__steps .step {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    background: transparent;
    border: 1px solid transparent;
}

.c-discovery__steps .step:hover {
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.05);
}

.c-discovery__steps .step-num {
    width: 44px;
    height: 44px;
    background: var(--color-bg-light);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-text);
    transition: all 0.3s ease;
}

.c-discovery__steps .step:hover .step-num {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
    transform: scale(1.1);
}

.c-discovery__steps .step-text h4 {
    font-size: 1.1rem;
    color: var(--color-text);
    margin-bottom: 4px;
}

.c-discovery__steps .step-text p {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Form Styling */
.c-discovery__form-container {
    position: relative;
}

.form-glass {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    padding: 50px;
    backdrop-filter: blur(10px);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.08);
}

.form-header {
    margin-bottom: 40px;
    text-align: center;
}

.form-header h3 {
    font-family: var(--font-heading);
    font-size: 2rem;
    margin-bottom: 10px;
}

.form-header p {
    color: var(--color-text-muted);
    font-size: 1rem;
}

.c-discovery__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-group label {
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 4px;
    transition: all 0.3s ease;
}

.c-discovery__form .input-group:focus-within label {
    color: var(--color-primary-light);
    transform: translateX(4px);
}

.input-group input,
.input-group select,
.input-group textarea {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 16px 20px;
    color: var(--color-text);
    font-family: var(--font-primary);
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
}

.input-group input:hover,
.input-group select:hover,
.input-group textarea:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.2);
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 20px rgba(138, 66, 255, 0.1);
}

.input-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(154, 148, 194, 0.5)'%3E%3Cpath d='M12 16L6 10H18L12 16Z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
    cursor: pointer;
}

.input-group select option {
    background: var(--color-bg-light);
    color: var(--color-text);
}

.input-group textarea {
    resize: vertical;
    min-height: 120px;
}

.c-discovery__form button {
    margin-top: 16px;
    width: 100%;
    height: 64px;
    justify-content: center;
    font-size: 1.1rem;
}

@media (max-width: 1200px) {
    .c-discovery__grid {
        gap: 60px;
    }

    .form-glass {
        padding: 40px;
    }
}

@media (max-width: 1024px) {
    .c-discovery__grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .c-discovery__info {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .c-discovery__info .description {
        max-width: 100%;
    }

    .c-discovery__info .trust-badges {
        justify-content: center;
    }

    .c-discovery__steps {
        align-items: flex-start;
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }

    .c-discovery__steps-line {
        left: 42px;
        transform: none;
    }

    .c-discovery__steps .step {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .c-discovery {
        padding: 80px 0;
    }

    .form-glass {
        padding: 40px 24px;
        border-radius: 24px;
    }

    .c-discovery__info .trust-badges {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
}

/* Home Blog Section */
.c-home-blog {
    padding: 120px 0;
    background: var(--color-bg);
    position: relative;
    overflow: hidden;
}

.c-home-blog__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
    gap: 40px;
}

.c-home-blog__header .tagline {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    color: var(--color-primary-light);
    margin-bottom: 16px;
}

.c-home-blog__header .title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
}

.c-home-blog__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.c-blog-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.c-blog-card:hover {
    border-color: rgba(138, 66, 255, 0.4);
    transform: translateY(-10px);
}

.c-blog-card__glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(600px circle at var(--x, 50%) var(--y, 50%), rgba(138, 66, 255, 0.1), transparent 40%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0;
}

.c-blog-card:hover .c-blog-card__glow {
    opacity: 1;
}

.c-blog-card__image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.c-blog-card__image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.c-blog-card:hover .c-blog-card__image img { transform: scale(1.1); }

.c-blog-card__image .category {
    position: absolute;
    top: 20px; left: 20px;
    background: rgba(5, 8, 22, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.c-blog-card__content { 
    padding: 32px; 
    position: relative; 
    z-index: 1; 
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.c-blog-card__content .date { 
    font-size: 0.8rem; 
    color: var(--color-text-muted); 
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px; 
    font-family: var(--font-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.c-blog-card__content .date::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--color-accent);
    border-radius: 50%;
}

.c-blog-card__content h3 { 
    font-size: 1.4rem; 
    margin-bottom: 16px; 
    line-height: 1.4; 
    font-weight: 600;
    color: var(--color-text);
    transition: color 0.3s ease;
}

.c-blog-card:hover .c-blog-card__content h3 {
    color: var(--color-primary-light);
}

.c-blog-card__content p { 
    color: var(--color-text-muted); 
    line-height: 1.7; 
    margin-bottom: 30px; 
    font-size: 0.95rem;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.c-blog-card__content .read-more { 
    margin-top: auto;
    color: var(--color-text); 
    font-weight: 600; 
    font-size: 0.9rem;
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    align-self: flex-start;
    transition: all 0.3s ease;
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
}

.c-blog-card__content .read-more i {
    color: var(--color-primary-light);
    transition: transform 0.3s ease;
}

.c-blog-card__content .read-more:hover {
    background: transparent;
    color: var(--color-primary-light);
    border: none;
}

.c-blog-card__content .read-more:hover i {
    transform: translateX(5px) translateY(-2px);
}

@media (max-width: 1200px) {
    .c-home-blog__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .c-home-blog__grid {
        grid-template-columns: 1fr;
    }
    .c-home-blog__header{
        flex-wrap: wrap;
        
    }
}