:root {
    --primary: #0d2c54;
    --accent: #f39c12;
    --dark: #0b0c10;
    --light-text: #e0e0e0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #f8f9fa;
}

/* NAVBAR */
.navbar { background: var(--primary); padding: 1rem 0; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.navbar-brand { font-weight: 800; color: #fff !important; letter-spacing: 1px; }
.nav-link { color: rgba(255,255,255,0.85) !important; margin-left: 15px; transition: 0.3s; }
.nav-link:hover { color: var(--accent) !important; }

/* HERO */
.hero-section {
    background-size: cover; background-position: center;
    color: white; padding: 160px 0 100px; text-align: center;
    position: relative;
}
.hero-section::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(13,44,84,0.9) 0%, rgba(13,44,84,0.6) 100%);
    z-index: 1;
}
.hero-content { position: relative; z-index: 2; }

/* BUTTONS */
.btn-cta {
    background: var(--accent); color: #fff; padding: 12px 35px;
    font-weight: bold; border-radius: 50px; text-transform: uppercase; border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.4);
}
.btn-cta:hover { background: #d35400; transform: translateY(-2px); color: #fff; }

/* FORMS (FIX CONTRAST) */
.form-control, .form-select {
    background-color: #1f2833 !important; /* Fundal inchis */
    border: 1px solid #45a29e;
    color: #fff !important; /* Text Alb */
    font-size: 1rem;
    padding: 12px;
}
.form-control::placeholder { color: #aaa !important; opacity: 1; }
.form-control:focus, .form-select:focus {
    background-color: #2b3845 !important;
    border-color: var(--accent);
    box-shadow: 0 0 10px rgba(243, 156, 18, 0.3);
    color: #fff !important;
}
/* Fix critic pentru dropdown options pe Windows/Chrome */
select option {
    background-color: #1f2833;
    color: #fff;
}

/* SECTIONS */
.section-title {
    position: relative; display: inline-block; margin-bottom: 40px;
    color: var(--primary); font-weight: 800; text-transform: uppercase;
}
.section-title::after {
    content: ''; position: absolute; width: 60px; height: 4px;
    background: var(--accent); bottom: -10px; left: 50%; transform: translateX(-50%);
}

/* CARDS */
.service-box, .portfolio-item {
    background: #fff; border-radius: 12px; overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: 0.3s;
    height: 100%; border: 1px solid rgba(0,0,0,0.05);
}
.service-box:hover, .portfolio-item:hover { transform: translateY(-7px); box-shadow: 0 15px 35px rgba(0,0,0,0.1); }
.service-icon { font-size: 2.5rem; color: var(--primary); margin-bottom: 20px; }
.portfolio-img { height: 220px; width: 100%; object-fit: cover; }
.portfolio-content { padding: 20px; }

/* FOOTER */
footer { background: #050608; color: #777; padding: 60px 0 20px; font-size: 0.9rem; border-top: 3px solid var(--accent); }
footer a { color: #aaa; text-decoration: none; transition: 0.3s; }
footer a:hover { color: var(--accent); }
.anpc-img { height: 60px; width: auto; margin: 5px; opacity: 0.8; transition: 0.3s; background: #fff; padding: 2px; border-radius: 4px; }
.anpc-img:hover { opacity: 1; }

/* --- NEW ABOUT SECTION STYLES --- */
.about-img-container {
    position: relative;
    padding-left: 30px;
    padding-bottom: 30px;
}
.about-img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    width: 100%;
    object-fit: cover;
}
.experience-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--accent);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(243, 156, 18, 0.4);
    text-align: center;
    max-width: 150px;
}
.experience-badge h3 { font-size: 2.5rem; font-weight: 800; margin: 0; line-height: 1; }
.experience-badge span { font-size: 0.9rem; font-weight: 600; text-transform: uppercase; }

.check-list li {
    margin-bottom: 10px;
    font-weight: 500;
}
.check-list i {
    color: var(--accent);
    background: rgba(243, 156, 18, 0.1);
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
}
.stats-box {
    border-left: 4px solid var(--accent);
    padding-left: 15px;
    margin-top: 20px;
}
.stats-number { font-size: 2rem; font-weight: 800; color: var(--primary); }
.stats-text { color: #777; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }

/* --- REVIEWS SECTION --- */
.review-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
    border-top: 4px solid var(--accent);
    transition: 0.3s;
}
.review-card:hover { transform: translateY(-5px); }
.review-stars { color: #f1c40f; margin-bottom: 15px; }
.review-source { font-size: 0.8rem; color: #999; text-transform: uppercase; margin-top: 15px; display: block; }
.review-source i { margin-right: 5px; }
.review-text { font-style: italic; color: #555; }
.review-name { font-weight: 700; color: var(--primary); margin-top: 10px; }

/* --- BLOG SECTION --- */
.blog-card {
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
    background: #fff;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.blog-img { height: 200px; object-fit: cover; }
.blog-body { padding: 20px; }
.blog-date { font-size: 0.8rem; color: #999; margin-bottom: 10px; display: block; }
.blog-title { font-weight: 700; font-size: 1.2rem; margin-bottom: 15px; }
.blog-title a { text-decoration: none; color: var(--primary); }
.blog-title a:hover { color: var(--accent); }
.btn-read-more { text-transform: uppercase; font-size: 0.8rem; font-weight: 700; color: var(--accent); text-decoration: none; }

/* --- COOKIE BANNER --- */
#cookie-banner {
    position: fixed; bottom: 0; left: 0; width: 100%;
    background: rgba(13, 44, 84, 0.95); color: #fff;
    padding: 15px; z-index: 10000;
    display: none; /* Hidden by default, JS shows it */
    box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
    border-top: 2px solid var(--accent);
}
.cookie-btn {
    background: var(--accent); color: #fff; border: none;
    padding: 8px 20px; border-radius: 5px; font-weight: bold;
    cursor: pointer; margin-left: 15px;
}

/* --- ANPC ICONS --- */
.anpc-container { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); }
.anpc-img { height: 60px; width: auto; background: #fff; padding: 3px; border-radius: 4px; margin: 5px; transition: 0.3s; }
.anpc-img:hover { opacity: 0.9; transform: scale(1.05); }

/* --- FOOTER REDESIGN --- */
footer {
    background: #0b0c10;
    color: #aeb5bc;
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 0.95rem;
    border-top: 5px solid var(--accent);
}
.footer-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-links li { margin-bottom: 12px; }
.footer-links a {
    color: #aeb5bc;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
}
.footer-links a:hover {
    color: var(--accent);
    transform: translateX(5px);
}
.footer-contact i {
    color: var(--accent);
    width: 25px;
    margin-right: 10px;
}
.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #1f2833;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;
}
.social-btn:hover {
    background: var(--accent);
    color: #fff;
    transform: translateY(-3px);
}

/* --- ANPC FIX --- */
.anpc-container {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}
.anpc-img {
    height: 60px; /* Marime vizibila */
    width: auto;
    background-color: #fff; /* Fundal alb obligatoriu pentru logo-urile ANPC */
    padding: 5px;
    border-radius: 6px;
    margin: 10px;
    transition: 0.3s;
    display: inline-block;
}
.anpc-img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255,255,255,0.2);
}
