/* WebStudio Inspired Theme - Neon Dark Premium */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    --ws-black: #000000;
    --ws-dark-grey: #0a0a0a;
    --ws-pink: #ff007c;
    --ws-cyan: #00f2ea;
    --ws-violet: #7000ff;
    --ws-border: rgba(255, 255, 255, 0.1);
    --neon-glow-pink: 0 0 20px rgba(255, 0, 153, 0.4);
    --neon-glow-cyan: 0 0 20px rgba(0, 242, 234, 0.4);
    --ws-glass: rgba(255, 255, 255, 0.05);
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    background-color: var(--ws-black);
    color: #f1f5f9;
    overflow-x: hidden;
}

/* Glassmorphism Header */
.header-section.home-header {
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-bottom: 1px solid var(--ws-border) !important;
    padding: 15px 0 !important;
}

.home-header .nav-link {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    transition: 0.3s;
}

.home-header .nav-link:hover {
    color: var(--ws-cyan) !important;
    text-shadow: var(--neon-glow-cyan);
}

/* WebStudio Centered Hero */
.modern-hero-section {
    background: radial-gradient(circle at 50% 50%, #0a0020 0%, var(--ws-black) 100%);
    padding: 180px 0 120px !important;
    text-align: center;
}

.modern-hero-section .container {
    max-width: 900px;
}

.hero-chip {
    background: linear-gradient(90deg, var(--ws-pink), var(--ws-cyan));
    padding: 2px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 30px;
}

.hero-chip span {
    background: var(--ws-black);
    padding: 8px 24px;
    border-radius: 100px;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
}

.modern-hero-section h1 {
    font-size: 84px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -3px;
    margin-bottom: 30px !important;
    text-shadow: 0 0 30px rgba(255,255,255,0.1);
}

.text-gradient {
    background: linear-gradient(135deg, var(--ws-pink) 0%, var(--ws-cyan) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtext {
    font-size: 20px !important;
    color: #94a3b8 !important;
    max-width: 700px;
    margin: 0 auto 50px !important;
}

.modern-btn-primary {
    background: linear-gradient(90deg, var(--ws-pink) 0%, #ff0077 100%) !important;
    color: #fff !important;
    border: none;
    padding: 20px 50px !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(255, 0, 153, 0.4);
    transition: 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.modern-btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
}

.modern-btn-primary:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 0, 153, 0.5);
    background: var(--ws-pink) !important;
}

.modern-btn-primary:hover::after {
    left: 100%;
}

.video-play-link {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 25px;
    border-radius: 100px;
    transition: 0.4s;
    text-decoration: none !important;
}

.video-play-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--ws-cyan);
    transform: translateY(-3px);
}

.play-icon-circle {
    width: 40px;
    height: 40px;
    background: var(--ws-cyan);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 0 15px rgba(0, 242, 234, 0.5);
    transition: 0.4s;
}

.video-play-link:hover .play-icon-circle {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 0 25px rgba(0, 242, 234, 0.8);
}

/* Floating Shapes Animation */
.mockup-frame::before {
    content: '▲';
    position: absolute;
    top: -40px;
    left: -40px;
    color: var(--ws-cyan);
    font-size: 40px;
    animation: float 6s infinite ease-in-out;
}

.mockup-frame::after {
    content: '◆';
    position: absolute;
    bottom: -40px;
    right: -40px;
    color: var(--ws-pink);
    font-size: 40px;
    animation: float 8s infinite ease-in-out reverse;
}
/* Rotating Titles Section */
.rotating-titles {
    position: relative;
    height: 1.25em;
    overflow: hidden;
    display: block;
}

.rotate-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
}

.rotate-item.active {
    opacity: 1;
    transform: translateY(0);
}

.rotate-item.exit {
    opacity: 0;
    transform: translateY(-30px);
}

/* Modern Feature Grid Redesign */
.modern-feature-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 20px;
    padding: 40px !important;
    backdrop-filter: blur(10px);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.modern-feature-card:hover {
    background: rgba(0, 242, 234, 0.03) !important;
    border-color: rgba(0, 242, 234, 0.3) !important;
    box-shadow: 0 20px 40px -15px rgba(0, 242, 234, 0.2);
    transform: translateY(-8px) scale(1.02);
}

.card-icon {
    width: 65px;
    height: 65px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background: linear-gradient(135deg, rgba(0, 242, 234, 0.1) 0%, transparent 100%);
    border: 1px solid rgba(0, 242, 234, 0.2);
    transition: 0.5s;
}

