/* ==================== SERVICES DIGITAL BOUTIQUE - PREMIUM EDITION ==================== */
/* Heavy, Premium, Trustworthy - Deep Space + Glassmorphism + Bento-Flow */

/* ==================== GOOGLE FONTS - SYNE BOLD ==================== */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&display=swap');

/* ==================== PREMIUM VARIABLES ==================== */
:root {
    --glass-blur-heavy: 12px;
    --glass-border-glow: rgba(168, 85, 247, 0.3);
    --neon-purple: #A855F7;
    --neon-blue: #6366F1;
    --security-red: #DC2626;
    --security-purple: #7C3AED;
    --metallic-gradient: linear-gradient(145deg, #2a2a35 0%, #1a1a22 100%);
    --deep-space: #05070A;
}

/* ==================== FILM GRAIN OVERLAY ==================== */
.film-grain {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    opacity: 0.02;
    pointer-events: none;
    z-index: 0;
}

/* ==================== TIER LADDER LAYOUT ==================== */
.tier-ladder {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.tier-card {
    position: relative;
    padding: 2.5rem;
}

.tier-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.tier-number {
    font-family: 'Syne', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--text-muted);
    padding: 0.4rem 0.8rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
}

.tier-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Tier Features List */
.tier-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.tier-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.tier-features li i {
    margin-top: 0.15rem;
    flex-shrink: 0;
}

/* ==================== FEATURED TIER (Pro) ==================== */
.tier-featured {
    background: linear-gradient(145deg, rgba(168, 85, 247, 0.08) 0%, rgba(10, 10, 15, 0.95) 100%);
    position: relative;
    z-index: 1;
}

/* Pulsing Neon Border */
.tier-featured::before {
    content: '';
    position: absolute;
    inset: -3px;
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-blue), var(--neon-purple));
    border-radius: calc(var(--radius-xl) + 3px);
    z-index: -1;
    animation: neon-pulse-strong 2.5s ease-in-out infinite;
}

.tier-featured::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--deep-space);
    border-radius: var(--radius-xl);
    z-index: -1;
}

@keyframes neon-pulse-strong {

    0%,
    100% {
        opacity: 0.7;
        filter: blur(12px);
    }

    50% {
        opacity: 1;
        filter: blur(20px);
    }
}

/* Featured Ribbon */
.featured-ribbon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-blue));
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: var(--radius-pill);
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.4);
}

[dir="rtl"] .featured-ribbon {
    right: auto;
    left: 1.5rem;
}

/* ==================== PILLAR NAVIGATION - REDESIGNED ==================== */
.pillar-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem 1rem;
    background: rgba(10, 10, 15, 0.85);
    backdrop-filter: blur(var(--glass-blur-heavy));
    -webkit-backdrop-filter: blur(var(--glass-blur-heavy));
    border: 1px solid var(--glass-border-glow);
    border-radius: var(--radius-xl);
    transition: all var(--transition-normal);
    box-shadow: 0 0 40px rgba(168, 85, 247, 0.1);
}

/* RTL: Right side (default for Arabic market), LTR: Left side */
[dir="rtl"] .pillar-nav {
    right: 1.5rem;
    left: auto;
}

[dir="ltr"] .pillar-nav,
html:not([dir="rtl"]) .pillar-nav {
    right: 1.5rem;
    /* Changed to right side by default */
    left: auto;
}

.pillar-nav:hover {
    border-color: var(--neon-purple);
    box-shadow: 0 0 60px rgba(168, 85, 247, 0.2);
}

.pillar-nav-inner {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.pillar-nav-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem 1rem;
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
    overflow: hidden;
    border: 1px solid transparent;
}

.pillar-nav-number {
    font-family: 'Syne', sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--text-muted);
    letter-spacing: 0.15em;
    transition: all var(--transition-fast);
}

.pillar-nav-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0.2rem;
    transition: all var(--transition-fast);
}

.pillar-nav-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-blue));
    opacity: 0;
    transition: opacity var(--transition-fast);
    z-index: -1;
    border-radius: inherit;
}

/* Active State - Glowing Border */
.pillar-nav-item.active {
    border-color: var(--neon-purple);
    background: rgba(168, 85, 247, 0.1);
}

