/* ====================================================
   STRUCTURĂ PAGINĂ ȘI LAYOUT
   ==================================================== */

/* Elimină structura de coloane */
#primary {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Forțează main să ocupe toată lățimea */
#main {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 16px !important;
		padding-top: 6px !important;
}

/* Ascunde sidebar-ul */
#sidebar {
    display: none !important;
}

/* Asigură că tot conținutul din main se întinde */
#page-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/* ====================================================
   END STRUCTURĂ PAGINĂ ȘI LAYOUT
   ==================================================== */

/* ====================================================
   HEADER ȘI MENIU
   ==================================================== */

/* Reduce letter-spacing în meniu */
#primary-menu.menu li {
    letter-spacing: 0.05em !important;
}

/* Mobile mic (max-width: 600px) */
@media screen and (max-width: 600px) {
    
    body.page-template-default #content {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* ====================================================
   AJUSTĂRI FONTURI
   ==================================================== */

#main h1 {
   color: #820D7A !important;
}

#main h3
 {
    font-size: 1.3em !important;
		color: #820D7A !important;
}

/* ====================================================
   AJUSTĂRI FOOTER
   ==================================================== */


/* Reduce height of colophon */
#colophon {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
    min-height: unset !important;        /* Remove any minimum height */
    line-height: 1.2 !important;         /* Tighter line height */
}

/* Make the footer widgets container more compact */
#colophon .footer-widgets {
    margin-bottom: 5px !important;
}

/* Reduce spacing between the two widget sections (Parteneri and Adresa) */
#colophon .widget-container {
    margin-bottom: 8px !important;      /* Reduced from default */
}

#colophon .widget-container:last-child {
    margin-bottom: 0 !important;          /* Remove margin from last widget */
}

/* Make the text blocks more compact */
#colophon .widget_custom_html p {
    margin-bottom: 3px !important;        /* Tighter spacing between lines */
    line-height: 1.2 !important;          /* Tighter line height */
}

#colophon .widget_custom_html p:last-child {
    margin-bottom: 0 !important;          /* Remove margin from last paragraph */
}

/* Reduce the icon sizes slightly */
#colophon .widget_custom_html p span[style*="font-size: 0.6em"] {
    font-size: 0.5em !important;          /* Smaller icons */
}

/* Make the widget titles more compact */
#colophon .widget-title {
    margin-bottom: 5px !important;        /* Less space below titles */
    font-size: 1em !important;            /* Slightly smaller if needed */
}

/* If you want even more reduction, uncomment this: */

#colophon .classic {
    padding: 0 !important;
}

#colophon .widget_custom_html p {
    font-size: 0.85em !important;
}

/* CAPTCHA */

/* Move reCAPTCHA v3 badge to bottom left */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;           /* Position on left */
    right: unset !important;         /* Remove default right positioning */
    bottom: 4px !important;          /* Keep at bottom (adjust if needed) */
}


/* Optional: Expand on hover to show full text */
.grecaptcha-badge:hover {
    width: 256px !important;
}

.everest-forms-notice--success {
background-color: #820D7A !important;	
}

/* END EVEREST */

/* Suprascriem DOAR pentru hero section */
#main .hero-section h1,
#main .hero-section h2,
#main .hero-section h3,
#main .hero-section h4,
#main .hero-section p,
#main .hero-section .subtitle {
    color: #ffffff !important;
}

/* Specific pentru fiecare element din hero */
#main .hero-section .hero-text h1 {
    color: #ffffff !important;
}

#main .hero-section .feature-box h3 {
    color: #ffffff !important;
}

#main .hero-section .feature-box p {
    color: #ffffff !important;
}

#main .hero-section .hero-text .subtitle {
    color: #ffffff !important;
}

#main .hero-section .hero-content .hero-text h1 span {
    color: #ffb3d9 !important; /* pentru liniuța dintre PASRU și Vocea */
}

/* Păstrăm restul stilurilor pentru hero */

/* Eliminăm doar padding-urile și margin-urile care cauzează bara albă */

.home #main {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
}

.home #primary {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.home #content {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}



.home #content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.home #primary {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.home #main {
    padding-top: 0 !important;
    margin-top: 0 !important;
    overflow-x: hidden;
}

/* Hero section - păstrăm structura originală care funcționa */
.home .hero-section {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
    
    /* Înălțime controlată */
    min-height: calc(62vw * 710 / 1724);
    max-height: 70vh;
    
    /* Eliminăm marginile care cauzau bara albă */
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Background-ul */
.home .hero-section .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url('/images/front2.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: gentleZoom 1.2s ease-out forwards;
    z-index: 1;
}

/* Animația */
@keyframes gentleZoom {
    0% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Conținutul */
.home .hero-section .hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Textele - doar pentru text, nu și pentru butoane */
.home .hero-section .hero-text h1,
.home .hero-section .hero-text .subtitle,
.home .hero-section .feature-box h3,
.home .hero-section .feature-box p {
    color: #ffffff !important;
}

.hero-text h1 {
font-size:2rem;		
}

.home .hero-section .brand-highlight {
    color: #ffb3d9 !important;
}

/* Feature columns */
.home .hero-section .feature-columns {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    margin: 3rem 0 4rem 0 !important;
    flex-wrap: wrap;
}

.home .hero-section .feature-box {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: var(--tcpt-border-radius);
    padding: 2rem 1.5rem !important;
    text-align: center;
}

.home .hero-section .feature-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem auto !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50%;
    padding: 1.2rem !important;
}

.home .hero-section .feature-icon img {
    width: 100% !important;
    height: 100% !important;
    filter: brightness(0) invert(1) !important;
}

/* ===== BUTOANELE ===== */
.home .hero-section .hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem !important;
}

.home .hero-section .btn {
    display: inline-block;
    padding: 1rem 2.5rem !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-radius: var(--tcpt-border-radius);
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 1 !important;
    letter-spacing: 0.5px !important;
    text-align: center;
    border: 2px solid transparent;
}

.home .hero-section .btn-primary {
    background: #c24b83 !important;
    color: #ffffff !important;
    border: 2px solid #c24b83 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
}

.home .hero-section .btn-primary:hover,
.home .hero-section .btn-primary:focus {
    background: #ffffff !important;
		border: 2px solid #ffffff !important;
    color: #c24b83 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(194, 75, 131, 0.5) !important;
    text-decoration: none !important;
}

.home .hero-section .btn-secondary {
    background: #c24b88 !important;
		color: #ffffff !important;
    border-color: #94285b !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
}

.home .hero-section .btn-secondary:hover,
.home .hero-section .btn-secondary:focus {
    background: #ffffff !important;
    color: #c24b83 !important;
    border-color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.4) !important;
    text-decoration: none !important;
}

/* ===== MEDIA QUERIES ===== */

/* Tablete */
@media screen and (max-width: 899px) {
    .home .hero-section {
        min-height: calc(100vw * 710 / 1724);
    }
    
    .home .hero-section .hero-content {
        padding: 3rem 1.5rem;
    }
    
    .home .hero-section .hero-text h1 {
        font-size: 1.6rem !important;
    }
    
    .home .hero-section .hero-text .subtitle {
        font-size: 1.1rem !important;
    }
    
    /* Casetele trec pe verticală */
    .home .hero-section .feature-columns {
        flex-direction: column;
        align-items: center;
    }
    
    .home .hero-section .feature-box {
        width: 100%;
        max-width: 500px;
    }
}

