@media (min-width: 801px) {
    .window, .window pre {
        text-align: left !important;
    }
}

/* Mobile animated code window - 2mm margins each side */
@media (max-width: 800px) {
    .content-image.mobile-only {
        width: calc(100vw - 4mm) !important;
        max-width: calc(100vw - 4mm) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 2mm !important;
    }
    .content-image.mobile-only .image-placeholder.web-visual {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        border-radius: 18px !important;
    }
    .content-image.mobile-only .image-placeholder.web-visual iframe {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 16px !important;
    }
}
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

:root {
    --primary-blue: #0066cc;
    --dark-blue: #003d7a;
    --light-blue: #4d94ff;
    --accent-blue: #00a8ff;
    --white: #ffffff;
    --light-gray: #f5f8fa;
    --gray: #e1e8ed;
    --dark-gray: #657786;
    --text-dark: #14171a;
    --gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-2: linear-gradient(135deg, #0066cc 0%, #00a8ff 100%);
    --gradient-3: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    --gradient-4: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
    --gradient-5: linear-gradient(135deg, #06b6d4 0%, #3b82f6 50%, #8b5cf6 100%);
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 15px 40px rgba(0, 0, 0, 0.15);
    --shadow-colored: 0 20px 60px rgba(0, 102, 204, 0.3);
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--white);
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.section {
    padding: 58px 0;
    position: relative;
    overflow: visible;
    border-bottom: 1px solid rgba(99, 102, 241, 0.22);
    background-color: #D1F5F3;
}

.section::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 3px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(99, 102, 241, 0.42) 25%, rgba(0, 168, 255, 0.42) 75%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(90deg, transparent 0%, transparent 40%, rgba(0, 168, 255, 0.0) 44%, rgba(0, 168, 255, 0.95) 47%, rgba(255, 255, 255, 1) 50%, rgba(0, 168, 255, 0.95) 53%, rgba(0, 168, 255, 0.0) 57%, transparent 62%, transparent 100%);
    background-size: 100% 100%, 220% 100%;
    background-position: 0 0, -220% 0;
    box-shadow: 0 0 22px rgba(99, 102, 241, 0.6);
    pointer-events: none;
    overflow: visible;
    animation: section-divider-heartbeat 2.1s linear infinite;
    z-index: 100;
}

@keyframes section-divider-heartbeat {
    0% { background-position: 0 0, -220% 0; }
    100% { background-position: 0 0, 220% 0; }
}

.section .container {
    max-width: 1300px;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    z-index: 10000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    right: 0;
    max-width: 100vw;
    transition: opacity 0.3s ease;
}

@media (min-width: 801px) {
    .navbar.scrolled {
        opacity: 0.85;
    }
}

.nav-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 20px;
    gap: 20px;
}

.logo {
    display: flex;
    align-items: center;
    margin: 0;
    transform: none;
}

.logo a {
    display: inline-flex;
    align-items: center;
}

.nav-logo-img {
    height: 47px;
    width: auto;
    max-width: none;
    display: block;
    object-fit: contain;
    transition: none;
    transform: none;
    filter: none;
    animation: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.nav-logo-img:hover {
    transform: none;
    filter: none;
}

.nav-logo-img:active {
    animation: none;
    transform: none;
}



.nav-menu {
    display: flex;
    gap: 20px;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.nav-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.04rem;
    position: relative;
    transition: all 0.3s ease;
    padding: 5px 0;
    background: linear-gradient(90deg, #ffffff, #00d9ff, #a855f7, #ffffff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: nav-shimmer 8s linear infinite;
    text-shadow: 0 0 10px rgba(0, 217, 255, 0.3);
    filter: drop-shadow(0 0 2px rgba(168, 85, 247, 0.4));
    transform: translateY(2px);
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -8px;
    width: 3px;
    height: 3px;
    background: radial-gradient(circle, #00d9ff 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
    animation: nav-star-pulse 2s ease-in-out infinite;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00d9ff, #a855f7, #00d9ff);
    background-size: 200% auto;
    transition: width 0.3s ease;
    box-shadow: 0 0 8px rgba(0, 217, 255, 0.6), 0 0 12px rgba(168, 85, 247, 0.4);
    animation: nav-line-glow 2s linear infinite;
}

.nav-link:hover {
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 4px rgba(0, 217, 255, 0.8)) drop-shadow(0 0 8px rgba(168, 85, 247, 0.6));
    animation: nav-shimmer 2s linear infinite;
}

.nav-link:hover::before {
    opacity: 1;
}

.nav-link:hover::after {
    width: 100%;
}

@keyframes nav-shimmer {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

@keyframes nav-star-pulse {
    0%, 100% {
        opacity: 0.3;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1.5);
    }
}

@keyframes nav-line-glow {
    0%, 100% {
        background-position: 0% center;
        box-shadow: 0 0 8px rgba(0, 217, 255, 0.6), 0 0 12px rgba(168, 85, 247, 0.4);
    }
    50% {
        background-position: 200% center;
        box-shadow: 0 0 12px rgba(0, 217, 255, 0.8), 0 0 16px rgba(168, 85, 247, 0.6);
    }
}

.language-switcher {
    display: flex;
    gap: 10px;
}

.lang-btn {
    background: transparent;
    border: 2px solid var(--gray);
    border-radius: 50%;
    width: 38.4px;
    height: 38.4px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 5px;
    overflow: hidden;
}

.lang-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.lang-btn:hover {
    border-color: var(--primary-blue);
    transform: translateY(-2px);
}

.lang-btn.active {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.2);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
}

/* HERO SECTION */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 20% 20%, rgba(99,102,241,0.18), transparent 35%),
                radial-gradient(circle at 80% 30%, rgba(30,144,255,0.16), transparent 40%),
                linear-gradient(180deg, #0d111b 0%, #0f1625 50%, #0b0f1a 100%);
    padding-top: 80px;
}