.pillar-nav-item.active .pillar-nav-number,
.pillar-nav-item.active .pillar-nav-label {
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pillar-nav-item.active::after {
    content: '';
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-blue));
    border-radius: inherit;
    z-index: -1;
    opacity: 0.3;
    filter: blur(8px);
}

/* Hover State */
.pillar-nav-item:hover:not(.active) {
    background: rgba(168, 85, 247, 0.08);
    border-color: rgba(168, 85, 247, 0.2);
}

/* System Status - Enhanced */
.system-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-top: 1rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(168, 85, 247, 0.2);
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #22C55E;
    border-radius: 50%;
    animation: pulse-dot 2s ease-in-out infinite;
    box-shadow: 0 0 10px #22C55E;
}

@keyframes pulse-dot {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 10px #22C55E;
    }

    50% {
        opacity: 0.6;
        transform: scale(1.3);
        box-shadow: 0 0 20px #22C55E;
    }
}

.status-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.55rem;
    font-weight: 700;
    color: #22C55E;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

/* Hide on mobile */
@media (max-width: 991.98px) {
    .pillar-nav {
        display: none;
    }
}

/* ==================== BENTO-FLOW GRID ==================== */
.bento-flow {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(180px, auto);
}

/* Tile Sizes */
.bento-tile {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(var(--glass-blur-heavy));
    -webkit-backdrop-filter: blur(var(--glass-blur-heavy));
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--radius-xl);
    padding: 2rem;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

body.dark .bento-tile {
    background: rgba(10, 10, 15, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Glowing border on scroll-past */
.bento-tile.in-view {
    border-color: rgba(168, 85, 247, 0.3);
    box-shadow: 0 0 30px rgba(168, 85, 247, 0.1);
}

.bento-tile:hover {
    border-color: var(--neon-purple);
    box-shadow: 0 0 50px rgba(168, 85, 247, 0.2);
    transform: translateY(-5px);
}

/* Lead Service - Large Tile */
.bento-lead {
    grid-column: span 8;
    grid-row: span 2;
}

/* Standard Tile */
.bento-standard {
    grid-column: span 6;
}

/* Small Tile - Add-on */
.bento-addon {
    grid-column: span 4;
}

/* Full Width Tile */
.bento-full {
    grid-column: span 12;
}

/* Featured Tile (Matjarna Pro) */
.bento-featured {
    grid-column: span 8;
    grid-row: span 2;
    position: relative;
    background: linear-gradient(145deg, rgba(168, 85, 247, 0.08) 0%, rgba(10, 10, 15, 0.95) 100%);
}

/* Pulsing Neon Border for Featured */
.bento-featured::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-blue), var(--neon-purple));
    border-radius: inherit;
    z-index: -1;
    animation: neon-pulse 3s ease-in-out infinite;
}

.bento-featured::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 15, 0.95);
    border-radius: calc(var(--radius-xl) - 2px);
    z-index: -1;
}

@keyframes neon-pulse {

    0%,
    100% {
        opacity: 0.6;
        filter: blur(10px);
    }

    50% {
        opacity: 1;
        filter: blur(15px);
    }
}

/* Responsive Bento */
@media (max-width: 991.98px) {

    .bento-lead,
    .bento-featured,
    .bento-standard,
    .bento-addon,
    .bento-full {
        grid-column: span 12;
    }

    .bento-lead,
    .bento-featured {
        grid-row: span 1;
    }
}

@media (max-width: 575.98px) {
    .bento-flow {
        grid-template-columns: 1fr;
    }
}

/* ==================== TYPOGRAPHY - SYNE BOLD ==================== */
.headline-premium {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: var(--text-primary);
}

.section-title-premium {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 3.5rem);
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tile-title {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.tile-tagline {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.tile-description {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ==================== VISION SWITCH (Build Section) ==================== */
.vision-switch {
    display: inline-flex;
    background: rgba(10, 10, 15, 0.9);
    backdrop-filter: blur(var(--glass-blur-heavy));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-pill);
    padding: 0.35rem;
    margin-bottom: 3rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.vision-switch-btn {
    padding: 0.875rem 2rem;
    border: none;
    background: transparent;
    color: var(--text-secondary);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: all var(--transition-fast);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
}

.vision-switch-btn.active {
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-blue));
    color: white;
    box-shadow: 0 0 30px rgba(168, 85, 247, 0.4);
}

.vision-switch-btn:hover:not(.active) {
    color: var(--text-primary);
    background: rgba(168, 85, 247, 0.1);
}

/* ==================== DEVICE MOCKUPS - PREMIUM ==================== */
.device-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0;
}

