﻿/* ========================================
   SERVICES PAGE â€” PREMIUM VISUALS v2.0
   Rich code editors, terminals, flying snippets,
   layered design mockups, orbital badges
   ======================================== */

/* --- Shared Visual Atoms --- */
.v-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.v-dot.red {
    background: #ff5f56;
}

.v-dot.yellow {
    background: #ffbd2e;
}

.v-dot.green {
    background: #27c93f;
}

/* ============ MOBILE CARD â€” CODE EDITOR ============ */
.v-code-editor {
    width: 100%;
    max-width: 380px;
    border-radius: 16px;
    overflow: hidden;
    font-family: 'Fira Code', 'Courier New', monospace;
    font-size: 0.78rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 2;
    animation: editorFloat 6s ease-in-out infinite;
}

.v-code-editor.indigo-glow {
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.6),
        0 0 60px rgba(99, 102, 241, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

@keyframes editorFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(0.5deg);
    }
}

.v-editor-bar {
    background: #1e1e1e;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.v-tab {
    margin-left: auto;
    color: #858585;
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 2px 10px;
    border-radius: 4px;
}

.v-editor-body {
    background: #0d1117;
    padding: 16px 12px;
    min-height: 200px;
}

.v-line {
    line-height: 1.8;
    color: #abb2bf;
    white-space: nowrap;
}

.v-ln {
    display: inline-block;
    width: 28px;
    color: #4b5263;
    text-align: right;
    margin-right: 16px;
    user-select: none;
    font-size: 0.7rem;
}

.v-kw {
    color: #c678dd;
}

.v-str {
    color: #98c379;
}

.v-fn {
    color: #61afef;
}

.v-comp {
    color: #e5c07b;
}

.v-attr {
    color: #d19a66;
}

.v-var {
    color: #e06c75;
}

/* Blinking cursor line */
.v-cursor-line {
    height: 2px;
    width: 60px;
    background: linear-gradient(90deg, #6366f1, transparent);
    margin-top: 8px;
    animation: cursorBlink 1.2s ease-in-out infinite;
    border-radius: 1px;
}

@keyframes cursorBlink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

/* ============ FLYING CODE SNIPPETS ============ */
.flying-snippet {
    position: absolute;
    background: rgba(11, 13, 23, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 8px 16px;
    font-family: 'Fira Code', monospace;
    font-size: 0.75rem;
    color: #abb2bf;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    z-index: 3;
    white-space: nowrap;
}

/* Mobile card snippets */
.flying-snippet.s1 {
    top: 5%;
    right: -10%;
    animation: flySnippet1 7s ease-in-out infinite;
}

.flying-snippet.s2 {
    bottom: 15%;
    left: -8%;
    animation: flySnippet2 9s ease-in-out infinite;
}

.flying-snippet.s3 {
    top: 40%;
    right: -15%;
    animation: flySnippet3 6s ease-in-out infinite;
}

/* Web card snippets */
.flying-snippet.s4 {
    top: 8%;
    left: -5%;
    animation: flySnippet1 8s ease-in-out infinite;
}

.flying-snippet.s5 {
    bottom: 5%;
    right: -10%;
    animation: flySnippet2 7s ease-in-out infinite;
}

/* Design card snippets */
.flying-snippet.s6 {
    top: 5%;
    right: -12%;
    animation: flySnippet3 8s ease-in-out infinite;
}

.flying-snippet.s7 {
    bottom: 10%;
    left: -5%;
    animation: flySnippet1 9s ease-in-out infinite;
}

/* Indigo theme snippet accents */
.indigo-theme .flying-snippet {
    border-color: rgba(99, 102, 241, 0.2);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.1);
}

.emerald-theme .flying-snippet {
    border-color: rgba(16, 185, 129, 0.2);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.1);
}

.pink-theme .flying-snippet {
    border-color: rgba(236, 72, 153, 0.2);
    box-shadow: 0 8px 25px rgba(236, 72, 153, 0.1);
}

@keyframes flySnippet1 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0.85;
    }

    25% {
        transform: translate(8px, -12px) rotate(1deg);
        opacity: 1;
    }

    50% {
        transform: translate(-5px, -20px) rotate(-0.5deg);
        opacity: 0.9;
    }

    75% {
        transform: translate(12px, -8px) rotate(0.5deg);
        opacity: 1;
    }
}

