:root{--blue:#0A4DA3;--blue-dark:#052B5F;--red:#E31E24;--light:#F5F7FA;--text:#1E293B;--muted:#64748B;--border:#E2E8F0;--white:#fff;--radius:16px;--shadow:0 12px 30px rgba(5,43,95,.10)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(1360px,calc(100% - 32px));margin:auto}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:12px;top:12px;background:#fff;z-index:999;padding:10px}.topbar{background:var(--blue-dark);color:#fff;font-size:14px}.topbar-inner{display:flex;gap:18px;align-items:center;justify-content:space-between;min-height:38px}.top-menu{display:flex;gap:16px;margin:0;padding:0;list-style:none}.top-actions{display:flex;gap:14px}.brandbar{background:#fff}.brandbar-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:18px 0}.site-logo img,.custom-logo{max-height:120px;width:auto}.header-search{display:flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:#fff}.header-search input{border:0;padding:12px 16px;min-width:260px;outline:0}.header-search button{border:0;background:var(--blue);color:#fff;padding:12px 18px;font-weight:700}.mainnav{background:var(--blue-dark);box-shadow:var(--shadow);position:sticky;top:0;z-index:99}.nav-inner{display:flex;align-items:center}.primary-menu{display:flex;align-items:center;gap:0;margin:0;padding:0;list-style:none}.primary-menu a{display:block;color:#fff;font-weight:800;font-size:14px;padding:16px 18px;text-transform:uppercase}.primary-menu a:hover,.primary-menu .current-menu-item>a{background:var(--blue)}.menu-toggle{display:none;background:var(--blue);color:#fff;border:0;padding:13px 16px;font-weight:800}.breaking{background:#fff;border-bottom:1px solid var(--border)}.breaking .container{display:flex;align-items:center;gap:18px;padding:14px 0}.breaking strong{background:var(--red);color:#fff;border-radius:6px;padding:8px 14px;font-size:13px}.ticker{display:flex;gap:26px;overflow:hidden;white-space:nowrap}.ticker a:before{content:'• ';color:var(--red)}.home-hero{padding:30px 0;background:linear-gradient(180deg,#fff,var(--light))}.hero-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}.hero-main{grid-row:span 2;position:relative;border-radius:var(--radius);overflow:hidden;min-height:440px;background:var(--blue-dark)}.hero-main img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-main:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.82))}.hero-overlay{position:absolute;z-index:2;left:28px;right:28px;bottom:26px;color:#fff}.hero-overlay h1{font-size:36px;line-height:1.08;margin:12px 0}.civ-badge{display:inline-block;background:var(--blue);color:#fff;border-radius:6px;padding:5px 9px;font-size:12px;font-weight:900;text-transform:uppercase}.section{padding:36px 0}.section-soft{background:var(--light)}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;border-bottom:3px solid var(--blue);padding-bottom:8px}.section-head h2{margin:0;color:var(--blue-dark);font-size:24px;text-transform:uppercase}.section-head a{color:var(--blue);font-weight:800}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cards-grid.compact{grid-template-columns:repeat(3,1fr)}.civ-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 6px 18px rgba(15,23,42,.06);transition:.2s}.civ-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.civ-card-thumb{height:190px;background:linear-gradient(135deg,var(--blue),var(--blue-dark));display:block;overflow:hidden}.civ-card-thumb img{width:100%;height:100%;object-fit:cover}.placeholder-thumb{height:100%;display:grid;place-items:center;color:#fff;font-size:42px;font-weight:900}.civ-card-body{padding:16px}.civ-card h3{font-size:20px;line-height:1.2;margin:10px 0}.civ-card p{color:var(--muted);margin:0 0 10px}.civ-meta{font-size:13px;color:var(--muted)}.hero-small .civ-card-thumb{height:120px}.hero-small p{display:none}.discover-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.discover-card{min-height:145px;border-radius:var(--radius);padding:18px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:linear-gradient(135deg,var(--blue),var(--blue-dark));position:relative;overflow:hidden}.discover-card:after{content:'';position:absolute;right:-30px;top:-30px;width:110px;height:110px;border-radius:50%;border:20px solid rgba(255,255,255,.12)}.discover-card span{font-size:20px;font-weight:900;z-index:1}.discover-card small{z-index:1}.radio-band{background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff}.radio-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.btn{display:inline-block;background:var(--blue);color:#fff;border-radius:999px;padding:10px 18px;font-weight:900}.btn-light{background:#fff;color:var(--blue-dark)}.radio-player{font-size:44px;font-weight:900}.radio-player span{font-size:14px;background:var(--red);border-radius:6px;padding:5px 8px;vertical-align:middle}.guide-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.guide-grid a{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px;text-align:center;font-weight:900;color:var(--blue-dark);box-shadow:0 5px 14px rgba(15,23,42,.05)}.content-layout{display:grid;grid-template-columns:1fr 330px;gap:34px;padding:34px 0}.posts-list .list-card{display:grid;grid-template-columns:260px 1fr;margin-bottom:18px}.posts-list .list-card .civ-card-thumb{height:100%}.sidebar .widget{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px;margin-bottom:18px;box-shadow:0 6px 18px rgba(15,23,42,.05)}.widget-title{margin-top:0;color:var(--blue-dark);border-bottom:2px solid var(--blue);padding-bottom:8px}.breadcrumbs{font-size:14px;color:var(--muted);margin-bottom:18px}.breadcrumbs a{color:var(--blue);font-weight:700}.single-article,.page-article{background:#fff}.single-header h1{font-size:42px;line-height:1.12;margin:8px 0 12px;color:var(--blue-dark)}.single-meta{color:var(--muted);font-size:14px}.single-thumb{margin:24px 0}.single-thumb img,.page-thumb{border-radius:var(--radius)}.entry-content{font-size:18px}.entry-content a{color:var(--blue);text-decoration:underline}.share-box{margin:28px 0;padding:16px;background:var(--light);border-radius:var(--radius)}.site-footer{background:var(--blue-dark);color:#fff;margin-top:40px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px;padding:38px 0}.footer-logo{max-width:260px;background:#fff;border-radius:10px;padding:8px}.footer-bottom{background:#031b3c;padding:14px 0;color:#cbd5e1}.archive-header h1{color:var(--blue-dark)}

/* CIV top header: dată, meteo, social */
.topbar{background:#fff;color:var(--blue-dark);border-bottom:1px solid var(--border);font-size:14px}
.topbar-inner{display:flex;gap:18px;align-items:center;justify-content:space-between;min-height:42px}
.top-left{display:flex;align-items:center;gap:22px;font-weight:800}
.civ-datetime{white-space:nowrap;color:var(--blue-dark)}
.weather-box{display:flex;align-items:center;gap:7px;color:var(--blue-dark)}
.weather-box strong{color:var(--red)}
.weather-icon{color:#f7b500;filter:drop-shadow(0 0 5px rgba(247,181,0,.35));animation:civWeatherPulse 2.4s ease-in-out infinite}
@keyframes civWeatherPulse{0%,100%{transform:rotate(0deg) scale(1)}50%{transform:rotate(14deg) scale(1.12)}}
.top-right{display:flex;align-items:center;gap:13px}
.social-icons a{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#fff;transition:.2s;font-size:17px}
.social-icons a:hover{transform:translateY(-2px);box-shadow:0 6px 14px rgba(15,23,42,.14)}
.wsocial-icon{font-weight:900;font-family:Arial,sans-serif;font-size:15px;color:#000}

/* CIV brand logo: element principal de prestigiu */
.brandbar{background:linear-gradient(180deg,#fff,#f8fbff)}
.brandbar-inner{align-items:center;justify-content:center;position:relative;padding:22px 0 18px}
.site-logo,.custom-logo-link{display:flex;justify-content:center;align-items:center}
.site-logo img,.custom-logo{max-height:150px;width:auto;filter:none;opacity:1}
.header-search{position:absolute;right:0;top:50%;transform:translateY(-50%)}

/* Footer legal + hosting */
.footer-legal-links{list-style:none;margin:16px 0 0;padding:0}
.footer-legal-links li{margin:7px 0}.footer-legal-links a,.footer-bottom a{color:#fff;text-decoration:underline;text-underline-offset:3px}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}.footer-logo{max-width:320px}

/* Cookie banner */
.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:9999;background:#fff;color:var(--text);border:1px solid var(--border);border-left:6px solid var(--red);border-radius:16px;box-shadow:0 18px 50px rgba(5,43,95,.22);padding:16px;display:none;align-items:center;justify-content:space-between;gap:18px;max-width:1120px;margin:auto}.cookie-banner.is-visible{display:flex}.cookie-text{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center}.cookie-text strong{color:var(--blue-dark)}.cookie-text a{color:var(--blue);font-weight:800;text-decoration:underline;text-underline-offset:3px}.cookie-banner button{border:0;background:var(--blue);color:#fff;border-radius:999px;padding:10px 18px;font-weight:900;cursor:pointer;white-space:nowrap}.cookie-banner button:hover{background:var(--blue-dark)}



/* CIV v1.0.3: revine la structură elegantă, cu logo de prestigiu și meniu separat */
.site-header{background:#fff;box-shadow:0 8px 24px rgba(5,43,95,.08);position:relative;z-index:100}
.brandbar{display:block;background:linear-gradient(180deg,#fff,#f8fbff)}
.brandbar-inner{display:flex;align-items:center;justify-content:center;position:relative;padding:22px 0 18px;min-height:150px}
.brand-spacer{width:290px;visibility:hidden}
.brand-logo-wrap{display:flex;justify-content:center;align-items:center;flex:1}
.brand-logo-wrap .site-logo,.brand-logo-wrap .custom-logo-link{display:flex;justify-content:center;align-items:center}
.brand-logo-wrap img,.brand-logo-wrap .custom-logo{max-height:150px;width:auto;filter:none;opacity:1}
.brandnav{display:none}
.header-search{position:absolute;right:0;top:50%;transform:translateY(-50%);max-width:290px}
.mainnav{background:var(--blue-dark);box-shadow:var(--shadow);position:sticky;top:0;z-index:99}
.nav-inner{display:flex;align-items:center;justify-content:center}
.primary-menu{justify-content:center;flex-wrap:wrap}
.primary-menu a{color:#fff;border-radius:0;font-size:14px;padding:16px 15px}
.primary-menu a:hover,.primary-menu .current-menu-item>a{background:var(--blue);color:#fff}

/* Homepage cu stânga Orașul Costești, centru conținut, dreapta reclame */
.home-portal{background:#fff;padding:22px 0 0}
.portal-grid{display:grid;grid-template-columns:260px minmax(0,1fr) 300px;gap:24px;align-items:start}
.portal-main{min-width:0}
.portal-main .home-hero{padding:0 0 24px;background:transparent}
.portal-main .section{padding:28px 0}
.portal-main .section:first-of-type{padding-top:14px}
.portal-main .hero-grid{grid-template-columns:1.6fr 1fr;gap:14px}
.portal-main .hero-main{min-height:380px}
.portal-main .hero-overlay h1{font-size:30px}
.portal-main .hero-small:nth-of-type(n+4){display:none}
.city-column,.ads-column{position:sticky;top:76px;align-self:start}
.city-box,.ad-box{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 6px 18px rgba(15,23,42,.06)}
.city-box{padding:18px;border-top:5px solid var(--blue)}
.city-box h3{margin:0 0 8px;color:var(--blue-dark);font-size:20px;text-transform:uppercase;line-height:1.15}
.city-box p{margin:0 0 14px;color:var(--muted);font-size:14px}
.city-links{list-style:none;margin:0;padding:0}
.city-links li{border-top:1px solid var(--border)}
.city-links li:first-child{border-top:0}
.city-links a{display:block;padding:10px 0;font-weight:800;color:var(--blue-dark);font-size:14px}
.city-links a:hover{color:var(--red);padding-left:4px}
.city-links .children{list-style:none;margin:0 0 8px 12px;padding:0;border-left:2px solid var(--border)}
.city-links .children a{font-weight:700;font-size:13px;padding:7px 0 7px 10px;color:var(--muted)}
.ads-column .widget{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:18px;box-shadow:0 6px 18px rgba(15,23,42,.06)}
.ad-box{height:250px;margin-bottom:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#fff,var(--light));border:2px dashed #cbd5e1;color:var(--blue-dark);padding:18px}
.ad-box span{font-size:12px;font-weight:900;color:var(--red);letter-spacing:.1em}
.ad-box strong{font-size:24px;margin-top:8px}.ad-box small{color:var(--muted);margin-top:8px}.ad-box.tall{height:520px}

/* CIV v1.1.0 - finisare structură, Orașul Costești și reclame personalizabile */
.header-ad-wrap{padding:14px 0 0}.header-ad{display:flex;justify-content:center}.header-ad:empty,.home-top-ad:empty,.footer-ad:empty{display:none}.home-top-ad-wrap{padding:18px 0 0}.footer-ad-wrap{padding:0 0 28px}.civ-ad-zone{max-width:100%;overflow:hidden}.civ-ad-zone iframe,.civ-ad-zone ins{max-width:100%}.civ-ad-zone img{max-width:100%;height:auto;margin:auto}.civ-ad-article{margin:28px 0;text-align:center}

.site-header{background:#fff;box-shadow:0 8px 24px rgba(5,43,95,.08);position:relative;z-index:100}.brandbar{background:linear-gradient(180deg,#fff,#f8fbff)}.brandbar-inner{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:20px 0;min-height:132px}.brand-spacer{display:none}.brand-logo-wrap{display:flex;align-items:center;justify-content:flex-start;flex:0 1 650px}.brand-logo-wrap .site-logo,.brand-logo-wrap .custom-logo-link{display:flex;align-items:center;justify-content:flex-start}.brand-logo-wrap img,.brand-logo-wrap .custom-logo{max-height:132px;width:auto;filter:none;opacity:1}.header-search{position:static;transform:none;max-width:360px;margin-left:auto}.header-search input{min-width:270px}.nav-inner{justify-content:center}.primary-menu{justify-content:center;flex-wrap:wrap}.primary-menu a{font-size:14px;padding:16px 15px}

.home-portal{background:#fff;padding:22px 0 0}.portal-grid{display:grid;grid-template-columns:300px minmax(0,1fr) 320px;gap:26px;align-items:start}.portal-main{min-width:0}.city-column,.ads-column{position:sticky;top:76px;align-self:start}.city-box{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 10px 24px rgba(5,43,95,.08);overflow:hidden;padding:0;border-top:0}.city-box-head{padding:18px 18px 16px;background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff}.city-kicker{display:inline-block;background:var(--red);color:#fff;border-radius:999px;padding:3px 10px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;margin-bottom:9px}.city-box h3{margin:0 0 8px;color:#fff;font-size:21px;text-transform:uppercase;line-height:1.15}.city-box p{margin:0;color:#dbeafe;font-size:14px}.city-links{list-style:none;margin:0;padding:8px 16px 10px;background:#fff}.city-links li{border-top:1px solid var(--border)}.city-links li:first-child{border-top:0}.city-links a{display:block;padding:11px 0;font-weight:800;color:var(--blue-dark);font-size:14px;line-height:1.25}.city-links a:before{content:'›';display:inline-block;margin-right:7px;color:var(--red);font-weight:900}.city-links a:hover{color:var(--red);padding-left:4px}.city-links .sub-menu,.city-links .children{list-style:none;margin:0 0 8px 10px;padding:0;border-left:2px solid var(--border)}.city-links .sub-menu a,.city-links .children a{font-weight:700;font-size:13px;padding:7px 0 7px 10px;color:var(--muted)}.city-more{display:block;margin:0 16px 16px;background:var(--blue);color:#fff;text-align:center;border-radius:999px;padding:10px 12px;font-weight:900}.city-more:hover{background:var(--blue-dark)}

.ads-column .widget{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:18px;box-shadow:0 6px 18px rgba(15,23,42,.06)}.ads-column .civ-ad-zone{margin-bottom:18px}.ad-box{height:250px;margin-bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#fff,var(--light));border:2px dashed #cbd5e1;border-radius:18px;color:var(--blue-dark);padding:18px}.ad-box span{font-size:12px;font-weight:900;color:var(--red);letter-spacing:.1em}.ad-box strong{font-size:24px;margin-top:8px}.ad-box small{color:var(--muted);margin-top:8px}.ad-box.tall{height:520px}

/* CIV v1.1.1 - aerisire, font elegant cu diacritice și carduri simetrice */
:root{
  --serif:"Times New Roman", Georgia, "DejaVu Serif", serif;
}
body{
  font-family: Inter, Arial, sans-serif;
  letter-spacing:.005em;
}
h1,h2,h3,h4,h5,h6,
.primary-menu a,
.city-box h3,
.city-links a,
.civ-card h3,
.hero-overlay h1,
.section-head h2,
.ad-box strong,
.btn,
.civ-badge{
  font-family:var(--serif);
  font-weight:700;
  letter-spacing:.01em;
}
.container{width:min(1440px,calc(100% - 56px));}
.brandbar-inner{min-height:118px;padding:18px 0;gap:46px;}
.brand-logo-wrap{flex:0 1 620px;}
.brand-logo-wrap img,.brand-logo-wrap .custom-logo{max-height:112px;}
.header-search{max-width:330px;}
.header-search input{min-width:245px;padding:11px 16px;}
.mainnav{box-shadow:0 8px 20px rgba(5,43,95,.12)}
.primary-menu{gap:4px;}
.primary-menu a{font-size:15px;padding:15px 18px;line-height:1.1;}
.breaking .container{padding:16px 0;}
.breaking strong{padding:10px 16px;border-radius:8px;font-family:var(--serif);}

.home-portal{padding:30px 0 0;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.portal-grid{grid-template-columns:310px minmax(0,1fr) 310px;gap:34px;align-items:start;}
.portal-main .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch;}
.portal-main .hero-main{min-height:420px;height:100%;border-radius:20px;box-shadow:0 12px 28px rgba(5,43,95,.14)}
.portal-main .hero-overlay{left:26px;right:26px;bottom:26px;}
.portal-main .hero-overlay h1{font-size:34px;line-height:1.08;}
.portal-main .hero-overlay p{font-size:16px;line-height:1.45;}
.hero-small{height:199px;display:grid;grid-template-columns:42% 58%;border-radius:20px;}
.hero-small .civ-card-thumb{height:199px;}
.hero-small .civ-card-body{padding:14px 16px;display:flex;flex-direction:column;justify-content:center;}
.hero-small .civ-card h3{font-size:18px;line-height:1.16;margin:8px 0;}
.hero-small .civ-meta{font-size:12px;}
.hero-small:nth-of-type(n+4){display:grid!important;}
.portal-main .hero-small:nth-of-type(n+4){display:none!important;}

.city-column,.ads-column{top:82px;}
.city-box,.ads-column .widget,.ad-box,.civ-card{border-radius:20px;}
.city-box{box-shadow:0 12px 26px rgba(5,43,95,.10)}
.city-box-head{padding:22px 20px 18px;}
.city-kicker{font-family:Inter,Arial,sans-serif;font-size:11px;padding:4px 11px;}
.city-box h3{font-size:24px;line-height:1.05;margin-bottom:10px;}
.city-box p{font-size:15px;line-height:1.35;}
.city-links{padding:10px 20px 12px;}
.city-links a{font-size:15px;line-height:1.22;padding:12px 0;}
.city-links a:before{margin-right:8px;}
.city-more{margin:2px 20px 20px;padding:11px 14px;}

.ad-box{height:250px;box-shadow:0 10px 24px rgba(5,43,95,.08);background:linear-gradient(180deg,#fff,#f7fbff);}
.ad-box + .ad-box,.ads-column .civ-ad-zone + .civ-ad-zone{margin-top:20px;}
.ad-box strong{font-size:25px;line-height:1.15;}
.ad-box.tall{height:520px;}

.section{padding:38px 0;}
.portal-main .section{padding:34px 0;}
.section-head{margin-bottom:22px;}
.section-head h2{font-size:25px;}
.cards-grid,.cards-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch;}
.civ-card{height:100%;display:flex;flex-direction:column;}
.civ-card-thumb{height:200px;flex:0 0 200px;}
.civ-card-body{padding:18px;display:flex;flex-direction:column;flex:1;}
.civ-card h3{font-size:21px;line-height:1.18;}
.civ-card p{font-size:15px;line-height:1.45;}
.discover-grid{gap:20px;grid-template-columns:repeat(5,minmax(0,1fr));}
.discover-card{min-height:170px;border-radius:20px;}
.discover-card span{font-family:var(--serif);font-size:22px;}
.guide-grid{gap:18px;}
.guide-grid a{border-radius:18px;font-family:var(--serif);font-size:17px;min-height:86px;display:flex;align-items:center;justify-content:center;}

@media (max-width:1200px){
  .container{width:min(100% - 34px,1180px)}
  .portal-grid{grid-template-columns:280px minmax(0,1fr) 280px;gap:24px;}
  .primary-menu a{font-size:14px;padding:14px 13px;}
  .brand-logo-wrap img,.brand-logo-wrap .custom-logo{max-height:98px;}
}

/* CIV v1.1.2 - reorganizare vizibilă: header, logo, coloane, fonturi, carduri simetrice */
:root{
  --display-serif:"Merriweather", Georgia, "Times New Roman", serif;
  --body-sans:"Source Sans 3", Inter, Arial, sans-serif;
}
body{font-family:var(--body-sans);font-size:17px;background:#fff;color:var(--text)}
h1,h2,h3,h4,h5,h6,.primary-menu a,.city-box h3,.city-menu-section h4,.city-links a,.civ-card h3,.hero-overlay h1,.section-head h2,.ad-box strong,.civ-badge{font-family:var(--display-serif);font-weight:900;letter-spacing:-.012em}.container{width:min(1500px,calc(100% - 64px));}
.topbar{background:#fff;color:var(--blue-dark);border-bottom:1px solid #e6edf7}.topbar-inner{min-height:36px}.weather-icon{color:#ffc400}.weather-box strong{color:var(--red)}.top-right.social-icons{gap:18px}.top-right.social-icons a{font-size:16px}
.site-header{box-shadow:0 6px 18px rgba(5,43,95,.06)}.brandbar{background:#fff}.brandbar-inner{min-height:108px;padding:16px 0;display:grid;grid-template-columns:minmax(390px,520px) minmax(260px,1fr);gap:32px;align-items:center}.brand-logo-wrap{flex:initial;justify-content:flex-start;min-width:0}.brand-logo-wrap img,.brand-logo-wrap .custom-logo,.site-logo img{max-height:106px!important;max-width:520px;width:auto!important;object-fit:contain}.header-search{justify-self:end;width:min(420px,100%);max-width:420px}.header-search input{min-width:0;width:100%;font-size:15px}.mainnav{position:relative;top:auto;box-shadow:0 7px 18px rgba(5,43,95,.16)}.nav-inner{justify-content:center}.primary-menu{gap:6px;justify-content:center}.primary-menu a{font-size:15px;padding:16px 18px;line-height:1;text-transform:uppercase}.breaking .container{padding:12px 0}.breaking strong{min-width:66px;text-align:center;font-family:var(--display-serif);font-size:12px;line-height:1.1;padding:9px 12px}.ticker{font-size:16px}
.home-portal{padding:34px 0 0;background:#fff}.portal-grid{grid-template-columns:340px minmax(620px,1fr) 340px;gap:36px;align-items:start}.portal-main{min-width:0}.city-column,.ads-column{position:sticky;top:24px;align-self:start}.city-box-premium{border-radius:22px;border:1px solid #d7e2f1;box-shadow:0 16px 34px rgba(5,43,95,.12);overflow:hidden;background:#fff}.city-box-head{padding:22px 22px 20px;background:linear-gradient(135deg,#052B5F 0%,#0A4DA3 100%)}.city-kicker{font-family:var(--body-sans);font-size:12px;letter-spacing:.08em}.city-box h3{font-size:25px;margin:4px 0 8px}.city-box p{font-size:15px;line-height:1.35;color:#e8f1ff}.city-menu-section{padding:18px 20px 4px;border-bottom:1px solid #e6edf7}.city-menu-section:last-of-type{border-bottom:0}.city-menu-section h4{margin:0 0 10px;color:var(--blue-dark);font-size:16px;line-height:1.25;display:flex;align-items:center;gap:8px}.city-menu-section h4 span{font-family:var(--body-sans);font-size:18px}.city-links{padding:0;margin:0;list-style:none}.city-links li{border-top:1px solid #edf2f7}.city-links li:first-child{border-top:0}.city-links a{display:block;padding:10px 0 10px 14px;font-size:14.5px;line-height:1.22;color:#062b61;position:relative}.city-links a:before{content:'›';position:absolute;left:0;color:var(--red);font-family:var(--body-sans);font-weight:900}.city-links a:hover{color:var(--red);padding-left:18px}.city-more{margin:16px 20px 22px;border-radius:999px;background:var(--blue);font-family:var(--display-serif);font-size:15px;padding:11px 14px;text-align:center;color:#fff;display:block}.city-more:hover{background:var(--blue-dark)}
.portal-main .home-hero{padding:0;background:transparent}.portal-main .hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(250px,.9fr);grid-template-rows:repeat(2,245px);gap:24px;align-items:stretch}.portal-main .hero-main{grid-row:1 / span 2;min-height:auto;height:100%;border-radius:22px;box-shadow:0 18px 34px rgba(5,43,95,.18)}.hero-main img{height:100%;object-fit:cover}.portal-main .hero-overlay h1{font-size:34px;line-height:1.08;margin:10px 0}.portal-main .hero-overlay p{font-size:16px}.hero-small{height:245px!important;display:flex!important;flex-direction:column;border-radius:22px;overflow:hidden}.hero-small .civ-card-thumb{height:112px!important;flex:0 0 112px}.hero-small .civ-card-body{padding:14px 16px;justify-content:flex-start}.hero-small .civ-card h3{font-size:18px;line-height:1.16;margin:9px 0 8px}.hero-small p{display:none!important}.hero-small:nth-of-type(n+4){display:none!important}.civ-badge{font-family:var(--body-sans);font-weight:900;letter-spacing:.02em;border-radius:7px}
.cards-grid,.cards-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.civ-card{border-radius:22px;border-color:#dce6f3;box-shadow:0 9px 20px rgba(5,43,95,.08);min-height:100%;overflow:hidden}.civ-card-thumb{height:190px;flex:0 0 190px}.civ-card-body{padding:18px}.civ-card h3{font-size:21px;line-height:1.18}.section-head h2{font-size:25px}.section{padding:38px 0}.discover-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.discover-card{min-height:156px;border-radius:22px}.guide-grid{grid-template-columns:repeat(3,1fr)}
.ads-column .civ-ad-zone,.ads-column .widget,.ad-box{border-radius:22px}.ad-box{height:250px!important;min-height:250px;width:100%;box-shadow:0 12px 26px rgba(5,43,95,.08);background:#fff;border:2px dashed #cbd8e8;margin-bottom:24px}.ad-box span{font-family:var(--body-sans);font-size:12px;color:var(--red)}.ad-box strong{font-size:25px}.ad-box.tall{height:250px!important}.ads-column .civ-ad-zone{margin-bottom:24px;min-height:250px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px dashed #cbd8e8;overflow:hidden}.ads-column .civ-ad-zone:empty{display:none}.ads-column .civ-ad-zone iframe,.ads-column .civ-ad-zone ins,.ads-column .civ-ad-zone img{max-width:100%!important;height:auto!important}
@media(max-width:1320px){.container{width:min(100% - 40px,1220px)}.portal-grid{grid-template-columns:300px minmax(0,1fr) 300px;gap:24px}.brandbar-inner{grid-template-columns:minmax(320px,460px) minmax(240px,1fr)}.brand-logo-wrap img,.brand-logo-wrap .custom-logo,.site-logo img{max-height:94px!important}.portal-main .hero-grid{grid-template-columns:1fr;grid-template-rows:auto}.portal-main .hero-main{min-height:430px}.hero-small{height:auto!important;display:grid!important;grid-template-columns:38% 62%;min-height:170px}.hero-small .civ-card-thumb{height:170px!important;flex:initial}.hero-small:nth-of-type(n+4){display:none!important}}
@media(max-width:980px){.brandbar-inner{grid-template-columns:1fr}.brand-logo-wrap{justify-content:center}.header-search{justify-self:center}.portal-grid{grid-template-columns:1fr}.city-column,.ads-column{position:static}.portal-main .hero-main{min-height:380px}.cards-grid,.cards-grid.compact,.discover-grid,.guide-grid{grid-template-columns:1fr}.container{width:calc(100% - 28px)}}

/* CIV v1.1.3 - pagini și articole în layout cu 3 coloane */
.page-portal{padding:34px 0 44px;}
.inner-grid{grid-template-columns:340px minmax(0,1fr) 340px;gap:36px;align-items:start;}
.inner-content{min-width:0;}
.elegant-article{background:#fff;border:1px solid #dbe6f3;border-radius:22px;box-shadow:0 14px 32px rgba(5,43,95,.08);padding:34px 42px;}
.elegant-article .single-header h1{margin:0 0 20px;color:#052B5F;font-family:var(--display-serif), Georgia, 'Times New Roman', serif;font-weight:900;font-size:clamp(34px,3vw,52px);line-height:1.08;letter-spacing:-.02em;}
.elegant-article .entry-content{font-size:18px;line-height:1.78;color:#10223f;}
.elegant-article .entry-content p{margin:0 0 18px;}
.elegant-article .single-thumb{margin:0 0 24px;}
.elegant-article .single-thumb img,.page-thumb{border-radius:18px;box-shadow:0 10px 24px rgba(5,43,95,.12);}
.civ-article-meta{display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;margin:0 0 24px;padding:12px 14px;border-radius:14px;background:#f5f8fc;border:1px solid #dbe6f3;color:#334155;font-family:var(--body-sans), Arial, sans-serif;font-size:14px;}
.civ-article-meta span{display:inline-flex;align-items:center;gap:4px;}
.civ-article-meta span:not(:last-child)::after{content:'•';margin-left:14px;color:#E31E24;font-weight:900;}
.single-footer{margin-top:30px;padding-top:20px;border-top:1px solid #dbe6f3;}
.share-box a{display:inline-block;margin-left:8px;color:#0A4DA3;font-weight:800;}
@media(max-width:1180px){.inner-grid{grid-template-columns:300px minmax(0,1fr);}.inner-grid .ads-column{display:none;}.elegant-article{padding:28px;}}
@media(max-width:900px){.inner-grid{grid-template-columns:1fr;}.inner-grid .city-column{position:static;}.elegant-article{padding:22px;}.elegant-article .entry-content{font-size:17px;}.civ-article-meta span:not(:last-child)::after{display:none;}}

/* CIV v1.1.4 - fix overflow imagini / embed-uri în pagini și articole */
.inner-grid,
.portal-grid{
  grid-template-columns:340px minmax(0,1fr) 340px;
}
.inner-content,
.portal-main,
.elegant-article,
.entry-content{
  min-width:0;
  max-width:100%;
}
.elegant-article{
  overflow:hidden;
}
.entry-content img,
.entry-content figure,
.entry-content .wp-caption,
.entry-content .wp-block-image,
.entry-content .wp-block-gallery,
.entry-content .wp-block-embed,
.entry-content .wp-block-video,
.entry-content video{
  max-width:100% !important;
  height:auto !important;
}
.entry-content img{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.entry-content iframe,
.entry-content embed,
.entry-content object{
  max-width:100% !important;
  width:100% !important;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.entry-content .wp-block-embed__wrapper{
  position:relative;
  width:100%;
  max-width:100%;
  aspect-ratio:16 / 9;
  overflow:hidden;
  border-radius:18px;
  background:#000;
}
.entry-content .wp-block-embed__wrapper iframe{
  position:absolute;
  inset:0;
  width:100% !important;
  height:100% !important;
}
.entry-content p > iframe{
  aspect-ratio:16 / 9;
  height:auto !important;
  min-height:320px;
}
.single-thumb img,
.page-article .entry-content img,
.single-article .entry-content img{
  border-radius:16px;
}
.ads-column{
  z-index:2;
}
.inner-content{
  z-index:1;
}
@media(max-width:1320px){
  .inner-grid,.portal-grid{grid-template-columns:300px minmax(0,1fr) 300px;}
}
@media(max-width:1180px){
  .inner-grid{grid-template-columns:300px minmax(0,1fr);} 
  .inner-grid .ads-column{display:none;}
}
@media(max-width:980px){
  .inner-grid,.portal-grid{grid-template-columns:1fr;}
  .entry-content p > iframe{min-height:240px;}
}

/* CIV v1.1.5 - logo cu prestanță și titluri editoriale echilibrate */
.brandbar-inner{
  min-height:132px !important;
  padding:20px 0 !important;
  grid-template-columns:minmax(470px, 620px) minmax(260px,1fr) !important;
}
.brand-logo-wrap img,
.brand-logo-wrap .custom-logo,
.site-logo img,
.custom-logo{
  width:520px !important;
  max-width:100% !important;
  max-height:none !important;
  height:auto !important;
  object-fit:contain !important;
  opacity:1 !important;
  filter:drop-shadow(0 3px 8px rgba(5,43,95,.14)) !important;
}
.header-search{
  width:min(440px,100%) !important;
  max-width:440px !important;
}

.elegant-article .single-header{
  margin-bottom:22px;
  padding-bottom:16px;
  border-bottom:1px solid #e6edf6;
}
.elegant-article .single-header h1,
.single-header h1{
  font-family:var(--display-serif), Georgia, 'Times New Roman', serif !important;
  font-size:clamp(30px, 2.15vw, 42px) !important;
  line-height:1.18 !important;
  letter-spacing:-.015em !important;
  color:#052B5F !important;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
  margin:0 0 14px !important;
}
.page-article .single-header h1{
  font-size:clamp(32px, 2.25vw, 44px) !important;
}
.single-meta,
.civ-article-meta{
  font-family:'Source Sans 3', Inter, Arial, sans-serif;
  font-size:15px;
  color:#52657f;
}
.elegant-article{
  padding:30px 36px !important;
}
.elegant-article .entry-content{
  font-family:'Source Sans 3', Inter, Arial, sans-serif;
  font-size:18px;
  line-height:1.72;
}

@media(max-width:1320px){
  .brandbar-inner{grid-template-columns:minmax(410px, 560px) minmax(240px,1fr) !important;}
  .brand-logo-wrap img,.brand-logo-wrap .custom-logo,.site-logo img,.custom-logo{width:470px !important;}
}
@media(max-width:980px){
  .brandbar-inner{grid-template-columns:1fr !important;min-height:auto !important;}
  .brand-logo-wrap{justify-content:center !important;}
  .brand-logo-wrap img,.brand-logo-wrap .custom-logo,.site-logo img,.custom-logo{width:min(460px,92vw) !important;}
  .header-search{justify-self:center !important;}
}
@media(max-width:640px){
  .brand-logo-wrap img,.brand-logo-wrap .custom-logo,.site-logo img,.custom-logo{width:min(330px,92vw) !important;}
  .elegant-article .single-header h1,.single-header h1{font-size:30px !important;line-height:1.18 !important;}
  .elegant-article{padding:22px !important;}
}


/* CIV v1.1.6 - banner C-Hosting.ro integrat */
.ads-column .civ-ad-sidebar_2{
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  min-height:auto !important;
  padding:0 !important;
}
.civ-hosting-banner{
  display:block;
  width:100%;
  max-width:300px;
  margin:0 auto;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(5,43,95,.12);
  transition:transform .2s ease, box-shadow .2s ease;
}
.civ-hosting-banner:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 36px rgba(5,43,95,.18);
}
.civ-hosting-banner img{
  width:100% !important;
  height:auto !important;
  display:block;
}


/* CIV v1.2.0 - Depanare Calculatoare + zone monetizare */
.ads-column .civ-ad-sidebar_1,
.ads-column .civ-ad-sidebar_2{
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  min-height:auto !important;
  padding:0 !important;
}
.civ-depanare-banner,
.civ-hosting-banner{
  display:block;
  width:100%;
  max-width:300px;
  margin:0 auto 22px;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 32px rgba(5,43,95,.16);
  transition:transform .2s ease, box-shadow .2s ease;
}
.civ-depanare-banner:hover,
.civ-hosting-banner:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 40px rgba(5,43,95,.22);
}
.civ-depanare-banner img,
.civ-hosting-banner img{
  width:100% !important;
  height:auto !important;
  display:block;
}
.civ-ad-zone iframe,
.civ-ad-zone ins,
.civ-ad-zone img{
  max-width:100%;
}
.civ-ad-article{
  margin:28px auto;
  text-align:center;
  overflow:hidden;
}

/* CIV v1.2.1 - banner Depanare Calculatoare păstrat în proporțiile originale, fără deformare */
.civ-depanare-banner{
  max-width:300px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 24px rgba(5,43,95,.14);
}
.civ-depanare-banner img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}

/* CIV v1.2.2 - bannere permanente 300x600 refăcute unitar pentru sidebar */
.ads-column .civ-ad-sidebar_1,
.ads-column .civ-ad-sidebar_2{
  width:100%;
  max-width:300px;
  margin:0 auto 26px;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  min-height:0 !important;
}
.civ-depanare-banner,
.civ-hosting-banner{
  display:block;
  width:100%;
  max-width:300px;
  margin:0 auto 26px;
  border-radius:22px;
  overflow:hidden;
  background:#052b5f;
  box-shadow:0 16px 34px rgba(5,43,95,.18);
  transition:transform .22s ease, box-shadow .22s ease;
}
.civ-depanare-banner:hover,
.civ-hosting-banner:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 44px rgba(5,43,95,.26);
}
.civ-depanare-banner img,
.civ-hosting-banner img{
  display:block;
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}

/* CIV v1.2.3 - header identity note + sidebar monetizare echilibrată + C-Hosting în footer */
.brand-right-panel{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
  justify-self:end;
  width:min(460px,100%);
}
.brand-right-panel .header-search{
  width:100%;
  max-width:460px;
  margin-left:0;
}
.header-identity-note{
  width:100%;
  max-width:460px;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:center;
  gap:6px 12px;
  color:#052B5F;
  font-family:var(--body-sans);
  font-size:13px;
  line-height:1.2;
  text-align:right;
  opacity:.95;
}
.header-identity-note span{
  font-weight:800;
  color:#0A4DA3;
}
.header-identity-note strong{
  font-weight:900;
  letter-spacing:.01em;
}
.header-identity-note small{
  color:#64748b;
  font-size:12px;
}
.header-identity-note strong:before,
.header-identity-note small:before{
  content:'•';
  color:#E31E24;
  margin-right:12px;
  font-weight:900;
}
.ads-column .civ-ad-sidebar_1{
  width:100%;
  max-width:300px;
  margin:0 auto 24px;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  min-height:0 !important;
}
.ads-column .civ-ad-sidebar_2,
.ads-column .civ-ad-sidebar_3{
  width:100%;
  max-width:300px;
  margin:0 auto 24px;
}
.civ-depanare-compact,
.civ-depanare-banner.civ-depanare-compact{
  display:block;
  width:100%;
  max-width:300px;
  margin:0 auto;
  border-radius:18px;
  overflow:hidden;
  background:#052b5f;
  box-shadow:0 14px 30px rgba(5,43,95,.16);
  transition:transform .22s ease, box-shadow .22s ease;
}
.civ-depanare-compact:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 38px rgba(5,43,95,.24);
}
.civ-depanare-compact img{
  display:block;
  width:100% !important;
  height:auto !important;
}
/* C-Hosting nu mai ocupă spațiul publicitar lateral; rămâne credit permanent în copyright */
.footer-hosting-credit a{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-end;
  gap:2px;
  color:#fff;
  text-decoration:none !important;
}
.footer-hosting-logo{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:900;
  font-size:18px;
  letter-spacing:.01em;
}
.footer-hosting-logo:before{
  content:'C';
  width:28px;
  height:28px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#E31E24 0 35%,#0A4DA3 36% 100%);
  color:#fff;
  font-weight:900;
  font-family:Arial,sans-serif;
}
.footer-hosting-credit small{
  color:#cbd5e1;
  font-size:12px;
}
@media(max-width:980px){
  .brand-right-panel{align-items:center;justify-self:center;width:100%;}
  .header-identity-note{justify-content:center;text-align:center;}
  .header-identity-note strong:before,.header-identity-note small:before{margin-right:8px;}
  .footer-hosting-credit a{align-items:flex-start;}
}
@media(max-width:560px){
  .header-identity-note{font-size:12px;display:block;}
  .header-identity-note span,.header-identity-note strong,.header-identity-note small{display:block;margin-top:3px;}
  .header-identity-note strong:before,.header-identity-note small:before{content:'';margin:0;}
}

/* CIV v1.2.4 - rafinare încadrare header, meniu, ticker și reclame */
.brandbar-inner{
  min-height:118px !important;
  padding:14px 0 14px !important;
  align-items:center !important;
}
.brand-logo-wrap img,
.brand-logo-wrap .custom-logo,
.site-logo img,
.custom-logo{
  width:min(500px, 100%) !important;
  max-height:122px !important;
}
.brand-right-panel{
  align-items:flex-end !important;
  gap:9px !important;
  justify-self:end !important;
  width:min(440px,100%) !important;
}
.brand-right-panel .header-search{
  width:100% !important;
  max-width:440px !important;
}
.header-identity-note{
  width:100% !important;
  max-width:440px !important;
  display:block !important;
  text-align:left !important;
  padding:10px 14px 10px 16px !important;
  border-left:4px solid var(--red) !important;
  border-radius:14px !important;
  background:linear-gradient(135deg,#f8fbff,#ffffff) !important;
  box-shadow:0 8px 18px rgba(5,43,95,.07) !important;
  color:#052B5F !important;
  font-family:var(--body-sans) !important;
  font-size:13px !important;
  line-height:1.35 !important;
  opacity:1 !important;
}
.header-identity-note span,
.header-identity-note strong,
.header-identity-note small{
  display:block !important;
  margin:0 !important;
}
.header-identity-note span{
  color:#0A4DA3 !important;
  font-weight:800 !important;
}
.header-identity-note strong{
  color:#052B5F !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
}
.header-identity-note small{
  color:#64748b !important;
  font-size:12px !important;
}
.header-identity-note strong:before,
.header-identity-note small:before{
  content:'' !important;
  margin:0 !important;
}
.primary-menu a{
  font-weight:700 !important;
  letter-spacing:.015em !important;
  font-size:14.5px !important;
  padding:15px 17px !important;
}
.breaking .container{
  gap:20px !important;
}
.ticker{
  gap:34px !important;
  font-size:15px !important;
  min-width:0 !important;
}
.ticker a{
  display:inline-block !important;
  max-width:560px !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  vertical-align:bottom !important;
}
.ads-column .civ-ad-sidebar_1{
  margin-top:4px !important;
  margin-bottom:30px !important;
}
.ads-column .civ-ad-sidebar_2,
.ads-column .civ-ad-sidebar_3,
.ads-column .ad-box{
  margin-bottom:28px !important;
}
.ads-column .civ-ad-zone{
  box-shadow:0 10px 26px rgba(5,43,95,.06) !important;
}
@media(max-width:1320px){
  .brand-logo-wrap img,.brand-logo-wrap .custom-logo,.site-logo img,.custom-logo{width:min(460px,100%) !important;max-height:110px !important;}
  .brand-right-panel{width:min(400px,100%) !important;}
  .primary-menu a{font-size:13.5px !important;padding:14px 12px !important;}
}
@media(max-width:980px){
  .brandbar-inner{grid-template-columns:1fr !important;min-height:auto !important;}
  .brand-right-panel{align-items:center !important;width:100% !important;}
  .header-identity-note{text-align:center !important;border-left:0 !important;border-top:3px solid var(--red) !important;}
  .ticker a{max-width:72vw !important;}
}


/* CIV v1.2.5 - rafinare header identity și banner Depanare */
.brand-right-panel{
  gap:8px !important;
}
.header-identity-note{
  width:100% !important;
  max-width:440px !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:8px !important;
  padding:0 !important;
  margin-top:2px !important;
  border:0 !important;
  border-left:0 !important;
  border-top:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#64748b !important;
  font-family:var(--body-sans) !important;
  font-size:12px !important;
  line-height:1.25 !important;
  text-align:center !important;
  opacity:1 !important;
}
.header-identity-note span,
.header-identity-note strong,
.header-identity-note small{
  display:inline !important;
  margin:0 !important;
  white-space:nowrap !important;
}
.header-identity-note span{
  color:#0A4DA3 !important;
  font-weight:800 !important;
}
.header-identity-note strong{
  color:#052B5F !important;
  font-weight:800 !important;
  letter-spacing:0 !important;
}
.header-identity-note small{
  color:#64748b !important;
  font-size:12px !important;
}
.header-identity-note strong:before,
.header-identity-note small:before{
  content:'•' !important;
  color:#E31E24 !important;
  margin:0 8px 0 0 !important;
  font-weight:900 !important;
}
.civ-depanare-compact{
  background:#082a5c !important;
  border-radius:18px !important;
}
.civ-depanare-compact img{
  border-radius:18px !important;
}
@media(max-width:560px){
  .header-identity-note{
    flex-wrap:wrap !important;
    gap:4px 7px !important;
  }
  .header-identity-note span,
  .header-identity-note strong,
  .header-identity-note small{white-space:normal !important;}
}

/* CIV v1.2.6 - eMAG permanent sub Depanare */
.ads-column .civ-ad-emag-permanent{
  width:100%;
  max-width:300px;
  min-height:0 !important;
  margin:0 auto 28px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  display:block !important;
  overflow:visible !important;
}
.civ-emag-banner{
  display:block;
  width:100%;
  max-width:300px;
  margin:0 auto;
  border-radius:18px;
  overflow:hidden;
  background:#052B5F;
  box-shadow:0 14px 30px rgba(5,43,95,.14);
  transition:transform .22s ease, box-shadow .22s ease;
}
.civ-emag-banner:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 38px rgba(5,43,95,.22);
}
.civ-emag-banner img{
  display:block;
  width:100% !important;
  height:auto !important;
  border-radius:18px;
}


/* CIV v1.3.0 - footer editorial final + antet independent */
.header-identity-note small{display:none !important;}
.header-identity-note strong:before{content:'•' !important;color:#E31E24 !important;margin:0 8px 0 0 !important;font-weight:900 !important;}
.footer-bottom{padding:22px 0 !important;}
.footer-bottom-inner{align-items:center !important;}
.footer-editorial-credit{display:flex;flex-direction:column;gap:3px;color:#dbeafe;line-height:1.35;}
.footer-editorial-credit strong{font-size:18px;color:#ffffff;font-weight:800;letter-spacing:.01em;}
.footer-editorial-credit span{font-size:14px;color:#cbd5e1;}
.footer-hosting-credit a{align-items:flex-end !important;}
.footer-hosting-logo{font-size:20px !important;}
.footer-hosting-credit small{font-size:13px !important;}
@media(max-width:760px){.footer-bottom-inner{align-items:flex-start !important;}.footer-hosting-credit a{align-items:flex-start !important;}.footer-editorial-credit strong{font-size:17px;}}


/* CIV v1.3.1 - footer final + eMAG curat */
.footer-bottom{padding:24px 0 !important;background:#031b3c !important;}
.footer-bottom-inner{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:28px !important;flex-wrap:wrap !important;}
.footer-editorial-credit{display:block !important;color:#dbeafe !important;line-height:1.35 !important;max-width:520px !important;}
.footer-editorial-credit p{display:block !important;margin:0 0 4px 0 !important;padding:0 !important;color:#cbd5e1 !important;font-size:14px !important;}
.footer-editorial-credit .footer-brand-name{font-size:18px !important;color:#fff !important;font-weight:800 !important;margin-bottom:8px !important;}
.footer-hosting-credit{text-align:right !important;margin-left:auto !important;}
.footer-hosting-credit a{display:flex !important;flex-direction:column !important;align-items:flex-end !important;gap:3px !important;color:#fff !important;text-decoration:none !important;}
.footer-hosting-logo{font-size:20px !important;font-weight:900 !important;color:#fff !important;}
.footer-hosting-credit small{font-size:13px !important;color:#dbeafe !important;}
.civ-emag-banner{background:#fff !important;border:1px solid #d6e3f3 !important;border-radius:16px !important;box-shadow:0 12px 24px rgba(5,43,95,.10) !important;}
.civ-emag-banner img{border-radius:16px !important;}
@media(max-width:760px){.footer-bottom-inner{align-items:flex-start !important;}.footer-hosting-credit{text-align:left !important;margin-left:0 !important}.footer-hosting-credit a{align-items:flex-start !important;}}

/* CIV v1.4 modules */
.civ-contact-form input,.civ-contact-form textarea{width:100%;max-width:620px;border:1px solid #dbe6f3;border-radius:10px;padding:12px}.civ-contact-form button,.civ-ai-form button{background:#0a4da3;color:#fff;border:0;border-radius:10px;padding:12px 18px;font-weight:700}.civ-form-success{padding:12px 16px;border-radius:10px;background:#e8f6ee;color:#0f6b35;margin-bottom:15px}.civ-ai-box{border:1px solid #dbe6f3;border-radius:16px;padding:16px;background:#fff;box-shadow:0 8px 24px rgba(5,43,95,.08)}.civ-ai-log{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.civ-ai-user{align-self:flex-end;background:#0a4da3;color:#fff;padding:10px 12px;border-radius:12px;max-width:80%}.civ-ai-bot{align-self:flex-start;background:#f3f7fb;color:#052b5f;padding:10px 12px;border-radius:12px;max-width:80%}.civ-ai-form{display:flex;gap:8px}.civ-ai-form input{flex:1;border:1px solid #dbe6f3;border-radius:10px;padding:12px}.civ-emag-banner img,.civ-depanare-banner img{display:block;width:100%;height:auto}.footer-bottom-inner{align-items:center}.footer-editorial-credit p{margin:.15rem 0}.footer-editorial-credit .footer-brand-name{font-weight:800;font-size:1.05rem}

/* CIV 1.5.3 - pictograme locale și metadate semantice */
.civ-icon{display:block;width:1.05em;height:1.05em}.social-icons .civ-icon{width:17px;height:17px}.header-search .civ-icon{width:18px;height:18px}.weather-icon .civ-icon{width:18px;height:18px}.civ-article-meta a{color:inherit;text-decoration:none}.civ-article-meta a:hover{text-decoration:underline}.civ-article-meta time{font:inherit}


/* CIV 1.5.4 - lățire zonă principală și reducere spații goale */
.container{width:min(1620px,calc(100% - 40px));}
.home-portal .portal-grid{grid-template-columns:300px minmax(0,1fr) 300px;gap:24px;}
.page-portal .inner-grid{grid-template-columns:290px minmax(0,1fr) 280px;gap:24px;}
.page-portal .portal-main,.home-portal .portal-main,.inner-content{min-width:0;}
.elegant-article{padding:32px 36px;}
.portal-main .hero-grid{grid-template-columns:minmax(0,1.55fr) minmax(260px,.85fr);gap:22px;}
.ads-column .civ-ad-zone,.ads-column .widget,.ad-box,.civ-ad-emag-permanent,.civ-emag-banner{max-width:300px;margin-left:auto;margin-right:auto;}
@media(min-width:1500px){
  .page-portal .inner-grid{grid-template-columns:280px minmax(0,1fr) 270px;gap:24px;}
  .page-portal .elegant-article{padding:36px 42px;}
}
@media(max-width:1400px){
  .container{width:min(100% - 32px,1460px);}
  .home-portal .portal-grid{grid-template-columns:280px minmax(0,1fr) 280px;gap:22px;}
  .page-portal .inner-grid{grid-template-columns:270px minmax(0,1fr) 260px;gap:22px;}
}
@media(max-width:1180px){
  .page-portal .inner-grid{grid-template-columns:260px minmax(0,1fr);gap:22px;}
  .page-portal .inner-grid .ads-column{display:none;}
  .elegant-article{padding:28px;}
}
@media(max-width:980px){
  .container{width:calc(100% - 24px);}
  .home-portal .portal-grid,.page-portal .inner-grid{grid-template-columns:1fr;gap:18px;}
  .elegant-article{padding:22px;}
}


/* CIV 1.5.5 - restaurare imagini aliniate stânga/dreapta în articole */
.entry-content::after{
  content:"";
  display:table;
  clear:both;
}
.entry-content .alignleft,
.entry-content img.alignleft,
.entry-content figure.alignleft,
.entry-content .wp-caption.alignleft,
.entry-content .wp-block-image.alignleft{
  float:left !important;
  clear:none !important;
  margin:.35rem 1.6rem 1rem 0 !important;
  max-width:min(42%,380px) !important;
}
.entry-content .alignright,
.entry-content img.alignright,
.entry-content figure.alignright,
.entry-content .wp-caption.alignright,
.entry-content .wp-block-image.alignright{
  float:right !important;
  clear:none !important;
  margin:.35rem 0 1rem 1.6rem !important;
  max-width:min(42%,380px) !important;
}
.entry-content figure.alignleft,
.entry-content figure.alignright,
.entry-content .wp-caption.alignleft,
.entry-content .wp-caption.alignright,
.entry-content .wp-block-image.alignleft,
.entry-content .wp-block-image.alignright{
  display:table !important;
  width:auto !important;
  min-width:150px;
}
.entry-content figure.alignleft > img,
.entry-content figure.alignright > img,
.entry-content .wp-caption.alignleft > img,
.entry-content .wp-caption.alignright > img,
.entry-content .wp-block-image.alignleft > img,
.entry-content .wp-block-image.alignright > img,
.entry-content img.alignleft,
.entry-content img.alignright{
  display:block !important;
  width:auto !important;
  max-width:100% !important;
  height:auto !important;
  margin:0 auto !important;
}
.entry-content figure.alignleft figcaption,
.entry-content figure.alignright figcaption,
.entry-content .wp-block-image.alignleft figcaption,
.entry-content .wp-block-image.alignright figcaption,
.entry-content .wp-caption.alignleft .wp-caption-text,
.entry-content .wp-caption.alignright .wp-caption-text{
  display:table-caption;
  caption-side:bottom;
  width:auto;
  min-width:150px;
  margin:.45rem 0 0;
  color:#475569;
  font-size:14px;
  line-height:1.4;
  text-align:left;
}
.entry-content .aligncenter,
.entry-content img.aligncenter,
.entry-content figure.aligncenter,
.entry-content .wp-caption.aligncenter,
.entry-content .wp-block-image.aligncenter{
  float:none !important;
  clear:both !important;
  display:block !important;
  margin:1.25rem auto !important;
}
@media(max-width:700px){
  .entry-content .alignleft,
  .entry-content .alignright,
  .entry-content img.alignleft,
  .entry-content img.alignright,
  .entry-content figure.alignleft,
  .entry-content figure.alignright,
  .entry-content .wp-caption.alignleft,
  .entry-content .wp-caption.alignright,
  .entry-content .wp-block-image.alignleft,
  .entry-content .wp-block-image.alignright{
    float:none !important;
    clear:both !important;
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:1.1rem auto !important;
  }
  .entry-content figure.alignleft figcaption,
  .entry-content figure.alignright figcaption,
  .entry-content .wp-block-image.alignleft figcaption,
  .entry-content .wp-block-image.alignright figcaption,
  .entry-content .wp-caption.alignleft .wp-caption-text,
  .entry-content .wp-caption.alignright .wp-caption-text{
    display:block;
    min-width:0;
    text-align:center;
  }
}

/* CIV 1.6.0 - footer juridic, preferințe cookie și accesibilitate focus */
:focus-visible{outline:3px solid #198FE3;outline-offset:3px;border-radius:4px}
.footer-bottom-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:22px!important;flex-wrap:wrap!important}
.footer-cookie-prefs{display:flex;align-items:center}
.footer-legal-links{list-style:none;margin:14px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:6px 14px}
.footer-legal-links li{margin:0}
.footer-legal-links a{color:#cbd5e1;font-size:13px;text-decoration:underline;text-underline-offset:3px}
.footer-legal-links a:hover{color:#fff}
@media(hover:none){.civ-card:hover{transform:none;box-shadow:0 6px 18px rgba(15,23,42,.06)}}
@media(max-width:760px){.footer-bottom-inner{align-items:flex-start!important;flex-direction:column}.footer-cookie-prefs{order:2}.footer-hosting-credit{order:3;margin-left:0!important;text-align:left!important}.footer-hosting-credit a{align-items:flex-start!important}}