/* Reflective Glass Effect */
.device-reflection {
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%) scaleY(-1);
    width: 80%;
    height: 50%;
    background: linear-gradient(180deg, rgba(168, 85, 247, 0.1) 0%, transparent 100%);
    filter: blur(20px);
    opacity: 0.5;
    pointer-events: none;
}

/* MacBook Pro Mockup */
.macbook-pro {
    width: 320px;
    height: 200px;
    background: linear-gradient(145deg, #2a2a2e 0%, #1a1a1e 100%);
    border-radius: 12px 12px 0 0;
    padding: 10px;
    position: relative;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(168, 85, 247, 0.1);
}

.macbook-pro::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
}

.macbook-pro::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    height: 10px;
    background: linear-gradient(180deg, #3a3a3e 0%, #2a2a2e 100%);
    border-radius: 0 0 6px 6px;
}

.macbook-screen {
    width: 100%;
    height: 100%;
    background: var(--bg-deep-space);
    border-radius: 6px;
    overflow: hidden;
}

.macbook-screen video,
.macbook-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* iPhone 15 Pro Titanium */
.iphone-pro {
    width: 130px;
    height: 260px;
    background: linear-gradient(145deg, #3a3a3e 0%, #1a1a1e 100%);
    border-radius: 28px;
    padding: 8px;
    position: relative;
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 30px rgba(168, 85, 247, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Titanium brushed effect */
.iphone-pro::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.05) 0%,
            transparent 50%,
            rgba(255, 255, 255, 0.02) 100%);
    border-radius: inherit;
    pointer-events: none;
}

.iphone-screen {
    width: 100%;
    height: 100%;
    background: var(--bg-deep-space);
    border-radius: 22px;
    overflow: hidden;
    position: relative;
}

/* Dynamic Island */
.iphone-screen::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 18px;
    background: #000;
    border-radius: 20px;
    z-index: 10;
}

/* Ultrawide Monitor */
.ultrawide-monitor {
    width: 100%;
    max-width: 500px;
    height: 200px;
    background: linear-gradient(145deg, #2a2a2e 0%, #1a1a1e 100%);
    border-radius: 8px;
    padding: 8px 8px 25px;
    position: relative;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(168, 85, 247, 0.1);
}

.ultrawide-monitor::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 25px;
    background: linear-gradient(180deg, #3a3a3e 0%, #2a2a2e 100%);
    border-radius: 0 0 10px 10px;
}

.ultrawide-screen {
    width: 100%;
    height: 100%;
    background: var(--bg-deep-space);
    border-radius: 4px;
    overflow: hidden;
}

/* ==================== SHIELD SECTION - METALLIC ==================== */
.shield-tile {
    background: var(--metallic-gradient);
    border: 1px solid rgba(124, 58, 237, 0.3);
    position: relative;
}

.shield-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(124, 58, 237, 0.6) 50%,
            transparent 100%);
}

/* Security Glow */
.shield-tile:hover {
    border-color: var(--security-purple);
    box-shadow: 0 0 50px rgba(124, 58, 237, 0.3);
}

/* 3D Metallic Badge */
.metallic-badge {
    width: 100px;
    height: 100px;
    background: linear-gradient(145deg, #4a4a55 0%, #2a2a35 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #3B82F6;
    position: relative;
    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.4),
        inset 0 -8px 20px rgba(0, 0, 0, 0.3),
        inset 0 8px 20px rgba(255, 255, 255, 0.05);
}

