

:root {
    --bg-color: #fdfbf7;
    --accent-color: #d4a373;
    --text-color: #9a009a;
	--primary-mov:#9a009a;
	--primary-mov-dark: #563d66;
    --serif-font: 'Playfair Display', serif;
    --sans-font: 'Inter', sans-serif;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--sans-font);
    line-height: 1.7;
}

h1, h2, h3, h4, .navbar-brand {
	color: var(--primary-mov) !important;
    font-family: var(--serif-font);
    font-weight: 700;
}

.navbar {
    background-color: rgba(253, 251, 247, 0.95);
    border-bottom: 1px solid #eee;
	padding: 20px 0;
    transition: all 0.3s ease;
}
.navbar-brand {
    color: var(--primary-mov) !important;
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nav-link {
    color: var(--text-color) !important;
    font-weight: 500;
    margin: 0 15px;
    transition: color 0.3s;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.nav-link:hover {
    color: var(--primary-mov) !important;
}

/* Butonul de Blog sau Contact în Navbar */
.nav-link.active-link {
    color: var(--primary-mov) !important;
    border-bottom: 2px solid var(--primary-mov);
}

/* Ajustăm și butoanele generale să fie mov acum */
.btn-custom {
    border: 1px solid var(--primary-mov);
    color: var(--primary-mov);
    background: transparent;
}

.btn-custom:hover {
    background-color: var(--primary-mov);
    color: #ffffff;
}

/* Separatorul de sub titluri */
.separator {
    background-color: var(--primary-mov);
}
.hero-section {
    padding: 100px 0;
    text-align: center;
}

.separator {
    width: 60px;
    height: 2px;
    background-color: var(--accent-color);
    margin: 30px auto;
}

.btn-custom {
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    padding: 10px 30px;
    border-radius: 0;
    transition: 0.3s;
}

.btn-custom:hover {
    background-color: var(--accent-color);
    color: white;
}

/* Stil Blog */
.blog-card {
    border: none;
    background: transparent;
    margin-bottom: 40px;
}
.blog-card img {
    filter: sepia(20%);
    transition: 0.5s;
}
.blog-card:hover img {
    filter: sepia(0%);
}
.blog-content p {
    margin-bottom: 1.5rem;
}
.blog-content img {
    border-radius: 4px;
}

/* ── Fix fonturi articol ── */
.blog-content {
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.85;
}
.blog-content strong {
    font-weight: 600;
}

.art-header {
    max-width: var(--max-width);
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--divider);
}

.art-categorie {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--accent);
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
}

.art-titlu {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1.25;
    color: var(--text);
    margin-bottom: 1rem;
}

.art-data {
    font-size: 0.85rem;
    color: var(--muted);
    letter-spacing: 0.04em;
}

.art-imagine-wrap {
    max-width: var(--max-width);
    margin: 2.5rem auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.art-imagine-wrap img {
    width: 100%;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.blog-content {
    max-width: var(--max-width);
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.85;
    font-weight: 400;
}

.blog-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text);
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid var(--divider);
}

.blog-content ul,
.blog-content ol {
    padding-left: 1.4rem;
    margin-bottom: 1.4rem;
}

.blog-content li {
    margin-bottom: 0.5rem;
    color: #3d3430;
}

.blog-content strong {
    font-weight: 600;
    color: var(--text);
}

.blog-content em {
    font-style: italic;
    color: var(--accent);
}

.blog-content blockquote {
    border-left: 3px solid var(--accent);
    background: var(--accent-light);
    margin: 1.8rem 0;
    padding: 1rem 1.4rem;
    border-radius: 0 6px 6px 0;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: var(--accent);
}

.blog-content blockquote p {
    margin: 0;
    color: inherit;
}

.blog-content hr {
    border: none;
    border-top: 1px solid var(--divider);
    margin: 2.5rem 0;
}