@keyframes flySnippet2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0.8;
    }

    33% {
        transform: translate(-10px, 15px) rotate(-1deg);
        opacity: 1;
    }

    66% {
        transform: translate(8px, 8px) rotate(0.5deg);
        opacity: 0.9;
    }
}

@keyframes flySnippet3 {

    0%,
    100% {
        transform: translate(0, 0);
        opacity: 0.7;
    }

    50% {
        transform: translate(-15px, -18px);
        opacity: 1;
    }
}

/* ============ ORBITING BADGES ============ */
.orbit-badge {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(11, 13, 23, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    z-index: 4;
}

.indigo-theme .orbit-badge {
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.1);
}

.emerald-theme .orbit-badge {
    border-color: rgba(16, 185, 129, 0.3);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.1);
}

.pink-theme .orbit-badge {
    border-color: rgba(236, 72, 153, 0.3);
    box-shadow: 0 8px 20px rgba(236, 72, 153, 0.1);
}

.ob1 {
    top: -5%;
    right: 15%;
    animation: orbitBadge1 8s ease-in-out infinite;
}

.ob2 {
    bottom: 10%;
    right: -5%;
    animation: orbitBadge2 10s ease-in-out infinite;
}

.ob3 {
    bottom: -5%;
    left: 20%;
    animation: orbitBadge3 7s ease-in-out infinite;
}

.ob4 {
    top: -5%;
    right: 10%;
    animation: orbitBadge1 9s ease-in-out infinite;
}

.ob5 {
    bottom: 5%;
    left: -5%;
    animation: orbitBadge2 8s ease-in-out infinite;
}

.ob6 {
    top: -8%;
    left: 15%;
    animation: orbitBadge3 9s ease-in-out infinite;
}

.ob7 {
    bottom: -5%;
    right: 20%;
    animation: orbitBadge1 7s ease-in-out infinite;
}

@keyframes orbitBadge1 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(10px, -15px) scale(1.05);
    }

    50% {
        transform: translate(-5px, -25px) scale(1);
    }

    75% {
        transform: translate(15px, -10px) scale(1.08);
    }
}

@keyframes orbitBadge2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-12px, 18px) rotate(5deg);
    }
}

@keyframes orbitBadge3 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    33% {
        transform: translate(15px, 10px);
    }

    66% {
        transform: translate(-8px, 20px);
    }
}

/* ============ WEB CARD â€” BROWSER + TERMINAL ============ */
.v-browser-stack {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 2;
    animation: stackFloat 7s ease-in-out infinite;
}

@keyframes stackFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* Browser */
.v-browser {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(16, 185, 129, 0.08);
}

.v-browser-bar {
    background: #1e1e1e;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.v-url-bar {
    margin-left: auto;
    background: rgba(255, 255, 255, 0.05);
    padding: 3px 14px;
    border-radius: 6px;
    font-size: 0.7rem;
    color: #6ee7b7;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.5px;
}

.v-browser-body {
    background: #0d1117;
    padding: 16px;
    min-height: 140px;
}

.v-web-nav {
    height: 8px;
    width: 60%;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 4px;
    margin-bottom: 16px;
}

.v-web-hero {
    margin-bottom: 16px;
}

.v-web-hero-text {
    height: 18px;
    width: 80%;
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.2), rgba(16, 185, 129, 0.05));
    border-radius: 4px;
    margin-bottom: 8px;
    animation: shimmer 3s ease-in-out infinite;
}

.v-web-hero-btn {
    height: 12px;
    width: 35%;
    background: rgba(16, 185, 129, 0.25);
    border-radius: 6px;
}

.v-web-cards {
    display: flex;
    gap: 8px;
}

.v-web-card-item {
    flex: 1;
    height: 50px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    animation: cardPulse 4s ease-in-out infinite;
}

.v-web-card-item:nth-child(2) {
    animation-delay: 0.5s;
}

.v-web-card-item:nth-child(3) {
    animation-delay: 1s;
}

@keyframes cardPulse {

    0%,
    100% {
        border-color: rgba(255, 255, 255, 0.05);
    }

    50% {
        border-color: rgba(16, 185, 129, 0.2);
    }
}