.hero::before,
.hero::after {
    content: '';
    position: absolute;
    inset: -20%;
    background: conic-gradient(from 120deg, rgba(99,102,241,0.18), rgba(30,144,255,0.12), rgba(99,102,241,0.18));
    filter: blur(60px);
    opacity: 0.4;
    animation: hero-aurora 18s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.hero::after {
    animation-duration: 22s;
    animation-direction: reverse;
    opacity: 0.3;
}

@keyframes hero-aurora {
    0% { transform: rotate(0deg) scale(1); opacity: 0.35; }
    50% { transform: rotate(15deg) scale(1.05); opacity: 0.55; }
    100% { transform: rotate(360deg) scale(1); opacity: 0.35; }
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: calc(100% + 90mm);
    min-height: 100%;
    width: calc(100% + 90mm);
    height: 100%;
    transform: translate(-50%, -50%);
    object-position: calc(50% - 40mm) center;
    opacity: 0.15;
    z-index: 0;
    object-fit: cover;
    mix-blend-mode: screen;
    filter: brightness(0.8) contrast(1.2);
    pointer-events: none;
}

.hero-waves {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 200px;
    opacity: 0.1;
    z-index: 1;
}

.animated-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle, rgba(99, 102, 241, 0.18) 1.8px, transparent 1.8px),
        radial-gradient(circle, rgba(30, 144, 255, 0.15) 1.2px, transparent 1.2px);
    background-size: 65px 65px, 45px 45px;
    background-position: 0 0, 32px 32px;
    animation: dots-float 28s linear infinite;
}

@keyframes dots-float {
    0% { transform: translateY(0); }
    100% { transform: translateY(90px); }
}

.floating-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.15), transparent 60%);
    animation: ai-pulse-glow 4s ease-in-out infinite;
}

.hero-beams {
    position: absolute;
    inset: -10% 0;
    background: linear-gradient(120deg, rgba(99,102,241,0.08) 0%, transparent 40%),
                linear-gradient(240deg, rgba(30,144,255,0.08) 0%, transparent 35%);
    filter: blur(18px);
    mix-blend-mode: screen;
    animation: beams-move 12s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes beams-move {
    0% { transform: translateY(-6%) translateX(-4%) rotate(-1deg); opacity: 0.7; }
    50% { transform: translateY(4%) translateX(3%) rotate(1deg); opacity: 0.9; }
    100% { transform: translateY(-3%) translateX(-2%) rotate(-0.5deg); opacity: 0.7; }
}

.hero-sparkles {
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(2px 2px at 20% 30%, rgba(255,255,255,0.7), transparent 60%),
      radial-gradient(3px 3px at 70% 40%, rgba(173,216,255,0.8), transparent 60%),
      radial-gradient(2px 2px at 40% 70%, rgba(146,168,255,0.75), transparent 60%),
      radial-gradient(2px 2px at 85% 65%, rgba(255,255,255,0.6), transparent 60%);
    background-size: cover;
    opacity: 0.6;
    animation: spark-twinkle 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes spark-twinkle {
    0%, 100% { opacity: 0.35; transform: translateY(0); }
    50% { opacity: 0.8; transform: translateY(-2px); }
}

@keyframes ai-pulse-glow {
    0%, 100% { 
        opacity: 0.3;
        transform: scale(1);
    }
    50% { 
        opacity: 0.6;
        transform: scale(1.1);
    }
}

/* Hero Content Grid Layout */
.hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
    margin-top: -19px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: 60px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-left-section {
    color: var(--white);
    position: relative;
    z-index: 2;
    text-align: left;
}

.hero-right-section {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    margin: 0 auto 40px auto;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
}

.hero-badge i {
    color: #fbbf24;
    animation: badge-rotate 2s ease-in-out infinite;
}

@keyframes badge-slide {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes badge-rotate {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(15deg); }
}

/* FIXED: Hero Title - removed max-width constraint and ensured full visibility */
.hero-title {
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 25px;
    letter-spacing: -2px;
    color: var(--white);
    width: 100%; /* Changed from max-width: 650px */
    display: flex;
    flex-wrap: wrap;
    gap: 0.3em;
    --hero-title-offset: 0mm;
    animation: hero-title-float 2.6s ease-in-out infinite alternate, hero-title-color 4.5s ease-in-out infinite;
    transform: translateY(var(--hero-title-offset, 0px));
}

.title-word {
    display: inline-block;
    opacity: 0;
    animation: title-word-appear 0.8s ease-out forwards;
}

.title-word.word-1 { animation-delay: 0.1s; }
.title-word.word-2 { animation-delay: 0.2s; }
.title-word.word-3 { animation-delay: 0.3s; }
.title-word.word-4 { animation-delay: 0.4s; }
.title-word.word-5 { animation-delay: 0.5s; }

@keyframes title-word-appear {
    0% {
        opacity: 0;
        transform: translateY(20px);
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.title-word.highlight {
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 50%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: gradient-shine 3s ease infinite, title-word-appear 0.8s ease-out forwards;
}

@keyframes gradient-shine {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes hero-title-float {
    0% { transform: translateY(var(--hero-title-offset, 0px)); }
    100% { transform: translateY(calc(var(--hero-title-offset, 0px) - 6px)); }
}

@keyframes hero-title-color {
    0% { color: #ffffff; }
    50% { color: #9bb7ff; }
    100% { color: #ffffff; }
}

.hero-subtitle {
    font-size: 1.15rem;
    color: #c5d3ff;
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 650px;
}

.subtitle-link {
    color: #c5d3ff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
    position: relative;
    padding: 0 2px;
}

.subtitle-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #6366f1, #1e90ff);
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.subtitle-link:hover {
    color: #fff;
}

.subtitle-link:hover::after {
    transform: scaleX(1.05);
}

.hero-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.btn {
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: calc(1rem + 2px);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    outline: none;
}

.btn i {
    transition: transform 0.3s ease;
}

.btn:hover i {
    transform: translateX(5px);
}

.btn-primary {
    background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
    color: #1e293b;
    box-shadow: 0 10px 35px rgba(30,144,255,0.25);
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
    border-radius: 50%;
}

@keyframes btn-shine {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.btn-primary:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 14px 40px rgba(99,102,241,0.35);
    filter: brightness(1.05);
}

.btn-primary:hover::before {
    width: 300px;
    height: 300px;
}

.btn-secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--white);
    transform: translateY(-3px);
}

/* Hero Process Card */
.hero-steps-card {
    width: 100%;
    min-height: 360px;
    background: linear-gradient(145deg, rgba(16, 20, 46, 0.86) 0%, rgba(29, 46, 94, 0.76) 100%);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(8, 12, 30, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.hero-steps-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.hero-steps-title {
    margin: 0;
    font-size: 2.66rem;
    line-height: 1.15;
    color: #f8fbff;
    font-weight: 800;
    letter-spacing: -0.02em;
    animation: title-pulse 3s ease-in-out infinite;
}

.hero-steps-title .neon-highlight {
    background: linear-gradient(135deg, #00ff87 0%, #60efff 50%, #0099ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 8px rgba(0, 255, 135, 0.5));
}

@keyframes title-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 0.95;
    }
}

.hero-steps-nav {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(8, 13, 30, 0.45);
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 999px;
    padding: 6px 10px;
}

.hero-step-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: rgba(30, 41, 82, 0.7);
    color: #dbeafe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.hero-step-arrow:hover {
    transform: translateY(-1px);
    background: rgba(59, 130, 246, 0.55);
    border-color: rgba(191, 219, 254, 0.8);
}

.hero-step-counter {
    min-width: 52px;
    text-align: center;
    color: #cbd5e1;
    font-size: 0.88rem;
    font-weight: 700;
}

.hero-step-content {
    background: rgba(6, 10, 26, 0.34);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 18px;
    padding: 22px 20px;
}

.hero-step-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.hero-step-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 0;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d1fae5;
    background: rgba(16, 185, 129, 0.24);
    border: 1px solid rgba(16, 185, 129, 0.45);
}

.hero-step-name {
    margin: 0 0 10px;
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.25;
}

.hero-step-description {
    margin: 0;
    color: #dbeafe;
    font-size: 1.02rem;
    line-height: 1.75;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    z-index: 10;
}

@media (min-width: 1025px) {
    .hero-content {
        text-align: left;
        transform: translateY(2mm);
    }

    .hero-badge {
        margin: 0 0 40px 0;
        width: fit-content;
        transform: translateY(8mm);
    }

    .hero-title {
        --hero-title-offset: -1mm;
    }

    .hero-steps-head {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .hero-steps-title {
        width: 100%;
        text-align: center;
    }

    .hero-steps-nav {
        align-self: center;
        justify-content: center;
    }

    .hero-steps-title {
        text-align: center;
    }

    .hero-steps-card {
        transform: translateY(-16mm);
    }

    .scroll-indicator {
        transform: translate(-50%, 2mm);
    }
}

.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    position: relative;
}

.mouse::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: var(--white);
    border-radius: 2px;
    animation: scroll-wheel 2s infinite;
}

@keyframes scroll-wheel {
    0% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(15px); }
}

/* Sections */
.section {
    padding: 58px 0;
    position: relative;
    overflow-x: hidden;
    border-bottom: 1px solid rgba(99, 102, 241, 0.1);
    background-color: #D1F5F3;
}

.section::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: gradient-float 20s ease-in-out infinite;
}

.section > .container {
    position: relative;
    z-index: 1;
}

.section-alt {
    background: #D1F5F3;
    border-bottom: 1px solid rgba(0, 168, 255, 0.22);
}

.section-alt::before {
    content: '';
    background: radial-gradient(circle, rgba(0, 168, 255, 0.05) 0%, transparent 70%);
    animation-delay: 5s;
}

@keyframes gradient-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-100px, 100px) scale(1.2); }
}

