/*Temporary */
a.learn {
    display: none;
}
/*----------------------------------------*/
            :root {
                --bg: #03040b;
                --panel: #11121c;
                --panel2: #151621;
                --line: rgba(255, 255, 255, 0.12);
                --muted: #aaaab6;
                --red: #ff1010;
                --cyan: #0ce8ff;
                --radius: 24px;
                --shadow: 0 28px 85px rgba(0, 0, 0, 0.32);
                --speed: 30s;
            }
            * {
                box-sizing: border-box;
            }
            html {
                scroll-behavior: smooth;
            }
            body {
                margin: 0;
                font-family: Sora, system-ui, sans-serif;
                background: var(--bg);
                color: #fff;
                overflow-x: hidden;
            }
            html, body {
            overflow-x: hidden;
            max-width: 100%;
            }
            a {
                text-decoration: none;
                color: inherit;
            }
            .container-xl {
                max-width: 1180px;
            }
            .noise {
                position: fixed;
                inset: 0;
                opacity: 0.055;
                pointer-events: none;
                z-index: -1;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
            }
            body:before {
                content: "";
                position: fixed;
                inset: 0;
                z-index: -3;
                pointer-events: none;
                background: radial-gradient(circle at 50% 0, rgba(255, 16, 16, 0.18), transparent 30%),
                    radial-gradient(circle at 14% 16%, rgba(255, 16, 16, 0.15), transparent 22%),
                    radial-gradient(circle at 84% 18%, rgba(12, 232, 255, 0.1), transparent 24%),
                    linear-gradient(180deg, #03040b 0%, #070710 58%, #020204 100%);
            }
            .section {
                padding: 102px 0;
                border-top: 1px solid var(--line);
                position: relative;
            }
            .section-title {
                font-size: clamp(32px, 4.45vw, 58px);
                line-height: 1.02;
                letter-spacing: -0.06em;
                font-weight: 500;
            }
            .hero-title {
                font-size: clamp(52px, 8.7vw, 126px);
                line-height: 0.93;
                letter-spacing: -0.08em;
                font-weight: 400;
            }
            .subhead {
                color: var(--muted);
                font-size: 15px;
                line-height: 1.75;
            }
            .eyebrow {
                display: inline-flex;
                align-items: center;
                gap: 10px;
                font-size: 13px;
                color: #fff;
            }
            .eyebrow:before {
                content: "";
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background: var(--red);
                box-shadow: 0 0 18px var(--red);
                animation: blink 2s ease-in-out infinite;
            }
            .text-red {
                color: var(--red) !important;
            }
            .panel {
                background: linear-gradient(145deg, rgba(20, 21, 32, 0.94), rgba(7, 7, 12, 0.95));
                border: 1px solid var(--line);
                border-radius: var(--radius);
                box-shadow: var(--shadow);
            }
            .round-icon {
                width: 56px;
                height: 56px;
                min-width: 56px;
                flex: 0 0 56px;
                aspect-ratio: 1/1;
                border-radius: 50%;
                display: grid;
                place-items: center;
                border: 1px solid rgba(255, 255, 255, 0.16);
                background: rgba(255, 255, 255, 0.045);
                color: #fff;
            }
            .round-icon.red {
                border-color: rgba(255, 16, 16, 0.55);
                background: rgba(255, 16, 16, 0.1);
                color: var(--red);
            }
            .round-icon svg {
                width: 27px;
                height: 27px;
                stroke-width: 1.55;
            }
            .btn-red,
            .btn-glass {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 10px;
                border-radius: 999px;
                padding: 13px 24px;
                font-weight: 600;
                font-size: 14px;
                transition: 0.25s;
                border: 0;
            }
            .btn-red {
                background: var(--red);
                color: #fff;
                box-shadow: 0 20px 45px rgba(255, 16, 16, 0.24);
            }
            .btn-red:hover {
                background: #fff;
                color: #05050a;
                transform: translateY(-2px);
            }
            .btn-glass {
                background: rgba(255, 255, 255, 0.075);
                color: #fff;
                border: 1px solid rgba(255, 255, 255, 0.12);
            }
            .btn-glass:hover {
                background: rgba(255, 255, 255, 0.13);
                color: #fff;
                transform: translateY(-2px);
            }
            .btn-glass svg,
            .btn-red svg {
                width: 18px;
                height: 18px;
                stroke-width: 1.8;
            }
            .nav-wrap {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                z-index: 80;
                background: rgba(3, 4, 11, 0.72);
                border-bottom: 1px solid var(--line);
                backdrop-filter: blur(18px);
            }
            .navbar {
                min-height: 78px;
            }

            .brand-logo img {
                width: 45px;
                height: 45px;
            }

            .brand-text {
                line-height: 1;
            }
            .brand-text strong {
                font-size: 18px;
                font-weight: 500;
            }
            .brand-text span {
                font-size: 9px;
                letter-spacing: 0.24em;
                color: #8d8e98;
            }
            .nav-link {
                color: #e2e2e8 !important;
                font-size: 13px;
                margin: 0 7px;
            }
            .nav-link:hover,
            .nav-link.active {
                color: var(--red) !important;
            }
            .menu-btn {
                width: 42px;
                height: 42px;
                border-radius: 50%;
                border: 1px solid rgba(255, 16, 16, 0.35);
                color: var(--red);
                background: rgba(255, 16, 16, 0.06);
            }
            .hero {
                min-height: 820px;
                padding: 118px 0 56px;
                position: relative;
                display: flex;
                align-items: center;
                overflow: hidden;
            }
            .hero:before,
            .inner-hero:before {
                content: "";
                position: absolute;
                inset: 0;
                z-index: -3;
                background: linear-gradient(
                        112deg,
                        transparent 0 8%,
                        rgba(255, 16, 16, 0.31) 10%,
                        transparent 17%,
                        transparent 83%,
                        rgba(255, 16, 16, 0.24) 86%,
                        transparent 94%
                    ),
                    linear-gradient(68deg, transparent 0 40%, rgba(12, 232, 255, 0.08), transparent 60%);
                filter: blur(3px);
            }
            .grid-bg {
                position: absolute;
                inset: 78px 0 0;
                z-index: -2;
                background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
                background-size: 80px 80px;
                mask-image: radial-gradient(ellipse at center, black 0 42%, transparent 78%);
            }
            .outline {
                color: #ff1010;
            }
            .hero-stage {
                position: relative;
                min-height: 480px;
                margin-top: -12px;
            }
            .portrait-shell {
                position: absolute;
                left: 50%;
                bottom: 0;
                transform: translateX(-50%);
                width: min(420px, 72vw);
                height: 500px;
                display: flex;
                align-items: flex-end;
                justify-content: center;
            }
            .portrait-glow {
                position: absolute;
                inset: 58px 0 0;
                border-radius: 240px 240px 30px 30px;
                background: radial-gradient(circle at 48% 40%, rgba(255, 16, 16, 0.54), transparent 34%),
                    radial-gradient(circle at 66% 36%, rgba(12, 232, 255, 0.27), transparent 28%);
                filter: blur(18px);
            }
            .hero-img {
                position: relative;
                /* width: 350px; */
                height: 500px;
                object-fit: cover;
                border-radius: 210px 210px 24px 24px;
                mix-blend-mode: screen;
                filter: contrast(1.1) saturate(1.2);
            }
            .hero-card {
                position: absolute;
                width: 270px;
                padding: 22px;
                border: 1px solid var(--line);
                background: linear-gradient(145deg, rgba(18, 19, 30, 0.88), rgba(5, 5, 10, 0.78));
                border-radius: 22px;
                backdrop-filter: blur(18px);
                box-shadow: var(--shadow);
            }
            .hero-card.left {
                left: 0;
                top: 116px;
            }
            .hero-card.right {
                right: 0;
                top: 116px;
            }
            .hero-card.bottom {
                left: 50%;
                bottom: 0;
                transform: translateX(-50%);
                width: 350px;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            .metric-no {
                font-size: 42px;
                line-height: 1;
                font-weight: 600;
                letter-spacing: -0.05em;
            }
            .metric-no span {
                color: var(--red);
            }
            .mini-line {
                height: 4px;
                border-radius: 999px;
                background: linear-gradient(90deg, var(--red), rgba(255, 255, 255, 0.1));
                margin: 16px 0;
            }
            .inner-hero {
                padding: 150px 0 78px;
                position: relative;
                overflow: hidden;
                border-bottom: 1px solid var(--line);
            }

             /* ── Hero v3 ── */
            .hero-v2 {
                min-height: 100svh;
                padding: 148px 0 90px;
                display: flex;
                align-items: center;
                position: relative;
                overflow: hidden;
            }
            .hero-v2:before {
                content: "";
                position: absolute;
                inset: 0;
                z-index: -3;
                background:
                    radial-gradient(ellipse 70% 55% at 50% -10%, rgba(255,16,16,0.2), transparent),
                    radial-gradient(ellipse 40% 40% at 8% 60%, rgba(255,16,16,0.09), transparent),
                    radial-gradient(ellipse 50% 50% at 92% 40%, rgba(12,232,255,0.06), transparent);
            }
            .hero-orb {
                position: absolute;
                top: -200px; left: 50%;
                transform: translateX(-50%);
                width: 720px; height: 720px;
                border-radius: 50%;
                background: radial-gradient(circle, rgba(255,16,16,0.11) 0%, transparent 70%);
                filter: blur(50px);
                pointer-events: none;
                z-index: -2;
                animation: orb-pulse 7s ease-in-out infinite;
            }
            @keyframes orb-pulse {
                0%,100% { transform: translateX(-50%) scale(1); opacity:.8; }
                50%      { transform: translateX(-50%) scale(1.1); opacity:1; }
            }
            .hero-v2 .hero-title {
                font-size: clamp(50px, 8vw, 118px);
                line-height: 0.93;
                letter-spacing: -0.07em;
                font-weight: 400;
            }
            .hero-v2 .hero-title em {
                font-style: normal;
                color: var(--red);
            }
            .btn-red-lg {
                display: inline-flex;
                align-items: center;
                gap: 10px;
                padding: 17px 38px;
                border-radius: 999px;
                background: var(--red);
                color: #fff;
                font-weight: 700;
                font-size: 15px;
                border: 0;
                box-shadow: 0 20px 60px rgba(255,16,16,0.3);
                transition: .25s;
                margin-top: 44px;
            }
            .btn-red-lg:hover { background:#fff; color:#05050a; transform:translateY(-3px); box-shadow:0 28px 70px rgba(255,16,16,0.18); }
            .btn-red-lg svg { width:18px; height:18px; }
            /* Review card */
            .hero-review {
                display: inline-flex;
                align-items: center;
                gap: 18px;
                margin-top: 56px;
                padding: 20px 28px;
                border-radius: 20px;
                border: 1px solid rgba(255,255,255,0.1);
                background: linear-gradient(135deg, rgba(18,19,30,0.9), rgba(6,6,12,0.85));
                backdrop-filter: blur(20px);
                box-shadow: 0 24px 64px rgba(0,0,0,0.35);
                text-align: left;
                max-width: 480px;
            }
            .review-avatar {
                width: 52px;
                height: 52px;
                min-width: 52px;
                border-radius: 50%;
                object-fit: cover;
                border: 2px solid rgba(255,255,255,0.12);
                background: #1e1f2e;
            }
            .review-stars { color: #ffbf3f; font-size: 13px; letter-spacing: 1px; margin-bottom: 5px; }
            .review-quote { font-size: 13.5px; color: #d4d4de; line-height: 1.55; margin: 0; }
            .review-name { font-size: 12px; color: var(--muted); margin-top: 8px; }
            .review-name strong { color: #fff; }
            /* Trust pills */
            .trust-bar {
                display: flex; align-items: center; justify-content: center;
                gap: 12px; flex-wrap: wrap; margin-bottom: 36px;
            }
            .trust-pill {
                display: inline-flex; align-items: center; gap: 8px;
                padding: 7px 16px; border-radius: 999px;
                border: 1px solid rgba(255,255,255,0.12);
                background: rgba(255,255,255,0.05);
                font-size: 12px; color: #d4d4de;
                backdrop-filter: blur(8px); white-space: nowrap;
            }
            .trust-pill svg { width:13px; height:13px; color: var(--red); flex-shrink:0; }
            .trust-dot {
                width: 7px; height: 7px; border-radius: 50%;
                background: var(--red); box-shadow: 0 0 10px var(--red);
                animation: blink 2s ease-in-out infinite;
            }
            @keyframes blink { 0%,100%{opacity:1} 50%{opacity:.35} }
            /* Avatar social proof */
            .hero-social-proof {
                display: flex; align-items: center; gap: 14px;
                justify-content: center; margin-top: 28px;
            }
            .avatar-stack { display: flex; }
            .avatar-stack img {
                width: 34px; height: 34px; border-radius: 50%;
                border: 2px solid var(--bg); object-fit: cover;
                margin-left: -10px; background: #1e1f2e;
            }
            .avatar-stack img:first-child { margin-left: 0; }
            .proof-text { font-size: 13px; color: var(--muted); line-height: 1.5; text-align: left; }
            .proof-text strong { color: #fff; }
            .proof-stars { color: #ffbf3f; font-size: 13px; letter-spacing: 1px; }


            .breadcrumb-lite {
                display: flex;
                gap: 10px;
                align-items: center;
                color: #8f8f9b;
                font-size: 13px;
            }
            .breadcrumb-lite a {
                color: #fff;
            }
            .breadcrumb-lite svg {
                width: 14px;
                height: 14px;
            }

            .image-cover {
                width: 100%;
                height: auto;
                border-radius: 20px;
            }

            .founder-block {
                position: relative;
                overflow: hidden;
            }

            .founder-title {
                position: absolute;
                bottom: 30px;
                left: 12px;
                line-height: 3;
            }

            .pill {
                background: var(--red);
                border-radius: 20px;
                padding: 10px;
            }

            .pill.inverted {
                background: #ffffff;
                color: var(--bg);
            }

            .mini-feature {
                display: flex;
                gap: 16px;
                align-items: flex-start;
                padding: 22px;
                border-radius: 18px;
                background: rgba(255, 255, 255, 0.045);
                border: 1px solid rgba(255, 255, 255, 0.075);
                height: 100%;
            }
            .stat-card,
            .metric {
                padding: 26px;
                border-radius: 20px;
                background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 16, 16, 0.1));
                border: 1px solid rgba(255, 255, 255, 0.08);
                height: 100%;
            }
            .stat-card b,
            .metric b {
                font-size: 35px;
                line-height: 1;
                font-weight: 600;
            }
            .stat-card span,
            .metric span {
                color: var(--red);
            }

/* ============== FULL SCREENSHOT WORK GRID ============== */
.work-grid-full {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
}

.work-card-full {
    background: #14151f;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.work-card-full:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 16, 16, 0.4);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.browser-header {
    height: 38px;
    background: linear-gradient(90deg, #1e293b, #334155);
    display: flex;
    align-items: center;
    padding: 0 14px;
    gap: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.screenshot-viewport {
    height: 420px;           /* Visible window */
    overflow: hidden;
    position: relative;
    background: #0b0f19;
}

.screenshot-viewport img {
    width: 100%;
    height: auto;
    transition: transform 0.8s ease;
    transform: translateY(0);
}

.work-card-full:hover .screenshot-viewport img {
    transform: translateY(-80px);   /* Scroll down a bit on hover */
}

.work-info-full {
    padding: 20px 24px;
}

.work-info-full h3 {
    font-size: 18px;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.work-info-full p {
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.6;
}

/* Mobile */
@media (max-width: 640px) {
    .screenshot-viewport {
        height: 380px;
    }
    
    .work-grid-full {
        gap: 24px;
    }
}          

            .service-grid {
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                border: 1px solid rgba(255, 255, 255, 0.16);
                margin-top: 54px;
                background: rgba(255, 255, 255, 0.018);
                overflow: hidden;
            }
            .service-card {
                min-height: 338px;
                padding: 34px 26px;
                display: flex;
                flex-direction: column;
                border-right: 1px solid rgba(255, 255, 255, 0.14);
                border-bottom: 1px solid rgba(255, 255, 255, 0.14);
                position: relative;
                transition: 0.25s;
                overflow: hidden;
            }
            .service-card:nth-child(4n) {
                border-right: 0;
            }
            .service-card:nth-last-child(-n + 4) {
                border-bottom: 0;
            }
            .service-card:after {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(135deg, rgba(255, 16, 16, 0.16), transparent 48%);
                opacity: 0;
                transition: 0.25s;
            }
            .service-card:hover {
                background: rgba(255, 255, 255, 0.04);
                transform: none;
            }
            .service-card:hover:after {
                opacity: 1;
            }
            .service-card > * {
                position: relative;
                z-index: 1;
            }
            .service-card .round-icon {
                margin-bottom: 38px;
            }
            .service-num {
                color: var(--red);
                font-size: 13px;
                font-weight: 700;
                margin-bottom: 18px;
            }
            .service-card h3 {
                font-size: 18px;
                letter-spacing: -0.035em;
                line-height: 1.28;
                margin-bottom: 14px;
            }
            .service-card p {
                font-size: 13px;
                line-height: 1.72;
                color: var(--muted);
                margin: 0;
            }
            .learn {
                margin-top: auto;
                padding-top: 18px;
                color: #fff;
                font-size: 13px;
                display: inline-flex;
                gap: 8px;
                align-items: center;
                transition: 0.3s color;
            }

            .learn:hover {
                color: var(--red);
            }
            .learn svg {
                width: 15px;
                height: 15px;
            }
            .service-detail-card {
                padding: 32px;
                border-radius: 24px;
                background: #12131d;
                border: 1px solid rgba(255, 255, 255, 0.1);
            }
            .process-step {
                display: flex;
                gap: 18px;
                padding: 22px 0;
                border-bottom: 1px solid var(--line);
            }
            .process-step:last-child {
                border-bottom: 0;
            }
            .step-no {
                width: 46px;
                height: 46px;
                border-radius: 50%;
                display: grid;
                place-items: center;
                background: rgba(255, 16, 16, 0.1);
                border: 1px solid rgba(255, 16, 16, 0.45);
                color: var(--red);
                flex: 0 0 auto;
                font-weight: 700;
            }
            .project-grid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 30px;
                margin-top: 52px;
            }
            .project-card {
                position: relative;
                background: #14151f;
                border: 1px solid rgba(255, 255, 255, 0.09);
                border-radius: 22px;
                padding: 18px;
                transition: 0.28s;
                overflow: hidden;
            }
            .project-card:hover {
                transform: translateY(-7px);
                border-color: rgba(255, 16, 16, 0.42);
                box-shadow: var(--shadow);
            }
            .project-img-wrap {
                height: 300px;
                border-radius: 14px;
                overflow: hidden;
                position: relative;
                background: #05050a;
            }
            .project-img-wrap img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: 0.45s;
            }
            .project-card:hover img {
                transform: scale(1.055);
            }
            .project-img-wrap:after {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.7));
            }
            .project-meta {
                position: absolute;
                left: 18px;
                right: 18px;
                bottom: 18px;
                display: flex;
                align-items: end;
                justify-content: space-between;
                gap: 18px;
                z-index: 2;
            }
            .project-action {
                width: 52px;
                height: 52px;
                flex: 0 0 auto;
                border-radius: 50%;
                display: grid;
                place-items: center;
                color: #fff;
                background: var(--red);
                border: 1px solid rgba(255, 255, 255, 0.16);
                box-shadow: 0 14px 35px rgba(255, 16, 16, 0.28);
                transition: 0.25s;
            }
            .project-action svg {
                width: 20px;
                height: 20px;
            }
            .project-card:hover .project-action {
                transform: rotate(45deg);
                background: #fff;
                color: #05050b;
            }
            .marquee {
                font-size: clamp(42px, 6vw, 78px);
                white-space: nowrap;
                color: rgba(255, 255, 255, 0.06);
                padding: 44px 0;
                overflow: hidden;
                border-top: 1px solid var(--line);
                border-bottom: 1px solid var(--line);
            }
            .marquee span {
                display: inline-block;
                animation: mar 24s linear infinite;
            }
            @keyframes mar {
                to {
                    transform: translateX(-50%);
                }
            }

            .pricing-card {
                padding: 32px;
                border-radius: 24px;
                background: #14151f;
                border: 1px solid rgba(255, 255, 255, 0.09);
                height: 100%;
                transition: 0.25s;
            }
            .pricing-card:hover {
                transform: translateY(-6px);
                border-color: rgba(255, 16, 16, 0.36);
            }
            .pricing-card.featured {
                background:
                    linear-gradient(135deg, rgba(255, 16, 16, 0.18), rgba(20, 21, 31, 0.96));
            }
            .price-bottom {
                background: #05050a;
                border: 1px solid rgba(255, 255, 255, 0.08);
                border-radius: 20px;
                padding: 19px 22px;
                margin-top: 28px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 16px;
            }
            .price {
                font-size: 39px;
                letter-spacing: -0.05em;
            }
            .toggle {
                height: 48px;
                padding: 4px;
                background: #07070d;
                border-radius: 999px;
                border: 1px solid rgba(255, 255, 255, 0.08);
                display: inline-flex;
                align-items: center;
                gap: 4px;
            }
            .toggle .btn {
                height: 38px;
                line-height: 1;
                border-radius: 999px;
                border: 0;
                padding: 0 20px;
                color: #fff;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }
            .toggle .active {
                background: var(--red) !important;
            }
            .pill-dot {
                display: flex;
                align-items: center;
                gap: 9px;
                font-size: 13px;
                color: #fff;
                margin: 8px 18px 0 0;
            }
            .pill-dot:before {
                content: "";
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: var(--red);
                padding: 4px;
            }
            .blog-card {
                height: 100%;
                padding: 16px;
                border-radius: 18px;
                background: #14151f;
                border: 1px solid rgba(255, 255, 255, 0.075);
                transition: 0.25s;
            }
            .blog-card:hover {
                transform: translateY(-6px);
                border-color: rgba(255, 16, 16, 0.36);
            }
            .blog-card img {
                height: 170px;
                width: 100%;
                object-fit: cover;
                border-radius: 12px;
                margin-bottom: 18px;
            }
            .meta {
                display: flex;
                gap: 15px;
                flex-wrap: wrap;
                color: #8e8e99;
                font-size: 12px;
                margin-bottom: 14px;
            }
            .meta span {
                display: inline-flex;
                gap: 6px;
                align-items: center;
            }
            .meta svg {
                width: 14px;
                height: 14px;
                color: var(--red);
            }
            .archive-item {
                display: flex;
                justify-content: space-between;
                gap: 24px;
                padding: 24px 0;
                border-bottom: 1px solid var(--line);
            }
            .archive-item:last-child {
                border-bottom: 0;
            }
            .post-body {
                font-size: 17px;
                line-height: 1.85;
                color: #d6d6de;
            }
            .post-body p,
            .post-body ul {
                margin-bottom: 24px;
            }
            .quote {
                padding: 26px;
                border-left: 3px solid var(--red);
                background: rgba(255, 16, 16, 0.08);
                border-radius: 0 18px 18px 0;
                color: #fff;
                margin: 30px 0;
            }
            .lead-form {
                padding: 30px;
                border-radius: 26px;
                background: #11121c;
                border: 1px solid rgba(255, 255, 255, 0.1);
            }
            .form-control,
            .form-select {
                background: #06060d !important;
                color: #fff !important;
                border: 1px solid rgba(255, 255, 255, 0.12) !important;
                border-radius: 14px;
                padding: 14px;
            }
            .form-control::placeholder {
                color: #777;
            }
            .form-control:focus,
            .form-select:focus {
                box-shadow: 0 0 0 0.25rem rgba(255, 16, 16, 0.14) !important;
                border-color: rgba(255, 16, 16, 0.55) !important;
            }
            .modal-content {
                background: #11121c;
                color: #fff;
                border: 1px solid var(--line);
                border-radius: 24px;
            }
            .btn-close {
                filter: invert(1);
            }
            footer {
                background: #010102;
                padding: 78px 0 30px;
                border-top: 1px solid var(--line);
            }
            footer a {
                display: block;
                color: #bdbdc7;
                margin: 10px 0;
                font-size: 14px;
            }
            footer a:hover {
                color: var(--red);
            }
            .footer-title {
                font-size: 15px;
                color: var(--red);
                margin-bottom: 18px;
            }
            .contact-icon {
                width: 40px;
                height: 40px;
                flex: 0 0 auto;
                border-radius: 50%;
                display: grid;
                place-items: center;
                background: rgba(255, 16, 16, 0.14);
                color: #fff;
            }
            .contact-icon svg {
                width: 20px;
                height: 20px;
            }
            .whatsapp-float {
                position: fixed;
                right: 22px;
                bottom: 22px; /* default position */
                width: 48px;
                height: 48px;
                border-radius: 50%;
                display: grid;
                place-items: center;
                background: #25d366;
                color: #fff;
                z-index: 61;
                box-shadow: 0 18px 42px rgba(37, 211, 102, 0.28);
                transition: all 0.25s ease;
            }

            .whatsapp-float.move-up {
                bottom: 82px; /* slides up when backtop appears */
            }

            .whatsapp-float:hover {
                color: #fff;
                transform: translateY(-3px);
            }

            .backtop {
                position: fixed;
                right: 22px;
                bottom: 22px;
                width: 48px;
                height: 48px;
                border-radius: 50%;
                display: grid;
                place-items: center;
                background: var(--red);
                color: #fff;
                z-index: 60;
                opacity: 0;
                transform: translateY(18px);
                transition: 0.25s;
            }

            .backtop.show {
                opacity: 1;
                transform: translateY(0);
            }

            .backtop.show:hover {
                transform: translateY(-3px);
            }

            .nav-wrap {
                contain: layout paint;
            }
            .navbar {
                align-items: center;
            }
            .navbar-brand {
                height: 78px;
                display: flex;
                align-items: center;
            }
            .menu-btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                padding: 0;
                margin: 0;
            }
            .navbar-collapse {
                width: 100%;
                flex-basis: 100%;
            }
            .menu-btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                padding: 0;
            }
            .menu-btn svg {
                width: 21px;
                height: 21px;
                display: block;
                stroke-width: 1.9;
            }
            .navbar-toggler:focus {
                box-shadow: 0 0 0 0.18rem rgba(255, 16, 16, 0.22);
            }
            @media (max-width: 991px) {
                .navbar {
                    align-items: flex-start;
                }
                .navbar-brand {
                    height: 78px;
                }
                .menu-btn {
                    margin-top: 18px;
                }
                .navbar-collapse {
                    order: 3;
                    margin-top: 0;
                    padding: 20px;
                    border: 1px solid var(--line);
                    background: #080912;
                    border-radius: 20px;
                }
                .hero {
                    min-height: auto;
                    padding: 124px 0 76px;
                    display: block;
                }
                .hero-stage {
                    min-height: 760px;
                    margin-top: 0;
                }
                .portrait-shell {
                    top: 40px;
                    bottom: auto;
                    height: 450px;
                }
                .hero-img {
                    /* width: 318px; */
                    height: 450px;
                }
                .hero-card {
                    width: auto;
                }
                .hero-card.left {
                    left: 0;
                    right: calc(50% + 12px);
                    top: 475px;
                }
                .hero-card.right {
                    right: 0;
                    left: calc(50% + 12px);
                    top: 475px;
                }
                .hero-card.bottom {
                    left: 50%;
                    bottom: 0;
                    top: auto;
                    width: min(420px, 100%);
                }
                .logo-row {
                    grid-template-columns: repeat(2, 1fr);
                }
                .logo-intro {
                    grid-column: 1/-1;
                    text-align: center;
                }
                .service-grid {
                    grid-template-columns: repeat(2, 1fr);
                }
                .service-card:nth-child(2n) {
                    border-right: 0;
                }
                .service-card:nth-last-child(-n + 4) {
                    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
                }
                .service-card:nth-last-child(-n + 2) {
                    border-bottom: 0;
                }
                .project-grid {
                    grid-template-columns: 1fr;
                }
                .project-img-wrap {
                    height: 270px;
                }
                .archive-item {
                    display: block;
                }
                .section-title {
                    text-wrap: balance;
                }
            }
            @media (max-width: 767px) {
                .hero {
                    padding: 118px 0 84px;
                }
                .hero-stage {
                    min-height: auto;
                    display: flex;
                    flex-direction: column;
                    /* gap: 14px; */
                    margin-top: 24px;
                }
                .portrait-shell {
                    position: relative;
                    left: auto;
                    top: auto;
                    bottom: auto;
                    transform: none;
                    width: 100%;
                    height: 390px;
                    margin: 0 auto;
                }
                .portrait-glow {
                    inset: 30px 10% 0;
                }
                .hero-img {
                    /* width: min(280px, 78vw); */
                    height: 390px;
                }
                .hero-cards-mobile {
                    position: relative;
                    top: auto;
                    left: auto;
                    right: auto;
                    display: grid;
                    grid-template-columns: 1fr;
                    gap: 14px;
                    margin-top: 0;
                    width: 100%;
                }
                .hero-card,
                .hero-card.left,
                .hero-card.right,
                .hero-card.bottom {
                    position: relative !important;
                    left: auto !important;
                    right: auto !important;
                    top: auto !important;
                    bottom: auto !important;
                    transform: none !important;
                    width: 100% !important;
                    margin: 0;
                }
                .hero-card.bottom {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    gap: 14px;
                }
                .metric-no {
                    font-size: 36px;
                }
                .price-bottom {
                    display: block;
                }
                .price-bottom .btn-red,
                .price-bottom .btn-glass {
                    margin-top: 16px;
                }
            }
            @media (max-width: 575px) {
                .navbar-brand {
                    height: 70px;
                }
                .menu-btn {
                    margin-top: 15px;
                }
                .navbar-collapse {
                    margin-top: 0;
                }
                .section {
                    padding: 72px 0;
                }
                .container-xl {
                    padding-left: 18px;
                    padding-right: 18px;
                }
                .brand-text strong {
                    font-size: 14px;
                }
                .brand-text span {
                    font-size: 8px;
                }
                .brand-mark {
                    width: 38px;
                    height: 38px;
                    flex: 0 0 38px;
                }
                .navbar {
                    min-height: 70px;
                }
                .menu-btn {
                    width: 40px;
                    height: 40px;
                }
                .hero-title {
                    font-size: clamp(46px, 14.5vw, 72px);
                }
                .hero {
                    padding-top: 108px;
                    padding-bottom: 88px;
                }
                .logo-row,
                .service-grid {
                    grid-template-columns: 1fr;
                }
                .service-card {
                    border-right: 0 !important;
                }
                .service-card:nth-last-child(-n + 2) {
                    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
                }
                .service-card:last-child {
                    border-bottom: 0 !important;
                }
                .project-img-wrap {
                    height: 230px;
                }
                .project-meta {
                    align-items: flex-start;
                    gap: 12px;
                }
                .project-meta h3 {
                    font-size: 18px;
                }
                .project-meta p {
                    font-size: 12px;
                }
                .project-action {
                    width: 46px;
                    height: 46px;
                    flex-basis: 46px;
                }
                .section-title br {
                    display: none;
                }
                .round-icon {
                    width: 52px;
                    height: 52px;
                    min-width: 52px;
                    flex-basis: 52px;
                }
                .mini-feature {
                    padding: 18px;
                }
                .whatsapp-float,
                .backtop {
                    right: 16px;
                }
                .backtop {
                    bottom: 18px;
                }
            }
            @media (max-width: 991px) {
                .navbar-collapse.collapse {
                    display: block !important;
                    max-height: 0;
                    opacity: 0;
                    overflow: hidden;
                    transform: translateY(-8px);
                    padding: 0 20px !important;
                    border-width: 0 !important;
                    transition:
                        max-height 0.28s cubic-bezier(0.4, 0, 0.2, 1),
                        opacity 0.18s ease,
                        transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
                        padding 0.28s cubic-bezier(0.4, 0, 0.2, 1);
                    will-change: max-height, opacity, transform;
                }
                .navbar-collapse.collapse.show {
                    max-height: 520px;
                    opacity: 1;
                    transform: translateY(0);
                    padding: 20px !important;
                    border-width: 1px !important;
                    margin-bottom: 20px;
                }
            }
            .hero-social {
                position: absolute;
                left: 48px;
                top: 190px;
                display: grid;
                gap: 12px;
                z-index: 4;
            }
            .hero-social a {
                width: 42px;
                height: 42px;
                border-radius: 50%;
                display: grid;
                place-items: center;
                background: rgba(255, 255, 255, 0.12);
                border: 1px solid rgba(255, 255, 255, 0.1);
                color: #fff;
                transition: 0.25s;
                backdrop-filter: blur(12px);
            }
            .hero-social a:hover,
            .hero-social a.whatsapp:hover {
                background: var(--red);
                color: #fff;
                transform: translateY(-2px);
                border-color: rgba(255, 16, 16, 0.55);
            }
            .hero-social a.whatsapp {
                background: #25d366;
                border-color: rgba(37, 211, 102, 0.45);
                box-shadow: 0 16px 38px rgba(37, 211, 102, 0.18);
            }
            .hero-social svg {
                width: 20px;
                height: 20px;
                stroke-width: 1.7;
            }
            .hero-social .fa-brands {
                font-size: 19px;
                line-height: 1;
                display: block;
            }
            .testimonial-card {
                padding: 30px;
                border-radius: 24px;
                background: #14151f;
                border: 1px solid rgba(255, 255, 255, 0.09);
                height: 100%;
                transition: 0.25s;
            }
            .testimonial-card:hover {
                transform: translateY(-5px);
                border-color: rgba(255, 16, 16, 0.34);
                box-shadow: var(--shadow);
            }
            .testimonial-top {
                display: flex;
                align-items: center;
                gap: 16px;
                margin-bottom: 20px;
            }
            .testimonial-avatar {
                width: 58px;
                height: 58px;
                border-radius: 50%;
                object-fit: cover;
                border: 2px solid rgba(255, 255, 255, 0.14);
            }
            .stars {
                display: flex;
                gap: 4px;
                color: #ffbf3f;
                margin-bottom: 14px;
            }
            .stars svg {
                width: 16px;
                height: 16px;
                fill: currentColor;
                stroke-width: 1.4;
            }
            .quote-mark {
                width: 46px;
                height: 46px;
                border-radius: 50%;
                display: grid;
                place-items: center;
                background: rgba(255, 16, 16, 0.1);
                color: var(--red);
                border: 1px solid rgba(255, 16, 16, 0.32);
                margin-left: auto;
            }
            .quote-mark svg {
                width: 22px;
                height: 22px;
            }
            .project-detail-hero-img {
                width: 100%;
                height: 440px;
                object-fit: cover;
                border-radius: 24px;
                border: 1px solid rgba(255, 255, 255, 0.1);
            }
            @media (max-width: 991px) {
                .hero-social {
                    left: 24px;
                    top: 118px;
                }
            }
            @media (max-width: 767px) {
                .hero-social {
                    position: relative;
                    left: auto;
                    top: auto;
                    display: flex;
                    justify-content: center;
                    margin: 22px 0 0;
                }
                .hero-social a {
                    width: 40px;
                    height: 40px;
                }
            }
            .footer-social {
                display: flex;
                gap: 12px;
                align-items: center;
                margin-top: 24px;
            }
            .footer-social a {
                width: 42px;
                height: 42px;
                border-radius: 50%;
                display: grid;
                place-items: center;
                background: rgba(255, 255, 255, 0.1);
                border: 1px solid rgba(255, 255, 255, 0.12);
                color: #fff;
                transition: 0.25s;
            }
            .footer-social a:hover {
                background: var(--red);
                border-color: rgba(255, 16, 16, 0.55);
                color: #fff;
                transform: translateY(-2px);
            }
            .footer-social .fa-brands {
                font-size: 18px;
                line-height: 1;
            }
        

/* ============== GLOBAL CLIENTS MAP ============== */
.world-map-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    background: #0a0b14;
}

.world-map-figure {
    position: relative;
    margin: 0;
}

.world-map-figure img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.88;
}

/* Glowing Dot */
.map-location {
    position: absolute;
    transform: translate(-50%, -50%);
}

.dot {
    width: 5px;
    height: 5px;
    background: var(--red);
    border-radius: 50%;
    box-shadow: 
        0 0 0 3px rgba(255, 16, 16, 0.3),
        0 0 15px rgba(255, 16, 16, 0.75);
    animation: pulse-dot 2.4s ease-in-out infinite;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot:hover {
    transform: scale(1.6);
    box-shadow: 
        0 0 0 5px rgba(255, 16, 16, 0.45),
        0 0 15px rgba(255, 16, 16, 0.95);
}

@keyframes pulse-dot {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(0.82); }
}

/* Improved Pin Positions - Tuned for this map */
.pin-usa       { top: 30%; left: 14%; }
.pin-canada    { top: 18%; left: 15%; }
.pin-mexico    { top: 40%; left: 11.5%; }
.pin-uk        { top: 20%; left: 44.4%; }
.pin-ireland   { top: 20%; left: 42.8%; }
.pin-france    { top: 24.5%; left: 45.5%; }
.pin-germany   { top: 22%; left: 47.8%; }
.pin-switzerland { top: 25%; left: 47.5%; }
.pin-italy     { top: 27.5%; left: 49%; }
.pin-netherlands { top: 21.5%; left: 46.5%; }
.pin-poland    { top: 21%; left: 50%; }
.pin-czech     { top: 23.5%; left: 49%; }
.pin-slovakia  { top: 24%; left: 50%; }
.pin-moldova   { top: 25%; left: 53%; }
.pin-sweden    { top: 15%; left: 49%; }
.pin-turkey    { top: 29%; left: 55%; }
.pin-morocco   { top: 38%; left: 41.5%; }
.pin-india     { top: 45.5%; left: 69.6%; }
.pin-indonesia { top: 62%; left: 82%; }
.pin-australia { top: 77%; left: 88%; }
.pin-japan     { top: 31.5%; left: 87.5%; }
.pin-korea     { top: 32.5%; left: 84.3%; }

/* Tooltip */
.map-location::after {
    content: attr(title);
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    background: #11121c;
    color: #fff;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    pointer-events: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    border: 1px solid rgba(255,16,16,0.3);
    z-index: 10;
}

.map-location:hover::after {
    opacity: 1;
    visibility: visible;
    top: -48px;
}

/* Country List */
.country-list {
    background: rgba(255,255,255,0.02);
    border-radius: 20px;
    padding: 32px 20px;
    border: 1px solid rgba(255,255,255,0.06);
}

.country-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #ddd;
}

.country-dot {
    width: 8px;
    height: 8px;
    background: var(--red);
    border-radius: 50%;
}

.grecaptcha-badge { visibility: hidden; }