.metallic-badge::after {
    content: '';
    position: absolute;
    inset: 4px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

/* 3D Wax Seal */
.wax-seal-3d {
    width: 100px;
    height: 100px;
    background: linear-gradient(145deg, #9333EA 0%, #6D28D9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    position: relative;
    box-shadow:
        0 15px 40px rgba(147, 51, 234, 0.4),
        inset 0 -8px 20px rgba(0, 0, 0, 0.3),
        inset 0 8px 20px rgba(255, 255, 255, 0.15);
}

.wax-seal-3d::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 15%;
    width: 30%;
    height: 20%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    filter: blur(5px);
}

.wax-seal-3d::after {
    content: '';
    position: absolute;
    inset: 6px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

/* System Alert Card */
.alert-tile {
    background: linear-gradient(145deg, rgba(220, 38, 38, 0.1) 0%, rgba(10, 10, 15, 0.95) 100%);
    border-color: rgba(220, 38, 38, 0.3);
}

.alert-tile:hover {
    border-color: var(--security-red);
    box-shadow: 0 0 50px rgba(220, 38, 38, 0.2);
}

.alert-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(220, 38, 38, 0.1);
    border: 1px solid rgba(220, 38, 38, 0.3);
    border-radius: var(--radius-pill);
    color: #EF4444;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    animation: alert-blink 2s ease-in-out infinite;
}

@keyframes alert-blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }
}

/* ==================== GEO CARD - HIGH CONTRAST ==================== */
.geo-tile {
    background: linear-gradient(135deg,
            rgba(168, 85, 247, 0.15) 0%,
            rgba(99, 102, 241, 0.15) 50%,
            rgba(10, 10, 15, 0.95) 100%);
    border: 2px solid rgba(168, 85, 247, 0.4);
    position: relative;
    overflow: hidden;
}

.geo-tile::before {
    content: '';
    position: absolute;
    top: -100%;
    right: -100%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(168, 85, 247, 0.2) 0%, transparent 50%);
    animation: geo-rotate 20s linear infinite;
}

@keyframes geo-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.geo-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-blue));
    border-radius: var(--radius-pill);
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* AI Logos */
.ai-logos {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1.5rem 0;
}

.ai-logo {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-secondary);
    transition: all var(--transition-fast);
}

.ai-logo:hover {
    border-color: var(--neon-purple);
    color: white;
}

/* ==================== MARKETPLACE LOGOS ==================== */
.marketplace-logos-glass {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.mp-logo {
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-secondary);
    filter: grayscale(100%);
    transition: all var(--transition-fast);
}

.mp-logo:hover {
    filter: grayscale(0%);
    border-color: var(--neon-purple);
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.2);
}

.mp-logo.amazon {
    color: #FF9900;
}

.mp-logo.walmart {
    color: #0071DC;
}

.mp-logo.target {
    color: #CC0000;
}

/* ==================== FOOTER SIGNATURE ==================== */
.footer-signature {
    text-align: center;
    padding: 4rem 0;
    position: relative;
}

.signature-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
}

.signature-logo path {
    stroke: var(--neon-purple);
    stroke-width: 2;
    fill: none;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.signature-logo.animate path {
    animation: draw-logo 2.5s ease forwards;
}

@keyframes draw-logo {
    to {
        stroke-dashoffset: 0;
    }
}

.signature-text {
    font-family: 'Caveat', cursive;
    font-size: 1.75rem;
    color: var(--text-secondary);
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.6s ease 2s;
}

.footer-signature.visible .signature-text {
    opacity: 1;
    transform: translateY(0);
}

/* ==================== MAGNETIC BUTTONS ==================== */
.btn-magnetic {
    position: relative;
    overflow: visible;
    transition: all 0.3s ease;
}

.btn-magnetic::before {
    content: '';
    position: absolute;
    inset: -4px;
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-blue));
    border-radius: inherit;
    opacity: 0;
    filter: blur(12px);
    transition: opacity 0.4s ease;
    z-index: -1;
}

.btn-magnetic:hover::before {
    opacity: 0.7;
}

.btn-magnetic:hover {
    transform: translateY(-2px);
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 991.98px) {
    .bento-tile {
        padding: 1.5rem;
    }

    .section-title-premium {
        font-size: 2rem;
    }

    .device-container {
        transform: scale(0.85);
    }
}

@media (max-width: 575.98px) {
    .vision-switch {
        flex-direction: column;
        width: 100%;
    }

    .vision-switch-btn {
        width: 100%;
        justify-content: center;
    }
}