/* Mobile */
@media screen and (max-width: 600px) {
    .home .hero-section {
        min-height: calc(100vw * 710 / 1724);
    }
    
    .home .hero-section .hero-content {
        padding: 2rem 1rem;
    }
    
    .home .hero-section .hero-text h1 {
        font-size: 1rem !important;
    }
    
    .home .hero-section .hero-text .subtitle {
        font-size: 0.8rem !important;
    }
    
    .home .hero-section .feature-box {
        padding: 1.5rem 1rem !important;
    }
    
    .home .hero-section .feature-box h3 {
        font-size: 0.8rem !important;
    }
    
    .home .hero-section .feature-icon {
        width: 80px;
        height: 80px;
        padding: 1rem !important;
    }
    
    .home .hero-section .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .home .hero-section .btn {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
.home .hero-section .btn-secondary {
    background: #c24b83 !important;
	}
}

/* Mobile mic */
@media screen and (max-width: 480px) {
    .home .hero-section .hero-text h1 {
        font-size: 1.9rem !important;
    }
    
    .home .hero-section .hero-text .subtitle {
        font-size: 1rem !important;
    }
    
    .home .hero-section .btn {
        padding: 0.9rem 2rem !important;
        font-size: 1rem !important;
    }
}

/* Compensare admin bar */
.home.admin-bar .hero-section {
    margin-top: 0;
}

@media screen and (max-width: 782px) {
    .home.admin-bar .hero-section {
        margin-top: 0;
    }
}


/*--------------------------------------------------------------
# Misiunea Noastră Section
--------------------------------------------------------------*/

.mission-section {
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 2rem;
}

.mission-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.mission-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-icon svg {
    width: 100%;
    height: 100%;
    fill: #D846C4; /* sau poți folosi filter dacă e imagine */
}

.mission-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mission-header h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 0;
}

.mission-card {
    background: #D846C4;
    background: linear-gradient(135deg, #D846C4 0%, #c24b83 50%, #94285b 100%);
    background-size: 200% 200%;
    border-radius: var(--tcpt-border-radius);
    padding: 3rem;
    box-shadow: 0 20px 40px -10px rgba(216, 70, 196, 0.3);
    position: relative;
    overflow: hidden;
    animation: gradientShift 8s ease infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.mission-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    animation: shimmer 15s ease infinite;
    z-index: 1;
}

@keyframes shimmer {
    0% { transform: translate(-30%, -30%) rotate(0deg); }
    50% { transform: translate(30%, 30%) rotate(10deg); }
    100% { transform: translate(-30%, -30%) rotate(0deg); }
}

.mission-card p {
    color: #FFFFFF !important;
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 400;
}

/* Variantă cu gradient animat mai subtil */
.mission-card-subtle {
    background: linear-gradient(145deg, #D846C4, #b03a9f);
    position: relative;
    overflow: hidden;
}

.mission-card-subtle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, 
        transparent 0%, 
        rgba(255,255,255,0.1) 50%, 
        transparent 100%);
    animation: slide 3s ease-in-out infinite;
}

@keyframes slide {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Media queries pentru mobile */
@media screen and (max-width: 899px) {
    .mission-section {
        padding: 0 1.5rem;
        margin: 3rem auto;
    }
    
    .mission-header h2 {
        font-size: 2.2rem;
    }
    
    .mission-card {
        padding: 2.5rem;
    }
    
    .mission-card p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 600px) {
    .mission-section {
        padding: 0 1rem;
        margin: 2rem auto;
    }
    
    .mission-header {
        gap: 0.8rem;
    }
    
    .mission-icon {
        width: 50px;
        height: 50px;
    }
    
    .mission-header h2 {
        font-size: 1.8rem;
    }
    
    .mission-card {
        padding: 2rem 1.5rem;
    }
    
    .mission-card p {
        font-size: 1.1rem;
        line-height: 1.5;
    }
}

@media screen and (max-width: 480px) {
    .mission-header h2 {
        font-size: 1.5rem;
    }
    
    .mission-card {
        padding: 1.5rem;
    }
    
    .mission-card p {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
# END Misiunea Noastră Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# De ce PASRU? Section - VERSIUNE CORECTATĂ
--------------------------------------------------------------*/

/* A treia secțiune - fără înălțime forțată și cu margin corect */
.home .why-pasru-section {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
    
    /* Eliminăm complet înălțimile forțate */
    min-height: auto !important;
    max-height: none !important;
    height: auto !important;
    
    /* Eliminăm marginile */
    margin-top: 2rem !important;  /* Adăugăm spațiu sus */
    margin-bottom: 2rem !important; /* Adăugăm spațiu jos */
    
    /* Asigurăm că secțiunea începe după misiune */
    clear: both;
    display: block;
}

/* Background-ul pentru a treia secțiune */
.home .why-pasru-section .why-pasru-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url('/images/fundal20.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: gentleZoom 1.2s ease-out forwards;
    z-index: 1;
}

/* Conținutul pentru a treia secțiune */
.home .why-pasru-section .why-pasru-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Header-ul secțiunii */
.home .why-pasru-section .why-pasru-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.home .why-pasru-section .why-pasru-header h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff !important;
    margin: 0;
    padding: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Feature columns */
.home .why-pasru-section .why-pasru-columns {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    margin: 2rem 0 2rem 0 !important;
    flex-wrap: wrap;
}

.home .why-pasru-section .why-pasru-box {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: var(--tcpt-border-radius);
    padding: 2rem 1.5rem !important;
    text-align: center;
    transition: all 0.3s ease;
}

.home .why-pasru-section .why-pasru-box:hover {
    transform: translateY(-5px);
    background: rgba(0, 0, 0, 0.5) !important;
    border-color: #c24b83 !important;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.6) !important;
}

.home .why-pasru-section .why-pasru-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem auto !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50%;
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.home .why-pasru-section .why-pasru-icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    filter: brightness(0) invert(1) !important;
    transition: all 0.3s ease;
}

.home .why-pasru-section .why-pasru-box:hover .why-pasru-icon {
    background: rgba(194, 75, 131, 0.4) !important;
}

.home .why-pasru-section .why-pasru-box:hover .why-pasru-icon img {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(255, 255, 255, 0.8)) !important;
    transform: scale(1.1);
}

.home .why-pasru-section .why-pasru-box h3 {
    color: #ffffff !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin: 0 0 0.75rem 0 !important;
    padding: 0 !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) !important;
}

.home .why-pasru-section .why-pasru-box p {
    color: #ffffff !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6) !important;
}

/* Forțăm culoarea albă pentru toate textele din secțiunea why-pasru */
.home .why-pasru-section,
.home .why-pasru-section * {
    color: #ffffff !important;
}

/* Dar excludem butoanele dacă vor fi adăugate vreodată */
.home .why-pasru-section .btn,
.home .why-pasru-section button {
    color: #ffffff !important; /* păstrăm alb și pentru butoane */
}

