        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body { font-family: 'Inter', sans-serif; overflow-x: hidden; background: #0a0e27; color: #fff; }
        .navbar { background: rgba(10, 14, 39, 0.95) !important; backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,0.1); transition: all 0.3s; }
        .navbar.scrolled { background: rgba(10, 14, 39, 0.98) !important; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
        .navbar-brand img { transition: transform 0.3s ease; }
        .navbar-brand:hover img { transform: scale(1.05); }
        .nav-link { color: rgba(255,255,255,0.8) !important; font-weight: 600; transition: all 0.3s; position: relative; }
        .nav-link:hover { color: #667eea !important; }
        .nav-link::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: linear-gradient(90deg, #667eea, #764ba2); transition: width 0.3s; }
        .nav-link:hover::after { width: 80%; }
        
        .lang-switcher { display: flex; gap: 0.5rem; }
        .lang-btn { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: white; padding: 0.4rem 0.8rem; border-radius: 8px; cursor: pointer; transition: all 0.3s; font-size: 0.85rem; font-weight: 600; }
        .lang-btn:hover { background: rgba(102, 126, 234, 0.2); border-color: #667eea; }
        .lang-btn.active { background: linear-gradient(135deg, #667eea, #764ba2); border-color: transparent; }
        
        .hero { min-height: 100vh; background: radial-gradient(ellipse at top, #1e2139 0%, #0a0e27 100%); position: relative; overflow: hidden; display: flex; align-items: center; }
        .hero::before { content: ''; position: absolute; width: 100%; height: 100%; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23667eea;stop-opacity:0.1"/><stop offset="100%" style="stop-color:%23764ba2;stop-opacity:0.1"/></linearGradient></defs><circle cx="200" cy="200" r="150" fill="url(%23grad)"/><circle cx="800" cy="600" r="200" fill="url(%23grad)"/><circle cx="1000" cy="150" r="100" fill="url(%23grad)"/></svg>') no-repeat center; opacity: 0.3; animation: float 20s ease-in-out infinite; }
        @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }
        .hero h1 { font-size: clamp(2.5rem, 8vw, 4.5rem); font-weight: 900; background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.2; margin-bottom: 1.5rem; }
        .hero p { font-size: 1.25rem; color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto 2rem; }
        
        .btn-modern { padding: 1rem 2.5rem; font-weight: 700; border-radius: 50px; border: none; position: relative; overflow: hidden; transition: all 0.3s; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9rem; text-decoration: none; display: inline-block; }
        .btn-modern-primary { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4); }
        .btn-modern-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6); color: white; }
        .btn-modern-outline { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.3); }
        .btn-modern-outline:hover { background: rgba(255,255,255,0.1); border-color: #667eea; color: white; }
        
        .section-title { font-size: 3rem; font-weight: 900; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 3rem; }
        .project-card { background: rgba(255,255,255,0.05); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 2rem; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); height: 100%; }
        .project-card:hover { transform: translateY(-15px); box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3); border-color: rgba(102, 126, 234, 0.5); }
        .project-icon { width: 80px; height: 80px; margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2)); border-radius: 20px; transition: all 0.3s; }
        .project-card:hover .project-icon { transform: scale(1.1) rotate(5deg); }
        .project-card h3 { font-weight: 700; margin-bottom: 1rem; }
        .project-card p { color: rgba(255,255,255,0.7); margin-bottom: 1.5rem; }
        .btn-project { background: transparent; border: 2px solid rgba(255,255,255,0.2); color: white; padding: 0.75rem 1.5rem; border-radius: 50px; font-weight: 600; transition: all 0.3s; text-decoration: none; display: inline-block; }
        .btn-project:hover { background: rgba(102, 126, 234, 0.2); border-color: #667eea; color: white; }
        
        .stat-card { background: rgba(255,255,255,0.05); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 2rem; text-align: center; transition: all 0.3s; }
        .stat-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2); }
        .stat-number { font-size: 4rem; font-weight: 900; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; margin-bottom: 0.5rem; }
        .stat-label { color: rgba(255,255,255,0.6); font-size: 1rem; font-weight: 600; }
        
        .form-control { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 15px; padding: 1rem 1.5rem; color: white; transition: all 0.3s; }
        .form-control:focus { background: rgba(255,255,255,0.08); border-color: #667eea; color: white; box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25); }
        .form-control::placeholder { color: rgba(255,255,255,0.4); }
        
        .footer { background: rgba(10, 14, 39, 0.95); border-top: 1px solid rgba(255,255,255,0.1); }
        .footer h5 { font-size: 1.1rem; margin-bottom: 1rem; }
        .footer a:hover { color: #667eea !important; }
        @media (max-width: 768px) { .footer .col-md-4 { margin-bottom: 2rem; text-align: center; } }
        .footer p { margin: 0; color: rgba(255,255,255,0.6); }
        
        #particles-js { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; }
        .hero .container { position: relative; z-index: 1; }
        /* Hover efekti bez inline JS */
        .feature-box { transition: all 0.3s; }
        .feature-box:hover { border-color: rgba(102, 126, 234, 0.6) !important; transform: translateY(-10px); }
        .blog-card { transition: all 0.3s; }
        .blog-card:hover { border-color: rgba(102, 126, 234, 0.6) !important; transform: translateY(-10px); }
        footer a { transition: color 0.3s; }
        footer a:hover { color: #667eea !important; }
/* Pricing Section */
.pricing-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
    border-color: rgba(102, 126, 234, 0.5);
}

.pricing-card-featured {
    border: 2px solid #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
}

.pricing-badge {
    position: absolute;
    top: -15px;
    right: 30px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2));
    border-radius: 20px;
    font-size: 2.5rem;
    color: #667eea;
}