.blog-content p:last-child em {
    display: block;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--divider);
    font-style: normal;
    font-size: 0.88rem;
    color: var(--muted);
    letter-spacing: 0.03em;
}

.error-page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 1rem;
}

.error-page h1 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: var(--text);
}
.hero-header {
    /* 1. Mărim înălțimea: 90vh înseamnă 90% din înălțimea ecranului */
    /* Dacă vrei să se vadă toată imaginea indiferent de ecran, poți pune 100vh */
    height: 95vh; 
    min-height: 600px;

    /* 2. Modificăm 'center center' în 'center bottom' */
    /* Asta îi spune browserului: "Dacă trebuie să tai din poză, taie de sus, dar păstrează josul intact" */
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
                url('../img/main.webp') no-repeat center bottom;
    
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}
.hero-header h1 {
    color: var(--primary-mov) !important;
    /* Umbra: 0px deplasare, 0px jos, 15px dispersie, culoare albă */
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 
                 0 0 5px rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.hero-header p {
    color: white !important; /* Lead-ul (textul mic) e adesea mai bine să rămână alb curat pe poze */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); /* O umbră fină neagră pentru textul alb */
}
/* O mică animație pentru text să apară frumos */
.animate-fade-in {
    animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Ajustare pentru mobil */
@media (max-width: 768px) {
    .hero-header {
        height: auto;
        padding: 100px 0;
        background-attachment: scroll; /* Dezactivăm paralaxa pe mobil pentru performanță */
    }
    .hero-header h1 {
        font-size: 2.5rem;
    }
}

.portrait-img {
    max-height: 600px;
    width: auto;
    display: block;
    margin: 0 auto;
    
    /* Stilul nou cerut de tine */
    border-radius: 30px; /* Rotunjire pronunțată */
    border: 2px solid #9a009a; /* Bordură mov subțire și elegantă */
    
    /* Umbră fină cu tentă mov pentru a scoate poza în evidență */
    box-shadow: 0px 15px 35px rgba(154, 0, 154, 0.2); 
    
    /* Tranziție în caz că vrei să adaugi un efect de hover mai târziu */
    transition: transform 0.3s ease;
}

/* Opțional: un mic efect când pui mouse-ul pe poză */
.portrait-img:hover {
    transform: translateY(-5px);
}
.contact-link {
    text-decoration: none;
    color: var(--primary-mov); /* Textul de sub iconiță e mov */
    transition: all 0.3s ease;
}

.contact-link i {
    font-size: 2.5rem; /* Le-am făcut un pic mai mari pentru impact */
    color: var(--primary-mov); /* Iconița e mov */
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: inline-block;
}

.contact-link:hover {
    color: var(--primary-mov-dark);
    opacity: 0.8; /* Un efect subtil la atingere */
}

.contact-link:hover i {
    transform: scale(1.1); /* Se măresc ușor în loc să plutească */
}

/* Separatorul de sub titluri devine și el mov */
.separator {
    width: 60px;
    height: 3px;
    background-color: var(--primary-mov);
    margin: 20px auto;
}

/* Butonul Personalizat - Stare Normală */
.btn-custom {
    border: 2px solid var(--primary-mov);
    color: var(--primary-mov);
    background-color: transparent;
    padding: 10px 30px;
    border-radius: 30px; /* Am pus 30px ca să se potrivească cu rotunjimea pozei */
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

/* Starea Hover (Când treci cu mouse-ul) */
.btn-custom:hover {
    background-color: var(--primary-mov);
    color: #ffffff !important; /* Textul devine alb pe fundal mov */
    transform: translateY(-2px);
    box-shadow: 0px 5px 15px rgba(154, 0, 154, 0.3);
}

/* Starea Active / Click (Când apeși pe el) */
.btn-custom:active, .btn-custom:focus {
    background-color: #7a007a !important; /* Un mov un pic mai închis la click */
    border-color: #7a007a !important;
    color: #ffffff !important;
    box-shadow: none;
    transform: translateY(0);
}
/* Stiluri pentru secțiunea NLP */
.nlp-text-content p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    text-align: justify;
}

.level-label {
    font-weight: 700;
    color: var(--primary-mov);
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.nlp-triangle-container {
    position: sticky;
    top: 100px; /* Se oprește la 100px de marginea de sus a ecranului */
    z-index: 1;
}

.nlp-triangle-container img {
    width: 100%;
    height: auto;
    /* Am eliminat border și box-shadow-ul greoi */
    border: none; 
    box-shadow: none;
    
    /* Putem lăsa o opacitate foarte ușoară dacă vrei să pară mai finuț */
    opacity: 0.95;
    transition: opacity 0.3s ease;
}

.nlp-triangle-container img:hover {
    opacity: 1; /* Revine la intensitate maximă când treci cu mouse-ul */
}
@media (max-width: 768px) {
    body {
        font-size: 20px; /* Mărește textul general */
    }
    h1, .display-2, .display-5 {
        font-size: 2.2rem !important; /* Face titlurile mai lizibile pe mobil */
    }
    .container {
        padding-left: 20px;
        padding-right: 20px; /* Asigură-te că textul nu atinge marginile ecranului */
    }
    p {
        margin-bottom: 1.5rem; /* Spațiu mai mare între paragrafe pentru claritate */
    }
}
/* Ajustări pentru mobil */
@media (max-width: 991px) {
    .nlp-triangle-container {
        position: static; /* Nu mai e sticky pe mobil */
        margin-top: 30px;
    }
    .nlp-text-content p {
        font-size: 1.05rem;
    }
}
/* STILIZARE CARDURI SERVICII - VARIANTA CALDĂ */
#servicii {
    background-color: #fdfbf7; /* Fundalul secțiunii întregi similar cu navbar */
}

#servicii .card {
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    overflow: hidden;
    /* Culoarea fundalului cardului preluată din Navbar */
    background-color: rgba(253, 251, 247, 0.95); 
    border: 1px solid rgba(154, 0, 154, 0.1); /* O bordură foarte fină mov */
    box-shadow: 0 4px 6px rgba(154, 0, 154, 0.05); /* Umbră discretă movulie */
}