.section-title {
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    color: var(--text-dark);
    position: relative;
    display: inline-block;
    width: 100%;
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--primary-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gradient-2);
    border-radius: 2px;
    animation: line-expand 1s ease-out 0.5s backwards;
}

@keyframes line-expand {
    0% { width: 0; opacity: 0; }
    100% { width: 80px; opacity: 1; }
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: var(--dark-gray);
    margin-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 20px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.service-card {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.service-card > * {
    position: relative;
    z-index: 1;
}

.service-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: var(--shadow-colored);
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: var(--gradient-2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--white);
    position: relative;
    transition: transform 0.3s ease;
    animation: icon-breathe 2.2s ease-in-out infinite;
}

.service-icon::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 25px;
    background: inherit;
    opacity: 0.3;
    filter: blur(15px);
    animation: icon-pulse 2s ease-in-out infinite;
}

@keyframes icon-pulse {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.2); opacity: 0.5; }
}

@keyframes icon-breathe {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes heartbeat-border {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(0, 168, 255, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(0, 168, 255, 0);
    }
}

@keyframes heartbeat-border-light {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(0, 168, 255, 0.25);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(0, 168, 255, 0);
    }
}

@keyframes neon-glow-pulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

@keyframes neon-glow-shift {
    0% {
        box-shadow:
            0 0 20px rgba(0, 217, 255, 0.65),
            0 0 42px rgba(0, 217, 255, 0.45),
            0 0 70px rgba(168, 85, 247, 0.5);
    }
    50% {
        box-shadow:
            0 0 22px rgba(168, 85, 247, 0.7),
            0 0 46px rgba(236, 72, 153, 0.5),
            0 0 76px rgba(0, 168, 255, 0.55);
    }
    100% {
        box-shadow:
            0 0 20px rgba(0, 217, 255, 0.65),
            0 0 42px rgba(0, 217, 255, 0.45),
            0 0 70px rgba(168, 85, 247, 0.5);
    }
}

.neon-glow-card {
    position: relative;
    overflow: visible;
    box-shadow:
        0 0 0 1px rgba(0, 217, 255, 0.35),
        0 0 18px rgba(0, 217, 255, 0.45),
        0 0 36px rgba(168, 85, 247, 0.35);
}

