/* MySkein App - Software Development Company Theme */
body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    color: #1e293b;
    margin: 0;
    padding: 0;
}

.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.navbar-brand .logo-icon {
    font-size: 2rem;
    color: #6366f1;
    margin-right: 0.5rem;
}

.brand-text .brand-name {
    font-weight: 700;
    color: #6366f1;
    font-size: 1.5rem;
}
.brand-text .brand-accent {
    font-weight: 700;
    color: #10b981;
    font-size: 1.5rem;
    margin-left: 0.2rem;
}

.nav-link {
    color: #475569 !important;
    font-weight: 500;
    margin-left: 1rem;
    transition: color 0.2s;
}
.nav-link:hover {
    color: #6366f1 !important;
}

.hero {
    position: relative;
    background: linear-gradient(120deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    padding-top: 120px;
    padding-bottom: 60px;
    overflow: hidden;
}
.hero-bg .floating-shapes .shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
}
.shape-1 { width: 120px; height: 120px; background: #10b981; top: 10%; left: 5%; }
.shape-2 { width: 80px; height: 80px; background: #f59e0b; top: 60%; left: 10%; }
.shape-3 { width: 100px; height: 100px; background: #6366f1; top: 30%; right: 8%; }
.shape-4 { width: 60px; height: 60px; background: #8b5cf6; bottom: 10%; right: 12%; }
.gradient-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(120deg, rgba(99, 102, 241, 0.1) 0%, transparent 100%);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    padding: 0.5rem 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-badge i {
    margin-right: 0.5rem;
}
.hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1rem;
}
.title-line.accent {
    color: #fbbf24;
}
.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}
.hero-actions .btn-primary {
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
    border: none;
    font-weight: 700;
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 30px;
    font-size: 1.1rem;
    box-shadow: 0 4px 24px 0 rgba(16, 185, 129, 0.3);
    transition: all 0.2s;
}
.hero-actions .btn-primary:hover {
    background: linear-gradient(90deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px 0 rgba(16, 185, 129, 0.4);
}

/* Hero Visual Art Redesign */
.hero-visual-art {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    margin-top: 1.5rem;
}
.hero-visual-art svg {
    max-width: 100%;
    height: auto;
    box-shadow: 0 8px 32px 0 rgba(99, 102, 241, 0.15);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
.hero-visual-caption {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fbbf24;
    letter-spacing: 0.03em;
    margin-top: 1.2rem;
    text-shadow: 0 2px 8px rgba(99, 102, 241, 0.2);
}
@media (max-width: 991px) {
    .hero-visual-art {
        min-height: 200px;
        margin-top: 1rem;
    }
    .hero-visual-art svg {
        max-width: 90vw;
    }
    .hero-visual-caption {
        font-size: 1.05rem;
    }
}

.contact-hero {
    margin-top: 145px;
}

.about {
    background: #fff;
    padding: 80px 0 60px 0;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.05);
}
.section-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    padding: 0.5rem 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 1rem;
}
.section-badge i {
    margin-right: 0.5rem;
}
.section-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #1e293b;
}
.section-title .accent {
    color: #6366f1;
}
.section-text {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 2rem;
    line-height: 1.6;
}
.stats-row {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.5rem;
}
.stat-item {
    text-align: center;
}
.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #6366f1;
}
.stat-label {
    color: #64748b;
    font-size: 1rem;
    font-weight: 500;
}
.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.feature-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    color: #1e293b;
    box-shadow: 0 2px 12px 0 rgba(99, 102, 241, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: all 0.2s;
}
.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px 0 rgba(99, 102, 241, 0.12);
    border-color: #6366f1;
}
.feature-icon {
    font-size: 2rem;
    color: #6366f1;
    margin-bottom: 0.7rem;
}
.feature-card h4 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1e293b;
}
.feature-card p {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0;
}

.services {
    background: #f8fafc;
    padding: 80px 0 60px 0;
}
.section-header .section-title {
    color: #1e293b;
}
.section-header .section-subtitle {
    color: #64748b;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}
.service-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    color: #1e293b;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.06);
    transition: all 0.3s;
    position: relative;
    border: 1px solid rgba(226, 232, 240, 0.8);
}
.service-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px 0 rgba(99, 102, 241, 0.15);
    border-color: #6366f1;
}