/* Selectori extrem de specifici pentru h3 și p */
body.home #main .why-pasru-section .why-pasru-box h3,
html body.home #main .why-pasru-section .why-pasru-box h3,
.home .why-pasru-section .why-pasru-box h3 {
    color: #ffffff !important;
    background: none !important;
    border: none !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) !important;
}

body.home #main .why-pasru-section .why-pasru-box p,
html body.home #main .why-pasru-section .why-pasru-box p,
.home .why-pasru-section .why-pasru-box p {
    color: #ffffff !important;
    background: none !important;
    border: none !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6) !important;
}

/* Asigurăm și pentru header */
body.home #main .why-pasru-section .why-pasru-header h2,
html body.home #main .why-pasru-section .why-pasru-header h2,
.home .why-pasru-section .why-pasru-header h2 {
    color: #ffffff !important;
    background: none !important;
    border: none !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/* Pentru orice alt text din secțiune */
.home .why-pasru-section .why-pasru-content,
.home .why-pasru-section .why-pasru-header,
.home .why-pasru-section .why-pasru-columns,
.home .why-pasru-section .why-pasru-box,
.home .why-pasru-section .why-pasru-icon {
    color: #ffffff !important;
}

/* Dacă nici așa nu funcționează, încercăm cu inline style în HTML */

/* Media queries - doar pentru a treia secțiune */
@media screen and (max-width: 899px) {
    .home .why-pasru-section {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    
    .home .why-pasru-section .why-pasru-content {
        padding: 3rem 1.5rem;
    }
    
    .home .why-pasru-section .why-pasru-header h2 {
        font-size: 2.2rem !important;
    }
    
    .home .why-pasru-section .why-pasru-columns {
        flex-direction: column;
        align-items: center;
    }
    
    .home .why-pasru-section .why-pasru-box {
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (max-width: 600px) {
    .home .why-pasru-section {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    
    .home .why-pasru-section .why-pasru-content {
        padding: 2rem 1rem;
    }
    
    .home .why-pasru-section .why-pasru-header {
        gap: 0.8rem;
        margin-bottom: 1.5rem;
    }
    
    .home .why-pasru-section .why-pasru-header h2 {
        font-size: 1.8rem !important;
    }
    
    .home .why-pasru-section .why-pasru-box {
        padding: 1.5rem 1rem !important;
    }
    
    .home .why-pasru-section .why-pasru-box h3 {
        font-size: 1.3rem !important;
    }
    
    .home .why-pasru-section .why-pasru-icon {
        width: 80px;
        height: 80px;
        padding: 1rem !important;
    }
    
    .home .why-pasru-section .why-pasru-box p {
        font-size: 0.95rem !important;
    }
}

@media screen and (max-width: 480px) {
    .home .why-pasru-section {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .home .why-pasru-section .why-pasru-header h2 {
        font-size: 1.5rem !important;
    }
    
    .home .why-pasru-section .why-pasru-box h3 {
        font-size: 1.2rem !important;
    }
}


/* ====================================================
   CORECTĂRI DOAR PENTRU MOBIL - VERSIUNE FINALĂ
   ==================================================== */

@media screen and (max-width: 899px) {
    
    /* Reset pentru toate secțiunile pe mobil */
    .home .hero-section,
    .home .mission-section,
    .home .why-pasru-section {
        position: relative;
        clear: both;
        margin-bottom: 2rem !important;
    }
    
    /* PRIMA SECȚIUNE - corectată ca la why-pasru */
    .home .hero-section {
        min-height: auto !important;
        max-height: none !important;
        height: auto !important;
        position: relative;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        left: 0;
        right: 0;
        margin-top: 0 !important;
        margin-bottom: 2rem !important;
    }
    
    .home .hero-section .hero-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        background-size: cover !important;
        background-position: center !important;
    }
    
    .home .hero-section .hero-content {
        padding: 3rem 1.5rem;
        position: relative;
        z-index: 2;
    }
    
    /* A DOUA SECȚIUNE - margin redus la 4rem */
    .home .mission-section {
        margin-top: 4rem !important;
        margin-bottom: 2rem !important;
        position: relative;
        z-index: 5;
    }
    
    /* A TREIA SECȚIUNE - păstrăm cum e */
    .home .why-pasru-section {
        min-height: auto !important;
        max-height: none !important;
        height: auto !important;
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
        position: relative;
        z-index: 10;
    }
    
    .home .why-pasru-section .why-pasru-background {
        height: 100%;
        min-height: 100%;
        background-size: cover !important;
    }
    
    /* Ajustări pentru casetele care trec pe verticală */
    .home .hero-section .feature-columns,
    .home .why-pasru-section .why-pasru-columns {
        flex-direction: column;
        align-items: center;
    }
    
    .home .hero-section .feature-box,
    .home .why-pasru-section .why-pasru-box {
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (max-width: 600px) {
    
    .home .hero-section,
    .home .mission-section,
    .home .why-pasru-section {
        margin-bottom: 1.5rem !important;
    }
    
    .home .hero-section {
        margin-bottom: 1.5rem !important;
    }
    
    .home .hero-section .hero-content {
        padding: 2rem 1rem;
    }
    
    .home .mission-section {
        margin-top: 2rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .home .why-pasru-section {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .home .why-pasru-section .why-pasru-content {
        padding: 2rem 1rem;
    }
}

@media screen and (max-width: 480px) {
    
    .home .hero-section .hero-content {
        padding: 1.5rem 0.8rem;
    }
    
    .home .mission-section {
        margin-top: 2rem !important;
    }
    
    .home .mission-header h2 {
        font-size: 1.5rem;
    }
    
    .home .mission-card {
        padding: 1.5rem;
    }
}

/*--------------------------------------------------------------
# Domenii de activitate Section
--------------------------------------------------------------*/

.domains-section {
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 2rem;
}

.domains-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.domains-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.domains-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.domains-header h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 0;
}

.domains-card {
    background: #2B8054;
    background: linear-gradient(135deg, #2B8054 0%, #1DBF6C 50%, #2B8054 100%);
    background-size: 200% 200%;
    border-radius: var(--tcpt-border-radius);
    padding: 3rem;
    box-shadow: 0 20px 40px -10px rgba(43, 128, 84, 0.3);
    position: relative;
    overflow: hidden;
    animation: gradientShift 8s ease infinite;
}

.domains-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    animation: shimmer 15s ease infinite;
    z-index: 1;
}

.domains-list {
    margin: 0;
    padding: 0 0 0 1.5rem;
    position: relative;
    z-index: 2;
    color: #FFFFFF !important;
}

.domains-list li {
    color: #FFFFFF !important;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    list-style-type: disc;
}

.domains-list li:last-child {
    margin-bottom: 0;
}

/* Media queries pentru mobile */
@media screen and (max-width: 899px) {
    .domains-section {
        padding: 0 1.5rem;
        margin: 3rem auto;
    }
    
    .domains-header h2 {
        font-size: 2.2rem;
    }
    
    .domains-card {
        padding: 2.5rem;
    }
    
    .domains-list li {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 0.7rem;
    }
}

@media screen and (max-width: 600px) {
    .domains-section {
        padding: 0 1rem;
        margin: 2rem auto;
    }
    
    .domains-header {
        gap: 0.8rem;
    }
    
    .domains-icon {
        width: 50px;
        height: 50px;
    }
    
    .domains-header h2 {
        font-size: 1.8rem;
    }
    
    .domains-card {
        padding: 2rem 1.5rem;
    }
    
    .domains-list {
        padding-left: 1.2rem;
    }
    
    .domains-list li {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 0.6rem;
    }
}

@media screen and (max-width: 480px) {
    .domains-header h2 {
        font-size: 1.5rem;
    }
    
    .domains-card {
        padding: 1.5rem;
    }
    
    .domains-list {
        padding-left: 1rem;
    }
    
    .domains-list li {
        font-size: 0.95rem;
        line-height: 1.4;
        margin-bottom: 0.5rem;
    }
}

/*--------------------------------------------------------------
# Structură Organizațională Section
--------------------------------------------------------------*/

.home .struct-section {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
    
    /* Eliminăm complet înălțimile forțate - ca la why-pasru */
    min-height: auto !important;
    max-height: none !important;
    height: auto !important;
    
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    
    clear: both;
    display: block;
}

/* Background-ul */
.home .struct-section .struct-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url('/images/struct.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: gentleZoom 1.2s ease-out forwards;
    z-index: 1;
}

/* Conținutul */
.home .struct-section .struct-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Header-ul secțiunii */
.home .struct-section .struct-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
}

.home .struct-section .struct-header h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff !important;
    margin: 0 0 0.5rem 0;
    padding: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.home .struct-section .struct-header h3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff !important;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Textul principal */
.home .struct-section .struct-text {
    max-width: 800px;
    margin: 0 auto 2rem auto;
    text-align: center;
}

.home .struct-section .struct-text p {
    color: #ffffff !important;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Butonul */
.home .struct-section .struct-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem !important;
}

.home .struct-section .btn {
    display: inline-block;
    padding: 1rem 2.5rem !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-radius: var(--tcpt-border-radius);
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 1 !important;
    letter-spacing: 0.5px !important;
    text-align: center;
    border: 2px solid transparent;
}

.home .struct-section .btn-primary {
    background: #c24b83 !important;
    color: #ffffff !important;
    border: 2px solid #c24b83 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
}

.home .struct-section .btn-primary:hover,
.home .struct-section .btn-primary:focus {
    background: #94285b !important;
    border-color: #94285b !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(194, 75, 131, 0.5) !important;
    text-decoration: none !important;
}

body.home #main .struct-section .struct-header h3,
html body.home #main .struct-section .struct-header h3,
.home .struct-section .struct-header h3 {
    color: #ffffff !important;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
    background: none !important;
    border: none !important;
}


/* Media queries - ca la why-pasru */
@media screen and (max-width: 899px) {
    .home .struct-section {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    
    .home .struct-section .struct-content {
        padding: 3rem 1.5rem;
    }
    
    .home .struct-section .struct-header h2 {
        font-size: 2.2rem !important;
    }
    
    .home .struct-section .struct-header h3 {
        font-size: 1.3rem !important;
				color: #ffffff !important; /* FORȚĂM CULOAREA ALBĂ */
    }
    
    .home .struct-section .struct-text p {
        font-size: 1.1rem;
    }

 body.home #main .struct-section .struct-header h3,
    html body.home #main .struct-section .struct-header h3,
    .home .struct-section .struct-header h3 {
        font-size: 1.3rem !important;
        color: #ffffff !important;
    }


}

@media screen and (max-width: 600px) {
    .home .struct-section {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    
    .home .struct-section .struct-content {
        padding: 2rem 1rem;
    }
    
    .home .struct-section .struct-header h2 {
        font-size: 1.8rem !important;
    }
    
    .home .struct-section .struct-header h3 {
        font-size: 1.2rem !important;
    }
    
    .home .struct-section .struct-text p {
        font-size: 1rem;
    }
    
    .home .struct-section .btn {
        padding: 0.8rem 2rem !important;
        font-size: 1rem !important;
    }

		body.home #main .struct-section .struct-header h3,
    html body.home #main .struct-section .struct-header h3,
    .home .struct-section .struct-header h3 {
        font-size: 1.2rem !important;
        color: #ffffff !important;
    }

}

@media screen and (max-width: 480px) {
    .home .struct-section {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .home .struct-section .struct-header h2 {
        font-size: 1.5rem !important;
    }
    
    .home .struct-section .struct-header h3 {
        font-size: 1.1rem !important;
    }

		body.home #main .struct-section .struct-header h3,
    html body.home #main .struct-section .struct-header h3,
    .home .struct-section .struct-header h3 {
        font-size: 1.1rem !important;
        color: #ffffff !important;
    }

}

/*--------------------------------------------------------------
# Deveniți Membru Section
--------------------------------------------------------------*/

.join-section {
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 2rem;
}

.join-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.join-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.join-header h2 {
    font-size: 2rem; /* redus de la 2.5rem */
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 0;
}

.join-card {
    background: #D846C4;
    background: linear-gradient(135deg, #D846C4 0%, #c24b83 50%, #94285b 100%);
    background-size: 200% 200%;
    border-radius: var(--tcpt-border-radius);
    padding: 3rem;
    box-shadow: 0 20px 40px -10px rgba(216, 70, 196, 0.3);
    position: relative;
    overflow: hidden;
    animation: gradientShift 8s ease infinite;
    text-align: center;
}

.join-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    animation: shimmer 15s ease infinite;
    z-index: 1;
}

.join-card h3 {
    color: #FFFFFF !important;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    padding: 0;
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.join-card h4 {
    color: #FFFFFF !important;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0 0 1.5rem 0;
    padding: 0;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.join-card p {
    color: #FFFFFF !important;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 auto 2rem auto;
    max-width: 800px;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.join-card .btn {
    display: inline-block;
    padding: 1rem 2.5rem !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-radius: var(--tcpt-border-radius);
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 1 !important;
    letter-spacing: 0.5px !important;
    text-align: center;
    border: 2px solid #ffffff !important;
    background: transparent !important;
    color: #ffffff !important;
    position: relative;
    z-index: 2;
}

.join-card .btn:hover,
.join-card .btn:focus {
    background: #ffffff !important;
    color: #c24b83 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3) !important;
    text-decoration: none !important;
}

/* Selectori specifici pentru a forța culorile */
body.home #main .join-card h3,
body.home #main .join-card h4,
body.home #main .join-card p {
    color: #ffffff !important;
}

/* Media queries */
@media screen and (max-width: 899px) {
    .join-section {
        padding: 0 1.5rem;
        margin: 3rem auto;
    }
    
    .join-header h2 {
        font-size: 1.8rem; /* ajustat */
    }
    
    .join-card {
        padding: 2.5rem;
    }
    
    .join-card h3 {
        font-size: 1.8rem;
    }
    
    .join-card h4 {
        font-size: 1.2rem;
    }
    
    .join-card p {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 600px) {
    .join-section {
        padding: 0 1rem;
        margin: 2rem auto;
    }
    
    .join-header {
        gap: 0.8rem;
    }
    
    .join-icon {
        width: 50px;
        height: 50px;
    }
    
    .join-header h2 {
        font-size: 1.6rem; /* ajustat */
    }
    
    .join-card {
        padding: 2rem 1.5rem;
    }
    
    .join-card h3 {
        font-size: 1.5rem;
    }
    
    .join-card h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .join-card p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .join-card .btn {
        padding: 0.8rem 2rem !important;
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 480px) {
    .join-icon {
        width: 40px;
        height: 40px;
    }
    
    .join-header h2 {
        font-size: 1.4rem; /* ajustat */
    }
    
    .join-card {
        padding: 1.5rem;
    }
    
    .join-card h3 {
        font-size: 1.3rem;
    }
    
    .join-card h4 {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
# Structura Page - Hero Section
--------------------------------------------------------------*/

.structura-hero-section {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
    
    /* Înălțime controlată ca la hero pe home */
    min-height: calc(50vw * 710 / 1724);
    max-height: 70vh;
    
    margin-top: -22px !important;
    margin-bottom: 2rem !important;
}

.structura-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url('/images/structura.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: gentleZoom 1.2s ease-out forwards;
    z-index: 1;
}

.structura-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
}

.structura-hero-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.structura-hero-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50%;
    padding: 0.8rem;
}

.structura-hero-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1) !important;
}

.structura-hero-header h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff !important;
    margin: 0;
    padding: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.structura-hero-text {
    max-width: 900px;
}

.structura-hero-text p {
    color: #ffffff !important;
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-weight: 400;
		text-align: justify;
    text-justify: inter-word;
}

/* Selectori specifici pentru a forța culorile */
body.page-structura #main .structura-hero-header h1,
body.page-structura #main .structura-hero-text p {
    color: #ffffff !important;
}

/* Media queries */
@media screen and (max-width: 899px) {
    .structura-hero-section {
        min-height: calc(100vw * 710 / 1724);
    }
    
    .structura-hero-content {
        padding: 3rem 1.5rem;
    }
    
    .structura-hero-header h1 {
        font-size: 2.2rem !important;
    }
    
    .structura-hero-icon {
        width: 60px;
        height: 60px;
    }
    
    .structura-hero-text p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 600px) {
    .structura-hero-content {
        padding: 2rem 1rem;
    }
    
    .structura-hero-header {
        gap: 0.8rem;
        margin-bottom: 1.5rem;
    }
    
    .structura-hero-header h1 {
        font-size: 1.8rem !important;
    }
    
    .structura-hero-icon {
        width: 50px;
        height: 50px;
        padding: 0.5rem;
    }
    
    .structura-hero-text p {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 480px) {
    .structura-hero-header h1 {
        font-size: 1.5rem !important;
    }
    
    .structura-hero-icon {
        width: 45px;
        height: 45px;
    }
    
    .structura-hero-text p {
        font-size: 1rem;
    }
}

/* Corecții pentru mobil - ca la home */
@media screen and (max-width: 899px) {
    .structura-hero-section {
        min-height: auto !important;
        height: auto !important;
    }
    
    .structura-hero-background {
        height: 100% !important;
    }
}

/*--------------------------------------------------------------
# Organigramă Section
--------------------------------------------------------------*/

.organigrama-section {
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 2rem;
}

.organigrama-card {
    border-radius: var(--tcpt-border-radius);
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.organigrama-card svg,
.organigrama-card img {
    width: 100%;
    height: auto;
    max-width: 1000px;
    display: block;
		opacity: 0.9;
}


/* Media queries */
@media screen and (max-width: 899px) {
    .organigrama-section {
        padding: 0 1.5rem;
        margin: 3rem auto;
    }
    
    .organigrama-card {
        padding: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .organigrama-section {
        padding: 0 1rem;
        margin: 1rem auto;
    }
    
    .organigrama-card {
        padding: 1rem;
    }
}

/*--------------------------------------------------------------
# Structura Organizației Page
--------------------------------------------------------------*/

.structura-organizatiei {
    max-width: 1200px;
    margin: 2rem auto 4rem;
    padding: 0 2rem;
}

.structura-organizatiei > h2 {
    font-size: 2.5rem;
    color: #820D7A;
    margin: 0 0 3rem 0;
    padding: 0;
    text-align: center;
    position: relative;
}

.structura-organizatiei > h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #820D7A, #c24b83);
    margin: 1rem auto 0;
    border-radius: 2px;
}

/* Grid pentru carduri */
.structura-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Carduri */
.structura-bloc {
    background: rgba(255, 255, 255, 0.70);
    border-radius: var(--tcpt-border-radius);
    padding: 2rem 2.5rem;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
    border-left: 6px solid;
    transition: all 0.3s ease;
}

.structura-bloc:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
}

/* Culori diferite pentru fiecare tip de card */
.structura-bloc:nth-child(1) { border-left-color: #820D7A; } /* Adunarea Generala - mov inchis */
.structura-bloc:nth-child(2) { border-left-color: #c24b83; } /* Consiliul Director - roz */
.structura-bloc:nth-child(3) { border-left-color: #2B8054; } /* Presedinte - verde */
.structura-bloc:nth-child(4) { border-left-color: #1DBF6C; } /* Vicepresedinti - verde deschis */
.structura-bloc:nth-child(5) { border-left-color: #D846C4; } /* Secretar General - mov deschis */
.structura-bloc:nth-child(6) { border-left-color: #94285b; } /* Trezorier - mov inchis */
.structura-bloc:nth-child(7) { border-left-color: #07989e; } /* Director General - albastru */
.structura-bloc:nth-child(8) { border-left-color: #ffb3d9; } /* Cenzor - roz pal */
.structura-bloc:nth-child(9) { 
    border-left-color: #820D7A;
    background: linear-gradient(145deg, #ffffff, #f8f0f8);
} /* Membrii - mov cu gradient */

/* Tipografie */
.structura-bloc h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 1rem 0;
    padding: 0;
}

.structura-bloc h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #820D7A;
    margin: 1.5rem 0 0.5rem 0;
    padding: 0;
}

.structura-bloc h4:first-of-type {
    margin-top: 0.5rem;
}

.structura-bloc p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    margin: 0 0 1rem 0;
}

.structura-bloc p:last-child {
    margin-bottom: 0;
}

.structura-bloc ul {
    margin: 0.5rem 0 1rem 0;
    padding-left: 1.5rem;
}

.structura-bloc li {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 0.3rem;
}

.structura-bloc li:last-child {
    margin-bottom: 0;
}

/* Media queries */
@media screen and (max-width: 899px) {
    .structura-organizatiei {
        padding: 0 1.5rem;
    }
    
    .structura-organizatiei > h2 {
        font-size: 2.2rem;
    }
    
    .structura-bloc {
        padding: 1.8rem 2rem;
    }
    
    .structura-bloc h3 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 600px) {
    .structura-organizatiei {
        padding: 0 1rem;
    }
    
    .structura-organizatiei > h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    
    .structura-grid {
        gap: 1.2rem;
    }
    
    .structura-bloc {
        padding: 1.5rem;
    }
    
    .structura-bloc:hover {
        transform: translateX(5px);
    }
    
    .structura-bloc h3 {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }
    
    .structura-bloc h4 {
        font-size: 1.2rem;
    }
    
    .structura-bloc p,
    .structura-bloc li {
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media screen and (max-width: 480px) {
    .structura-organizatiei > h2 {
        font-size: 1.5rem;
    }
    
    .structura-bloc {
        padding: 1.2rem;
    }
    
    .structura-bloc h3 {
        font-size: 1.3rem;
    }
    
    .structura-bloc h4 {
        font-size: 1.1rem;
    }
}

/*--------------------------------------------------------------
# Despre PASRU Page
--------------------------------------------------------------*/

.despre-pasru {
    max-width: 1200px;
    margin: 2rem auto 4rem;
    padding: 0 2rem;
}

.despre-pasru > h2 {
    font-size: 2.5rem;
    color: #820D7A;
    margin: 0 0 3rem 0;
    padding: 0;
    text-align: center;
    position: relative;
}

.despre-pasru > h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #820D7A, #c24b83);
    margin: 1rem auto 0;
    border-radius: 2px;
}

/* Grid pentru carduri */
.despre-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Carduri cu fundal semi-transparent */

/* Carduri cu fundal semi-transparent */
.despre-bloc {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: var(--tcpt-border-radius);
    padding: 2rem 2.5rem;
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
		animation-delay: 0.1s;
}

/* Efect de strălucire la hover */
.despre-bloc:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -15px rgba(130, 13, 122, 0.3);
		animation-delay: 0.1s;
}



/* Banda colorată în partea de sus a fiecărui card */
.despre-bloc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #820D7A, #c24b83);
    opacity: 0.7;
}

/* Header-ul cardului cu iconiță și titlu */
.despre-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.despre-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(130, 13, 122, 0.1);
    border-radius: 12px;
    padding: 0.5rem;
    transition: all 0.3s ease;
}

.despre-bloc:hover .despre-icon {
    background: rgba(130, 13, 122, 0.2);
    transform: scale(1.05);
}

.despre-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.despre-header h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #820D7A;
    margin: 0;
    padding: 0;
}

/* Culori diferite pentru benzile superioare */
.despre-bloc:nth-child(1)::before { background: linear-gradient(90deg, #820D7A, #c24b83); } /* Prezentare generala */
.despre-bloc:nth-child(2)::before { background: linear-gradient(90deg, #2B8054, #1DBF6C); } /* Constituire */
.despre-bloc:nth-child(3)::before { background: linear-gradient(90deg, #07989e, #2B8054); } /* Sediu */
.despre-bloc:nth-child(4)::before { background: linear-gradient(90deg, #c24b83, #D846C4); } /* Scop */
.despre-bloc:nth-child(5)::before { background: linear-gradient(90deg, #94285b, #c24b83); } /* Criteriu */
.despre-bloc:nth-child(6)::before { background: linear-gradient(90deg, #820D7A, #94285b); } /* Principii */

/* Tipografie */
.despre-bloc p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin: 0 0 1rem 0;
}

.despre-bloc p:last-child {
    margin-bottom: 0;
}

.despre-bloc ul {
    margin: 0.5rem 0 0 0;
    padding-left: 1.5rem;
}

.despre-bloc li {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0.5rem;
}

.despre-bloc li:last-child {
    margin-bottom: 0;
}

/* Stil special pentru lista de principii */
.despre-bloc:last-child ul {
    list-style-type: none;
    padding-left: 0;
}

.despre-bloc:last-child li {
    padding-left: 1.8rem;
    position: relative;
}

.despre-bloc:last-child li::before {
    content: '✓';
    color: #2B8054;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Media queries */
@media screen and (max-width: 899px) {
    .despre-pasru {
        padding: 0 1.5rem;
    }
    
    .despre-pasru > h2 {
        font-size: 2.2rem;
    }
    
    .despre-bloc {
        padding: 1.8rem 2rem;
    }
    
    .despre-header h3 {
        font-size: 1.6rem;
    }
    
    .despre-icon {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 600px) {
    .despre-pasru {
        padding: 0 1rem;
    }
    
    .despre-pasru > h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    
    .despre-grid {
        gap: 1.2rem;
    }
    
    .despre-bloc {
        padding: 1.5rem;
    }
    
    .despre-header {
        gap: 0.8rem;
        margin-bottom: 1rem;
    }
    
    .despre-header h3 {
        font-size: 1.4rem;
    }
    
    .despre-icon {
        width: 40px;
        height: 40px;
    }
    
    .despre-bloc p,
    .despre-bloc li {
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media screen and (max-width: 480px) {
    .despre-pasru > h2 {
        font-size: 1.5rem;
    }
    
    .despre-bloc {
        padding: 1.2rem;
    }
    
    .despre-header h3 {
        font-size: 1.3rem;
    }
    
    .despre-icon {
        width: 35px;
        height: 35px;
    }
}

/*--------------------------------------------------------------
# Afiliere Page - Hero Section
--------------------------------------------------------------*/

.afiliere-hero-section {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
    
    /* Înălțime controlată ca la hero pe home */
    min-height: calc(50vw * 710 / 1724);
    max-height: 70vh;
    
    margin-top: -22px !important;
    margin-bottom: 2rem !important;
}

.afiliere-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url('/images/afiliere.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: gentleZoom 1.2s ease-out forwards;
    z-index: 1;
}

.afiliere-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
}

.afiliere-hero-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
		margin-left:50px;
}

.afiliere-hero-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50%;
    padding: 0.8rem;
}

.afiliere-hero-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1) !important;
}

.afiliere-hero-header h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff !important;
    margin: 0;
    padding: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.afiliere-hero-text {
		max-width: 900px;
		margin-left:50px;
}

.afiliere-hero-text p {
    color: #ffffff !important;
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    text-align: justify;
    text-justify: inter-word;
}

/* Selectori specifici pentru a forța culorile */
body.page-afiliere #main .afiliere-hero-header h1,
body.page-afiliere #main .afiliere-hero-text p {
    color: #ffffff !important;
}

/* PENTRU ECRANE MARI */

@media screen and (min-width: 1024px) {
.afiliere-hero-header {
margin-left:50px;
padding-left:50px;
}
		
.afiliere-hero-text p {
margin-left:50px;
padding-left:50px;
}

}



/* Media queries */
@media screen and (max-width: 899px) {
    .afiliere-hero-section {
        min-height: calc(100vw * 710 / 1724);
    }
    
    .afiliere-hero-content {
        padding: 3rem 1.5rem;
    }
    
    .afiliere-hero-header h1 {
        font-size: 2.2rem !important;
    }
    
    .afiliere-hero-icon {
        width: 60px;
        height: 60px;
    }
    
    .afiliere-hero-text p {
        font-size: 1.2rem;
    }
}

.afiliere-hero-header {
margin-left:5px;
}

.afiliere-hero-text {
margin-left:5px;
}


@media screen and (max-width: 600px) {
    .afiliere-hero-content {
        padding: 2rem 1rem;
    }
    
    .afiliere-hero-header {
        gap: 0.8rem;
        margin-bottom: 1.5rem;
    }
    
    .afiliere-hero-header h1 {
        font-size: 1.8rem !important;
    }
    
    .afiliere-hero-icon {
        width: 50px;
        height: 50px;
        padding: 0.5rem;
    }
    
    .afiliere-hero-text p {
        font-size: 1.1rem;
        text-align: left; /* La ecrane mici, textul justify poate crea spații mari */
    }
}

.afiliere-hero-header {
margin-left:5px;
}

.afiliere-hero-text {
margin-left:5px;
}


@media screen and (max-width: 480px) {
    .afiliere-hero-header h1 {
        font-size: 1.5rem !important;
    }
    
    .afiliere-hero-icon {
        width: 45px;
        height: 45px;
    }
    
    .afiliere-hero-text p {
        font-size: 1rem;
    }

.afiliere-hero-header {
margin-left:5px;
}

.afiliere-hero-text {
margin-left:5px;
}


}

/* Corecții pentru mobil - ca la home */
@media screen and (max-width: 899px) {
    .afiliere-hero-section {
        min-height: auto !important;
        height: auto !important;
    }
    
    .afiliere-hero-background {
        height: 100% !important;
    }
}

/*--------------------------------------------------------------
# Afiliere Page
--------------------------------------------------------------*/

.afiliere {
    max-width: 1200px;
    margin: 2rem auto 3rem;
		padding: 0 2rem;
}

.afiliere > h2 {
    font-size: 2.5rem;
    color: #820D7A;
    margin: 0 0 3rem 0;
    padding: 0;
    text-align: center;
    position: relative;
}

.afiliere > h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #820D7A, #c24b83);
    margin: 1rem auto 0;
    border-radius: 2px;
}

/* Grid pentru carduri */
.afiliere-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Carduri cu fundal semi-transparent */
.afiliere-bloc {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: var(--tcpt-border-radius);
    padding: 1rem 1.5rem;
		box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
		animation-delay: 0.1s;
}

/* Efect de strălucire la hover */
.afiliere-bloc:hover {
    background: rgba(255, 255, 255, 0.45);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -15px rgba(130, 13, 122, 0.3);
		animation-delay: 0.1s;
}

/* Banda colorată în partea de sus a fiecărui card */
.afiliere-bloc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #820D7A, #c24b83);
    opacity: 0.7;
}

/* Culori diferite pentru benzile superioare */
.afiliere-bloc:nth-child(1)::before { background: linear-gradient(90deg, #820D7A, #c24b83); } /* Cine se poate afilia */
.afiliere-bloc:nth-child(2)::before { background: linear-gradient(90deg, #2B8054, #1DBF6C); } /* Procedura */
.afiliere-bloc:nth-child(3)::before { background: linear-gradient(90deg, #07989e, #2B8054); } /* Cotizații */
.afiliere-bloc:nth-child(4)::before { background: linear-gradient(90deg, #c24b83, #D846C4); } /* Drepturi */
.afiliere-bloc:nth-child(5)::before { background: linear-gradient(90deg, #94285b, #c24b83); } /* Obligații */
.afiliere-bloc:nth-child(6)::before { background: linear-gradient(90deg, #820D7A, #94285b); } /* Beneficii */
.afiliere-bloc:nth-child(7)::before { background: linear-gradient(90deg, #D846C4, #820D7A); } /* Încetare */
.afiliere-bloc:nth-child(8)::before { background: linear-gradient(90deg, #2B8054, #07989e); } /* CTA */

/* Tipografie */
.afiliere-bloc h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #820D7A;
    margin: 0.5rem 0 1rem 0;
    padding: 0;
    position: relative;
}

.afiliere-bloc p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin: 0 0 1rem 0;
}

.afiliere-bloc p:last-child {
    margin-bottom: 0;
}

.afiliere-bloc ul, 
.afiliere-bloc ol {
    margin: 0.5rem 0 1rem 0;
    padding-left: 1.5rem;
}

.afiliere-bloc li {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0.5rem;
}

.afiliere-bloc li:last-child {
    margin-bottom: 0;
}

/* Stil special pentru CTA */
.afiliere-cta {
    background: rgba(130, 13, 122, 0.1);
    border: 2px solid rgba(130, 13, 122, 0.2);
}

.afiliere-cta h3 {
    color: #820D7A;
    font-size: 2rem;
    text-align: center;
}

.afiliere-cta p {
    text-align: center;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}

/* Media queries */
@media screen and (max-width: 899px) {
    .afiliere {
        padding: 0 1.5rem;
    }
    
    .afiliere > h2 {
        font-size: 2.2rem;
    }
    
    .afiliere-bloc {
        padding: 1.8rem 2rem;
    }
    
    .afiliere-bloc h3 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 600px) {
    .afiliere {
        padding: 0 1rem;
    }
    
    .afiliere > h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    
    .afiliere-grid {
        gap: 1.2rem;
    }
    
    .afiliere-bloc {
        padding: 1.5rem;
    }
    
    .afiliere-bloc h3 {
        font-size: 1.4rem;
        margin-top: 0.2rem;
    }
    
    .afiliere-bloc p,
    .afiliere-bloc li {
        font-size: 1rem;
        line-height: 1.5;
    }
    
    .afiliere-cta h3 {
        font-size: 1.6rem;
    }
    
    .afiliere-cta p {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 480px) {
    .afiliere > h2 {
        font-size: 1.5rem;
    }
    
    .afiliere-bloc {
        padding: 1.2rem;
    }
    
    .afiliere-bloc h3 {
        font-size: 1.3rem;
    }
    
    .afiliere-cta h3 {
        font-size: 1.4rem;
    }
}

/* ================================
ASOCIATII EUROPA 
==================================*/

.asociatii-hero-section {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
    
    /* Înălțime controlată ca la hero pe home */
    min-height: calc(50vw * 710 / 1724);
    max-height: 70vh;
    
    margin-top: -22px !important;
    margin-bottom: 2rem !important;
}

.asociatii-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url('/images/asociatii-patronale-europa.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: gentleZoom 1.2s ease-out forwards;
    z-index: 1;
}

.asociatii-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
}

/*  =======================================

END POST ASOCIATII EUROPA

*/ 

.single-post article header h1 {
    font-size: 2rem !important; /* Reduce h1*/
}

.single-post article h2 {
    font-size: 1.4rem !important; /* Acesta va funcționa pentru toate H2-urile din articol */
}


/* ====================================================
   CORECTĂRI PENTRU LANDSCAPE PE MOBIL - TOATE SECȚIUNILE
   ==================================================== */

/* Detectăm landscape pe dispozitive mobile */
@media screen and (max-width: 932px) and (orientation: landscape) {
    
    /* Reset pentru toate secțiunile în landscape */
    .home .hero-section,
    .home .mission-section,
    .home .why-pasru-section,
    .home .domains-section,
    .home .join-section,
    .structura-organizatiei,
    .despre-pasru,
    .afiliere {
        position: relative;
        clear: both;
        margin-bottom: 1rem !important;
    }
    
    /* ===== PRIMA SECȚIUNE (hero) ===== */
    .home .hero-section {
        min-height: auto !important;
        height: auto !important;
        margin-bottom: 1rem !important;
    }
    
    .home .hero-section .hero-content {
        padding: 1rem 1rem !important;
    }
    
    .home .hero-section .hero-text h1 {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .home .hero-section .hero-text .subtitle {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    /* Cardurile în landscape - pe orizontală */
    .home .hero-section .feature-columns,
    .home .why-pasru-section .why-pasru-columns {
        flex-direction: row !important;
        gap: 0.8rem !important;
        margin: 0.5rem 0 !important;
    }
    
    .home .hero-section .feature-box,
    .home .why-pasru-section .why-pasru-box {
        padding: 0.8rem !important;
        min-width: auto !important;
    }
    
    .home .hero-section .feature-icon,
    .home .why-pasru-section .why-pasru-icon {
        width: 40px !important;
        height: 40px !important;
        padding: 0.4rem !important;
        margin-bottom: 0.3rem !important;
    }
    
    .home .hero-section .feature-box h3,
    .home .why-pasru-section .why-pasru-box h3 {
        font-size: 0.8rem !important;
        margin-bottom: 0.2rem !important;
    }
    
    .home .hero-section .feature-box p,
    .home .why-pasru-section .why-pasru-box p {
        font-size: 0.65rem !important;
        line-height: 1.1 !important;
    }
    
    /* Butoanele în landscape */
    .home .hero-section .hero-buttons {
        margin-top: 0.5rem !important;
        gap: 0.8rem !important;
    }
    
    .home .hero-section .btn {
        padding: 0.4rem 0.8rem !important;
        font-size: 0.8rem !important;
    }
    
    /* ===== MISIUNE ===== */
    .home .mission-section {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
        padding: 0 1rem !important;
    }
    
    .home .mission-header {
        margin-bottom: 0.5rem !important;
    }
    
    .home .mission-header h2 {
        font-size: 1.3rem !important;
    }
    
    .home .mission-icon {
        width: 35px !important;
        height: 35px !important;
    }
    
    .home .mission-card {
        padding: 0.8rem !important;
    }
    
    .home .mission-card p {
        font-size: 0.8rem !important;
        line-height: 1.2 !important;
    }
    
    /* ===== DE CE PASRU? ===== */
    .home .why-pasru-section {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .home .why-pasru-section .why-pasru-content {
        padding: 0.8rem !important;
    }
    
    .home .why-pasru-section .why-pasru-header {
        margin-bottom: 0.5rem !important;
    }
    
    .home .why-pasru-section .why-pasru-header h2 {
        font-size: 1.3rem !important;
    }
    
    /* ===== DOMENII ===== */
    .home .domains-section {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
        padding: 0 1rem !important;
    }
    
    .home .domains-header {
        margin-bottom: 0.5rem !important;
    }
    
    .home .domains-header h2 {
        font-size: 1.3rem !important;
    }
    
    .home .domains-icon {
        width: 35px !important;
        height: 35px !important;
    }
    
    .home .domains-card {
        padding: 0.8rem !important;
    }
    
    .home .domains-list {
        padding-left: 1rem !important;
        margin: 0.3rem 0 !important;
    }
    
    .home .domains-list li {
        font-size: 0.75rem !important;
        line-height: 1.1 !important;
        margin-bottom: 0.2rem !important;
    }
    
    /* ===== STRUCTURĂ ORGANIZAȚIONALĂ ===== */
    .home .struct-section {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .home .struct-section .struct-content {
        padding: 0.8rem !important;
    }
    
    .home .struct-section .struct-header h2 {
        font-size: 1.3rem !important;
    }
    
    .home .struct-section .struct-header h3 {
        font-size: 1rem !important;
    }
    
    .home .struct-section .struct-text p {
        font-size: 0.8rem !important;
        line-height: 1.2 !important;
    }
    
    .home .struct-section .btn {
        padding: 0.4rem 0.8rem !important;
        font-size: 0.8rem !important;
    }
    
    /* ===== DEVENIȚI MEMBRU ===== */
    .home .join-section {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
        padding: 0 1rem !important;
    }
    
    .home .join-header {
        margin-bottom: 0.5rem !important;
    }
    
    .home .join-header h2 {
        font-size: 1.3rem !important;
    }
    
    .home .join-icon {
        width: 35px !important;
        height: 35px !important;
    }
    
    .home .join-card {
        padding: 0.8rem !important;
    }
    
    .home .join-card h3 {
        font-size: 1.1rem !important;
        margin-bottom: 0.2rem !important;
    }
    
    .home .join-card h4 {
        font-size: 0.9rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .home .join-card p {
        font-size: 0.8rem !important;
        line-height: 1.2 !important;
        margin-bottom: 0.5rem !important;
    }
    
    .home .join-card .btn {
        padding: 0.4rem 0.8rem !important;
        font-size: 0.8rem !important;
    }
    
    /* ===== PAGINA STRUCTURA ===== */
    .structura-organizatiei {
        padding: 0 1rem !important;
        margin-top: 0.5rem !important;
    }
    
    .structura-organizatiei > h2 {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
    
    .structura-organizatiei .structura-bloc {
        padding: 1rem !important;
        margin-bottom: 1rem !important;
    }
    
    .structura-organizatiei .structura-bloc h3 {
        font-size: 1.2rem !important;
        margin-bottom: 0.3rem !important;
    }
    
    .structura-organizatiei .structura-bloc h4 {
        font-size: 1rem !important;
    }
    
    .structura-organizatiei .structura-bloc p,
    .structura-organizatiei .structura-bloc li {
        font-size: 0.8rem !important;
        line-height: 1.2 !important;
    }
    
    /* ===== PAGINA DESPRE ===== */
    .despre-pasru {
        padding: 0 1rem !important;
        margin-top: 0.5rem !important;
    }
    
    .despre-pasru > h2 {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
    
    .despre-pasru .despre-bloc {
        padding: 1rem !important;
        margin-bottom: 1rem !important;
    }
    
    .despre-pasru .despre-header {
        margin-bottom: 0.5rem !important;
    }
    
    .despre-pasru .despre-header h3 {
        font-size: 1.1rem !important;
    }
    
    .despre-pasru .despre-icon {
        width: 30px !important;
        height: 30px !important;
    }
    
    .despre-pasru .despre-bloc p,
    .despre-pasru .despre-bloc li {
        font-size: 0.8rem !important;
        line-height: 1.2 !important;
    }
    
    /* ===== PAGINA AFILIERE ===== */
    .afiliere {
        padding: 0 1rem !important;
        margin-top: 0.5rem !important;
    }
    
    .afiliere > h2 {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
    
    .afiliere .afiliere-bloc {
        padding: 1rem !important;
        margin-bottom: 1rem !important;
    }
    
    .afiliere .afiliere-bloc h3 {
        font-size: 1.1rem !important;
        margin-bottom: 0.3rem !important;
    }
    
    .afiliere .afiliere-bloc p,
    .afiliere .afiliere-bloc li {
        font-size: 0.8rem !important;
        line-height: 1.2 !important;
    }
    
    .afiliere .afiliere-cta h3 {
        font-size: 1.2rem !important;
    }
    
    /* ===== ORGANIGRAMĂ ===== */
    .organigrama-section {
        padding: 0 1rem !important;
        margin: 1rem auto !important;
    }
    
    .organigrama-card {
        padding: 1rem !important;
    }
}

.post-meta {display: none}