.modern-feature-card:hover .card-icon {
    transform: rotateY(180deg);
    background: var(--ws-cyan) !important;
    box-shadow: 0 0 20px rgba(0, 242, 234, 0.5);
}

.icon-img {
    width: 35px !important;
    filter: brightness(1.2);
}

.modern-feature-card h3 {
    font-size: 20px !important;
    letter-spacing: -0.5px;
    transition: 0.3s;
    font-weight: 800 !important;
}

.modern-feature-card:hover h3 {
    color: var(--ws-cyan) !important;
}

.modern-feature-card p {
    font-size: 15px !important;
    line-height: 1.6;
    color: rgba(212, 212, 216, 0.6) !important;
    transition: 0.3s;
}

.modern-feature-card:hover p {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Slick Slider Overrides */
.slick-prev:before, .slick-next:before {
    color: var(--ws-cyan) !important;
    font-size: 30px !important;
    opacity: 1 !important;
}

.slick-prev { left: -40px !important; z-index: 10; }
.slick-next { right: -40px !important; z-index: 10; }

.interface-slide-horizontal .slick-slide, .interface-slide-mobile .slick-slide {
    display: flex !important;
    justify-content: center !important;
}
/* Unified Interface Slider */
.modern-device-frame {
    background: #000;
    border: 1px solid var(--ws-border);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    height: 550px;
    transition: 0.3s;
}

.modern-device-frame:hover {
    border-color: var(--ws-cyan);
    box-shadow: 0 0 30px rgba(0, 242, 234, 0.3);
}

.device-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

/* Central App Download Mockup */
.phone-frame-central {
    width: 240px;
    height: 480px;
    background: #000;
    border: 6px solid #111;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 50px 100px -20px rgba(0,242,234,0.3);
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.phone-frame-central:hover {
    transform: scale(1.05) rotate(2deg);
    border-color: var(--ws-cyan);
}

.phone-frame-central img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-store-btn-large {
    height: 60px;
    transition: 0.3s;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
}

.app-store-btn-large:hover {
    transform: translateY(-5px) scale(1.1);
    filter: brightness(1.2) drop-shadow(0 20px 30px rgba(0,242,234,0.3));
}

/* Testimonials Fix */
.glass-quote-card p {
    color: #ffffff !important;
    line-height: 1.6;
}
.glass-pill {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.border-glow-cyan { border: 2px solid var(--ws-cyan) !important; box-shadow: var(--neon-glow-cyan); }
.border-glow-pink { border: 2px solid var(--ws-pink) !important; box-shadow: var(--neon-glow-pink); }

.bg-ws-pink { background-color: var(--ws-pink) !important; }
.bg-ws-cyan { background-color: var(--ws-cyan) !important; }

.text-neon-cyan { color: var(--ws-cyan) !important; }
.text-neon-pink { color: var(--ws-pink) !important; }

/* Dashboard orientation fix */
.interface-device.border-glow-cyan {
    border: 8px solid var(--ws-dark-grey) !important;
}

.phone-frame-device.border-glow-pink {
    border: 8px solid var(--ws-dark-grey) !important;
}

.sphere-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(0, 242, 234, 0.1) 0%, transparent 70%);
    width: 1000px;
    height: 1000px;
    z-index: 0;
    pointer-events: none;
}

.card-icon {
    background: linear-gradient(135deg, rgba(0,242,234,0.1), transparent);
    border: 1px solid rgba(0,242,234,0.2);
}

/* Neon Borders for Pricing & Modern Redesign */
.premium-price-card {
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 24px;
    padding: 3rem !important;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.premium-price-card.featured {
    background: linear-gradient(180deg, rgba(255, 0, 153, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%) !important;
    border-color: var(--ws-pink) !important;
    transform: scale(1.05);
    z-index: 5;
    box-shadow: 0 30px 60px -12px rgba(255, 0, 153, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.premium-price-card.featured::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 0, 153, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.premium-price-card:hover:not(.featured) {
    border-color: var(--ws-cyan) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    transform: translateY(-10px);
}

.badge-featured {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
}

.plan-features li {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
}

.plan-features li:hover {
    color: #fff;
    transform: translateX(5px);
}

.check-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    flex-shrink: 0;
}

.check-circle.active {
    box-shadow: 0 0 10px rgba(0, 242, 234, 0.4);
}

.btn-purchase {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    padding: 18px !important;
    font-size: 14px;
    border-radius: 15px;
    letter-spacing: 1px;
    transition: 0.3s;
    margin-top: 40px !important;
    display: block !important;
}

.btn-purchase:hover {
    background: #fff !important;
    color: #000 !important;
}

.featured .btn-purchase {
    background: var(--ws-pink) !important;
    border: none !important;
    box-shadow: 0 10px 20px rgba(255, 0, 153, 0.3);
}
/* Modern Footer Redesign */
.modern-footer {
    background: #000 !important;
    position: relative;
    overflow: hidden;
    padding: 80px 0 20px !important;
}

.footer-heading {
    letter-spacing: 2px;
    font-size: 14px;
    position: relative;
    padding-bottom: 12px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: var(--ws-cyan);
    box-shadow: 0 0 10px var(--ws-cyan);
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
    transition: 0.3s;
    font-size: 15px;
}

.footer-links a:hover {
    color: var(--ws-cyan) !important;
    padding-left: 8px;
}

.footer-app-btn {
    transition: 0.3s;
    filter: brightness(1.1);
}

.footer-app-btn:hover {
    transform: translateY(-5px);
    filter: brightness(1.3) drop-shadow(0 5px 15px rgba(255, 0, 153, 0.3));
}

.footer-newsletter-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: 0.3s;
}

.footer-newsletter-box:focus-within {
    border-color: var(--ws-pink) !important;
    box-shadow: 0 0 20px rgba(255, 0, 153, 0.2);
}

.footer-newsletter-box input {
    box-shadow: none !important;
}

.social-circle {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    overflow: hidden;
}

.social-circle:hover {
    background: var(--ws-cyan);
    border-color: var(--ws-cyan);
    transform: rotateY(360deg);
    box-shadow: 0 0 20px rgba(0, 242, 234, 0.5);
}

.social-circle img {
    filter: invert(1);
    max-width: 20px;
}

.footer-bottom {
    margin-top: 60px !important;
    padding-top: 30px !important;
}

.featured .btn-purchase:hover {
    background: #fff !important;
    color: var(--ws-pink) !important;
    transform: scale(1.02);
}

/* Global Elements */
.bg-dark-deep { background-color: #020202 !important; }
.text-white-50 { color: rgba(255,255,255,0.5) !important; }

.ls-2 { letter-spacing: 2px; }

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-20px) rotate(15deg); }
}

/* Hide unused original elements */
.home-banner-section, .service-section, .customer-section { display: none !important; }

/* Mobile Showcase Enhancement */
.mobile-app-showcase {
    background: #000 !important;
    border-top: 1px solid var(--ws-cyan);
}

.phone-frame-device {
    border: 8px solid #111 !important;
    box-shadow: 0 0 50px rgba(0,242,234,0.2) !important;
}

/* Mobile Navigation Overrides */
.navbar-toggler {
    border: none !important;
    color: #fff !important;
    padding: 10px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
}

.navbar-toggler .fa-bars {
    color: var(--ws-cyan) !important;
    font-size: 24px;
}

.offcanvas.mobile-menu {
    background-color: var(--ws-black) !important;
    color: #fff !important;
    border-right: 1px solid var(--ws-border) !important;
    height: 100vh !important;
}

.offcanvas-body {
    overflow-y: auto !important;
    max-height: calc(100vh - 80px) !important;
}

.offcanvas-header.home-offcanvas-header {
    border-bottom: 1px solid var(--ws-border) !important;
}

.offcanvas.mobile-menu .accordion-item {
    background-color: transparent !important;
    border-bottom: 1px solid var(--ws-border) !important;
}

.offcanvas.mobile-menu .accordion-button {
    background-color: transparent !important;
    color: #fff !important;
}

.offcanvas.mobile-menu .accordion-button:not(.collapsed) {
    color: var(--ws-cyan) !important;
}

.offcanvas.mobile-menu .btn-close {
    filter: none !important;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.offcanvas.mobile-menu .btn-close i {
    color: #fff !important;
    font-size: 18px;
}

.offcanvas.mobile-menu .btn-close:hover {
    background: var(--ws-pink) !important;
    transform: rotate(90deg);
}

.offcanvas.mobile-menu .accordion-body a {
    color: #94a3b8 !important;
}

.offcanvas.mobile-menu .accordion-body a:hover {
    color: var(--ws-cyan) !important;
}

/* Responsive Footer Center Optimization */
@media (max-width: 991px) {
    .modern-footer {
        text-align: center !important;
    }
    
    .footer-heading::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    .footer-brand-area .pe-lg-5 {
        padding-right: 0 !important;
    }
    
    .app-download-footer, .social-links-grid {
        justify-content: center !important;
    }
    
    .footer-newsletter-box {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 400px;
    }
    
    .footer-links {
        align-items: center !important;
    }
    
    .footer-bottom {
        border-top: 1px solid rgba(255,255,255,0.1) !important;
        margin-top: 40px !important;
    }
    
    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Common Subpage Header Styles */
.modern-header {
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--ws-border);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.modern-header .nav-link {
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.modern-header .nav-link:hover, .modern-header .nav-link.active {
    color: var(--ws-cyan) !important;
    text-shadow: 0 0 15px rgba(0, 242, 234, 0.5);
}

.banner-bg-modern {
    background: linear-gradient(180deg, #050505 0%, #000 100%);
    padding: 100px 0 60px;
    border-bottom: 1px solid var(--ws-border);
    position: relative;
    overflow: hidden;
}

.banner-bg-modern::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 0, 153, 0.1) 0%, transparent 70%);
}

.breadcrumb-modern a {
    color: var(--ws-cyan) !important;
    text-decoration: none !important;
    font-weight: 700;
}

.breadcrumb-modern span {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 10px;
}

/* Page Section Overrides */
.about-section, .contact-section, .blog-section { padding: 100px 0; }

.about-img {
    border-radius: 30px;
    box-shadow: 0 0 50px rgba(0, 242, 234, 0.2);
    border: 1px solid var(--ws-border);
    transition: 0.5s;
}

.about-img:hover {
    transform: scale(1.02);
    border-color: var(--ws-cyan);
}

.custom-clr-primary, .custom-clr-dark {
    color: var(--ws-cyan) !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 15px;
    display: inline-block;
}

/* Modern Form & Contact Styles */
.form-control {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    padding: 15px 20px !important;
    border-radius: 12px !important;
    transition: 0.3s !important;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: var(--ws-cyan) !important;
    box-shadow: 0 0 15px rgba(0, 242, 234, 0.2) !important;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.2) !important;
}

.col-form-label {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    font-size: 14px;
}

.submit-btn {
    width: 100%;
    background: var(--ws-pink) !important;
    color: #fff !important;
    border: none !important;
    padding: 16px !important;
    border-radius: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: var(--neon-glow-pink);
    transition: 0.4s;
}

.submit-btn:hover {
    background: #fff !important;
    color: var(--ws-pink) !important;
    transform: translateY(-3px);
}

/* Modern Blog Styles */
.blog-shadow {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    border-radius: 20px !important;
    overflow: hidden;
}

.blog-shadow:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: var(--ws-cyan) !important;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.blog-image {
    overflow: hidden;
    position: relative;
    height: 240px;
}

.blog-image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    transition: 0.8s cubic-bezier(0.2, 1, 0.3, 1) !important;
}