/* Redesigned Service Cards */
.redesigned-service-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.08);
    padding: 2.2rem 1.5rem 2rem 1.5rem;
    color: #1e293b;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    border: 2px solid transparent;
}
.redesigned-service-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 16px 48px 0 rgba(99, 102, 241, 0.15);
    border-color: #6366f1;
    z-index: 2;
}
.service-tagline {
    font-size: 1.05rem;
    color: #6366f1;
    font-weight: 600;
    margin-bottom: 0.7rem;
    margin-top: -0.5rem;
    letter-spacing: 0.01em;
}
.service-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1.1rem auto;
    font-size: 2.2rem;
    box-shadow: 0 4px 16px 0 rgba(99, 102, 241, 0.15);
    transition: all 0.3s;
}
.service-icon-design {
    background: linear-gradient(135deg, #6366f1 60%, #a5b4fc 100%);
    color: #fff;
}
.service-icon-art {
    background: linear-gradient(135deg, #10b981 60%, #6ee7b7 100%);
    color: #fff;
}
.service-icon-code {
    background: linear-gradient(135deg, #f59e0b 60%, #fcd34d 100%);
    color: #fff;
}
.redesigned-service-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: #1e293b;
}
.redesigned-service-card p {
    color: #64748b;
    font-size: 1.05rem;
    margin-bottom: 1.1rem;
    line-height: 1.5;
}
.redesigned-service-card .service-features {
    margin-top: 0.5rem;
}
.redesigned-service-card .service-features li {
    color: #475569;
    font-size: 1rem;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.redesigned-service-card .service-features i {
    color: #10b981;
    margin-right: 0.5rem;
}

.cta {
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    padding: 70px 0 60px 0;
}
.cta-content h2 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}
.cta .btn-primary {
    background: #fff;
    color: #6366f1;
    font-weight: 700;
    border-radius: 30px;
    padding: 0.75rem 2.2rem;
    font-size: 1.1rem;
    border: none;
    transition: all 0.3s;
    box-shadow: 0 4px 16px 0 rgba(255, 255, 255, 0.2);
}
.cta .btn-primary:hover {
    background: #f8fafc;
    color: #6366f1;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px 0 rgba(255, 255, 255, 0.3);
}

.footer {
    background: #1e293b;
    color: #fff;
    padding: 30px 0 10px 0;
    text-align: center;
}
.footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 1rem;
    font-size: 1rem;
    color: #cbd5e1;
}
.footer-bottom a {
    color: #6366f1;
    text-decoration: underline;
}

/* Contact Form Styles */
.contact-form-container {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.1);
    border: 1px solid rgba(226, 232, 240, 0.8);
}
.contact-form-card h3 {
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.contact-form-card p {
    color: #64748b;
    margin-bottom: 1.5rem;
}
.form-label {
    color: #475569;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.form-control {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    color: #1e293b;
    transition: all 0.2s;
}
.form-control:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}
.contact-info-cards {
    margin-top: 1.5rem;
}
.contact-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.2rem 1.5rem;
    color: #1e293b;
    box-shadow: 0 2px 12px 0 rgba(99, 102, 241, 0.08);
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    border: 1px solid rgba(226, 232, 240, 0.8);
}
.contact-icon {
    font-size: 1.5rem;
    color: #6366f1;
    margin-right: 1rem;
}
.contact-details h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: #1e293b;
}
.contact-details a {
    color: #6366f1;
    text-decoration: underline;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .redesigned-service-card {
        padding: 1.5rem 1rem 1.3rem 1rem;
    }
    .service-icon {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }
    .hero-title {
        font-size: 2rem;
    }
    .section-title {
        font-size: 1.5rem;
    }
    .feature-grid {
        grid-template-columns: 1fr;
    }
    .stats-row {
        flex-direction: column;
        gap: 1rem;
    }
    .contact-form-container {
        margin-top: 2rem;
    }
} 