/* === Existing styles from previous steps remain here === */
/* === General, Container, Section Intro, Labels, Hero, About, Services, WCU, New Pricing, Packages, CTA, Blog, Header, Mobile Nav === */

/* General Styles */
body { font-family: 'Poppins', sans-serif; background-color: #f8f9fa; margin: 0; padding: 0; box-sizing: border-box; color: #333; overflow-x: hidden; position: relative; /* Needed for body scroll lock */}
body.mobile-nav-active { overflow: hidden; } /* Lock body scroll */

*, *:before, *:after { box-sizing: inherit; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; }
a { text-decoration: none; color: inherit; }

/* Global Container */
.container { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }

/* Stiluri de bază, pentru ecrane mici (< 992px) - Mobile First */
.container2 {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem; /* ex: 32px */
  width: 100%;
  max-width: 1200px;
  margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem;
}

@media (min-width: 992px) {
  .container2 {
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem; /* ex: 48px */
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .container2 .formc1 {
    flex-basis: 50%; /* Coloana cu formularul va ocupa 40% */
  }
  .container2 .formc2 {
    flex-basis: 50%; /* Coloana cu imaginile va ocupa 60% */
  }
}


/* --- Reusable Section Intro --- */
.section-intro { display: flex; justify-content: space-between; align-items: flex-start; gap: 5rem; margin-bottom: 3rem; flex-wrap: wrap; }
.intro-heading { flex: 1 1 400px; min-width: 300px; color: #1a202c; }
.intro-description { flex: 1 1 450px; min-width: 300px; color: #6c757d; font-size: 0.95rem; line-height: 1.7; padding-top: 0.5rem; }
.intro-description p { margin: 0; }
.intro-heading h2, .intro-heading h1 { color: #002f4b; font-size: 2.5rem; font-weight: 700; line-height: 1.3; margin: 0; }
.pricing-intro { justify-content: center; text-align: center; margin-bottom: 4rem; }
.pricing-intro .intro-heading { flex-basis: auto; text-align: center; }

/* --- Section Label (Reusable) --- */
.section-label { display: inline-block; font-size: 0.8rem; font-weight: 600; color: #5f849b; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.75rem; }


/* --- Hero Section --- */
.hero-section { background-color: #F2F6F8; padding: 2rem 0; /*padding: 5rem 0;*/ width: 100%; overflow: hidden; /* Remove margin-top here, add padding to body later if needed */ }
.hero-section-home { background-color: #F2F6F8; /*padding: 5rem 0;*/ width: 100%; overflow: hidden; }
.hero-section-oferta { background-color: #F2F6F8; padding-top: 3rem; /*padding: 5rem 0;*/ width: 100%; overflow: hidden; }
.hero-content { display: flex; align-items: center; justify-content: space-between; gap: 3rem; flex-wrap: wrap; }
.hero-text, .hero-text2 { flex: 1 1 500px; color: #1a202c; }
.hero-text h1, .pagina-body h1 { color: #002f4b; font-size: 3rem; font-weight: 700; line-height: 1.2; margin-bottom: 1.5rem; }
.eroare-body h1 { color: #ff0000; font-size: 3rem; font-weight: 700; line-height: 1.2; margin-bottom: 1.5rem; }
.hero-text2 h1 { color: #f76d57; font-size: 3rem; font-weight: 700; line-height: 1.2; margin-bottom: 1.5rem; }
.hero-text p, .hero-text2 p { font-size: 1rem; color: #6c757d; line-height: 1.6; margin-bottom: 2rem; max-width: 500px; }
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-image { flex: 1 1 400px; display: flex; justify-content: end; align-items: center; }
.image-wrapper { /*background-color: #FF7F50; border-radius: 25px;*/ padding: 0; max-width: 100%; position: relative; /*box-shadow: 0 10px 25px rgba(255, 127, 80, 0.3);*/ overflow: hidden; }
.hero-image img { /*display: block;*/ max-width: 100%; height: auto; }


.hero-despre-section { background-color: #F2F6F8; height:80vh; align-content: center; /*padding: 5rem 0;*/ width: 100%; overflow: hidden; background-size: cover; background-repeat: no-repeat; /* Remove margin-top here, add padding to body later if needed */ }
.hero-blog-section, .hero-articol-section { background-color: #F2F6F8; align-content: center; padding: 5rem 0; width: 100%; overflow: hidden; /* Remove margin-top here, add padding to body later if needed */ }
.hero-despre-content { display: flex; align-items: center; justify-content: space-between; gap: 3rem; flex-wrap: wrap; }
.hero-despre-text, .hero-articol { flex: 1 1 500px; color: #1a202c; }
.hero-despre-text h1, .hero-articol h1 { color: #002f4b; font-size: 3rem; font-weight: 700; line-height: 1.2; margin-bottom: 1.5rem; }
.hero-despre-text p { font-size: 1rem; color: #6c757d; line-height: 1.6; margin-bottom: 2rem; /*max-width: 500px;*/ }
.hero-articol { font-size: 1rem; color: #6c757d; line-height: 1.6; }
.hero-despre-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-despre-image { flex: 1 1 400px; display: flex; justify-content: end; align-items: center; }
.image-wrapper { /*background-color: #FF7F50; border-radius: 25px;*/ padding: 0; max-width: 100%; position: relative; /*box-shadow: 0 10px 25px rgba(255, 127, 80, 0.3);*/ overflow: hidden; }
.hero-despre-image img { display: block; max-width: 100%; height: auto; /*border-radius: 25px;*/ }

/* --- About Section --- */
.about-section { background-color: #ffffff; padding: 5rem 0; width: 100%; }
.about-section .intro-heading{ text-align: center; }
.about-video-container { position: relative; margin-bottom: 4rem; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); }
.about-main-image { display: block; width: 100%; height: auto; }
.play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgba(255, 127, 80, 0.9); color: #ffffff; padding: 0.8rem 1.8rem; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1rem; display: inline-flex; align-items: center; gap: 0.6rem; transition: background-color 0.3s ease, transform 0.3s ease; border: 2px solid rgba(255, 255, 255, 0.5); white-space: nowrap; }
.play-button:hover { background-color: rgba(230, 115, 69, 0.95); transform: translate(-50%, -50%) scale(1.05); }
.play-button svg { width: 20px; height: 20px; fill: currentColor; }
.features-grid { display: flex; justify-content: space-between; gap: 2.5rem; flex-wrap: wrap; }
.feature-item { flex: 1; min-width: 250px; text-align: center; color: #333; margin-bottom: 1.5rem; }
.feature-item h4 { font-size: 1.1rem; margin-bottom: 0.5rem; color: #5f849b; }
.feature-icon { display: inline-flex; justify-content: center; align-items: center; margin-bottom: 1.5rem; transition: transform 0.3s ease; }
.feature-item:hover .feature-icon { transform: scale(1.1); }
.feature-icon img, .feature-icon svg { width: 75px; height: auto; }
.feature-item p { font-size: 0.95rem; line-height: 1.6; color: #555; margin: 0; }

.experienta-section { background-color: #ffffff; padding: 10rem 0; width: 100%; }
.experienta-grid { display: flex; justify-content: space-between; gap: 7rem; flex-wrap: wrap; }

/* --- Services Section --- */
.services-section { background-color: #F2F6F8; padding: 5rem 0; width: 100%; }
.services-grid { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.service-card { flex: 0 1 340px; position: relative; display: block; border-radius: 20px; overflow: hidden; text-decoration: none; color: #ffffff; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; margin-bottom: 1rem; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
.service-card-image { display: block; width: 100%; height: 400px; object-fit: cover; transition: transform 0.4s ease; }
.service-card:hover .service-card-image { transform: scale(1.05); }
.service-card-overlay { position: absolute; bottom: 0; left: 0; right: 0; height: 50%; background: linear-gradient(to top, rgba(0, 47, 75, 0.85), transparent); pointer-events: none; }
.service-card-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; text-align: center; z-index: 2; }
.service-card-content h3 { margin: 0; font-size: 1.3rem; font-weight: 600; line-height: 1.4; }

/* --- Why Choose Us Section --- */
.why-choose-us-section { background-color: #ffffff; padding: 5rem 0; width: 100%; }
.wcu-image-container { position: relative; border-radius: 20px; overflow: hidden; margin-bottom: 3rem; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); color: #ffffff; }
.wcu-main-image { display: block; width: 100%; height: auto; min-height: 300px; object-fit: cover; }
.wcu-image-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 47, 75, 0.3); z-index: 1; }
.wcu-overlay-left, .wcu-overlay-right { position: absolute; bottom: 0; padding: 2rem; z-index: 2; width: 50%; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }
.wcu-overlay-left { left: 0; }
.wcu-overlay-left h3 { font-size: 1.8rem; font-weight: 600; line-height: 1.4; margin: 0; max-width: 90%; }
.wcu-overlay-right { right: 0; text-align: right; display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end; }
.wcu-years { font-size: 3rem; font-weight: 700; line-height: 1; display: block; }
.wcu-subtext { font-size: 1rem; font-weight: 500; display: block; margin-top: 0.25rem; opacity: 0.9; }
.wcu-features-grid { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.wcu-feature-box { flex: 1; min-width: 280px; background-color: #F8F9FA; border-radius: 15px; padding: 2rem; text-align: left; /*border: 1.5px solid #5f849b;*/ transition: box-shadow 0.3s ease, transform 0.3s ease; margin-bottom: 1rem; }
.wcu-feature-box:hover { transform: translateY(-3px); box-shadow: 0 6px 12px rgba(0,0,0,0.08); }
.wcu-feature-icon { display: inline-flex; justify-content: center; align-items: center; margin-bottom: 1.5rem; }
.wcu-feature-icon img, .wcu-feature-icon svg { width: 75px; height: auto; }
.wcu-feature-box h4 { font-size: 1.2rem; font-weight: 600; margin-bottom: 0.75rem; color: #5f849b; }
.wcu-feature-box p { font-size: 0.9rem; line-height: 1.6; color: #6c757d; margin: 0; }

/* --- New Pricing Section --- */
.new-pricing-section { background-color: #F2F6F8; padding: 5rem 0; width: 100%; }
.new-pricing-section2 { background-color: #FFF; padding: 5rem 0; width: 100%; }
.new-pricing-grid { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.simple-pricing-card { flex: 0 1 340px; background-color: #ffffff; border-radius: 20px; padding: 2.5rem; text-align: center; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.07); border: 1px solid #e9ecef; display: flex; flex-direction: column; align-items: center; transition: transform 0.3s ease, box-shadow 0.3s ease; margin-bottom: 1rem; }
.simple-pricing-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.simple-pricing-icon { width: 80px; height: 80px; background-color: #FFDAB9; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-bottom: 1.5rem; }
.simple-pricing-icon img { width: 40px; height: 40px; }
.simple-pricing-card h4 { font-size: 1.25rem; font-weight: 600; color: #1a202c; margin-bottom: 0.25rem; }
.simple-pricing-subtitle { font-size: 0.9rem; color: #6c757d; margin-bottom: 2rem; }
.simple-pricing-price { margin-bottom: 2rem; }
.simple-pricing-price .price-amount { font-size: 2.8rem; font-weight: 700; color: #5f849b; display: block; line-height: 1.1; }
.simple-pricing-price .price-term { font-size: 0.9rem; color: #6c757d; display: block; margin-top: 0.25rem; }
.simple-pricing-btn { margin-top: auto; }

/* --- Echipa Section --- */
.echipa-section { background-color: #f2f6f8; padding: 5rem 0; width: 100%; }
.echipa-grid { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.echipa-card { flex: 0 1 calc(50% - 1rem); background-color: #f8f9fa; border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.07); border: 1px solid #e9ecef; transition: transform 0.3s ease, box-shadow 0.3s ease; margin-bottom: 1rem; }
.echipa-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.echipa-image-link { display: block; }
.echipa-card-image { display: block; width: 100%; height: auto; object-fit: cover; }
.echipa-card-content { padding: 1.5rem; display: flex; flex-direction: column; flex-grow: 1; }
.echipa-card-content h4 { color: #5f849b; font-size: 1.2rem; font-weight: 600; line-height: 1.4; margin-bottom: 0.75rem; }
.echipa-card-content h4 a { color: #1a202c; transition: color 0.3s ease;}
.echipa-card-content h4 a:hover { color: #002f4b; }
.echipa-card-content p { font-size: 0.9rem; line-height: 1.6; color: #6c757d; margin-bottom: 1.5rem; flex-grow: 1; }
.echipa-read-more { color: #333; font-weight: 500; font-size: 0.85rem; }

/* --- Packages Section (Old Pricing) --- */
.packages-section { background-color: #ffffff; padding: 5rem 0; width: 100%; }
.packages-container { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.package-card { flex: 0 1 340px; background-color: #f8f9fa; border-radius: 15px; padding: 2.5rem; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; text-align: left; color: #333; transition: transform 0.3s ease; border: 1px solid #e9ecef; margin-bottom: 1rem; }
.package-card:hover { transform: translateY(-5px); }
.package-card.featured { background-color: #FF7F50; color: #ffffff; border-color: #FF7F50; }
.package-card .price { margin-bottom: 1rem; display: flex; align-items: baseline; }
.package-card .price-currency { font-size: 1.5rem; font-weight: 600; margin-right: 0.25rem; color: inherit; position: relative; top: -0.5em; }
.package-card .price-amount { font-size: 3.5rem; font-weight: 700; color: inherit; line-height: 1; }
.package-card .price-term { font-size: 1rem; font-weight: 400; margin-left: 0.25rem; color: #6c757d; }
.package-card.featured .price-term { color: rgba(255, 255, 255, 0.8); }
.package-card .package-name { font-size: 1.4rem; font-weight: 600; margin-bottom: 1rem; margin-top: 0; color: inherit; }
.package-card .package-description { font-size: 0.95rem; line-height: 1.6; color: #6c757d; margin-bottom: 1.5rem; }
.package-card.featured .package-description { color: rgba(255, 255, 255, 0.9); }
.package-card .separator { border: none; height: 1px; background-color: #e9ecef; margin: 1.5rem 0; }
.package-card.featured .separator { background-color: rgba(255, 255, 255, 0.3); }
.package-card .features-list { list-style: none; padding: 0; margin: 0 0 2rem 0; flex-grow: 1; }
.package-card .features-list .feature-item { margin-bottom: 1rem; display: flex; align-items: center; font-size: 0.95rem; color: inherit; text-align: left; }
.package-card .features-list .feature-item::before { content: '✓'; display: inline-block; flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background-color: #FFDAB9; color: #FF7F50; text-align: center; line-height: 20px; font-weight: bold; margin-right: 0.75rem; font-size: 0.8rem; }
.package-card.featured .features-list .feature-item::before { background-color: rgba(255, 255, 255, 0.3); color: #ffffff; }

/* --- CTA Section --- */
.cta-section { background-color: #002f4b; padding: 4rem 0; width: 100%; color: #ffffff; }
.cta-section2 { background-color: #f76d57; padding: 4rem 0; width: 100%; color: #ffffff; }
.cta-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2rem; }
.cta-content h2 { color: #f8f9fa; font-size: 2.2rem; font-weight: 600; line-height: 1.3; margin: 0; flex: 1; min-width: 300px; }
.btn-cta { background-color: #f8f9fa; color: #5f849b; padding: 1rem 2rem; border-radius: 10px; font-size: 1rem; flex-shrink: 0; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.btn-cta:hover { color:#f8f9fa; background-color:#FF7F50; }
.btn-cta .arrow { display: inline-block; background-color: #FF7F50; color: #ffffff; padding: 0.4rem; border-radius: 6px; margin-left: 0.8rem; line-height: 0; font-size: 0.9em; }

/* --- Blog Section --- */
.blog-section { background-color: #ffffff; padding: 5rem 0; width: 100%; }
.blog-grid { display: flex; justify-content: left; gap: 2rem; flex-wrap: wrap; }
.blog-grid2 { display: flex; justify-content: left; gap: 2rem; flex-wrap: wrap; }
.blog-card { flex: 0 1 340px; background-color: #f8f9fa; border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.07); border: 1px solid #e9ecef; transition: transform 0.3s ease, box-shadow 0.3s ease; margin-bottom: 1rem; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.blog-image-link { display: block; }
.blog-card-image { display: block; width: 100%; height: 220px; object-fit: cover; }
.blog-card-content { padding: 1.5rem; display: flex; flex-direction: column; flex-grow: 1; }
.blog-card-content h4 { font-size: 1.2rem; font-weight: 600; line-height: 1.4; margin-bottom: 0.75rem; }
.blog-card-content h4 a { color: #1a202c; transition: color 0.3s ease;}
.blog-card-content h4 a:hover { color: #002f4b; }
.blog-card-content p { font-size: 0.9rem; line-height: 1.6; color: #6c757d; margin-bottom: 1.5rem; flex-grow: 1; }
.blog-read-more { color: #333; font-weight: 500; font-size: 0.85rem; }
.articol-cover { width: 100%; height: auto; display: block; border-radius: 20px; margin-bottom: 60px; }
.articol-body { background-color: #f8f9fa; font-size: 0.9rem; line-height: 1.6; color: #6c757d; padding: 5rem 0; }
.pagina-body, .eroare-body { background-color: #fff; font-size: 0.9rem; line-height: 1.6; color: #6c757d; padding: 5rem 0; }

/* --- General Button Styles --- */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.8rem 1.8rem; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: all 0.3s ease; border: 1px solid transparent; cursor: pointer; line-height: 1.5; }
.btn .arrow { margin-left: 0.5rem; font-weight: bold; line-height: 1; }

/* Specific Button Colors / Styles */
.btn-primary, .cta-button { background-color: #BDAA70; color: #ffffff; }
.btn-primary:hover, .cta-button:hover { background-color: #AB8100; }
.btn-secondary { background-color: #5f849b; color: #fff; border: 1px solid #5f849b; }
.btn-secondary:hover { background-color: #01c2c5; border-color: #ced4da; }
.cta-button.button-inverted { background-color: #ffffff; color: #FF7F50; }
.cta-button.button-inverted:hover { background-color: #f8f9fa; }
.cta-button { align-self: flex-start; }


/* ================================= */
/* ========= HEADER STYLES ========= */
/* ================================= */

.site-header {
    background-color: #ffffff;
    padding: 1rem 0;
    position: relative; /* Start relative */
    z-index: 999;
    width: 100%;
    transition: transform 0.4s ease-out, background-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
}

.site-header.is-sticky.is-visible {
    transform: translateY(0);
}

/* Add padding to body to prevent content jump when header becomes sticky */
body {
    padding-top: 0; /* Default no padding */
    transition: padding-top 0.4s ease-out; /* Smooth transition */
}
/*
body.has-sticky-header {
    
}
*/

/* Make sure hero doesn't have extra top margin when body padding is used */
body.has-sticky-header .hero-section, body.has-sticky-header .hero-section-home, body.has-sticky-header .hero-despre-section, body.has-sticky-header .hero-section-oferta {
    margin-top: 0;
}


.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding .site-logo img {
    max-height: 100px; /* Adjust logo height */
    display: block;
}

/* --- Desktop Navigation (Visible >= 993px by default) --- */
/* .main-navigation { display: block; } */ /* Implicitly visible via ul flex */
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; /* Makes the container visible */
    align-items: center;
    gap: 1.5rem;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    color: #333;
    font-weight: 600;
    font-size: 1rem;
    /*padding: 0.5rem 0;*/
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.main-navigation a:hover,
.main-navigation li:hover > a {
    color: #FF7F50;
}

.main-navigation .menu-item-has-children > a {
    cursor:pointer;
}


.main-navigation .dropdown-indicator {
    font-size: 0.7em;
    margin-left: 0.3rem;
    transition: transform 0.3s ease;
    display: table-cell;
    transform-origin: center;
    vertical-align: middle;
}

.main-navigation .menu-item-has-children:hover .dropdown-indicator {
    transform: rotate(180deg);
    transform-origin: center;
}


/* --- Desktop Sub Menu --- */
.main-navigation .sub-menu {
    position: absolute;
    top: 120%;
    left: 0;
    background-color: #002f4b;
    min-width: 220px;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s linear;
    display: block !important;
}

.main-navigation .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

/*
.main-navigation .sub-menu li {
}
*/

.main-navigation .sub-menu a {
    color: #ffffff;
    display: block;
    padding: 10px 1.5rem;
    white-space: nowrap;
    font-size: 0.9rem;
    font-weight: 400;
    transition: background-color 0.3s ease;
}

.main-navigation .sub-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}


/* --- Header CTA Button --- */
.header-cta-li {
    color: #fff;
    margin-left: 1rem;
}
.header-cta-li a, .header-cta-li a:hover, .header-cta-li a:visited, .header-cta-li a:link, .header-cta-li a:active{
    color: #fff !important;
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
    background-color: #f76d57;
    padding: 0.9rem 2.2rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    vertical-align: middle;
}

.header-cta-li a .arrow {
    display: inline-block;
    padding: 0.3rem;
    border-radius: 4px;
    line-height: 0;
    font-size: 0.8em;
    vertical-align: middle;
}

.header-cta-li a .arrow img, .header-cta-li a .arrow svg{
    width: 24px;
    vertical-align: middle;
}

/* --- Mobile Menu Toggle Button (Hidden >= 993px by default) --- */
.mobile-menu-toggle {
    display: none; /* <<<< HIDDEN BY DEFAULT (for desktop) */
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    /* display: flex; */ /* This gets changed in media query */
    align-items: center;
    gap: 0.5rem;
}
.hamburger-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 20px;
}
.hamburger-icon .line {
    display: block;
    height: 1px;
    background-color: #333;
    width: 100%;
    transition: transform 0.3s ease;
}


/* --- Mobile Nav Panel --- */
.mobile-nav-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #F2F6F8;
    z-index: 1001;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.mobile-nav-panel.is-active {
    right: 0;
}

.close-mobile-menu {
    position: absolute;
    top: 2rem;
    right: 0.7rem;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    z-index: 10;
}
.close-mobile-menu svg {
    width: 24px;
    height: 24px;
    stroke: #555;
}

.mobile-nav-content {
    /*padding: 5rem 20px 2rem 20px;*/
    padding: 5rem 0px 2rem 0px;
    flex-grow: 1;
    text-align: left;
}

.mobile-main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-main-menu li {
    margin-bottom: 20px;
}

.mobile-main-menu li:last-child {
    margin-bottom: 0;
}

.mobile-main-menu a {
    display: block;
    padding: 10px 0;
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    transition: color 0.3s ease;
    position: relative;
    text-align: left;
    padding: 0px 20px 0px 20px;
}
.mobile-main-menu a:hover {
    color: #BDAA70;
}
.mobile-main-menu .mobile-cta, .mobile-main-menu .mobile-cta a {
    color: #BDAA70;
    font-weight: 500;
}

.mobile-cta .arrow img, .mobile-cta a .arrow img{
    width: 24px;
    height: auto;
}

.mobile-cta .arrow, .mobile-cta a .arrow {
    display: inline-block;
    float: right;
}

/* Mobile Submenu Indicator */
.mobile-main-menu .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-indicator-mobile {
    font-size: 1.2em;
    font-weight: bold;
    /*color: #aaa;*/
    transition: transform 0.3s ease;
    display: inline-block;
    margin-left: 0.5rem;
}
.mobile-main-menu .menu-item-has-children.submenu-open > a .dropdown-indicator-mobile {
     transform: rotate(90deg);
}


/* Mobile Submenu */
.mobile-main-menu .sub-menu {
    display: none;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 8px;
    background-color: #002f4b;
    /*border-radius: 5px;*/
}
.mobile-main-menu .sub-menu li {
    margin-bottom: 0;
}
.mobile-main-menu .sub-menu a {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 15px 10px;
}
.mobile-main-menu .sub-menu a:hover {
    color: #eee;
}


/* Mobile Separator & Contact Info */
hr.mobile-nav-separator {
    border: none;
    height: 1px;
    background-color: #333;
    margin: 30px 0 20px 0;
    width: 100%;
}

.mobile-contact-info {
    text-align: left;
    padding: 0px 20px 0px 20px;
}

.mobile-contact-info a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #555;
    font-size: 1rem;
    padding: 8px 0;
    transition: color 0.3s ease;
    text-align: left;
    letter-spacing: 0.6px;
}
.mobile-contact-info a:hover {
    color: #FF7F50;
}
.contact-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex-shrink: 0;
}

/* --- Secțiunea "Cum Lucrăm" --- */
.cum-lucram-section {
    padding: 6rem 0;
    width: 100%;
    overflow: hidden;
}

.cum-lucram-wrapper {
    display: flex;
    align-items: center;
    gap: 3rem;
}

/* --- Partea Stângă: Conținut Text --- */
.cum-lucram-content {
    flex: 1 1 40%;
    padding-right: 2rem;
}

.cum-lucram-content .subtitle {
    color: #f76d57;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
}

.cum-lucram-content h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #0a2540;
    line-height: 1.2;
    margin: 0 0 2rem 0;
}

.btn-contact {
    display: inline-block;
    background-color: #f76d57;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-contact:hover {
    background-color: #e65c46;
    transform: translateY(-3px);
}

/* --- Partea Dreaptă: Grid --- */
.cum-lucram-grid {
    flex: 1 1 60%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1.5rem;
}

.lucram-card {
    border-radius: 24px;
    overflow: hidden;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px; /* Înălțime minimă pentru carduri */
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stat-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0a2540;
    line-height: 1.1;
}

/* Adăugăm '+' după numere, dar doar după ce JS le populează */
.stat-number.populated::after {
    content: '+';
}

.stat-text {
    font-size: 1rem;
    color: #525f7f;
    margin: 0.5rem 0 0 0;
    line-height: 1.5;
}

/* Cardul mare din mijloc, rândul 2 */
.large-card {
    grid-column: span 1; /* Ajustat pentru claritate, default este 1 */
}

/* --- Secțiunea "Hai sa Lucram" --- */
.hai-sa-lucram-section {
    background-color: #f2f6f8;
    padding: 6rem 0;
    width: 100%;
}

.hai-sa-lucram-wrapper {
    display: flex;
    align-items: center; /* CHEIA: Centrează vertical coloanele una față de cealaltă */
    gap: 4rem; /* Spațiu între imagine și conținut */
}

/* --- Coloana Stânga: Imagine --- */
.lucram-image-col {
    flex: 0 0 45%; /* Ocupă 45% din lățime și nu crește/scade */
}

.image-background-shape, .image-background-shape-desk, .image-background-shape-mob {
    background-color: #f76d57;
    border-radius: 30px;
    padding: 0.6rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/*
.image-background-shape img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
*/

/* --- Coloana Dreapta: Conținut --- */
.lucram-content-col {
    flex: 1; /* Ocupă restul spațiului disponibil */
}

.lucram-content-col .subtitle {
    color: #f76d57;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
}

.lucram-content-col h2 {
    font-size: 2.5rem; /* Ajustează după preferințe */
    font-weight: 700;
    color: #0a2540;
    line-height: 1.3;
    margin: 0 0 1.5rem 0;
}

.lucram-content-col p {
    font-size: 1rem;
    line-height: 1.7;
    color: #525f7f;
    margin: 0 0 2rem 0;
    max-width: 55ch; /* Limitează lățimea liniei pentru lizibilitate */
}

/* Lista cu bife */
.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    color: #0a2540;
}

.checkmark-icon {
    width: 24px;
    height: 24px;
    color: #f76d57;
    flex-shrink: 0;
}

/* Butonul */
.btn-primary {
    display: inline-block;
    background-color: #f76d57;
    color: #fff;
    padding: 0.9rem 2.2rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-primary:hover {
    background-color: #e65c46;
    transform: translateY(-3px);
}

/* Paginare */
.paginare{
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.paginare ul{
	list-style-type:none;
	padding-left:0px !important;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
}

.paginare ul li{
	display:inline-flex;
}

.paginare ul li a, .paginare ul li span{
	color:#3C3C3B;
    /*
	border: 1.5px solid #b6a999;
    */
	float:left;
	display:block;
	text-align:center;
	text-decoration: none;
    
}

/* Mai jos avem si clasa .current default din Wordpress, dar si o clasa custom .select, depinde care merge */
.paginare ul li a:hover, .paginare ul .current a, .paginare ul li .select{
	/*background:#b6a999;*/
	color:#000;
	font-weight: 600;
	text-decoration:none;
	}

.paginare ul .current a, .paginare ul li .select{
    padding-top:3px;
}

.paginare ul li a svg{
	width: 25px;
    vertical-align: middle;
}

.projpag{
    padding-bottom: 60px;
}

.projpag svg line{
    /*stroke: #F8F8F8;*/
    stroke: #000000;
}

.paginare ul .separator2{
    margin-left: 10px;
}

.embed-container{
	position: relative;
	height: 0; overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border: none;
    outline: none;
}

.embed-container{
	padding-bottom: 24.25%;
}

/* formulare */
input:focus, textarea:focus{
	border: none;
	outline: none;
}

.wpcf7 label, .nf-field-label, .wpcf7 ::placeholder{
	color:#676566;
	opacity: 1;
	text-transform:uppercase;
	display:block;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

.wpcf7-form-control-wrap{
    margin-top: 5px;
    display: block;
}

.wpcf7-text, .nf-field-element input, .nf-field-element select, .wpcf7 select{
	width: 100%;
	color:#676566;
	background:#fff;
	margin-top:5px;
	margin-bottom:25px;
	transition:all 300ms ease;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    border: none;
    padding: 20px 15px;
}

.wpcf7 select{
  width: 100%;
  /*height: 50px;*/
  /*background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");*/
  background-image: url("../img/arrow-d.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  background-size: 20px 20px;
  outline: none;
  /*
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
  */
  font-weight: 400;
    font-size: 14px;
}

.wpcf7 select:focus{
	outline: none;
}

.wpcf7 select::after{
	content: 'p';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background: #FF746C;
	left: 0;
	bottom: 0;
}

.wpcf7-date{
	color:#676566 !important;
	background:#F1F1F1;
	border:none;
	width:100%;
	height:50px;
	margin-top:5px;
	margin-bottom:35px;
	padding:10px;
    font-weight: 400;
    font-size: 14px;
}

.wpcf7-list-item{
	display:block;
	width:100%;
	margin-left:0px !important;
	margin-bottom:10px !important;
    font-weight: 400;
    font-size: 14px;
}

.checkbox-754, .check-servicii{
	margin-bottom:35px !important;
	display:block;
}

.wpcf7-list-item-label{
	font-weight: 400;
    font-size: 14px;
}

.wpcf7-textarea, .nf-field-element textarea{
	width:100%;
	resize:vertical;
	color:#676566;
	background:#fff;
	margin-bottom:15px;
	padding-top:10px;
	transition:all 300ms ease;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    border: none;
    padding: 20px 15px;
}

.wpcf7-submit{
	color: #F1F1F1;
	text-decoration: none;
	background:#f76d57;
	border: none;
    border-radius: 8px;
    outline: none;
	transition:all 300ms ease;
	display: table;
	position: relative;
    width: 100%;
    padding: 15px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    cursor: pointer;
}

.wpcf7-submit:hover{
	background:#002f4b;
	text-decoration: none;
}

.wpcf7-not-valid{
	border:1px solid #FF746C;
	margin-bottom:0px;
  box-sizing: border-box;
}

.wpcf7-not-valid-tip, .nf-error-required-error{
	background:#FF746C;
	color:#fff !important;
	font-weight:400;
	font-size:12px !important;
	padding:15px;
	width:100%;
    box-sizing: border-box;
}

.wpcf7-text, .nf-field-element input, .nf-field-element select, .wpcf7 select, .wpcf7-textarea, .nf-field-element textarea{
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

.facord{
	font-size:12px!important;
	text-transform:none!important;
	font-weight:300!important;
	display:block!important;
	margin-bottom:35px;
	cursor: pointer;
	position: relative !important;
	float:left !important;
	width:100% !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  	line-height: 1.5;
  	display: inline-block;
  	width: 100%;
}

.ftxt{
  	padding-left: 30px !important;
}

.facord .wpcf7-list-item{
	width:auto!important
}

.facord input{
	position: absolute !important;
	opacity: 0 !important;
	cursor: pointer !important;
	height: 0 !important;
	width: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
}

.checkmark-contact{
	position: absolute;
	left: 0;
	background-color: #f1f1f1;
	/*border: 1.5px solid #3D4042;*/
	transition: all 300ms ease;
  	z-index: 90;
    width: 18px;
    height: 18px;
}

.facord:hover .checkmark-contact{
	background-color: #ddd;
}
/*
.facord input:checked + .checkmark-contact{
	background-color: #eee !important;
}
*/
  .checkmark-contact:after {
	content: "";
	position: absolute;
	display: none;
	transition: all 300ms ease;
  }

.facord input:checked ~ .checkmark-contact:after{
	display: block !important;
	transition: all 300ms ease;
}

.facord .checkmark-contact:after{
	left: 6px;
	bottom: 4px;
	width: 5px;
	height: 10px;
	border: solid #bab1a0;
	border-width: 0 1.5px 1.5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 300ms ease;
}

.facord:hover .checkmark-contact:after{
	border: solid #bab1a0;
	border-width: 0 1.5px 1.5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.acord{
vertical-align:middle;
}

.acord, .acord-text{
display:inline-block;
}

.acord-text{
	margin-left: 30px;
	margin-top:0px !important;
	padding-top:0px !important;
	vertical-align:middle;
}

.formc-extra{
    margin-bottom: 55px;
}

.second a, .second2 a{
	cursor: pointer;
}


/* ================================= */
/* ===== RESPONSIVE ADJUSTMENTS ==== */
/* ================================= */

@media (min-width: 993px){
    .wcu-main-image-desktop{ display: block; width: 100%; height: auto; min-height: 300px; object-fit: cover; }
    .poza-mobil, .wcu-main-image-mobil{
        display: none;
    }
    .image-background-shape-mob{
        display: none;
    }
    .image-background-shape .poza-desktop, .image-background-shape-desk .poza-desktop {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 20px;
    }
    .paginare ul li a, .paginare ul li span{
		margin-right:10px;
	}
}

/* Tablets and smaller (<= 992px) */
@media (max-width: 992px) {
    /* --- Header Adjustments --- */
    .main-navigation { display: none; } /* <<<< HIDE desktop nav */
    .mobile-menu-toggle { display: inline-flex; } /* <<<< SHOW mobile toggle */

    /* Adjust body padding for mobile sticky header height */
    /* body.has-sticky-header updated by JS */
    /* --- Other Section Adjustments --- */
    .hero-text { margin-top: 0 !important; }
    .intro-heading h2, .intro-heading h1 { font-size: 2rem; }
    .hero-text h1, .hero-text2 h1, .hero-despre-text h1, .hero-articol h1, .pagina-body h1, .eroare-body h1 { font-size: 2.5rem; }

    .feature-icon { margin-bottom: 1rem; }
    .feature-icon img, .feature-icon svg { width: 50px; height: auto; }
    .feature-item p, .wcu-feature-box p { font-size: 0.9rem; }

    .service-card, .wcu-feature-box, .simple-pricing-card, .package-card, .blog-card, .echipa-card { flex-basis: calc(50% - 1rem); min-width: unset; }

    .wcu-overlay-left h3 { font-size: 1.5rem; }
    .wcu-years { font-size: 2.5rem; }
    .wcu-subtext { font-size: 0.9rem; }

    .simple-pricing-price .price-amount { font-size: 2.4rem; }

    .cta-content h2 { font-size: 1.8rem; }

    .blog-card-image { height: 200px; }

    .echipa-card-image { height: auto; }

    .site-branding .site-logo img {
        max-height: 75px;
    }

    .cum-lucram-wrapper {
        flex-direction: column; /* Stivuiește vertical conținutul și grid-ul */
        text-align: center; /* Centrează textul din blocul de sus */
        gap: 4rem;
    }

    .cum-lucram-content {
        padding-right: 0;
        max-width: 600px; /* Limitează lățimea textului pentru a fi lizibil */
    }

    .cum-lucram-content h2 {
        font-size: 2.5rem;
    }

    .cum-lucram-grid {
        width: 100%; /* Grid-ul ocupă toată lățimea disponibilă */
    }

    .hai-sa-lucram-wrapper {
        flex-direction: column; /* Stivuiește coloanele vertical */
        gap: 3rem;
    }

    .lucram-image-col {
        width: 100%;
        max-width: 500px; /* Limitează lățimea imaginii pe tablete/mobil */
        order: 1; /* Mută imaginea prima (sus) */
    }

    .lucram-content-col {
        order: 2; /* Mută conținutul al doilea (jos) */
        text-align: center; /* Centrează textul pentru layout-ul mobil */
    }

    .lucram-content-col p {
        margin-left: auto;
        margin-right: auto;
    }

    /* Pe mobil, lista va arăta mai bine aliniată la stânga, chiar dacă restul e centrat */
    .features-list {
        display: inline-flex; /* Permite listei să se centreze ca un bloc */
        text-align: left;
    }

    .lucram-content-col h2 {
        font-size: 2rem;
    }
    .wcu-main-image-mobil{ display: block; width: 100%; height: auto; min-height: 300px; object-fit: cover; }
    .poza-desktop, .wcu-main-image-desktop{
        display: none;
    }
    .hero-section .poza-mobil, .hero-section-home .poza-mobil, .hero-section-oferta .poza-mobil{
        width: 100%;
        height: auto;
    }
    .image-background-shape-desk{
        display: none;
    }
    .image-background-shape .poza-mobil, .image-background-shape-mob .poza-mobil {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 20px;
    }
    .edtmob{
        margin-top: 40px;
    }
    .hero-section-home .hero-image{
        display: none !important;
    }
    .hero-section-home .hero-text h1{
        margin-bottom: 0px !important;
    }
    .blapag{
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
    }
    .paginare{
		text-align:center;
	}
    .paginare ul{
        font-size: 14px;
    }
	.paginare ul li a, .paginare ul li span{
		margin-right:5px;
		margin-left:5px;
	}
    .paginare ul li a svg{
        width: 15px;
        vertical-align: middle;
    }
    .embed-container{
		padding-bottom: 64.25%;
	}
    .wpcf7 label, .nf-field-label, .wpcf7 ::placeholder, .wpcf7-submit{
        font-size: 14px;
    }
    .wpcf7-text, .nf-field-element input, .nf-field-element select, .wpcf7 select, .wpcf7-textarea, .nf-field-element textarea{
        padding: 10px 5px;
    }
    .wpcf7-submit{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 20px;
    }
    .wpcf7-text, .nf-field-element input, .nf-field-element select, .wpcf7 select, .wpcf7-textarea, .nf-field-element textarea{
        font-family: "Open Sans", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
    }
}


/* Mobile (< 768px) */
@media (max-width: 768px) {
    .header-container { padding-left: 0.8rem; padding-right: 0.8rem; }

    /* body.has-sticky-header updated by JS */

    /* --- General Section Adjustments --- */
    .section-intro { text-align: center; gap: 1rem; margin-bottom: 2rem; }
    .intro-heading, .intro-description { flex-basis: 100%; min-width: unset; text-align: center; }
    .intro-description { padding-top: 0; }
    .section-label { margin-left: auto; margin-right: auto; }
    .hero-section, .about-section, .services-section, .why-choose-us-section, .new-pricing-section, .new-pricing-section2, .packages-section, .cta-section, .cta-section2, .blog-section, .echipa-section { padding: 3rem 0; }
    .hero-section-home { padding: 3rem 0; }
    .hero-section-oferta { padding-top: 1.5rem; padding-bottom: 0; padding-left: 0; padding-right: 0; }
    .intro-heading h2, .intro-heading h1 { font-size: 1.8rem; }
    .experienta-section{ padding: 5rem 0; }
    .hero-despre-section{
        height: 80vh;
    }

    /* Hero */
    .hero-content { flex-direction: column-reverse; text-align: center; }
    .hero-text, .hero-text2, .hero-despre-text { flex-basis: auto; margin-top: 2rem; align-items: center; display: flex; flex-direction: column; }
    .hero-section-oferta .hero-text2 { margin-top: 0rem !important; }
    .hero-articol { flex-basis: auto; margin-top: 2rem; align-items: center; text-align: left; display: flex; flex-direction: column; }
    .hero-text h1, .hero-text2 h1, .hero-despre-text h1, .hero-articol h1, .pagina-body h1, .eroare-body h1 { font-size: 2rem; }
    .hero-text p, .hero-text2 p, .hero-despre-text p, .hero-articol p { max-width: none; font-size: 0.95rem; }
    .hero-buttons, .hero-despre-buttons { justify-content: center; }
    .hero-section-oferta .hero-buttons {margin-bottom:50px;}
    .hero-image, .hero-despre-image { flex-basis: auto; width: 80%; max-width: 350px; }

    .hero-despre-content { flex-direction: column-reverse; text-align: center; }

    /* About */
    .about-video-container { margin-bottom: 3rem; }
    .play-button { padding: 0.6rem 1.2rem; font-size: 0.9rem; }
    .features-grid { flex-direction: column; align-items: center; gap: 2.5rem; }
    .feature-item { max-width: 350px; width: 90%; min-width: unset; }

    .experienta-grid { flex-direction: column; align-items: center; gap: 2.5rem; }

    /* Services */
    .services-grid { flex-direction: column; align-items: center; gap: 2rem; }
    .service-card { flex-basis: auto; width: 90%; max-width: 400px; }
    .service-card-image { height: 300px; }
    .service-card-content h3 { font-size: 1.1rem; }

    /* WCU */
     .wcu-image-container { margin-bottom: 2rem; }
     .wcu-overlay-left, .wcu-overlay-right { position: static; width: 100%; padding: 1rem; text-align: center; background: rgba(0, 47, 75, 1); bottom: unset; left: unset; right: unset; transform: none; text-shadow: none; }
     .wcu-image-overlay { display: none; }
     .wcu-overlay-left { order: 1; padding-bottom: 0.5rem; border-radius: 0;}
     .wcu-overlay-right { order: 2; text-align: center; align-items: center; padding-top: 0.5rem; border-radius: 0 0 20px 20px; }
     .wcu-overlay-left h3 { font-size: 1.2rem; max-width: none; }
     .wcu-years { font-size: 2rem; }
     .wcu-subtext { font-size: 0.9rem; }
     .wcu-features-grid { flex-direction: column; align-items: center; gap: 1.5rem; }
     .wcu-feature-box { flex-basis: auto; width: 90%; max-width: 400px; text-align: center; }
     .wcu-feature-icon { margin-left: auto; margin-right: auto; }

    /* New Pricing */
    .new-pricing-grid { flex-direction: column; align-items: center; gap: 1.5rem; }
    .simple-pricing-card { flex-basis: auto; width: 90%; max-width: 400px; }
    .simple-pricing-price .price-amount { font-size: 2.2rem; }

    /* Packages */
    .packages-container { flex-direction: column; align-items: center; gap: 2rem; }
    .package-card { flex: 0 1 auto; max-width: 400px; width: 90%; }
    .package-card .price-amount { font-size: 2.8rem; }
    .package-card .package-name { font-size: 1.2rem; }
    .cta-button { align-self: center; }

    /* CTA */
    .cta-content { flex-direction: column; text-align: center; gap: 1.5rem; }
    .cta-content h2 { font-size: 1.6rem; }
    .btn-cta { padding: 0.8rem 1.6rem; }

    /* Blog */
    .blog-grid, .blog-grid2 { flex-direction: column; align-items: center; gap: 2rem; }
    .blog-card { flex-basis: auto; width: 90%; max-width: 400px; }
    .blog-card-image { height: 200px; }
    .blog-read-more { align-self: center; }
    .blog-card-content { padding: 1.5rem; }
    .hero-articol-section, .articol-body, .pagina-body, .eroare-body { padding: 1.5rem 0; }
    .articol-cover { margin-bottom: 30px;}

    /* Echipa */
    .echipa-grid { flex-direction: column; align-items: center; gap: 2rem; }
    .echipa-card { flex-basis: auto; width: 90%; max-width: 400px; }
    .echipa-card-image { height: auto; }
    .echipa-read-more { align-self: center; }
    .echipa-card-content { padding: 1.5rem; }

    .cum-lucram-section {
        padding: 4rem 0;
    }

    .cum-lucram-wrapper {
        gap: 3rem;
    }
    
    .cum-lucram-content h2 {
        font-size: 2rem;
    }

    .cum-lucram-grid {
        grid-template-columns: 1fr; /* Un singur card pe rând */
        max-width: 400px; /* Limitează lățimea maximă a cardurilor pe mobil */
        margin: 0 auto; /* Centrează grid-ul */
    }

    .stat-number {
        font-size: 2.5rem;
    }
}

/* Detalii serviciu */
.optiuni-grid{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr; 
}

.optiune{
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    color: #0a2540;
}

@media (min-width: 992px) {
    .optiuni-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ================================= */
/* ========= FOOTER STYLES ========= */
/* ================================= */

.site-footer-main {
    background-color: #002F4B; /* Dark blue background */
    color: #ffffff;
    padding: 4rem 0 1.5rem 0; /* Top/bottom padding */
    /*border-radius: 25px 25px 0 0;*/
    margin-top: -25px; /* Overlap slightly with the section above for the curve */
    position: relative; /* Needed for the overlap effect */
    z-index: 1; /* Ensure footer is above default content flow if needed */
}

/*
.site-footer-main .container {
}
*/

/* --- Footer Top --- */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Align items to the top */
    gap: 2rem;
    margin-bottom: 3.5rem;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.footer-logo-area {
    flex: 0 0 auto; /* Don't grow, don't shrink, base on content */
    /* Add some top margin if needed to align visually */
    /* padding-top: 5px; */
}

.footer-logo {
    max-height: 40px; /* Match header logo height or adjust */
    display: block;
}

.footer-heading-area {
    flex: 1 1 500px; /* Allow growing and shrinking */
    max-width: 600px; /* Limit width of heading */
    padding-left: 2rem; /* Add some space between logo and heading */
}

.footer-heading-area h2 {
    font-size: 2.2rem; /* Adjust size as needed */
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: #ffffff;
}

/* --- Footer Widgets --- */
.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); /* Responsive grid, slightly smaller min */
    gap: 2.5rem; /* Gap between columns */
    margin-bottom: 3.5rem;
}

.footer-widget h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem; /* Space below title */
    color: #ffffff;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin-bottom: 0.8rem; /* Space between list items */
}
.footer-widget ul li:last-child {
    margin-bottom: 0;
}

.footer-widget ul a {
    color: #adb5bd; /* Lighter grey for links */
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-widget ul a:hover {
    color: #ffffff; /* White on hover */
}

/* Specific styling for contact info if needed */
/*
.footer-widget a[href^="mailto:"],
.footer-widget a[href^="tel:"] {
}
*/


/* --- Footer Bottom --- */
.footer-bottom {
    padding-top: 1.5rem; /* Space above copyright */
    text-align: center;
}

.footer-separator {
    border: none;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15); /* Faint white line */
    margin: 0 auto 1.5rem auto; /* Center and space below */
    max-width: 100%;
}

.footer-copyright {
    font-size: 0.85rem;
    color: #adb5bd; /* Lighter grey for copyright */
    margin: 0;
}

.footer-mic-r{
    display: block;
    margin-top: 25px;
}

.footer-mic-r a{
    width: auto;
    display: inline-table;
    margin-left: 15px;
    margin-right: 15px;
}

.footer-mic-r a img{
    max-width: 130px;
    height: auto;
}


/* --- Footer Responsive --- */
@media (max-width: 992px) {
    .footer-heading-area h2 {
        font-size: 1.8rem;
    }
    .footer-widgets {
        gap: 2rem;
    }
    .footer-heading-area {
        padding-left: 1rem; /* Reduce padding */
    }
}

@media (max-width: 768px) {
    .site-footer-main {
        padding: 3rem 0 1.5rem 0;
        /*border-radius: 20px 20px 0 0;*/
        margin-top: -20px;
    }
    .footer-top {
        flex-direction: column; /* Stack logo and heading */
        align-items: center; /* Center items */
        text-align: center;
        margin-bottom: 3rem;
        gap: 1.5rem;
    }
    .footer-heading-area {
        max-width: none; /* Remove max width */
        padding-left: 0; /* Remove padding */
    }
    .footer-widgets {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjust min-width */
        gap: 2rem 1.5rem; /* Adjust gaps */
        text-align: center; /* Center widget content on mobile */
         margin-bottom: 3rem;
    }
    .footer-widget h4 {
        margin-bottom: 1rem;
    }
    .footer-bottom {
        text-align: left;
    }
    .footer-mic-r a{
        width: auto;
        display: inline-table;
        margin-left: 0px;
        margin-right: 0px;
    }
    .footer-mic-r a img{
        max-width: 80px;
        height: auto;
    }
}

@media (max-width: 576px) {
     .footer-widgets {
        grid-template-columns: 1fr; /* Force two columns */
        text-align: left; /* Revert text alignment for 2 columns */
    }
     .footer-heading-area h2 {
        font-size: 1.5rem;
    }
    .footer-heading-area {
        flex: 1 1; /* Allow growing and shrinking */
    }
}