/* Efect de plutire la hover */
#servicii .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(154, 0, 154, 0.1);
    background-color: #ffffff; /* Se albește ușor la hover pentru contrast */
}

/* Stil pentru titlurile din carduri */
#servicii .card-body h5 {
    font-family: 'Playfair Display', serif;
    color: var(--primary-mov) !important; /* Corectat aici */
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

#servicii .card-body h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: var(--primary-mov); /* Corectat aici */
    border-radius: 2px;
    opacity: 0.4;
}

/* Textul din interiorul cardului (griul liniștit) */
#servicii .card-text {
    line-height: 1.7;
    font-size: 1.05rem;
    color: #555555 !important;
}

/* Definim fundalul întregii secțiuni ca să fie identic cu navbar-ul */
#servicii {
    background-color: rgba(253, 251, 247, 0.95) !important;
}

/* Forțăm culoarea titlului principal al secțiunii */
#servicii h2 {
    color: #9a009a !important;
}

/* Stilul cardului */
#servicii .card {
    background-color: rgba(253, 251, 247, 0.98) !important; /* Un pic mai opac decât fundalul */
    border-radius: 15px;
    border: 1px solid rgba(154, 0, 154, 0.1) !important;
    transition: transform 0.3s ease;
}

/* Forțăm movul pe titlurile din interiorul cardurilor */
.card-title-nlp {
    color: #9a009a !important;
    font-family: 'Playfair Display', serif;
}

/* Griul tău liniștit pentru text */
#servicii .card-text {
    color: #555555 !important;
}

/* Efect de hover ca să se simtă interactiv */
#servicii .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(154, 0, 154, 0.1) !important;
}