.neon-glow-card::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    pointer-events: none;
    box-shadow:
        0 0 24px rgba(0, 217, 255, 0.6),
        0 0 48px rgba(168, 85, 247, 0.45);
    opacity: 0.7;
    animation: neon-glow-pulse 2.8s ease-in-out infinite, neon-glow-shift 6s linear infinite;
}

.neon-glow-card:hover::after {
    opacity: 1;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.service-card p {
    color: var(--dark-gray);
    line-height: 1.8;
}

/* Content Split */
.content-split {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-top: 0;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.content-text h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--text-dark);
    font-weight: 700;
    text-align: center;
}

.content-text p {
    color: var(--dark-gray);
    line-height: 1.9;
    margin-bottom: 30px;
    font-size: 1.1rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.feature-list {
    list-style: none;
    margin-top: 30px;
    display: inline-block;
    text-align: left;
}

.feature-list li {
    padding: 15px 0;
    display: flex;
    align-items: center;
    color: var(--dark-gray);
    font-size: 1.1rem;
}

.feature-list i {
    color: var(--primary-blue);
    margin-right: 15px;
    font-size: 1.3rem;
}

.content-image {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    overflow: visible;
    margin: 0;
    display: block;
}

.image-placeholder {
    width: 80vw !important;
    max-width: 80vw !important;
    height: auto;
    background: none;
    border-radius: 32px !important;
    display: block;
    box-shadow: none;
    overflow: visible;
    margin: 0 auto !important;
}

@media (max-width: 800px) {
    .image-placeholder {
        width: 80vw;
        max-width: 80vw;
        border-radius: 32px;
    }
    .image-placeholder.web-visual {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 0 !important;
    }
    iframe {
        border-radius: 32px;
        width: 80vw !important;
        max-width: 80vw !important;
    }
    .image-placeholder.web-visual iframe {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 0 !important;
    }
}

/* Mobile override for animated code window - MUST BE LAST */
@media (max-width: 800px) {
    .mobile-only .image-placeholder.web-visual {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 0 !important;
    }
    .mobile-only .image-placeholder.web-visual iframe {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 0 !important;
    }
}

/* Code Window Animation */
.web-visual {
    background: none !important;
    padding: 0;
}

.code-window {
    background: #1e293b;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    animation: float-slow 6s ease-in-out infinite;
}

/* Mobile AI full-bleed iframe override - visible on both PC and mobile */
.mobile-ai-full {
    display: block !important;
    margin-bottom: 58px !important;
}

@media (max-width: 800px) {
    .mobile-ai-full {
        width: calc(100vw - 4mm) !important;
        max-width: calc(100vw - 4mm) !important;
        margin-left: calc(-50vw + 50% + 2mm) !important;
        margin-right: 0 !important;
        position: relative;
        z-index: 50;
    }
    .mobile-ai-full .ai-visual-mobile {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        border-radius: 20px !important;
        overflow: hidden !important;
    }
    .mobile-ai-full iframe {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 20px !important;
        display: block !important;
    }
}

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

.window-header {
    background: #0f172a;
    padding: 12px;
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot.red { background: #ef4444; }
.dot.yellow { background: #eab308; }
.dot.green { background: #22c55e; }

.code-content {
    padding: 20px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
}

.code-line {
    margin: 8px 0;
}

.tag { color: #60a5fa; }
.attr { color: #a78bfa; }
.string { color: #34d399; }

/* AI Network Visualization */
.ai-visual {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%) !important;
    padding: 40px;
}

.ai-network {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.node {
    position: absolute;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.5);
    animation: pulse-node 3s ease-in-out infinite;
}

.node-1 { top: 20%; left: 20%; animation-delay: 0s; }
.node-2 { top: 20%; right: 20%; animation-delay: 0.5s; }
.node-3 { bottom: 20%; left: 20%; animation-delay: 1s; }
.node-4 { bottom: 20%; right: 20%; animation-delay: 1.5s; }

@keyframes pulse-node {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(99, 102, 241, 0.5);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 15px 40px rgba(99, 102, 241, 0.8);
    }
}

@keyframes check-pop {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.connection {
    display: none;
}

/* Service Device Stack */
.service-visual {
    background: linear-gradient(135deg, #0c4a6e 0%, #075985 100%) !important;
    padding: 40px;
}

.device-stack {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.device {
    position: relative;
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: float-device 4s ease-in-out infinite;
}

.device.laptop {
    width: 200px;
    height: 140px;
    animation-delay: 0s;
}

.device.phone {
    width: 100px;
    height: 160px;
    animation-delay: 1s;
}

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

.device i {
    font-size: 60px;
    color: var(--primary-blue);
}

.device.phone i {
    font-size: 50px;
}

.repair-icon {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    box-shadow: 0 5px 20px rgba(16, 185, 129, 0.5);
}

/* AI Features */
.ai-features {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.ai-feature-item {
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 30px;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: left;
}

.ai-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.ai-feature-item i {
    font-size: 2.8rem;
    color: var(--primary-blue);
    min-width: 60px;
    animation: icon-breathe 2.8s ease-in-out infinite;
}

.ai-feature-item h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: var(--text-dark);
    font-weight: 700;
}

.ai-feature-item p {
    color: var(--dark-gray);
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Service Highlights */
.service-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.highlight-box {
    background: var(--white);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.highlight-box i {
    font-size: 3rem;
    color: var(--primary-blue);
    margin-bottom: 20px;
    animation: icon-breathe 2.6s ease-in-out infinite;
}

.highlight-box h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: var(--text-dark);
    font-weight: 700;
}

.highlight-box ul {
    list-style: none;
    text-align: left;
    display: inline-block;
}

.highlight-box li {
    padding: 10px 0;
    color: var(--dark-gray);
    font-size: 1.05rem;
}

.highlight-box li::before {
    content: '✓';
    margin-right: 10px;
    color: var(--primary-blue);
    font-weight: bold;
}

.highlight-box p {
    color: var(--dark-gray);
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Telecom Main Grid */
.telecom-main-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 20px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.telecom-card {
    background: linear-gradient(135deg, rgba(0, 100, 255, 0.95) 0%, rgba(20, 150, 255, 0.9) 100%);
    padding: 50px 40px;
    border-radius: 20px;
    border: 2px solid rgba(0, 102, 204, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.telecom-card.neon-glow-card {
    overflow: visible;
}

.telecom-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgba(0, 168, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 0 0 0 rgba(0, 168, 255, 0.3);
    animation: heartbeat-border-light 2.5s ease-in-out infinite;
    pointer-events: none;
}

.telecom-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 102, 204, 0.15);
    border-color: rgba(0, 168, 255, 0.3);
}

.telecom-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0066cc 0%, #00a8ff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 2.5rem;
    color: white;
    animation: icon-pulse 2s ease-in-out infinite;
    position: relative;
    z-index: 1;
    border: 2px solid rgba(57, 255, 90, 0.95);
    box-shadow: 0 10px 30px rgba(0, 102, 204, 0.3), 0 0 16px rgba(57, 255, 90, 0.65), 0 0 26px rgba(57, 255, 90, 0.35);
}

.telecom-card h3 {
    font-size: 1.8rem;
    color: #f3fbff;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
    position: relative;
    z-index: 1;
}

.telecom-card p {
    color: #d8eeff;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0.005em;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    min-height: 150px;
    text-align: left;
    padding-left: 15px;
}

.telecom-features {
    list-style: none;
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5mm;
    position: relative;
    z-index: 1;
}

.telecom-features li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    color: #eaf7ff;
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 1px solid rgba(0, 102, 204, 0.1);
}

.telecom-features li:last-child {
    border-bottom: none;
}

.telecom-features li i {
    color: #39ff5a;
    margin-right: 15px;
    font-size: 1.1rem;
    text-shadow: 0 0 8px rgba(57, 255, 90, 0.75);
    animation: check-bounce 0.6s ease;
}

/* Service Details Cards */
.service-details-card {
    position: relative;
    overflow: hidden;
}

.service-details-card::after {
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.05) 0%, rgba(0, 168, 255, 0.05) 100%);
    transition: bottom 0.4s ease;
    pointer-events: none;
}

.service-details-card:hover::after {
    bottom: 0;
}

.detail-icon {
    font-size: 2.5rem;
    color: var(--primary-blue);
    margin-bottom: 20px;
    animation: icon-float 3s ease-in-out infinite;
}

/* Animations */
@keyframes icon-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(0, 102, 204, 0.3);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 15px 40px rgba(0, 102, 204, 0.5);
    }
}

@keyframes icon-float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes check-bounce {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes icon-breathe {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

/* Financing Grid */
.financing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 70px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.finance-card {
    background: linear-gradient(135deg, rgba(0, 100, 255, 0.95) 0%, rgba(20, 150, 255, 0.9) 100%);
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    border: 2px solid rgba(0, 102, 204, 0.1);
    position: relative;
}

.finance-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgba(0, 168, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 0 0 0 rgba(0, 168, 255, 0.3);
    animation: heartbeat-border-light 2.5s ease-in-out infinite;
    pointer-events: none;
}

.finance-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 102, 204, 0.15);
    border-color: rgba(0, 168, 255, 0.3);
}

.finance-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background: var(--gradient-3);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--white);
    animation: icon-breathe 2.4s ease-in-out infinite;
    position: relative;
    border: 2px solid rgba(57, 255, 90, 0.95);
    box-shadow: 0 0 16px rgba(57, 255, 90, 0.65), 0 0 26px rgba(57, 255, 90, 0.35);
}

.finance-card h3 {
    font-size: 1.7rem;
    margin-bottom: 20px;
    color: #f3fbff;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
    text-align: center;
}

.finance-card p {
    color: #d8eeff;
    line-height: 1.9;
    margin-bottom: 25px;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.005em;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    flex-grow: 1;
    text-align: left;
    min-height: 120px;
    padding-left: 15px;
}

.finance-card ul {
    list-style: none;
    text-align: left;
    display: block;
    margin: 20px 0 0;
    width: 100%;
}

.finance-card li {
    padding: 12px 0;
    color: #eaf7ff;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 1.05rem;
    border-bottom: 1px solid rgba(0, 102, 204, 0.1);
}

.finance-card li:last-child {
    border-bottom: none;
}

.finance-card li i {
    color: #39ff5a;
    margin-right: 12px;
    font-size: 1.2rem;
    text-shadow: 0 0 8px rgba(57, 255, 90, 0.75);
    animation: check-pop 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.finance-card li:nth-child(1) i {
    animation-delay: 0.1s;
}

.finance-card li:nth-child(2) i {
    animation-delay: 0.2s;
}

.finance-card li:nth-child(3) i {
    animation-delay: 0.3s;
}

.finance-card li:nth-child(4) i {
    animation-delay: 0.4s;
}

/* Strategic planning card specific styling */
@media (min-width: 801px) {
    .strategic-planning-text {
        margin-top: 44px;
    }
    
    .self-employment-text {
        margin-top: 40px;
    }
}

/* Card Video Background Styling */
.card-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.18;
    z-index: 0;
    filter: brightness(0.72) saturate(0.9);
    border-radius: 20px;
}

.telecom-card {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.finance-card {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

@keyframes neonGlowGreen {
    0%, 100% {
        border-color: rgba(57, 255, 90, 0.95);
        opacity: 0.7;
    }
    50% {
        border-color: rgba(0, 255, 136, 1);
        opacity: 1;
    }
}

/* Performance tuning for card section rendering */
.telecom-card::before,
.finance-card::before {
    animation: none;
}

.telecom-card.neon-glow-card::after,
.finance-card.neon-glow-card::after {
    inset: -2px;
    border-radius: inherit;
    pointer-events: none;
    border: 2px solid #39ff5a;
    box-shadow: 0 0 14px rgba(57, 255, 90, 0.45);
    animation: neonGlowGreen 3s ease-in-out infinite;
    will-change: opacity;
}

.telecom-card .card-video-bg {
    z-index: 0;
}

.finance-card .card-video-bg {
    z-index: 0;
}

.telecom-card .telecom-icon,
.telecom-card h3,
.telecom-card p,
.telecom-card .telecom-features {
    position: relative;
    z-index: 1;
}

.finance-card .finance-icon,
.finance-card h3,
.finance-card p,
.finance-card ul {
    position: relative;
    z-index: 1;
}

.telecom-card,
.finance-card {
    contain: layout;
}

@media (max-width: 800px) {
    .telecom-card.neon-glow-card::after,
    .finance-card.neon-glow-card::after {
        animation: none;
        opacity: 0.9;
        box-shadow: 0 0 10px rgba(57, 255, 90, 0.4);
    }
}

/* Contact Section */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-top: 60px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    align-items: start;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.info-item-link {
    text-decoration: none;
    color: var(--primary-blue);
    transition: all 0.3s ease;
    padding: 12px 15px;
    border-radius: 10px;
    margin: -12px -15px;
    cursor: pointer;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border-left: 3px solid transparent;
    border-bottom: 2px solid rgba(0, 102, 204, 0.2);
}

.info-item-link:hover {
    background: rgba(0, 102, 204, 0.1);
    transform: translateX(8px);
    border-left-color: var(--primary-blue);
    border-bottom-color: var(--primary-blue);
}

.info-item-link:active {
    transform: translateX(5px);
}

.info-item-link h4,
.info-item-link p {
    color: var(--primary-blue);
    transition: color 0.3s ease;
}

.info-item-link:hover h4,
.info-item-link:hover p {
    color: var(--dark-blue);
}

.info-item-link > div {
    margin-top: -4px;
}

.info-item i {
    font-size: 1.8rem;
    color: var(--primary-blue);
    min-width: 40px;
    animation: icon-breathe 2.6s ease-in-out infinite;
}

.info-item h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: var(--text-dark);
}

.info-item p {
    color: var(--dark-gray);
    margin: 0;
}

.map-container {
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.contact-form {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 248, 255, 0.95) 100%);
    padding: 50px;
    border-radius: 25px;
    box-shadow: none;
    border: 2px solid rgba(0, 168, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    border-radius: 20px;
    animation: none;
    pointer-events: none;
    display: none;
}

.contact-form > * {
    position: relative;
    z-index: 1;
}

@media (min-width: 801px) {
    .contact-form {
        margin-top: -38px;
    }
}

.contact-form .btn-primary {
    background: linear-gradient(135deg, #e6f3ff 0%, #b5ddff 100%);
    color: #0b2a4d;
    border: 2px solid #000;
    box-shadow: 0 0 18px rgba(100, 170, 255, 0.75), 0 0 30px rgba(100, 170, 255, 0.35);
}

.contact-form .btn-primary:hover {
    box-shadow: 0 0 24px rgba(100, 170, 255, 0.9), 0 0 40px rgba(100, 170, 255, 0.45);
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #0b2a4d;
    border-radius: 12px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #f8fcff 0%, #e6f2ff 100%);
    box-shadow: 0 0 14px rgba(100, 170, 255, 0.35);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0b2a4d;
    box-shadow: 0 0 18px rgba(100, 170, 255, 0.55);
}

.form-group label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: var(--dark-gray);
    transition: all 0.3s ease;
    pointer-events: none;
    background: var(--white);
    padding: 0 5px;
}

.form-group input:focus + label,
.form-group input.has-value + label,
.form-group textarea:focus + label,
.form-group textarea.has-value + label {
    top: -10px;
    font-size: 0.85rem;
    color: var(--primary-blue);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Footer */
.footer {
    background: var(--text-dark);
    color: var(--white);
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-logo img {
    height: 50px;
    margin-bottom: 20px;
    max-width: 60%;
}

.footer-logo p {
    color: var(--gray);
    line-height: 1.8;
}

.footer-links h4,
.footer-social h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: var(--gray);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--white);
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: var(--primary-blue);
    transform: translateY(-3px);
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--gray);
}

/* AI Chatbot Widget */
.ai-chat-widget {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10003;
}

.ai-chat-toggle {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: var(--white);
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 102, 204, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10003;
    animation: ai-glow 2.5s ease-in-out infinite;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
}

.ai-chat-toggle:focus {
    outline: none;
}

.ai-chat-toggle:active {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.ai-chat-toggle * {
    pointer-events: none;
}

@keyframes ai-glow {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(0, 102, 204, 0.4), 0 0 15px rgba(0, 102, 204, 0.2);
    }
    50% {
        box-shadow: 0 4px 30px rgba(0, 102, 204, 0.6), 0 0 25px rgba(0, 102, 204, 0.4);
    }
}

.ai-chat-toggle:hover {
    animation: ai-pulse 0.8s ease-in-out infinite;
}

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

.ai-chat-window {
    position: fixed;
    bottom: 100px;
    right: 24px;
    width: 340px;
    max-width: calc(100vw - 48px);
    height: 380px;
    max-height: calc(100vh - 200px);
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8) translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
    pointer-events: none;
    z-index: 10002;
}

.ai-chat-window.open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) translateY(0) !important;
    pointer-events: auto !important;
    display: flex !important;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s;
}