@keyframes shimmer {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

/* Terminal */
.v-terminal {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.v-terminal-bar {
    background: #1a1a2e;
    padding: 8px 14px;
}

.v-terminal-title {
    font-size: 0.7rem;
    color: #666;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.v-terminal-body {
    background: #0a0a1a;
    padding: 14px;
    font-family: 'Fira Code', monospace;
    font-size: 0.72rem;
}

.v-term-line {
    line-height: 2;
    color: #a0a4b8;
}

.v-term-prompt {
    color: #34d399;
    margin-right: 8px;
    font-weight: 700;
}

.v-term-success {
    color: #34d399;
    font-weight: 600;
}

.v-term-cursor {
    color: #34d399;
    animation: cursorBlink 1s ease-in-out infinite;
}

/* ============ DESIGN CARD â€” LAYERED FRAMES ============ */
.v-design-layers {
    position: relative;
    width: 320px;
    height: 360px;
    z-index: 2;
    perspective: 800px;
    animation: layersFloat 8s ease-in-out infinite;
}

@keyframes layersFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.v-layer {
    position: absolute;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.5s ease;
}

/* Back layer - wireframe */
.v-layer-back {
    width: 260px;
    height: 280px;
    top: 0;
    left: 0;
    background: rgba(20, 20, 35, 0.9);
    border-color: rgba(236, 72, 153, 0.1);
    animation: layerBack 10s ease-in-out infinite;
    z-index: 1;
}

.v-wireframe-header {
    height: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
    margin: 12px;
}

.v-wireframe-content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.v-wire-block {
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.v-wire-block.w1 {
    height: 60px;
}

.v-wire-block.w2 {
    height: 40px;
    width: 70%;
}

/* Mid layer */
.v-layer-mid {
    width: 270px;
    height: 290px;
    top: 30px;
    left: 25px;
    background: rgba(25, 20, 40, 0.95);
    border-color: rgba(236, 72, 153, 0.15);
    animation: layerMid 10s ease-in-out infinite;
    z-index: 2;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.v-mockup-nav {
    height: 12px;
    background: rgba(236, 72, 153, 0.1);
    margin: 14px 14px 10px;
    border-radius: 4px;
}

.v-mockup-hero-block {
    height: 70px;
    margin: 0 14px 12px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.08), rgba(168, 85, 247, 0.08));
    border-radius: 10px;
}

.v-mockup-grid {
    display: flex;
    gap: 8px;
    padding: 0 14px;
}

.v-mockup-card {
    flex: 1;
    height: 55px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
}

/* Front layer - final polished design */
.v-layer-front {
    width: 280px;
    height: 300px;
    top: 55px;
    left: 40px;
    background: rgba(15, 12, 30, 0.98);
    border-color: rgba(236, 72, 153, 0.25);
    animation: layerFront 10s ease-in-out infinite;
    z-index: 3;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.5),
        0 0 50px rgba(236, 72, 153, 0.08);
}

.v-final-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.v-final-logo {
    width: 50px;
    height: 10px;
    background: linear-gradient(90deg, #ec4899, #8b5cf6);
    border-radius: 3px;
}

.v-final-menu {
    width: 30px;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.v-final-hero {
    padding: 24px 16px;
}

.v-final-title {
    height: 16px;
    width: 75%;
    background: linear-gradient(90deg, rgba(236, 72, 153, 0.3), rgba(168, 85, 247, 0.2));
    border-radius: 4px;
    margin-bottom: 10px;
    animation: shimmer 3s ease-in-out infinite;
}

.v-final-subtitle {
    height: 8px;
    width: 90%;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 3px;
    margin-bottom: 16px;
}

.v-final-cta {
    height: 28px;
    width: 45%;
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
}

@keyframes layerBack {

    0%,
    100% {
        transform: translate(0, 0) rotateY(0deg);
    }

    50% {
        transform: translate(-8px, 5px) rotateY(-3deg);
    }
}

@keyframes layerMid {

    0%,
    100% {
        transform: translate(0, 0) rotateY(0deg);
    }

    50% {
        transform: translate(5px, -8px) rotateY(2deg);
    }
}

@keyframes layerFront {

    0%,
    100% {
        transform: translate(0, 0) rotateY(0deg);
    }

    50% {
        transform: translate(10px, -12px) rotateY(3deg);
    }
}

/* ============ DESIGN CURSOR ============ */
.v-design-cursor {
    position: absolute;
    top: 45%;
    left: 55%;
    color: #f472b6;
    filter: drop-shadow(0 0 15px #ec4899);
    z-index: 5;
    animation: designCursorMove 4s ease-in-out infinite;
}

@keyframes designCursorMove {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(30px, -20px) scale(1.1);
    }

    50% {
        transform: translate(-20px, 15px) scale(0.95);
    }

    75% {
        transform: translate(15px, 25px) scale(1.05);
    }
}

/* ============ RESPONSIVE ============ */

/* â€” Tablet / Medium â€” */
@media (max-width: 1100px) {

    .v-code-editor,
    .v-browser-stack {
        max-width: 340px;
        margin: 0 auto;
    }

    .v-design-layers {
        width: 280px;
        height: 320px;
        margin: 0 auto;
    }

    .v-layer-back {
        width: 230px;
        height: 250px;
    }

    .v-layer-mid {
        width: 240px;
        height: 260px;
    }

    .v-layer-front {
        width: 250px;
        height: 270px;
    }

    .flying-snippet {
        display: none;
    }

    .orbit-badge {
        display: none;
    }
}

@media (min-width: 1101px) {

    .flying-snippet,
    .orbit-badge {
        display: flex;
    }
}

/* â€” Mobile â€” */
@media (max-width: 768px) {

    /* ---- Service Cards ---- */
    .premium-service-card {
        padding: 2rem 1.5rem !important;
        gap: 2rem !important;
        border-radius: 20px !important;
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }

    .premium-service-card.reverse {
        grid-template-columns: 1fr !important;
    }

    .premium-service-card.reverse .card-content {
        order: 1 !important;
    }

    .premium-service-card .card-visual,
    .premium-service-card.reverse .card-visual {
        order: 2 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .visual-container {
        max-width: 100% !important;
        width: 100% !important;
        aspect-ratio: auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    /* Browser + Terminal full-width on mobile */
    .v-browser-stack {
        max-width: 100% !important;
        width: 100% !important;
    }

    .v-browser {
        width: 100%;
    }

    .v-terminal {
        width: 100%;
    }

    .premium-service-card h2 {
        font-size: 1.6rem !important;
    }

    .service-desc {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    .service-tag {
        font-size: 0.75rem !important;
        padding: 0.4rem 1rem !important;
        margin-bottom: 1.2rem !important;
    }

    .service-features {
        margin-bottom: 2rem !important;
    }

    .service-features li {
        font-size: 0.95rem !important;
        margin-bottom: 0.8rem !important;
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .tech-stack-mini {
        gap: 0.6rem !important;
    }

    .tech-pill {
        font-size: 0.8rem !important;
        padding: 0.4rem 0.8rem !important;
    }

    .services-premium-list {
        gap: 4rem !important;
        padding: 3rem 0 !important;
    }

    /* ---- Visual Containers ---- */
    .visual-container {
        max-width: 320px !important;
    }

    /* ---- Code Editor ---- */
    .v-code-editor,
    .v-browser-stack {
        max-width: 100%;
    }

    .v-code-editor {
        border-radius: 12px;
    }

    .v-editor-body {
        min-height: 150px;
        padding: 12px 10px;
    }

    .v-line {
        font-size: 0.68rem;
        line-height: 1.7;
    }

    .v-ln {
        width: 22px;
        margin-right: 10px;
        font-size: 0.6rem;
    }

    .v-tab {
        font-size: 0.65rem;
    }

    .v-editor-bar {
        padding: 8px 10px;
    }

    .v-dot {
        width: 8px;
        height: 8px;
    }

    /* ---- Browser + Terminal ---- */
    .v-browser-stack {
        gap: 8px;
    }

    .v-browser {
        border-radius: 10px;
    }

    .v-browser-body {
        min-height: 100px;
        padding: 12px;
    }

    .v-web-hero-text {
        height: 14px;
    }

    .v-web-cards {
        gap: 6px;
    }

    .v-web-card-item {
        height: 35px;
        border-radius: 6px;
    }

    .v-terminal {
        border-radius: 8px;
    }

    .v-terminal-body {
        padding: 10px;
        font-size: 0.65rem;
    }

    .v-url-bar {
        font-size: 0.6rem;
        padding: 2px 8px;
    }

    /* ---- Design Layers ---- */
    .v-design-layers {
        width: 260px;
        height: 300px;
    }

    .v-layer-back {
        width: 210px;
        height: 230px;
    }

    .v-layer-mid {
        width: 220px;
        height: 240px;
        left: 20px;
    }

    .v-layer-front {
        width: 230px;
        height: 250px;
        left: 30px;
    }

    .v-design-cursor svg {
        width: 20px;
        height: 20px;
    }

    /* ---- Glow reduced on mobile ---- */
    .glow-orb {
        width: 200px !important;
        height: 200px !important;
        opacity: 0.1 !important;
    }
}

/* â€” Small Mobile (â‰¤480px) â€” */
@media (max-width: 480px) {

    .premium-service-card {
        padding: 1.5rem 1.2rem !important;
        gap: 1.5rem !important;
        border-radius: 16px !important;
    }

    .premium-service-card h2 {
        font-size: 1.35rem !important;
    }

    .service-desc {
        font-size: 0.88rem !important;
    }

    .service-features li {
        font-size: 0.88rem !important;
        gap: 0.6rem !important;
    }

    .services-premium-list {
        gap: 3rem !important;
        padding: 2rem 0 !important;
    }

    /* Reduce code editor */
    .v-code-editor {
        border-radius: 10px;
    }

    .v-editor-body {
        min-height: 120px;
        padding: 10px 8px;
    }

    .v-line {
        font-size: 0.6rem;
        line-height: 1.6;
    }

    .v-ln {
        width: 18px;
        margin-right: 6px;
        font-size: 0.55rem;
    }

    /* Reduce browser stack */
    .v-browser-body {
        min-height: 80px;
        padding: 10px;
    }

    .v-web-hero-text {
        height: 10px;
    }

    .v-web-hero-btn {
        height: 8px;
        width: 40%;
    }

    .v-web-card-item {
        height: 28px;
    }

    .v-terminal-body {
        padding: 8px;
        font-size: 0.6rem;
    }

    /* Reduce design layers */
    .v-design-layers {
        width: 230px;
        height: 270px;
    }

    .v-layer-back {
        width: 185px;
        height: 205px;
    }

    .v-layer-mid {
        width: 195px;
        height: 215px;
        left: 15px;
        top: 25px;
    }

    .v-layer-front {
        width: 205px;
        height: 225px;
        left: 25px;
        top: 45px;
    }

    .v-final-hero {
        padding: 16px 12px;
    }

    .v-final-title {
        height: 12px;
    }

    .v-final-subtitle {
        height: 6px;
    }

    .v-final-cta {
        height: 22px;
        border-radius: 6px;
    }

    .v-design-cursor {
        top: 35%;
        left: 50%;
    }

    .v-design-cursor svg {
        width: 16px;
        height: 16px;
    }

    .glow-orb {
        width: 150px !important;
        height: 150px !important;
        filter: blur(60px) !important;
    }
}

/* â€” Reduced Motion â€” */
@media (prefers-reduced-motion: reduce) {

    .v-code-editor,
    .v-browser-stack,
    .v-design-layers,
    .flying-snippet,
    .orbit-badge,
    .v-design-cursor,
    .v-web-card-item,
    .v-web-hero-text {
        animation: none !important;
    }

    .v-layer-back,
    .v-layer-mid,
    .v-layer-front {
        animation: none !important;
    }
}

/* ============ FEATURED PROJECT CARD ============ */
.featured-project {
    border: 1px solid rgba(16, 185, 129, 0.2) !important;
    position: relative;
}

.featured-project::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.03), transparent);
    pointer-events: none;
}

.project-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 20px;
    color: #34d399;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.live-dot {
    width: 8px;
    height: 8px;
    background: #34d399;
    border-radius: 50%;
    animation: livePulse 2s ease-in-out infinite;
}

@keyframes livePulse {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.5);
    }

    50% {
        opacity: 0.7;
        box-shadow: 0 0 0 6px rgba(52, 211, 153, 0);
    }
}

.project-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(16, 185, 129, 0.05));
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 12px;
    color: #34d399;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 16px;
}

.project-link-btn:hover {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(16, 185, 129, 0.1));
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.15);
}

/* ============ PROJECT CARDS MOBILE ============ */
@media (max-width: 768px) {
    .projects-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .project-card {
        border-radius: 16px !important;
    }

    .project-content h3 {
        font-size: 1.2rem !important;
    }

    .project-content p {
        font-size: 0.9rem !important;
    }

    .project-link-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .project-content {
        padding: 1rem !important;
    }

    .project-content h3 {
        font-size: 1.1rem !important;
    }

    .project-tags {
        flex-wrap: wrap;
    }
}