.blog-shadow:hover .blog-image img {
    transform: scale(1.1) rotate(1deg);
}

.h6-line-clamp {
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    margin: 15px 0 !important;
    transition: 0.3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-shadow:hover .h6-line-clamp {
    color: var(--ws-cyan) !important;
}

.home-blog-small-image {
    width: 80px;
    height: 80px;
    border-radius: 12px !important;
    border: 1px solid var(--ws-border);
}

/* Advanced Hero Floating Elements */
.floating-item {
    position: absolute;
    z-index: 1;
    animation: float 6s infinite ease-in-out;
}

.float-circle { width: 60px; height: 60px; border: 4px solid var(--ws-cyan); border-radius: 50%; opacity: 0.3; }
.float-square { width: 40px; height: 40px; border: 4px solid var(--ws-pink); transform: rotate(45deg); opacity: 0.3; }
.float-dot { width: 10px; height: 10px; background: var(--ws-cyan); border-radius: 50%; box-shadow: 0 0 10px var(--ws-cyan); }

.glass-pill-float {
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    z-index: 10;
    pointer-events: none;
    white-space: nowrap;
}

@keyframes float-slow {
    0%, 100% { transform: translateY(0) translateX(0) scale(1); }
    33% { transform: translateY(-30px) translateX(10px) scale(1.05); }
    66% { transform: translateY(15px) translateX(-15px) scale(0.95); }
}

.shadow-neon-cyan { box-shadow: 0 0 25px rgba(0, 242, 234, 0.4); }
.shadow-neon-pink { box-shadow: 0 0 25px rgba(255, 0, 153, 0.4); }
.shadow-neon-violet { box-shadow: 0 0 25px rgba(112, 0, 255, 0.4); }

.main-dashboard-img {
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mockup-frame:hover .main-dashboard-img {
    transform: rotateX(5deg) rotateY(5deg) scale(1.02);
}