.ai-chat-header {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: var(--white);
    padding: 16px;
    border-radius: 16px 16px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.ai-chat-close {
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 1.6rem;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #f8f9fa;
}

.ai-message,
.user-message {
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 85%;
}

.ai-message {
    background: var(--white);
    color: var(--text-dark);
    border-left: 3px solid #0066cc;
    align-self: flex-start;
}

.user-message {
    background: #0066cc;
    color: var(--white);
    align-self: flex-end;
}

.ai-chat-input {
    display: flex;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid #e0e0e0;
    background: var(--white);
    border-radius: 0 0 16px 16px;
}

.ai-chat-input input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 0.9rem;
    font-family: inherit;
}

.ai-chat-input input:focus {
    outline: none;
    border-color: #0066cc;
}

.ai-chat-input button {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #0066cc;
    color: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animations */
.animate-fade-in {
    animation: fadeIn 1s ease-out;
}

.hero-title.animate-fade-in {
    animation: fadeIn 1s ease-out, hero-title-float 2.6s ease-in-out infinite alternate, hero-title-color 4.5s ease-in-out infinite;
}

.animate-fade-in-delay {
    animation: fadeIn 1s ease-out 0.3s backwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* AOS Animations */
[data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos].aos-animate {
    opacity: 1;
}

[data-aos="fade-up"] {
    transform: translateY(50px);
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
}

[data-aos="fade-right"] {
    transform: translateX(-50px);
}

[data-aos="fade-right"].aos-animate {
    transform: translateX(0);
}

[data-aos="fade-left"] {
    transform: translateX(50px);
}

[data-aos="fade-left"].aos-animate {
    transform: translateX(0);
}

/* ======== MOBILE RESPONSIVENESS ======== */
@media (max-width: 1024px) {
    .nav-container {
        justify-content: space-between;
        padding: 4px 10px;
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 10px;
    }

    .hamburger {
        display: flex;
        z-index: 10002;
        padding: 10px;
        order: 1;
        justify-self: start;
    }

    .logo {
        position: relative;
        left: auto;
        transform: none;
        order: 2;
        justify-self: center;
        margin: 0;
    }

    .nav-logo-img {
        height: 40px;
        max-width: 180px;
        transition: none;
        transform: none;
        filter: none;
        animation: none;
    }

    .nav-logo-img:active {
        animation: none;
        transform: none;
    }

    .nav-logo-img:hover {
        transform: none;
        filter: none;
    }

    .language-switcher {
        z-index: 10002;
        order: 3;
        justify-self: end;
        display: flex;
        gap: 5px;
        margin-right: 0;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        background: linear-gradient(135deg, rgba(15, 18, 26, 0.9) 0%, rgba(0, 0, 0, 0.85) 100%);
        backdrop-filter: blur(10px);
        flex-direction: column;
        padding: 40px 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
        transition: left 0.3s ease;
        z-index: 999;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-link {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
        font-size: 1.04rem;
    }

    .hero {
        min-height: auto;
        padding: 119px 15px 69px;
    }

    .hero-content {
        transform: translateY(-12mm);
    }

    .hero-badge {
        display: none;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 27px;
    }

    .hero-title {
        font-size: 2.03793408rem;
        line-height: 1.3;
        margin-bottom: 18px;
        text-align: center;
        justify-content: center;
        position: relative;
        top: -8px;
        animation: hero-title-float 2.6s ease-in-out infinite alternate, hero-title-color 4.5s ease-in-out infinite;
        letter-spacing: -1px;
        padding-bottom: 4px;
        overflow: visible;
        --hero-title-offset: 5mm;
    }

    .hero-badge {
        font-size: 0.78rem;
        padding: 10px 17px;
        gap: 7px;
        margin-bottom: 1px;
        position: relative !important;
        top: -31px !important;
    }

    .hero-subtitle {
        font-size: 0.75rem;
        text-align: center;
        margin-bottom: 20px;
    }


    /* Ensure AOS-hidden content is visible on mobile (AOS disabled) */
    [data-aos],
    [data-aos="fade-up"],
    [data-aos="fade-right"],
    [data-aos="fade-left"] {
        opacity: 1 !important;
        transform: none !important;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 27px;
    }

    .btn {
        width: 100%;
        justify-content: center;
        padding: 10px 20px;
        font-size: 0.8rem;
    }

    .hero-right-section {
        width: 100%;
    }

    .hero-steps-card {
        min-height: auto;
        padding: 18px;
        border-radius: 18px;
        gap: 14px;
        transform: translateY(-8mm);
    }

    .hero-steps-head {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .hero-steps-title {
        font-size: 2.46rem;
        text-align: center;
    }

    .hero-steps-nav {
        align-self: center;
        justify-content: center;
    }

    .hero-step-content {
        padding: 16px;
        text-align: center;
    }

    .hero-step-meta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 12px;
    }

    .hero-step-name {
        font-size: 1.1rem;
        text-align: left;
        width: 100%;
    }

    .hero-step-description {
        font-size: 0.9rem;
        line-height: 1.55;
        text-align: left;
        width: 100%;
    }

    .scroll-indicator {
        display: none;
    }

    .content-split,
    .service-highlights,
    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .services-grid,
    .financing-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 43px 0;
        border-top: none;
        position: relative;
    }

    .section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background:
            linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(99, 102, 241, 0.42) 25%, rgba(0, 168, 255, 0.42) 75%, rgba(0, 0, 0, 0) 100%),
            linear-gradient(90deg, transparent 0%, transparent 40%, rgba(0, 168, 255, 0.0) 44%, rgba(0, 168, 255, 0.95) 47%, rgba(255, 255, 255, 1) 50%, rgba(0, 168, 255, 0.95) 53%, rgba(0, 168, 255, 0.0) 57%, transparent 62%, transparent 100%);
        background-size: 100% 100%, 220% 100%;
        background-position: 0 0, -220% 0;
        box-shadow: 0 0 22px rgba(99, 102, 241, 0.6);
        animation: section-divider-heartbeat 2.1s linear infinite;
        z-index: 100;
        display: block !important;
    }

    #telekomunikacije::before {
        display: block !important;
    }

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

    .hero-title {
        font-size: 1.8rem;
    }

    .section::after {
        display: none;
    }

    .contact-wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    .contact-form {
        order: 1;
        margin: 0 auto;
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }

    .contact-info {
        order: 2;
        overflow: visible !important;
    }

    .map-container-mobile {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
        margin-left: 15px;
        margin-right: 0;
        border-radius: 15px;
        overflow: hidden;
        height: 400px;
    }

    .map-container-mobile iframe {
        width: 100% !important;
        height: 100% !important;
    }

    /* Telecom Responsive */
    .telecom-main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .telecom-card {
        padding: 40px 30px;
    }

    .telecom-card h3 {
        font-size: 1.5rem;
    }

    .telecom-icon {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }

    .service-highlights {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .hero-badge {
        position: relative !important;
        top: -23px !important;
    }

    .hero-title {
        font-size: 1.9408896rem !important;
    }

    .hero-subtitle {
        font-size: 0.85rem;
    }

    .btn {
        padding: 10px 20px;
        font-size: 0.85rem;
    }

    .stat-number,
    .counter-plus {
        font-size: 2rem !important;
    }

    .ai-chat-toggle {
        width: 56px;
        height: 56px;
        bottom: 20px;
        right: 20px;
        z-index: 10003;
        touch-action: manipulation;
    }

    .ai-chat-window {
        width: calc(100% - 32px);
        max-width: none;
        height: 400px;
        bottom: 90px;
        right: 16px;
        left: 16px;
        z-index: 10003;
        margin: 0 auto;
    }
}

