/* Reset & bază */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #0a0f1e;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

/* HERO */
.hero {
    text-align: center;
    padding: 100px 20px;
    background: radial-gradient(circle at center, #0f172a, #000);
}
.hero h1 {
    font-size: 3rem;
    color: #42aaff;
    text-shadow: 0 0 20px #42aaff;
}
.hero p {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #b0d4ff;
}
.cta-button {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 30px;
    font-size: 1.1rem;
    border: 2px solid #42aaff;
    color: #42aaff;
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px #42aaff;
}
.cta-button:hover {
    background: #42aaff;
    color: #0a0f1e;
    box-shadow: 0 0 20px #42aaff;
}

/* ABOUT PREVIEW */
.about-preview {
    text-align: center;
    padding: 80px 20px;
    background-color: #121826;
}
.about-preview h2 {
    font-size: 2rem;
    color: #42aaff;
    margin-bottom: 20px;
}
.about-preview p {
    max-width: 700px;
    margin: 0 auto 20px;
    font-size: 1.1rem;
    color: #c0cce5;
}
.link {
    color: #42aaff;
    text-decoration: underline;
}

/* SERVICES PREVIEW */
.services-preview {
    text-align: center;
    padding: 80px 20px;
}
.services-preview h2 {
    font-size: 2rem;
    color: #42aaff;
    margin-bottom: 40px;
}
.service-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.card {
    background-color: #1e293b;
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 30px;
    width: 280px;
    transition: all 0.3s ease;
}
.card:hover {
    box-shadow: 0 0 20px #42aaff;
}
.card h3 {
    font-size: 1.3rem;
    color: #42aaff;
    margin-bottom: 15px;
}
.card p {
    font-size: 1rem;
    color: #c0cce5;
}

/* CTA FINAL */
.cta-final {
    background: #0f172a;
    text-align: center;
    padding: 100px 20px;
}
.cta-final h2 {
    font-size: 2rem;
    color: #42aaff;
    margin-bottom: 30px;
}

/* HEADER */
.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(10, 15, 30, 0.8);
    border-bottom: 1px solid #1e2a3a;
    backdrop-filter: blur(10px);
    z-index: 1000;
}

.main-header .container {
    max-width: 1200px;
    margin: auto;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .logo {
    color: #42aaff;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0 0 10px #42aaff;
}

.main-nav a {
    color: #b0d4ff;
    text-decoration: none;
    margin-left: 25px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.main-nav a:hover {
    color: #42aaff;
    text-shadow: 0 0 8px #42aaff;
}


/* LOADER */
#loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0a0f1e;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease;
}

.loader-logo {
    font-size: 2.5rem;
    color: #42aaff;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 0 20px #42aaff, 0 0 40px #42aaff;
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0% {
        text-shadow: 0 0 10px #42aaff;
    }
    100% {
        text-shadow: 0 0 30px #42aaff, 0 0 60px #42aaff;
    }
}

/* SERVICES PREVIEW */
.services-preview {
    text-align: center;
    padding: 80px 20px;
}
.services-preview h2 {
    font-size: 2rem;
    color: #42aaff;
    margin-bottom: 40px;
}
.service-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.card {
    background-color: #1e293b;
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 30px;
    width: 280px;
    transition: all 0.3s ease;
}
.card:hover {
    box-shadow: 0 0 20px #42aaff;
}
.card h3 {
    font-size: 1.3rem;
    color: #42aaff;
    margin-bottom: 15px;
}
.card p {
    font-size: 1rem;
    color: #c0cce5;
}

/* CTA FINAL */
.cta-final {
    background: #0f172a;
    text-align: center;
    padding: 100px 20px;
}
.cta-final h2 {
    font-size: 2rem;
    color: #42aaff;
    margin-bottom: 30px;
}
/* SERVICIU - LOGO DESIGN */
.service-hero {
    padding: 140px 20px 80px;
    background: #e9f0f9;
    text-align: center;
}
.service-hero h1 {
    font-size: 2.5rem;
    color: #0a0f1e;
}
.service-hero p {
    font-size: 1.2rem;
    color: #3a4a5f;
    margin-top: 15px;
}
.service-description {
    background: #f7f9fb;
    padding: 80px 20px;
}
.service-description .container {
    max-width: 850px;
    margin: 0 auto;
}
.service-description h2 {
    color: #0a0f1e;
    margin-bottom: 20px;
}
.service-description ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #3d4f63;
    line-height: 1.8;
    margin-bottom: 40px;
}
.service-description p {
    font-size: 1.05rem;
    color: #3d4f63;
    line-height: 1.8;
}

/* FOOTER FINAL */
.milval-footer {
    background-color: #0a0f1e;
    padding: 50px 20px 30px;
    color: #b0d4ff;
    text-align: center;
}
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}
.footer-logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #42aaff;
    text-shadow: 0 0 10px #42aaff;
}
.footer-links, .footer-social {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-links a,
.footer-social a {
    color: #b0d4ff;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}
.footer-links a:hover,
.footer-social a:hover {
    color: #42aaff;
    text-shadow: 0 0 8px #42aaff;
}
.footer-bottom {
    font-size: 0.85rem;
    color: #667085;
}