.pricing-card h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #667eea 0%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-price {
    text-align: center;
    margin-bottom: 10px;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 900;
    color: white;
}

.pricing-desc {
    text-align: center;
    color: rgba(255,255,255,0.7);
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex-grow: 1;
}

.pricing-features li {
    color: rgba(255,255,255,0.85);
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

.pricing-features i {
    color: #667eea;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.btn-pricing {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.btn-pricing:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
    color: white;
}

.btn-pricing-featured {
    background: linear-gradient(135deg, #f093fb 0%, #667eea 100%);
}

.pricing-additional {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

.pricing-additional h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #667eea 0%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.additional-service {
    background: rgba(255,255,255,0.05);
    padding: 25px 20px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s;
    height: 100%;
}

.additional-service:hover {
    transform: translateY(-5px);
    border-color: rgba(102, 126, 234, 0.5);
}

.additional-service i {
    font-size: 2.5rem;
    color: #667eea;
    margin-bottom: 15px;
}

.additional-service h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
}

.additional-service p {
    font-size: 1.3rem;
    font-weight: 700;
    color: #f093fb;
    margin-bottom: 5px;
}

.additional-service small {
    color: rgba(255,255,255,0.6);
    font-size: 0.85rem;
}

@media (max-width: 991px) {
    .pricing-card {
        margin-bottom: 30px;
    }
    
    .price-amount {
        font-size: 2rem;
    }
}

/* Custom Development Badge */
.custom-dev-badge {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(102, 126, 234, 0.1);
    padding: 30px 40px;
    border-radius: 15px;
    border-left: 5px solid #667eea;
    backdrop-filter: blur(10px);
}

.custom-dev-badge i {
    font-size: 3rem;
    color: #667eea;
    flex-shrink: 0;
    margin-top: 5px;
}

.custom-dev-badge strong {
    display: block;
    color: white;
    font-size: 1.3rem;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.custom-dev-badge p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .custom-dev-badge {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 25px 20px;
    }
}

/* Button pricing elements */
button.btn-pricing {
    border: none;
    cursor: pointer;
}