/* Mobile animated code window final override - 2mm margins each side */
@media (max-width: 800px) {
    .content-image.mobile-only {
        width: calc(100vw - 4mm) !important;
        max-width: calc(100vw - 4mm) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 2mm !important;
    }
    .content-image.mobile-only .image-placeholder.web-visual {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        border-radius: 18px !important;
    }
    .content-image.mobile-only .image-placeholder.web-visual iframe {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 16px !important;
    }
}

/* Futuristic Space Animation for Hero Text */
@keyframes spaceWarp {
    0% {
        opacity: 0;
        transform: scale(0) translateZ(-500px) perspective(1000px) rotateX(90deg) rotateY(-45deg);
        filter: blur(20px) brightness(0);
    }
    15% {
        opacity: 0.3;
        transform: scale(0.4) translateZ(-300px) perspective(1000px) rotateX(45deg) rotateY(-25deg);
        filter: blur(12px) brightness(0.4);
    }
    35% {
        opacity: 0.7;
        transform: scale(0.8) translateZ(-100px) perspective(1000px) rotateX(20deg) rotateY(-10deg);
        filter: blur(4px) brightness(0.7);
    }
    50% {
        opacity: 1;
        transform: scale(1.05) translateZ(0) perspective(1000px) rotateX(0deg) rotateY(0deg);
        filter: blur(0) brightness(1.3);
    }
    60% {
        opacity: 1;
        transform: scale(0.98) translateZ(0) perspective(1000px) rotateX(0deg) rotateY(0deg);
        filter: blur(0) brightness(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateZ(0) perspective(1000px) rotateX(0deg) rotateY(0deg);
        filter: blur(0) brightness(1);
    }
}

@keyframes glitchShift {
    0%, 100% {
        text-shadow: 
            0 0 20px rgba(0, 217, 255, 0.8),
            0 0 40px rgba(99, 102, 241, 0.6),
            0 0 60px rgba(168, 85, 247, 0.4),
            3px 3px 0px rgba(236, 72, 153, 0.5),
            -3px -3px 0px rgba(34, 197, 94, 0.5);
    }
    25% {
        text-shadow: 
            0 0 25px rgba(34, 197, 94, 0.8),
            0 0 50px rgba(59, 130, 246, 0.6),
            0 0 75px rgba(0, 217, 255, 0.4),
            -3px 3px 0px rgba(236, 72, 153, 0.5),
            3px -3px 0px rgba(168, 85, 247, 0.5);
    }
    50% {
        text-shadow: 
            0 0 30px rgba(168, 85, 247, 0.8),
            0 0 60px rgba(236, 72, 153, 0.6),
            0 0 90px rgba(34, 197, 94, 0.4),
            2px -2px 0px rgba(99, 102, 241, 0.5),
            -2px 2px 0px rgba(0, 217, 255, 0.5);
    }
    75% {
        text-shadow: 
            0 0 25px rgba(59, 130, 246, 0.8),
            0 0 50px rgba(168, 85, 247, 0.6),
            0 0 75px rgba(236, 72, 153, 0.4),
            3px -3px 0px rgba(34, 197, 94, 0.5),
            -3px 3px 0px rgba(0, 217, 255, 0.5);
    }
}

@keyframes particleGlow {
    0%, 100% {
        box-shadow: 
            0 0 20px rgba(0, 217, 255, 0.5),
            0 0 40px rgba(99, 102, 241, 0.3),
            inset 0 0 20px rgba(0, 217, 255, 0.1);
    }
    50% {
        box-shadow: 
            0 0 30px rgba(168, 85, 247, 0.8),
            0 0 60px rgba(34, 197, 94, 0.5),
            inset 0 0 30px rgba(59, 130, 246, 0.2);
    }
}

.wall-breaker {
    font-weight: 900 !important;
    font-size: 2rem !important;
    background: linear-gradient(135deg, #00d9ff 0%, #6366f1 25%, #a855f7 50%, #ec4899 75%, #00d9ff 100%) !important;
    background-size: 200% 200%;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    opacity: 0;
    letter-spacing: 0.08em !important;
    position: relative;
    text-transform: uppercase;
    font-style: italic;
}

.wall-breaker.break {
    animation: 
        spaceWarp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
        glitchShift 1.8s ease-in-out forwards,
        particleGlow 2.5s ease-in-out infinite !important;
    color: #00d9ff !important;
    -webkit-text-fill-color: #00d9ff !important;
}

/* Continuous Gradient Animation */
@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

h3.gradient-animated {
    display: inline-block !important;
    background: linear-gradient(
        90deg,
        #00d9ff 0%,
        #667eea 10%,
        #6366f1 20%,
        #a78bfa 30%,
        #00d9ff 40%,
        #667eea 50%,
        #6366f1 60%,
        #a78bfa 70%,
        #00d9ff 80%,
        #667eea 90%,
        #00d9ff 100%
    ) !important;
    background-size: 300% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: gradientFlow 6s linear infinite !important;
    font-weight: 700 !important;
}
