/* CIV 0.0.9 — componente vizuale înghețate după CIV 1.8.0. */
.civ-locked-180{--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)}
.civ-locked-180 *{box-sizing:border-box}
.civ-locked-180 a{color:inherit;text-decoration:none}
.civ-locked-180 img{max-width:100%;height:auto;display:block}
.civ-locked-180 .container{width:min(1360px,calc(100% - 32px));margin:auto}
.civ-locked-180 .skip-link{position:absolute;left:-999px}
.civ-locked-180 .skip-link:focus{left:12px;top:12px;background:#fff;z-index:999;padding:10px}
.civ-locked-180 .topbar{background:var(--blue-dark);color:#fff;font-size:14px}
.civ-locked-180 .topbar-inner{display:flex;gap:18px;align-items:center;justify-content:space-between;min-height:38px}
.civ-locked-180 .top-menu{display:flex;gap:16px;margin:0;padding:0;list-style:none}
.civ-locked-180 .top-actions{display:flex;gap:14px}
.civ-locked-180 .brandbar{background:#fff}
.civ-locked-180 .brandbar-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:18px 0}
.civ-locked-180 .site-logo img,.civ-locked-180 .custom-logo{max-height:120px;width:auto}
.civ-locked-180 .header-search{display:flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:#fff}
.civ-locked-180 .header-search input{border:0;padding:12px 16px;min-width:260px;outline:0}
.civ-locked-180 .header-search button{border:0;background:var(--blue);color:#fff;padding:12px 18px;font-weight:700}
.civ-locked-180 .mainnav{background:var(--blue-dark);box-shadow:var(--shadow);position:sticky;top:0;z-index:99}
.civ-locked-180 .nav-inner{display:flex;align-items:center}
.civ-locked-180 .primary-menu{display:flex;align-items:center;gap:0;margin:0;padding:0;list-style:none}
.civ-locked-180 .primary-menu a{display:block;color:#fff;font-weight:800;font-size:14px;padding:16px 18px;text-transform:uppercase}
.civ-locked-180 .primary-menu a:hover,.civ-locked-180 .primary-menu .current-menu-item>a{background:var(--blue)}
.civ-locked-180 .menu-toggle{display:none;background:var(--blue);color:#fff;border:0;padding:13px 16px;font-weight:800}
.civ-locked-180 .breaking{background:#fff;border-bottom:1px solid var(--border)}
.civ-locked-180 .breaking .container{display:flex;align-items:center;gap:18px;padding:14px 0}
.civ-locked-180 .breaking strong{background:var(--red);color:#fff;border-radius:6px;padding:8px 14px;font-size:13px}
.civ-locked-180 .ticker{display:flex;gap:26px;overflow:hidden;white-space:nowrap}
.civ-locked-180 .ticker a:before{content:"• ";color:var(--red)}
.civ-locked-180 .home-hero{padding:30px 0;background:linear-gradient(180deg,#fff,var(--light))}
.civ-locked-180 .hero-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}
.civ-locked-180 .hero-main{grid-row:span 2;position:relative;border-radius:var(--radius);overflow:hidden;min-height:440px;background:var(--blue-dark)}
.civ-locked-180 .hero-main img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.civ-locked-180 .hero-main:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.82))}
.civ-locked-180 .hero-overlay{position:absolute;z-index:2;left:28px;right:28px;bottom:26px;color:#fff}
.civ-locked-180 .hero-overlay h1{font-size:36px;line-height:1.08;margin:12px 0}
.civ-locked-180 .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}
.civ-locked-180 .section{padding:36px 0}
.civ-locked-180 .section-soft{background:var(--light)}
.civ-locked-180 .section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;border-bottom:3px solid var(--blue);padding-bottom:8px}
.civ-locked-180 .section-head h2{margin:0;color:var(--blue-dark);font-size:24px;text-transform:uppercase}
.civ-locked-180 .section-head a{color:var(--blue);font-weight:800}
.civ-locked-180 .cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.civ-locked-180 .cards-grid.compact{grid-template-columns:repeat(3,1fr)}
.civ-locked-180 .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-locked-180 .civ-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.civ-locked-180 .civ-card-thumb{height:190px;background:linear-gradient(135deg,var(--blue),var(--blue-dark));display:block;overflow:hidden}
.civ-locked-180 .civ-card-thumb img{width:100%;height:100%;object-fit:cover}
.civ-locked-180 .placeholder-thumb{height:100%;display:grid;place-items:center;color:#fff;font-size:42px;font-weight:900}
.civ-locked-180 .civ-card-body{padding:16px}
.civ-locked-180 .civ-card h3{font-size:20px;line-height:1.2;margin:10px 0}
.civ-locked-180 .civ-card p{color:var(--muted);margin:0 0 10px}
.civ-locked-180 .civ-meta{font-size:13px;color:var(--muted)}
.civ-locked-180 .hero-small .civ-card-thumb{height:120px}
.civ-locked-180 .hero-small p{display:none}
.civ-locked-180 .discover-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.civ-locked-180 .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}
.civ-locked-180 .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)}
.civ-locked-180 .discover-card span{font-size:20px;font-weight:900;z-index:1}
.civ-locked-180 .discover-card small{z-index:1}
.civ-locked-180 .radio-band{background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff}
.civ-locked-180 .radio-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.civ-locked-180 .btn{display:inline-block;background:var(--blue);color:#fff;border-radius:999px;padding:10px 18px;font-weight:900}
.civ-locked-180 .btn-light{background:#fff;color:var(--blue-dark)}
.civ-locked-180 .radio-player{font-size:44px;font-weight:900}
.civ-locked-180 .radio-player span{font-size:14px;background:var(--red);border-radius:6px;padding:5px 8px;vertical-align:middle}
.civ-locked-180 .guide-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.civ-locked-180 .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)}
.civ-locked-180 .content-layout{display:grid;grid-template-columns:1fr 330px;gap:34px;padding:34px 0}
.civ-locked-180 .posts-list .list-card{display:grid;grid-template-columns:260px 1fr;margin-bottom:18px}
.civ-locked-180 .posts-list .list-card .civ-card-thumb{height:100%}
.civ-locked-180 .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)}
.civ-locked-180 .widget-title{margin-top:0;color:var(--blue-dark);border-bottom:2px solid var(--blue);padding-bottom:8px}
.civ-locked-180 .breadcrumbs{font-size:14px;color:var(--muted);margin-bottom:18px}
.civ-locked-180 .breadcrumbs a{color:var(--blue);font-weight:700}
.civ-locked-180 .single-article,.civ-locked-180 .page-article{background:#fff}
.civ-locked-180 .single-header h1{font-size:42px;line-height:1.12;margin:8px 0 12px;color:var(--blue-dark)}
.civ-locked-180 .single-meta{color:var(--muted);font-size:14px}
.civ-locked-180 .single-thumb{margin:24px 0}
.civ-locked-180 .single-thumb img,.civ-locked-180 .page-thumb{border-radius:var(--radius)}
.civ-locked-180 .entry-content{font-size:18px}
.civ-locked-180 .entry-content a{color:var(--blue);text-decoration:underline}
.civ-locked-180 .share-box{margin:28px 0;padding:16px;background:var(--light);border-radius:var(--radius)}
.civ-locked-180 .site-footer{background:var(--blue-dark);color:#fff;margin-top:40px}
.civ-locked-180 .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px;padding:38px 0}
.civ-locked-180 .footer-logo{max-width:260px;background:#fff;border-radius:10px;padding:8px}
.civ-locked-180 .footer-bottom{background:#031b3c;padding:14px 0;color:#cbd5e1}
.civ-locked-180 .archive-header h1{color:var(--blue-dark)}
.civ-locked-180 .topbar{background:#fff;color:var(--blue-dark);border-bottom:1px solid var(--border);font-size:14px}
.civ-locked-180 .topbar-inner{display:flex;gap:18px;align-items:center;justify-content:space-between;min-height:42px}
.civ-locked-180 .top-left{display:flex;align-items:center;gap:22px;font-weight:800}
.civ-locked-180 .civ-datetime{white-space:nowrap;color:var(--blue-dark)}
.civ-locked-180 .weather-box{display:flex;align-items:center;gap:7px;color:var(--blue-dark)}
.civ-locked-180 .weather-box strong{color:var(--red)}
.civ-locked-180 .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)}}
.civ-locked-180 .top-right{display:flex;align-items:center;gap:13px}
.civ-locked-180 .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}
.civ-locked-180 .social-icons a:hover{transform:translateY(-2px);box-shadow:0 6px 14px rgba(15,23,42,.14)}
.civ-locked-180 .wsocial-icon{font-weight:900;font-family:Arial,sans-serif;font-size:15px;color:#000}
.civ-locked-180 .brandbar{background:linear-gradient(180deg,#fff,#f8fbff)}
.civ-locked-180 .brandbar-inner{align-items:center;justify-content:center;position:relative;padding:22px 0 18px}
.civ-locked-180 .site-logo,.civ-locked-180 .custom-logo-link{display:flex;justify-content:center;align-items:center}
.civ-locked-180 .site-logo img,.civ-locked-180 .custom-logo{max-height:150px;width:auto;filter:none;opacity:1}
.civ-locked-180 .header-search{position:absolute;right:0;top:50%;transform:translateY(-50%)}
.civ-locked-180 .footer-legal-links{list-style:none;margin:16px 0 0;padding:0}
.civ-locked-180 .footer-legal-links li{margin:7px 0}
.civ-locked-180 .footer-legal-links a,.civ-locked-180 .footer-bottom a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.civ-locked-180 .footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}
.civ-locked-180 .footer-logo{max-width:320px}
.civ-locked-180 .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}
.civ-locked-180 .cookie-banner.is-visible{display:flex}
.civ-locked-180 .cookie-text{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center}
.civ-locked-180 .cookie-text strong{color:var(--blue-dark)}
.civ-locked-180 .cookie-text a{color:var(--blue);font-weight:800;text-decoration:underline;text-underline-offset:3px}
.civ-locked-180 .cookie-banner button{border:0;background:var(--blue);color:#fff;border-radius:999px;padding:10px 18px;font-weight:900;cursor:pointer;white-space:nowrap}
.civ-locked-180 .cookie-banner button:hover{background:var(--blue-dark)}
.civ-locked-180 .site-header{background:#fff;box-shadow:0 8px 24px rgba(5,43,95,.08);position:relative;z-index:100}
.civ-locked-180 .brandbar{display:block;background:linear-gradient(180deg,#fff,#f8fbff)}
.civ-locked-180 .brandbar-inner{display:flex;align-items:center;justify-content:center;position:relative;padding:22px 0 18px;min-height:150px}
.civ-locked-180 .brand-spacer{width:290px;visibility:hidden}
.civ-locked-180 .brand-logo-wrap{display:flex;justify-content:center;align-items:center;flex:1}
.civ-locked-180 .brand-logo-wrap .site-logo,.civ-locked-180 .brand-logo-wrap .custom-logo-link{display:flex;justify-content:center;align-items:center}
.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo{max-height:150px;width:auto;filter:none;opacity:1}
.civ-locked-180 .brandnav{display:none}
.civ-locked-180 .header-search{position:absolute;right:0;top:50%;transform:translateY(-50%);max-width:290px}
.civ-locked-180 .mainnav{background:var(--blue-dark);box-shadow:var(--shadow);position:sticky;top:0;z-index:99}
.civ-locked-180 .nav-inner{display:flex;align-items:center;justify-content:center}
.civ-locked-180 .primary-menu{justify-content:center;flex-wrap:wrap}
.civ-locked-180 .primary-menu a{color:#fff;border-radius:0;font-size:14px;padding:16px 15px}
.civ-locked-180 .primary-menu a:hover,.civ-locked-180 .primary-menu .current-menu-item>a{background:var(--blue);color:#fff}
.civ-locked-180 .home-portal{background:#fff;padding:22px 0 0}
.civ-locked-180 .portal-grid{display:grid;grid-template-columns:260px minmax(0,1fr) 300px;gap:24px;align-items:start}
.civ-locked-180 .portal-main{min-width:0}
.civ-locked-180 .portal-main .home-hero{padding:0 0 24px;background:transparent}
.civ-locked-180 .portal-main .section{padding:28px 0}
.civ-locked-180 .portal-main .section:first-of-type{padding-top:14px}
.civ-locked-180 .portal-main .hero-grid{grid-template-columns:1.6fr 1fr;gap:14px}
.civ-locked-180 .portal-main .hero-main{min-height:380px}
.civ-locked-180 .portal-main .hero-overlay h1{font-size:30px}
.civ-locked-180 .portal-main .hero-small:nth-of-type(n/**/+4){display:none}
.civ-locked-180 .city-column,.civ-locked-180 .ads-column{position:sticky;top:76px;align-self:start}
.civ-locked-180 .city-box,.civ-locked-180 .ad-box{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 6px 18px rgba(15,23,42,.06)}
.civ-locked-180 .city-box{padding:18px;border-top:5px solid var(--blue)}
.civ-locked-180 .city-box h3{margin:0 0 8px;color:var(--blue-dark);font-size:20px;text-transform:uppercase;line-height:1.15}
.civ-locked-180 .city-box p{margin:0 0 14px;color:var(--muted);font-size:14px}
.civ-locked-180 .city-links{list-style:none;margin:0;padding:0}
.civ-locked-180 .city-links li{border-top:1px solid var(--border)}
.civ-locked-180 .city-links li:first-child{border-top:0}
.civ-locked-180 .city-links a{display:block;padding:10px 0;font-weight:800;color:var(--blue-dark);font-size:14px}
.civ-locked-180 .city-links a:hover{color:var(--red);padding-left:4px}
.civ-locked-180 .city-links .children{list-style:none;margin:0 0 8px 12px;padding:0;border-left:2px solid var(--border)}
.civ-locked-180 .city-links .children a{font-weight:700;font-size:13px;padding:7px 0 7px 10px;color:var(--muted)}
.civ-locked-180 .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)}
.civ-locked-180 .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}
.civ-locked-180 .ad-box span{font-size:12px;font-weight:900;color:var(--red);letter-spacing:.1em}
.civ-locked-180 .ad-box strong{font-size:24px;margin-top:8px}
.civ-locked-180 .ad-box small{color:var(--muted);margin-top:8px}
.civ-locked-180 .ad-box.tall{height:520px}
.civ-locked-180 .header-ad-wrap{padding:14px 0 0}
.civ-locked-180 .header-ad{display:flex;justify-content:center}
.civ-locked-180 .header-ad:empty,.civ-locked-180 .home-top-ad:empty,.civ-locked-180 .footer-ad:empty{display:none}
.civ-locked-180 .home-top-ad-wrap{padding:18px 0 0}
.civ-locked-180 .footer-ad-wrap{padding:0 0 28px}
.civ-locked-180 .civ-ad-zone{max-width:100%;overflow:hidden}
.civ-locked-180 .civ-ad-zone iframe,.civ-locked-180 .civ-ad-zone ins{max-width:100%}
.civ-locked-180 .civ-ad-zone img{max-width:100%;height:auto;margin:auto}
.civ-locked-180 .civ-ad-article{margin:28px 0;text-align:center}
.civ-locked-180 .site-header{background:#fff;box-shadow:0 8px 24px rgba(5,43,95,.08);position:relative;z-index:100}
.civ-locked-180 .brandbar{background:linear-gradient(180deg,#fff,#f8fbff)}
.civ-locked-180 .brandbar-inner{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:20px 0;min-height:132px}
.civ-locked-180 .brand-spacer{display:none}
.civ-locked-180 .brand-logo-wrap{display:flex;align-items:center;justify-content:flex-start;flex:0 1 650px}
.civ-locked-180 .brand-logo-wrap .site-logo,.civ-locked-180 .brand-logo-wrap .custom-logo-link{display:flex;align-items:center;justify-content:flex-start}
.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo{max-height:132px;width:auto;filter:none;opacity:1}
.civ-locked-180 .header-search{position:static;transform:none;max-width:360px;margin-left:auto}
.civ-locked-180 .header-search input{min-width:270px}
.civ-locked-180 .nav-inner{justify-content:center}
.civ-locked-180 .primary-menu{justify-content:center;flex-wrap:wrap}
.civ-locked-180 .primary-menu a{font-size:14px;padding:16px 15px}
.civ-locked-180 .home-portal{background:#fff;padding:22px 0 0}
.civ-locked-180 .portal-grid{display:grid;grid-template-columns:300px minmax(0,1fr) 320px;gap:26px;align-items:start}
.civ-locked-180 .portal-main{min-width:0}
.civ-locked-180 .city-column,.civ-locked-180 .ads-column{position:sticky;top:76px;align-self:start}
.civ-locked-180 .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}
.civ-locked-180 .city-box-head{padding:18px 18px 16px;background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff}
.civ-locked-180 .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}
.civ-locked-180 .city-box h3{margin:0 0 8px;color:#fff;font-size:21px;text-transform:uppercase;line-height:1.15}
.civ-locked-180 .city-box p{margin:0;color:#dbeafe;font-size:14px}
.civ-locked-180 .city-links{list-style:none;margin:0;padding:8px 16px 10px;background:#fff}
.civ-locked-180 .city-links li{border-top:1px solid var(--border)}
.civ-locked-180 .city-links li:first-child{border-top:0}
.civ-locked-180 .city-links a{display:block;padding:11px 0;font-weight:800;color:var(--blue-dark);font-size:14px;line-height:1.25}
.civ-locked-180 .city-links a:before{content:"›";display:inline-block;margin-right:7px;color:var(--red);font-weight:900}
.civ-locked-180 .city-links a:hover{color:var(--red);padding-left:4px}
.civ-locked-180 .city-links .sub-menu,.civ-locked-180 .city-links .children{list-style:none;margin:0 0 8px 10px;padding:0;border-left:2px solid var(--border)}
.civ-locked-180 .city-links .sub-menu a,.civ-locked-180 .city-links .children a{font-weight:700;font-size:13px;padding:7px 0 7px 10px;color:var(--muted)}
.civ-locked-180 .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}
.civ-locked-180 .city-more:hover{background:var(--blue-dark)}
.civ-locked-180 .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)}
.civ-locked-180 .ads-column .civ-ad-zone{margin-bottom:18px}
.civ-locked-180 .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}
.civ-locked-180 .ad-box span{font-size:12px;font-weight:900;color:var(--red);letter-spacing:.1em}
.civ-locked-180 .ad-box strong{font-size:24px;margin-top:8px}
.civ-locked-180 .ad-box small{color:var(--muted);margin-top:8px}
.civ-locked-180 .ad-box.tall{height:520px}
.civ-locked-180{
  --serif:"Times New Roman", Georgia, "DejaVu Serif", serif;
}
.civ-locked-180 h1,.civ-locked-180 h2,.civ-locked-180 h3,.civ-locked-180 h4,.civ-locked-180 h5,.civ-locked-180 h6,.civ-locked-180 .primary-menu a,.civ-locked-180 .city-box h3,.civ-locked-180 .city-links a,.civ-locked-180 .civ-card h3,.civ-locked-180 .hero-overlay h1,.civ-locked-180 .section-head h2,.civ-locked-180 .ad-box strong,.civ-locked-180 .btn,.civ-locked-180 .civ-badge{
  font-family:var(--serif);
  font-weight:700;
  letter-spacing:.01em;
}
.civ-locked-180 .container{width:min(1440px,calc(100% - 56px));}
.civ-locked-180 .brandbar-inner{min-height:118px;padding:18px 0;gap:46px;}
.civ-locked-180 .brand-logo-wrap{flex:0 1 620px;}
.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo{max-height:112px;}
.civ-locked-180 .header-search{max-width:330px;}
.civ-locked-180 .header-search input{min-width:245px;padding:11px 16px;}
.civ-locked-180 .mainnav{box-shadow:0 8px 20px rgba(5,43,95,.12)}
.civ-locked-180 .primary-menu{gap:4px;}
.civ-locked-180 .primary-menu a{font-size:15px;padding:15px 18px;line-height:1.1;}
.civ-locked-180 .breaking .container{padding:16px 0;}
.civ-locked-180 .breaking strong{padding:10px 16px;border-radius:8px;font-family:var(--serif);}
.civ-locked-180 .home-portal{padding:30px 0 0;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.civ-locked-180 .portal-grid{grid-template-columns:310px minmax(0,1fr) 310px;gap:34px;align-items:start;}
.civ-locked-180 .portal-main .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch;}
.civ-locked-180 .portal-main .hero-main{min-height:420px;height:100%;border-radius:20px;box-shadow:0 12px 28px rgba(5,43,95,.14)}
.civ-locked-180 .portal-main .hero-overlay{left:26px;right:26px;bottom:26px;}
.civ-locked-180 .portal-main .hero-overlay h1{font-size:34px;line-height:1.08;}
.civ-locked-180 .portal-main .hero-overlay p{font-size:16px;line-height:1.45;}
.civ-locked-180 .hero-small{height:199px;display:grid;grid-template-columns:42% 58%;border-radius:20px;}
.civ-locked-180 .hero-small .civ-card-thumb{height:199px;}
.civ-locked-180 .hero-small .civ-card-body{padding:14px 16px;display:flex;flex-direction:column;justify-content:center;}
.civ-locked-180 .hero-small .civ-card h3{font-size:18px;line-height:1.16;margin:8px 0;}
.civ-locked-180 .hero-small .civ-meta{font-size:12px;}
.civ-locked-180 .hero-small:nth-of-type(n/**/+4){display:grid!important;}
.civ-locked-180 .portal-main .hero-small:nth-of-type(n/**/+4){display:none!important;}
.civ-locked-180 .city-column,.civ-locked-180 .ads-column{top:82px;}
.civ-locked-180 .city-box,.civ-locked-180 .ads-column .widget,.civ-locked-180 .ad-box,.civ-locked-180 .civ-card{border-radius:20px;}
.civ-locked-180 .city-box{box-shadow:0 12px 26px rgba(5,43,95,.10)}
.civ-locked-180 .city-box-head{padding:22px 20px 18px;}
.civ-locked-180 .city-kicker{font-family:Inter,Arial,sans-serif;font-size:11px;padding:4px 11px;}
.civ-locked-180 .city-box h3{font-size:24px;line-height:1.05;margin-bottom:10px;}
.civ-locked-180 .city-box p{font-size:15px;line-height:1.35;}
.civ-locked-180 .city-links{padding:10px 20px 12px;}
.civ-locked-180 .city-links a{font-size:15px;line-height:1.22;padding:12px 0;}
.civ-locked-180 .city-links a:before{margin-right:8px;}
.civ-locked-180 .city-more{margin:2px 20px 20px;padding:11px 14px;}
.civ-locked-180 .ad-box{height:250px;box-shadow:0 10px 24px rgba(5,43,95,.08);background:linear-gradient(180deg,#fff,#f7fbff);}
.civ-locked-180 .ad-box + .ad-box,.civ-locked-180 .ads-column .civ-ad-zone + .civ-ad-zone{margin-top:20px;}
.civ-locked-180 .ad-box strong{font-size:25px;line-height:1.15;}
.civ-locked-180 .ad-box.tall{height:520px;}
.civ-locked-180 .section{padding:38px 0;}
.civ-locked-180 .portal-main .section{padding:34px 0;}
.civ-locked-180 .section-head{margin-bottom:22px;}
.civ-locked-180 .section-head h2{font-size:25px;}
.civ-locked-180 .cards-grid,.civ-locked-180 .cards-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch;}
.civ-locked-180 .civ-card{height:100%;display:flex;flex-direction:column;}
.civ-locked-180 .civ-card-thumb{height:200px;flex:0 0 200px;}
.civ-locked-180 .civ-card-body{padding:18px;display:flex;flex-direction:column;flex:1;}
.civ-locked-180 .civ-card h3{font-size:21px;line-height:1.18;}
.civ-locked-180 .civ-card p{font-size:15px;line-height:1.45;}
.civ-locked-180 .discover-grid{gap:20px;grid-template-columns:repeat(5,minmax(0,1fr));}
.civ-locked-180 .discover-card{min-height:170px;border-radius:20px;}
.civ-locked-180 .discover-card span{font-family:var(--serif);font-size:22px;}
.civ-locked-180 .guide-grid{gap:18px;}
.civ-locked-180 .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){.civ-locked-180 .container{width:min(100% - 34px,1180px)}.civ-locked-180 .portal-grid{grid-template-columns:280px minmax(0,1fr) 280px;gap:24px;}.civ-locked-180 .primary-menu a{font-size:14px;padding:14px 13px;}.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo{max-height:98px;}}
.civ-locked-180{
  --display-serif:"Merriweather", Georgia, "Times New Roman", serif;
  --body-sans:"Source Sans 3", Inter, Arial, sans-serif;
}
.civ-locked-180 h1,.civ-locked-180 h2,.civ-locked-180 h3,.civ-locked-180 h4,.civ-locked-180 h5,.civ-locked-180 h6,.civ-locked-180 .primary-menu a,.civ-locked-180 .city-box h3,.civ-locked-180 .city-menu-section h4,.civ-locked-180 .city-links a,.civ-locked-180 .civ-card h3,.civ-locked-180 .hero-overlay h1,.civ-locked-180 .section-head h2,.civ-locked-180 .ad-box strong,.civ-locked-180 .civ-badge{font-family:var(--display-serif);font-weight:900;letter-spacing:-.012em}
.civ-locked-180 .container{width:min(1500px,calc(100% - 64px));}
.civ-locked-180 .topbar{background:#fff;color:var(--blue-dark);border-bottom:1px solid #e6edf7}
.civ-locked-180 .topbar-inner{min-height:36px}
.civ-locked-180 .weather-icon{color:#ffc400}
.civ-locked-180 .weather-box strong{color:var(--red)}
.civ-locked-180 .top-right.social-icons{gap:18px}
.civ-locked-180 .top-right.social-icons a{font-size:16px}
.civ-locked-180 .site-header{box-shadow:0 6px 18px rgba(5,43,95,.06)}
.civ-locked-180 .brandbar{background:#fff}
.civ-locked-180 .brandbar-inner{min-height:108px;padding:16px 0;display:grid;grid-template-columns:minmax(390px,520px) minmax(260px,1fr);gap:32px;align-items:center}
.civ-locked-180 .brand-logo-wrap{flex:initial;justify-content:flex-start;min-width:0}
.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo,.civ-locked-180 .site-logo img{max-height:106px!important;max-width:520px;width:auto!important;object-fit:contain}
.civ-locked-180 .header-search{justify-self:end;width:min(420px,100%);max-width:420px}
.civ-locked-180 .header-search input{min-width:0;width:100%;font-size:15px}
.civ-locked-180 .mainnav{position:relative;top:auto;box-shadow:0 7px 18px rgba(5,43,95,.16)}
.civ-locked-180 .nav-inner{justify-content:center}
.civ-locked-180 .primary-menu{gap:6px;justify-content:center}
.civ-locked-180 .primary-menu a{font-size:15px;padding:16px 18px;line-height:1;text-transform:uppercase}
.civ-locked-180 .breaking .container{padding:12px 0}
.civ-locked-180 .breaking strong{min-width:66px;text-align:center;font-family:var(--display-serif);font-size:12px;line-height:1.1;padding:9px 12px}
.civ-locked-180 .ticker{font-size:16px}
.civ-locked-180 .home-portal{padding:34px 0 0;background:#fff}
.civ-locked-180 .portal-grid{grid-template-columns:340px minmax(620px,1fr) 340px;gap:36px;align-items:start}
.civ-locked-180 .portal-main{min-width:0}
.civ-locked-180 .city-column,.civ-locked-180 .ads-column{position:sticky;top:24px;align-self:start}
.civ-locked-180 .city-box-premium{border-radius:22px;border:1px solid #d7e2f1;box-shadow:0 16px 34px rgba(5,43,95,.12);overflow:hidden;background:#fff}
.civ-locked-180 .city-box-head{padding:22px 22px 20px;background:linear-gradient(135deg,#052B5F 0%,#0A4DA3 100%)}
.civ-locked-180 .city-kicker{font-family:var(--body-sans);font-size:12px;letter-spacing:.08em}
.civ-locked-180 .city-box h3{font-size:25px;margin:4px 0 8px}
.civ-locked-180 .city-box p{font-size:15px;line-height:1.35;color:#e8f1ff}
.civ-locked-180 .city-menu-section{padding:18px 20px 4px;border-bottom:1px solid #e6edf7}
.civ-locked-180 .city-menu-section:last-of-type{border-bottom:0}
.civ-locked-180 .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}
.civ-locked-180 .city-menu-section h4 span{font-family:var(--body-sans);font-size:18px}
.civ-locked-180 .city-links{padding:0;margin:0;list-style:none}
.civ-locked-180 .city-links li{border-top:1px solid #edf2f7}
.civ-locked-180 .city-links li:first-child{border-top:0}
.civ-locked-180 .city-links a{display:block;padding:10px 0 10px 14px;font-size:14.5px;line-height:1.22;color:#062b61;position:relative}
.civ-locked-180 .city-links a:before{content:"›";position:absolute;left:0;color:var(--red);font-family:var(--body-sans);font-weight:900}
.civ-locked-180 .city-links a:hover{color:var(--red);padding-left:18px}
.civ-locked-180 .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}
.civ-locked-180 .city-more:hover{background:var(--blue-dark)}
.civ-locked-180 .portal-main .home-hero{padding:0;background:transparent}
.civ-locked-180 .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}
.civ-locked-180 .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)}
.civ-locked-180 .hero-main img{height:100%;object-fit:cover}
.civ-locked-180 .portal-main .hero-overlay h1{font-size:34px;line-height:1.08;margin:10px 0}
.civ-locked-180 .portal-main .hero-overlay p{font-size:16px}
.civ-locked-180 .hero-small{height:245px!important;display:flex!important;flex-direction:column;border-radius:22px;overflow:hidden}
.civ-locked-180 .hero-small .civ-card-thumb{height:112px!important;flex:0 0 112px}
.civ-locked-180 .hero-small .civ-card-body{padding:14px 16px;justify-content:flex-start}
.civ-locked-180 .hero-small .civ-card h3{font-size:18px;line-height:1.16;margin:9px 0 8px}
.civ-locked-180 .hero-small p{display:none!important}
.civ-locked-180 .hero-small:nth-of-type(n/**/+4){display:none!important}
.civ-locked-180 .civ-badge{font-family:var(--body-sans);font-weight:900;letter-spacing:.02em;border-radius:7px}
.civ-locked-180 .cards-grid,.civ-locked-180 .cards-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.civ-locked-180 .civ-card{border-radius:22px;border-color:#dce6f3;box-shadow:0 9px 20px rgba(5,43,95,.08);min-height:100%;overflow:hidden}
.civ-locked-180 .civ-card-thumb{height:190px;flex:0 0 190px}
.civ-locked-180 .civ-card-body{padding:18px}
.civ-locked-180 .civ-card h3{font-size:21px;line-height:1.18}
.civ-locked-180 .section-head h2{font-size:25px}
.civ-locked-180 .section{padding:38px 0}
.civ-locked-180 .discover-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.civ-locked-180 .discover-card{min-height:156px;border-radius:22px}
.civ-locked-180 .guide-grid{grid-template-columns:repeat(3,1fr)}
.civ-locked-180 .ads-column .civ-ad-zone,.civ-locked-180 .ads-column .widget,.civ-locked-180 .ad-box{border-radius:22px}
.civ-locked-180 .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}
.civ-locked-180 .ad-box span{font-family:var(--body-sans);font-size:12px;color:var(--red)}
.civ-locked-180 .ad-box strong{font-size:25px}
.civ-locked-180 .ad-box.tall{height:250px!important}
.civ-locked-180 .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}
.civ-locked-180 .ads-column .civ-ad-zone:empty{display:none}
.civ-locked-180 .ads-column .civ-ad-zone iframe,.civ-locked-180 .ads-column .civ-ad-zone ins,.civ-locked-180 .ads-column .civ-ad-zone img{max-width:100%!important;height:auto!important}
@media (max-width:1320px){.civ-locked-180 .container{width:min(100% - 40px,1220px)}.civ-locked-180 .portal-grid{grid-template-columns:300px minmax(0,1fr) 300px;gap:24px}.civ-locked-180 .brandbar-inner{grid-template-columns:minmax(320px,460px) minmax(240px,1fr)}.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo,.civ-locked-180 .site-logo img{max-height:94px!important}.civ-locked-180 .portal-main .hero-grid{grid-template-columns:1fr;grid-template-rows:auto}.civ-locked-180 .portal-main .hero-main{min-height:430px}.civ-locked-180 .hero-small{height:auto!important;display:grid!important;grid-template-columns:38% 62%;min-height:170px}.civ-locked-180 .hero-small .civ-card-thumb{height:170px!important;flex:initial}.civ-locked-180 .hero-small:nth-of-type(n/**/+4){display:none!important}}
@media (max-width:980px){.civ-locked-180 .brandbar-inner{grid-template-columns:1fr}.civ-locked-180 .brand-logo-wrap{justify-content:center}.civ-locked-180 .header-search{justify-self:center}.civ-locked-180 .portal-grid{grid-template-columns:1fr}.civ-locked-180 .city-column,.civ-locked-180 .ads-column{position:static}.civ-locked-180 .portal-main .hero-main{min-height:380px}.civ-locked-180 .cards-grid,.civ-locked-180 .cards-grid.compact,.civ-locked-180 .discover-grid,.civ-locked-180 .guide-grid{grid-template-columns:1fr}.civ-locked-180 .container{width:calc(100% - 28px)}}
.civ-locked-180 .page-portal{padding:34px 0 44px;}
.civ-locked-180 .inner-grid{grid-template-columns:340px minmax(0,1fr) 340px;gap:36px;align-items:start;}
.civ-locked-180 .inner-content{min-width:0;}
.civ-locked-180 .elegant-article{background:#fff;border:1px solid #dbe6f3;border-radius:22px;box-shadow:0 14px 32px rgba(5,43,95,.08);padding:34px 42px;}
.civ-locked-180 .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;}
.civ-locked-180 .elegant-article .entry-content{font-size:18px;line-height:1.78;color:#10223f;}
.civ-locked-180 .elegant-article .entry-content p{margin:0 0 18px;}
.civ-locked-180 .elegant-article .single-thumb{margin:0 0 24px;}
.civ-locked-180 .elegant-article .single-thumb img,.civ-locked-180 .page-thumb{border-radius:18px;box-shadow:0 10px 24px rgba(5,43,95,.12);}
.civ-locked-180 .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-locked-180 .civ-article-meta span{display:inline-flex;align-items:center;gap:4px;}
.civ-locked-180 .civ-article-meta span:not(:last-child)::after{content:"•";margin-left:14px;color:#E31E24;font-weight:900;}
.civ-locked-180 .single-footer{margin-top:30px;padding-top:20px;border-top:1px solid #dbe6f3;}
.civ-locked-180 .share-box a{display:inline-block;margin-left:8px;color:#0A4DA3;font-weight:800;}
@media (max-width:1180px){.civ-locked-180 .inner-grid{grid-template-columns:300px minmax(0,1fr);}.civ-locked-180 .inner-grid .ads-column{display:none;}.civ-locked-180 .elegant-article{padding:28px;}}
@media (max-width:900px){.civ-locked-180 .inner-grid{grid-template-columns:1fr;}.civ-locked-180 .inner-grid .city-column{position:static;}.civ-locked-180 .elegant-article{padding:22px;}.civ-locked-180 .elegant-article .entry-content{font-size:17px;}.civ-locked-180 .civ-article-meta span:not(:last-child)::after{display:none;}}
.civ-locked-180 .inner-grid,.civ-locked-180 .portal-grid{
  grid-template-columns:340px minmax(0,1fr) 340px;
}
.civ-locked-180 .inner-content,.civ-locked-180 .portal-main,.civ-locked-180 .elegant-article,.civ-locked-180 .entry-content{
  min-width:0;
  max-width:100%;
}
.civ-locked-180 .elegant-article{
  overflow:hidden;
}
.civ-locked-180 .entry-content img,.civ-locked-180 .entry-content figure,.civ-locked-180 .entry-content .wp-caption,.civ-locked-180 .entry-content .wp-block-image,.civ-locked-180 .entry-content .wp-block-gallery,.civ-locked-180 .entry-content .wp-block-embed,.civ-locked-180 .entry-content .wp-block-video,.civ-locked-180 .entry-content video{
  max-width:100% !important;
  height:auto !important;
}
.civ-locked-180 .entry-content img{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.civ-locked-180 .entry-content iframe,.civ-locked-180 .entry-content embed,.civ-locked-180 .entry-content object{
  max-width:100% !important;
  width:100% !important;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.civ-locked-180 .entry-content .wp-block-embed__wrapper{
  position:relative;
  width:100%;
  max-width:100%;
  aspect-ratio:16 / 9;
  overflow:hidden;
  border-radius:18px;
  background:#000;
}
.civ-locked-180 .entry-content .wp-block-embed__wrapper iframe{
  position:absolute;
  inset:0;
  width:100% !important;
  height:100% !important;
}
.civ-locked-180 .entry-content p > iframe{
  aspect-ratio:16 / 9;
  height:auto !important;
  min-height:320px;
}
.civ-locked-180 .single-thumb img,.civ-locked-180 .page-article .entry-content img,.civ-locked-180 .single-article .entry-content img{
  border-radius:16px;
}
.civ-locked-180 .ads-column{
  z-index:2;
}
.civ-locked-180 .inner-content{
  z-index:1;
}
@media (max-width:1320px){.civ-locked-180 .inner-grid,.civ-locked-180 .portal-grid{grid-template-columns:300px minmax(0,1fr) 300px;}}
@media (max-width:1180px){.civ-locked-180 .inner-grid{grid-template-columns:300px minmax(0,1fr);}.civ-locked-180 .inner-grid .ads-column{display:none;}}
@media (max-width:980px){.civ-locked-180 .inner-grid,.civ-locked-180 .portal-grid{grid-template-columns:1fr;}.civ-locked-180 .entry-content p > iframe{min-height:240px;}}
.civ-locked-180 .brandbar-inner{
  min-height:132px !important;
  padding:20px 0 !important;
  grid-template-columns:minmax(470px, 620px) minmax(260px,1fr) !important;
}
.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo,.civ-locked-180 .site-logo img,.civ-locked-180 .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;
}
.civ-locked-180 .header-search{
  width:min(440px,100%) !important;
  max-width:440px !important;
}
.civ-locked-180 .elegant-article .single-header{
  margin-bottom:22px;
  padding-bottom:16px;
  border-bottom:1px solid #e6edf6;
}
.civ-locked-180 .elegant-article .single-header h1,.civ-locked-180 .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;
}
.civ-locked-180 .page-article .single-header h1{
  font-size:clamp(32px, 2.25vw, 44px) !important;
}
.civ-locked-180 .single-meta,.civ-locked-180 .civ-article-meta{
  font-family:"Source Sans 3", Inter, Arial, sans-serif;
  font-size:15px;
  color:#52657f;
}
.civ-locked-180 .elegant-article{
  padding:30px 36px !important;
}
.civ-locked-180 .elegant-article .entry-content{
  font-family:"Source Sans 3", Inter, Arial, sans-serif;
  font-size:18px;
  line-height:1.72;
}
@media (max-width:1320px){.civ-locked-180 .brandbar-inner{grid-template-columns:minmax(410px, 560px) minmax(240px,1fr) !important;}.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo,.civ-locked-180 .site-logo img,.civ-locked-180 .custom-logo{width:470px !important;}}
@media (max-width:980px){.civ-locked-180 .brandbar-inner{grid-template-columns:1fr !important;min-height:auto !important;}.civ-locked-180 .brand-logo-wrap{justify-content:center !important;}.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo,.civ-locked-180 .site-logo img,.civ-locked-180 .custom-logo{width:min(460px,92vw) !important;}.civ-locked-180 .header-search{justify-self:center !important;}}
@media (max-width:640px){.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo,.civ-locked-180 .site-logo img,.civ-locked-180 .custom-logo{width:min(330px,92vw) !important;}.civ-locked-180 .elegant-article .single-header h1,.civ-locked-180 .single-header h1{font-size:30px !important;line-height:1.18 !important;}.civ-locked-180 .elegant-article{padding:22px !important;}}
.civ-locked-180 .ads-column .civ-ad-sidebar_2{
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  min-height:auto !important;
  padding:0 !important;
}
.civ-locked-180 .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-locked-180 .civ-hosting-banner:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 36px rgba(5,43,95,.18);
}
.civ-locked-180 .civ-hosting-banner img{
  width:100% !important;
  height:auto !important;
  display:block;
}
.civ-locked-180 .ads-column .civ-ad-sidebar_1,.civ-locked-180 .ads-column .civ-ad-sidebar_2{
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  min-height:auto !important;
  padding:0 !important;
}
.civ-locked-180 .civ-depanare-banner,.civ-locked-180 .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-locked-180 .civ-depanare-banner:hover,.civ-locked-180 .civ-hosting-banner:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 40px rgba(5,43,95,.22);
}
.civ-locked-180 .civ-depanare-banner img,.civ-locked-180 .civ-hosting-banner img{
  width:100% !important;
  height:auto !important;
  display:block;
}
.civ-locked-180 .civ-ad-zone iframe,.civ-locked-180 .civ-ad-zone ins,.civ-locked-180 .civ-ad-zone img{
  max-width:100%;
}
.civ-locked-180 .civ-ad-article{
  margin:28px auto;
  text-align:center;
  overflow:hidden;
}
.civ-locked-180 .civ-depanare-banner{
  max-width:300px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 24px rgba(5,43,95,.14);
}
.civ-locked-180 .civ-depanare-banner img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}
.civ-locked-180 .ads-column .civ-ad-sidebar_1,.civ-locked-180 .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-locked-180 .civ-depanare-banner,.civ-locked-180 .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-locked-180 .civ-depanare-banner:hover,.civ-locked-180 .civ-hosting-banner:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 44px rgba(5,43,95,.26);
}
.civ-locked-180 .civ-depanare-banner img,.civ-locked-180 .civ-hosting-banner img{
  display:block;
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}
.civ-locked-180 .brand-right-panel{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
  justify-self:end;
  width:min(460px,100%);
}
.civ-locked-180 .brand-right-panel .header-search{
  width:100%;
  max-width:460px;
  margin-left:0;
}
.civ-locked-180 .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;
}
.civ-locked-180 .header-identity-note span{
  font-weight:800;
  color:#0A4DA3;
}
.civ-locked-180 .header-identity-note strong{
  font-weight:900;
  letter-spacing:.01em;
}
.civ-locked-180 .header-identity-note small{
  color:#64748b;
  font-size:12px;
}
.civ-locked-180 .header-identity-note strong:before,.civ-locked-180 .header-identity-note small:before{
  content:"•";
  color:#E31E24;
  margin-right:12px;
  font-weight:900;
}
.civ-locked-180 .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;
}
.civ-locked-180 .ads-column .civ-ad-sidebar_2,.civ-locked-180 .ads-column .civ-ad-sidebar_3{
  width:100%;
  max-width:300px;
  margin:0 auto 24px;
}
.civ-locked-180 .civ-depanare-compact,.civ-locked-180 .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-locked-180 .civ-depanare-compact:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 38px rgba(5,43,95,.24);
}
.civ-locked-180 .civ-depanare-compact img{
  display:block;
  width:100% !important;
  height:auto !important;
}
.civ-locked-180 .footer-hosting-credit a{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-end;
  gap:2px;
  color:#fff;
  text-decoration:none !important;
}
.civ-locked-180 .footer-hosting-logo{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:900;
  font-size:18px;
  letter-spacing:.01em;
}
.civ-locked-180 .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;
}
.civ-locked-180 .footer-hosting-credit small{
  color:#cbd5e1;
  font-size:12px;
}
@media (max-width:980px){.civ-locked-180 .brand-right-panel{align-items:center;justify-self:center;width:100%;}.civ-locked-180 .header-identity-note{justify-content:center;text-align:center;}.civ-locked-180 .header-identity-note strong:before,.civ-locked-180 .header-identity-note small:before{margin-right:8px;}.civ-locked-180 .footer-hosting-credit a{align-items:flex-start;}}
@media (max-width:560px){.civ-locked-180 .header-identity-note{font-size:12px;display:block;}.civ-locked-180 .header-identity-note span,.civ-locked-180 .header-identity-note strong,.civ-locked-180 .header-identity-note small{display:block;margin-top:3px;}.civ-locked-180 .header-identity-note strong:before,.civ-locked-180 .header-identity-note small:before{content:"";margin:0;}}
.civ-locked-180 .brandbar-inner{
  min-height:118px !important;
  padding:14px 0 14px !important;
  align-items:center !important;
}
.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo,.civ-locked-180 .site-logo img,.civ-locked-180 .custom-logo{
  width:min(500px, 100%) !important;
  max-height:122px !important;
}
.civ-locked-180 .brand-right-panel{
  align-items:flex-end !important;
  gap:9px !important;
  justify-self:end !important;
  width:min(440px,100%) !important;
}
.civ-locked-180 .brand-right-panel .header-search{
  width:100% !important;
  max-width:440px !important;
}
.civ-locked-180 .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;
}
.civ-locked-180 .header-identity-note span,.civ-locked-180 .header-identity-note strong,.civ-locked-180 .header-identity-note small{
  display:block !important;
  margin:0 !important;
}
.civ-locked-180 .header-identity-note span{
  color:#0A4DA3 !important;
  font-weight:800 !important;
}
.civ-locked-180 .header-identity-note strong{
  color:#052B5F !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
}
.civ-locked-180 .header-identity-note small{
  color:#64748b !important;
  font-size:12px !important;
}
.civ-locked-180 .header-identity-note strong:before,.civ-locked-180 .header-identity-note small:before{
  content:"" !important;
  margin:0 !important;
}
.civ-locked-180 .primary-menu a{
  font-weight:700 !important;
  letter-spacing:.015em !important;
  font-size:14.5px !important;
  padding:15px 17px !important;
}
.civ-locked-180 .breaking .container{
  gap:20px !important;
}
.civ-locked-180 .ticker{
  gap:34px !important;
  font-size:15px !important;
  min-width:0 !important;
}
.civ-locked-180 .ticker a{
  display:inline-block !important;
  max-width:560px !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  vertical-align:bottom !important;
}
.civ-locked-180 .ads-column .civ-ad-sidebar_1{
  margin-top:4px !important;
  margin-bottom:30px !important;
}
.civ-locked-180 .ads-column .civ-ad-sidebar_2,.civ-locked-180 .ads-column .civ-ad-sidebar_3,.civ-locked-180 .ads-column .ad-box{
  margin-bottom:28px !important;
}
.civ-locked-180 .ads-column .civ-ad-zone{
  box-shadow:0 10px 26px rgba(5,43,95,.06) !important;
}
@media (max-width:1320px){.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo,.civ-locked-180 .site-logo img,.civ-locked-180 .custom-logo{width:min(460px,100%) !important;max-height:110px !important;}.civ-locked-180 .brand-right-panel{width:min(400px,100%) !important;}.civ-locked-180 .primary-menu a{font-size:13.5px !important;padding:14px 12px !important;}}
@media (max-width:980px){.civ-locked-180 .brandbar-inner{grid-template-columns:1fr !important;min-height:auto !important;}.civ-locked-180 .brand-right-panel{align-items:center !important;width:100% !important;}.civ-locked-180 .header-identity-note{text-align:center !important;border-left:0 !important;border-top:3px solid var(--red) !important;}.civ-locked-180 .ticker a{max-width:72vw !important;}}
.civ-locked-180 .brand-right-panel{
  gap:8px !important;
}
.civ-locked-180 .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;
}
.civ-locked-180 .header-identity-note span,.civ-locked-180 .header-identity-note strong,.civ-locked-180 .header-identity-note small{
  display:inline !important;
  margin:0 !important;
  white-space:nowrap !important;
}
.civ-locked-180 .header-identity-note span{
  color:#0A4DA3 !important;
  font-weight:800 !important;
}
.civ-locked-180 .header-identity-note strong{
  color:#052B5F !important;
  font-weight:800 !important;
  letter-spacing:0 !important;
}
.civ-locked-180 .header-identity-note small{
  color:#64748b !important;
  font-size:12px !important;
}
.civ-locked-180 .header-identity-note strong:before,.civ-locked-180 .header-identity-note small:before{
  content:"•" !important;
  color:#E31E24 !important;
  margin:0 8px 0 0 !important;
  font-weight:900 !important;
}
.civ-locked-180 .civ-depanare-compact{
  background:#082a5c !important;
  border-radius:18px !important;
}
.civ-locked-180 .civ-depanare-compact img{
  border-radius:18px !important;
}
@media (max-width:560px){.civ-locked-180 .header-identity-note{
    flex-wrap:wrap !important;
    gap:4px 7px !important;
  }.civ-locked-180 .header-identity-note span,.civ-locked-180 .header-identity-note strong,.civ-locked-180 .header-identity-note small{white-space:normal !important;}}
.civ-locked-180 .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-locked-180 .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-locked-180 .civ-emag-banner:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 38px rgba(5,43,95,.22);
}
.civ-locked-180 .civ-emag-banner img{
  display:block;
  width:100% !important;
  height:auto !important;
  border-radius:18px;
}
.civ-locked-180 .header-identity-note small{display:none !important;}
.civ-locked-180 .header-identity-note strong:before{content:"•" !important;color:#E31E24 !important;margin:0 8px 0 0 !important;font-weight:900 !important;}
.civ-locked-180 .footer-bottom{padding:22px 0 !important;}
.civ-locked-180 .footer-bottom-inner{align-items:center !important;}
.civ-locked-180 .footer-editorial-credit{display:flex;flex-direction:column;gap:3px;color:#dbeafe;line-height:1.35;}
.civ-locked-180 .footer-editorial-credit strong{font-size:18px;color:#ffffff;font-weight:800;letter-spacing:.01em;}
.civ-locked-180 .footer-editorial-credit span{font-size:14px;color:#cbd5e1;}
.civ-locked-180 .footer-hosting-credit a{align-items:flex-end !important;}
.civ-locked-180 .footer-hosting-logo{font-size:20px !important;}
.civ-locked-180 .footer-hosting-credit small{font-size:13px !important;}
@media (max-width:760px){.civ-locked-180 .footer-bottom-inner{align-items:flex-start !important;}.civ-locked-180 .footer-hosting-credit a{align-items:flex-start !important;}.civ-locked-180 .footer-editorial-credit strong{font-size:17px;}}
.civ-locked-180 .footer-bottom{padding:24px 0 !important;background:#031b3c !important;}
.civ-locked-180 .footer-bottom-inner{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:28px !important;flex-wrap:wrap !important;}
.civ-locked-180 .footer-editorial-credit{display:block !important;color:#dbeafe !important;line-height:1.35 !important;max-width:520px !important;}
.civ-locked-180 .footer-editorial-credit p{display:block !important;margin:0 0 4px 0 !important;padding:0 !important;color:#cbd5e1 !important;font-size:14px !important;}
.civ-locked-180 .footer-editorial-credit .footer-brand-name{font-size:18px !important;color:#fff !important;font-weight:800 !important;margin-bottom:8px !important;}
.civ-locked-180 .footer-hosting-credit{text-align:right !important;margin-left:auto !important;}
.civ-locked-180 .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;}
.civ-locked-180 .footer-hosting-logo{font-size:20px !important;font-weight:900 !important;color:#fff !important;}
.civ-locked-180 .footer-hosting-credit small{font-size:13px !important;color:#dbeafe !important;}
.civ-locked-180 .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-locked-180 .civ-emag-banner img{border-radius:16px !important;}
@media (max-width:760px){.civ-locked-180 .footer-bottom-inner{align-items:flex-start !important;}.civ-locked-180 .footer-hosting-credit{text-align:left !important;margin-left:0 !important}.civ-locked-180 .footer-hosting-credit a{align-items:flex-start !important;}}
.civ-locked-180 .civ-contact-form input,.civ-locked-180 .civ-contact-form textarea{width:100%;max-width:620px;border:1px solid #dbe6f3;border-radius:10px;padding:12px}
.civ-locked-180 .civ-contact-form button,.civ-locked-180 .civ-ai-form button{background:#0a4da3;color:#fff;border:0;border-radius:10px;padding:12px 18px;font-weight:700}
.civ-locked-180 .civ-form-success{padding:12px 16px;border-radius:10px;background:#e8f6ee;color:#0f6b35;margin-bottom:15px}
.civ-locked-180 .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-locked-180 .civ-ai-log{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}
.civ-locked-180 .civ-ai-user{align-self:flex-end;background:#0a4da3;color:#fff;padding:10px 12px;border-radius:12px;max-width:80%}
.civ-locked-180 .civ-ai-bot{align-self:flex-start;background:#f3f7fb;color:#052b5f;padding:10px 12px;border-radius:12px;max-width:80%}
.civ-locked-180 .civ-ai-form{display:flex;gap:8px}
.civ-locked-180 .civ-ai-form input{flex:1;border:1px solid #dbe6f3;border-radius:10px;padding:12px}
.civ-locked-180 .civ-emag-banner img,.civ-locked-180 .civ-depanare-banner img{display:block;width:100%;height:auto}
.civ-locked-180 .footer-bottom-inner{align-items:center}
.civ-locked-180 .footer-editorial-credit p{margin:.15rem 0}
.civ-locked-180 .footer-editorial-credit .footer-brand-name{font-weight:800;font-size:1.05rem}
.civ-locked-180 .civ-icon{display:block;width:1.05em;height:1.05em}
.civ-locked-180 .social-icons .civ-icon{width:17px;height:17px}
.civ-locked-180 .header-search .civ-icon{width:18px;height:18px}
.civ-locked-180 .weather-icon .civ-icon{width:18px;height:18px}
.civ-locked-180 .civ-article-meta a{color:inherit;text-decoration:none}
.civ-locked-180 .civ-article-meta a:hover{text-decoration:underline}
.civ-locked-180 .civ-article-meta time{font:inherit}
.civ-locked-180 .container{width:min(1620px,calc(100% - 40px));}
.civ-locked-180 .home-portal .portal-grid{grid-template-columns:300px minmax(0,1fr) 300px;gap:24px;}
.civ-locked-180 .page-portal .inner-grid{grid-template-columns:290px minmax(0,1fr) 280px;gap:24px;}
.civ-locked-180 .page-portal .portal-main,.civ-locked-180 .home-portal .portal-main,.civ-locked-180 .inner-content{min-width:0;}
.civ-locked-180 .elegant-article{padding:32px 36px;}
.civ-locked-180 .portal-main .hero-grid{grid-template-columns:minmax(0,1.55fr) minmax(260px,.85fr);gap:22px;}
.civ-locked-180 .ads-column .civ-ad-zone,.civ-locked-180 .ads-column .widget,.civ-locked-180 .ad-box,.civ-locked-180 .civ-ad-emag-permanent,.civ-locked-180 .civ-emag-banner{max-width:300px;margin-left:auto;margin-right:auto;}
@media (min-width:1500px){.civ-locked-180 .page-portal .inner-grid{grid-template-columns:280px minmax(0,1fr) 270px;gap:24px;}.civ-locked-180 .page-portal .elegant-article{padding:36px 42px;}}
@media (max-width:1400px){.civ-locked-180 .container{width:min(100% - 32px,1460px);}.civ-locked-180 .home-portal .portal-grid{grid-template-columns:280px minmax(0,1fr) 280px;gap:22px;}.civ-locked-180 .page-portal .inner-grid{grid-template-columns:270px minmax(0,1fr) 260px;gap:22px;}}
@media (max-width:1180px){.civ-locked-180 .page-portal .inner-grid{grid-template-columns:260px minmax(0,1fr);gap:22px;}.civ-locked-180 .page-portal .inner-grid .ads-column{display:none;}.civ-locked-180 .elegant-article{padding:28px;}}
@media (max-width:980px){.civ-locked-180 .container{width:calc(100% - 24px);}.civ-locked-180 .home-portal .portal-grid,.civ-locked-180 .page-portal .inner-grid{grid-template-columns:1fr;gap:18px;}.civ-locked-180 .elegant-article{padding:22px;}}
.civ-locked-180 .entry-content::after{
  content:"";
  display:table;
  clear:both;
}
.civ-locked-180 .entry-content .alignleft,.civ-locked-180 .entry-content img.alignleft,.civ-locked-180 .entry-content figure.alignleft,.civ-locked-180 .entry-content .wp-caption.alignleft,.civ-locked-180 .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;
}
.civ-locked-180 .entry-content .alignright,.civ-locked-180 .entry-content img.alignright,.civ-locked-180 .entry-content figure.alignright,.civ-locked-180 .entry-content .wp-caption.alignright,.civ-locked-180 .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;
}
.civ-locked-180 .entry-content figure.alignleft,.civ-locked-180 .entry-content figure.alignright,.civ-locked-180 .entry-content .wp-caption.alignleft,.civ-locked-180 .entry-content .wp-caption.alignright,.civ-locked-180 .entry-content .wp-block-image.alignleft,.civ-locked-180 .entry-content .wp-block-image.alignright{
  display:table !important;
  width:auto !important;
  min-width:150px;
}
.civ-locked-180 .entry-content figure.alignleft > img,.civ-locked-180 .entry-content figure.alignright > img,.civ-locked-180 .entry-content .wp-caption.alignleft > img,.civ-locked-180 .entry-content .wp-caption.alignright > img,.civ-locked-180 .entry-content .wp-block-image.alignleft > img,.civ-locked-180 .entry-content .wp-block-image.alignright > img,.civ-locked-180 .entry-content img.alignleft,.civ-locked-180 .entry-content img.alignright{
  display:block !important;
  width:auto !important;
  max-width:100% !important;
  height:auto !important;
  margin:0 auto !important;
}
.civ-locked-180 .entry-content figure.alignleft figcaption,.civ-locked-180 .entry-content figure.alignright figcaption,.civ-locked-180 .entry-content .wp-block-image.alignleft figcaption,.civ-locked-180 .entry-content .wp-block-image.alignright figcaption,.civ-locked-180 .entry-content .wp-caption.alignleft .wp-caption-text,.civ-locked-180 .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;
}
.civ-locked-180 .entry-content .aligncenter,.civ-locked-180 .entry-content img.aligncenter,.civ-locked-180 .entry-content figure.aligncenter,.civ-locked-180 .entry-content .wp-caption.aligncenter,.civ-locked-180 .entry-content .wp-block-image.aligncenter{
  float:none !important;
  clear:both !important;
  display:block !important;
  margin:1.25rem auto !important;
}
@media (max-width:700px){.civ-locked-180 .entry-content .alignleft,.civ-locked-180 .entry-content .alignright,.civ-locked-180 .entry-content img.alignleft,.civ-locked-180 .entry-content img.alignright,.civ-locked-180 .entry-content figure.alignleft,.civ-locked-180 .entry-content figure.alignright,.civ-locked-180 .entry-content .wp-caption.alignleft,.civ-locked-180 .entry-content .wp-caption.alignright,.civ-locked-180 .entry-content .wp-block-image.alignleft,.civ-locked-180 .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;
  }.civ-locked-180 .entry-content figure.alignleft figcaption,.civ-locked-180 .entry-content figure.alignright figcaption,.civ-locked-180 .entry-content .wp-block-image.alignleft figcaption,.civ-locked-180 .entry-content .wp-block-image.alignright figcaption,.civ-locked-180 .entry-content .wp-caption.alignleft .wp-caption-text,.civ-locked-180 .entry-content .wp-caption.alignright .wp-caption-text{
    display:block;
    min-width:0;
    text-align:center;
  }}
.civ-locked-180 :focus-visible{outline:3px solid #198FE3;outline-offset:3px;border-radius:4px}
.civ-locked-180 .footer-bottom-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:22px!important;flex-wrap:wrap!important}
.civ-locked-180 .footer-cookie-prefs{display:flex;align-items:center}
.civ-locked-180 .footer-legal-links{list-style:none;margin:14px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:6px 14px}
.civ-locked-180 .footer-legal-links li{margin:0}
.civ-locked-180 .footer-legal-links a{color:#cbd5e1;font-size:13px;text-decoration:underline;text-underline-offset:3px}
.civ-locked-180 .footer-legal-links a:hover{color:#fff}
@media (hover:none){.civ-locked-180 .civ-card:hover{transform:none;box-shadow:0 6px 18px rgba(15,23,42,.06)}}
@media (max-width:760px){.civ-locked-180 .footer-bottom-inner{align-items:flex-start!important;flex-direction:column}.civ-locked-180 .footer-cookie-prefs{order:2}.civ-locked-180 .footer-hosting-credit{order:3;margin-left:0!important;text-align:left!important}.civ-locked-180 .footer-hosting-credit a{align-items:flex-start!important}}
.civ-locked-180 .civ-master-home{background:#f4f7fb;padding:24px 0 40px}
.civ-locked-180 .civ-master-home>.container{max-width:1440px}
.civ-locked-180 .civ-master-hero{position:relative;min-height:390px;border-radius:22px;overflow:hidden;box-shadow:0 18px 45px rgba(9,38,78,.14);background:#0b2d5e}
.civ-locked-180 .civ-master-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.civ-locked-180 .civ-master-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,29,66,.92) 0%,rgba(5,29,66,.66) 35%,rgba(5,29,66,.18) 70%,rgba(5,29,66,.04) 100%)}
.civ-locked-180 .civ-master-hero-copy{position:relative;z-index:2;max-width:650px;padding:62px 52px;color:#fff}
.civ-locked-180 .civ-master-hero-copy>span,.civ-locked-180 .civ-master-section-head span,.civ-locked-180 .civ-master-feature>span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800}
.civ-locked-180 .civ-master-hero-copy h1{font-size:clamp(42px,5vw,76px);line-height:.94;margin:8px 0 18px;color:#fff}
.civ-locked-180 .civ-master-hero-copy p{font-size:18px;line-height:1.55;margin:0 0 24px;max-width:600px}
.civ-locked-180 .civ-master-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.civ-locked-180 .civ-master-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:9px;font-weight:800}
.civ-locked-180 .civ-master-btn-primary{background:#fff;color:#07336d}
.civ-locked-180 .civ-master-btn-ghost{border:1px solid rgba(255,255,255,.7);color:#fff;background:rgba(255,255,255,.07)}
.civ-locked-180 .civ-master-microsites{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:20px}
.civ-locked-180 .civ-master-micro{min-height:220px;border:1px solid #dce5f2;border-radius:18px;display:grid;grid-template-columns:165px 1fr;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(14,45,86,.08)}
.civ-locked-180 .civ-master-micro-logo{display:flex;align-items:center;justify-content:center;padding:22px;background:#fafcff;border-right:1px solid #e5ebf4}
.civ-locked-180 .civ-master-micro-logo img{max-width:125px;max-height:135px;object-fit:contain}
.civ-locked-180 .civ-master-micro-copy{padding:25px 24px;display:flex;flex-direction:column;justify-content:center}
.civ-locked-180 .civ-master-micro-copy h2{margin:0 0 5px;font-size:28px;line-height:1.05;color:#0a3b7e}
.civ-locked-180 .civ-master-micro-copy strong{font-size:13px;margin-bottom:12px;color:#53647d}
.civ-locked-180 .civ-master-micro-copy p{font-size:14px;line-height:1.5;color:#4e5c71;margin:0 0 14px}
.civ-locked-180 .civ-master-micro-copy a{font-weight:800;align-self:flex-start}
.civ-locked-180 .civ-master-micro-mugurelul{border-color:#efd5d1;background:linear-gradient(135deg,#fff 0%,#fff8f6 100%)}
.civ-locked-180 .civ-master-micro-mugurelul .civ-master-micro-logo{background:#fffaf8;border-color:#efd5d1}
.civ-locked-180 .civ-master-micro-mugurelul .civ-master-micro-copy h2,.civ-locked-180 .civ-master-micro-mugurelul .civ-master-micro-copy a{color:#a82222}
.civ-locked-180 .civ-master-micro-unirea{border-color:#d3e2f8;background:linear-gradient(135deg,#fff 0%,#f3f8ff 100%)}
.civ-locked-180 .civ-master-micro-unirea .civ-master-micro-logo{background:#f8fbff;border-color:#d3e2f8}
.civ-locked-180 .civ-master-micro-catedrala{border-color:#ead9c4;background:linear-gradient(135deg,#fff 0%,#fff9f0 100%)}
.civ-locked-180 .civ-master-micro-catedrala .civ-master-micro-logo{background:#fffaf2;border-color:#ead9c4}
.civ-locked-180 .civ-master-micro-catedrala .civ-master-micro-copy h2,.civ-locked-180 .civ-master-micro-catedrala .civ-master-micro-copy a{color:#964131}
.civ-locked-180 .civ-master-ad-banner{margin:22px 0 0;background:#fff;border-radius:14px;padding:12px;border:1px solid #e4e9f1;text-align:center}
.civ-locked-180 .civ-master-ad-banner .civ-ad-zone{margin:0 auto}
.civ-locked-180 .civ-master-dashboard{display:grid;grid-template-columns:1.25fr 1fr .9fr;gap:20px;margin-top:24px}
.civ-locked-180 .civ-master-panel{background:#fff;border:1px solid #e1e7f0;border-radius:18px;padding:22px;box-shadow:0 8px 24px rgba(12,42,82,.07);min-height:330px}
.civ-locked-180 .civ-master-panel>header,.civ-locked-180 .civ-master-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;border-bottom:2px solid #0d4c9b;padding-bottom:12px;margin-bottom:18px}
.civ-locked-180 .civ-master-panel>header h2,.civ-locked-180 .civ-master-section-head h2{margin:0;color:#0b376f;font-size:30px}
.civ-locked-180 .civ-master-panel>header a,.civ-locked-180 .civ-master-section-head>a{font-weight:800;white-space:nowrap}
.civ-locked-180 .civ-master-news-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:14px}
.civ-locked-180 .civ-master-news-grid article{display:grid;grid-template-columns:120px 1fr;gap:12px;border-top:1px solid #edf0f5;padding-top:12px}
.civ-locked-180 .civ-master-news-grid article:first-child{border-top:0;padding-top:0}
.civ-locked-180 .civ-master-news-grid article.is-featured{grid-row:span 2;grid-template-columns:1fr;position:relative;border:0;padding:0}
.civ-locked-180 .civ-master-news-grid .thumb img,.civ-locked-180 .civ-master-list-cards .thumb img,.civ-locked-180 .civ-master-media-grid img{width:100%;height:100%;object-fit:cover;border-radius:11px}
.civ-locked-180 .civ-master-news-grid article.is-featured .thumb{height:210px}
.civ-locked-180 .civ-master-news-grid article:not(.is-featured) .thumb{height:85px}
.civ-locked-180 .civ-master-news-grid .copy span,.civ-locked-180 .civ-master-list-cards article span{font-size:11px;text-transform:uppercase;font-weight:800;color:#0c55ad}
.civ-locked-180 .civ-master-news-grid h3,.civ-locked-180 .civ-master-list-cards h3{font-size:18px;line-height:1.18;margin:5px 0 7px}
.civ-locked-180 .civ-master-news-grid article.is-featured h3{font-size:24px}
.civ-locked-180 .civ-master-news-grid p,.civ-locked-180 .civ-master-list-cards p{font-size:13px;color:#5a6676;margin:0 0 6px;line-height:1.45}
.civ-locked-180 .civ-master-news-grid time{font-size:12px;color:#7b8492}
.civ-locked-180 .civ-master-list-cards{display:grid;gap:14px}
.civ-locked-180 .civ-master-list-cards article{display:grid;grid-template-columns:130px 1fr;gap:14px;border-bottom:1px solid #edf0f5;padding-bottom:14px}
.civ-locked-180 .civ-master-list-cards article:last-child{border-bottom:0;padding-bottom:0}
.civ-locked-180 .civ-master-list-cards .thumb{height:100px}
.civ-locked-180 .civ-master-info ul{list-style:none;margin:0;padding:0}
.civ-locked-180 .civ-master-info li+li{border-top:1px solid #edf0f5}
.civ-locked-180 .civ-master-info li a{display:grid;grid-template-columns:34px 1fr 18px;gap:10px;align-items:center;padding:13px 0;color:#17233a}
.civ-locked-180 .civ-master-info li a>span{font-size:21px}
.civ-locked-180 .civ-master-info strong{display:block;font-size:15px}
.civ-locked-180 .civ-master-info small{display:block;color:#667388;margin-top:2px}
.civ-locked-180 .civ-master-info b{font-size:20px;color:#0b4e9f}
.civ-locked-180 .civ-master-section{margin-top:28px;background:#fff;border:1px solid #e1e7f0;border-radius:20px;padding:24px;box-shadow:0 8px 24px rgba(12,42,82,.055)}
.civ-locked-180 .civ-master-section-head{align-items:center}
.civ-locked-180 .civ-master-section-head>div span{color:#d32b2b;margin-bottom:4px}
.civ-locked-180 .civ-master-section-head>p{margin:0;color:#68758a;max-width:400px;text-align:right}
.civ-locked-180 .civ-master-access-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.civ-locked-180 .civ-master-access-grid>a{display:grid;grid-template-columns:44px 1fr 22px;grid-template-rows:auto auto;column-gap:12px;align-items:center;padding:16px;border:1px solid #e2e7ef;border-radius:14px;background:#fbfcfe;color:#17233a;transition:.2s}
.civ-locked-180 .civ-master-access-grid>a:hover{transform:translateY(-2px);border-color:#b9cee9;box-shadow:0 8px 18px rgba(13,60,118,.08)}
.civ-locked-180 .civ-master-access-grid i{grid-row:1/3;font-style:normal;font-size:26px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#eef4fc}
.civ-locked-180 .civ-master-access-grid strong{font-size:16px}
.civ-locked-180 .civ-master-access-grid small{color:#667388;margin-top:2px}
.civ-locked-180 .civ-master-access-grid b{grid-row:1/3;grid-column:3;font-size:20px;color:#0b4e9f}
.civ-locked-180 .civ-master-three-wide{display:grid;grid-template-columns:1.35fr .85fr .85fr;gap:18px}
.civ-locked-180 .civ-master-feature{border-radius:16px;padding:22px;min-height:250px;border:1px solid #dfe6ef;background:#f9fbfe}
.civ-locked-180 .civ-master-feature h2{font-size:30px;margin:4px 0 12px;color:#0b376f}
.civ-locked-180 .civ-master-feature>span{color:#cf2b2b}
.civ-locked-180 .civ-master-feature>a{display:inline-flex;margin-top:18px;font-weight:800}
.civ-locked-180 .civ-master-event-list{display:grid;gap:10px}
.civ-locked-180 .civ-master-event-list article{display:grid;grid-template-columns:58px 1fr;gap:12px;padding:10px;border-radius:10px;background:#fff;border:1px solid #e6eaf0}
.civ-locked-180 .civ-master-event-list time{width:58px;height:48px;border-radius:9px;background:#0b4e9f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}
.civ-locked-180 .civ-master-event-list h3{font-size:16px;margin:0 0 4px}
.civ-locked-180 .civ-master-event-list p{font-size:13px;margin:0;color:#697589}
.civ-locked-180 .civ-master-radio{background:linear-gradient(135deg,#082e61,#0e58ab);color:#fff;border:0}
.civ-locked-180 .civ-master-radio h2,.civ-locked-180 .civ-master-radio a{color:#fff}
.civ-locked-180 .civ-master-radio>span{color:#ffcf4b}
.civ-locked-180 .civ-master-weather{background:linear-gradient(135deg,#fff9e9,#f4f9ff)}
.civ-locked-180 .civ-master-heritage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.civ-locked-180 .civ-master-heritage-grid>a{display:grid;grid-template-columns:48px 1fr 22px;gap:12px;align-items:center;padding:18px;border-radius:14px;border:1px solid #e4ddd4;background:#fffaf5;color:#2e2b29}
.civ-locked-180 .civ-master-heritage-grid i{font-style:normal;font-size:29px}
.civ-locked-180 .civ-master-heritage-grid strong{display:block;font-size:17px;color:#773d2f}
.civ-locked-180 .civ-master-heritage-grid small{display:block;color:#776c63;margin-top:3px}
.civ-locked-180 .civ-master-heritage-grid b{font-size:20px;color:#9a4834}
.civ-locked-180 .civ-master-promoted{background:#f8fafc}
.civ-locked-180 .civ-master-promo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}
.civ-locked-180 .civ-master-promo-card{background:#fff;border:1px solid #dfe6ef;border-radius:15px;padding:14px;display:flex;align-items:center;justify-content:center;min-height:250px;overflow:hidden}
.civ-locked-180 .civ-master-promo-card .civ-ad-zone{margin:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.civ-locked-180 .civ-master-promo-card img{max-width:100%;height:auto;max-height:250px;object-fit:contain}
.civ-locked-180 .civ-master-emag-card a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}
.civ-locked-180 .civ-master-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.civ-locked-180 .civ-master-media-grid article a,.civ-locked-180 .civ-master-placeholder{position:relative;display:block;height:190px;border-radius:14px;overflow:hidden;background:#0b376f;color:#fff}
.civ-locked-180 .civ-master-media-grid article span{position:absolute;left:0;right:0;bottom:0;padding:34px 14px 13px;background:linear-gradient(transparent,rgba(0,0,0,.78));color:#fff;font-weight:800}
.civ-locked-180 .civ-master-placeholder{display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800}
@media (max-width:1180px){.civ-locked-180 .civ-master-dashboard,.civ-locked-180 .civ-master-three-wide{grid-template-columns:1fr 1fr}.civ-locked-180 .civ-master-info,.civ-locked-180 .civ-master-weather{grid-column:1/-1}.civ-locked-180 .civ-master-access-grid,.civ-locked-180 .civ-master-heritage-grid,.civ-locked-180 .civ-master-promo-grid,.civ-locked-180 .civ-master-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:900px){.civ-locked-180 .civ-master-microsites,.civ-locked-180 .civ-master-dashboard,.civ-locked-180 .civ-master-three-wide{grid-template-columns:1fr}.civ-locked-180 .civ-master-micro{grid-template-columns:130px 1fr}.civ-locked-180 .civ-master-info,.civ-locked-180 .civ-master-weather{grid-column:auto}.civ-locked-180 .civ-master-news-grid{grid-template-columns:1fr}.civ-locked-180 .civ-master-news-grid article.is-featured{grid-row:auto}.civ-locked-180 .civ-master-hero-copy{padding:42px 28px}}
@media (max-width:620px){.civ-locked-180 .civ-master-home{padding-top:12px}.civ-locked-180 .civ-master-hero{min-height:430px;border-radius:16px}.civ-locked-180 .civ-master-hero-copy{padding:32px 20px}.civ-locked-180 .civ-master-micro{grid-template-columns:1fr;text-align:center}.civ-locked-180 .civ-master-micro-logo{border-right:0;border-bottom:1px solid #e5ebf4}.civ-locked-180 .civ-master-micro-copy a{align-self:center}.civ-locked-180 .civ-master-access-grid,.civ-locked-180 .civ-master-heritage-grid,.civ-locked-180 .civ-master-promo-grid,.civ-locked-180 .civ-master-media-grid{grid-template-columns:1fr}.civ-locked-180 .civ-master-panel,.civ-locked-180 .civ-master-section{padding:17px}.civ-locked-180 .civ-master-section-head{align-items:flex-start;flex-direction:column}.civ-locked-180 .civ-master-section-head>p{text-align:left}}
.civ-locked-180 .top-right{display:flex;align-items:center;gap:10px;min-width:0}
.civ-locked-180 .civ-top-socials{display:flex;align-items:center;gap:14px}
.civ-locked-180 .civ-top-tools{display:flex;align-items:center;gap:7px}
.civ-locked-180 .civ-top-tool,.civ-locked-180 .civ-civis-top-button{border:0;cursor:pointer;font:inherit}
.civ-locked-180 .civ-top-tool{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#052b5f;box-shadow:0 2px 9px rgba(5,43,95,.10);font-size:12px;font-weight:900}
.civ-locked-180 .civ-top-tool:hover{background:#eef5ff}
.civ-locked-180 .civ-tool-wa{color:#147a45}
.civ-locked-180 .civ-tool-tg{color:#168bc3}
.civ-locked-180 .civ-civis-top-button{height:36px;display:inline-flex;align-items:center;gap:8px;padding:3px 14px 3px 7px;border-radius:999px;background:#fff;color:#052b5f;border:1px solid #d6e3f2;box-shadow:0 4px 14px rgba(5,43,95,.12);font-weight:800}
.civ-locked-180 .civ-civis-top-button:hover{background:#f7fbff;border-color:#b9cee6}
.civ-locked-180 .civ-civis-top-button img{width:66px;height:27px;object-fit:contain;object-position:left center;filter:none;background:#fff;border-radius:6px;padding:1px 3px}
.civ-locked-180 .civ-civis-top-button span{white-space:nowrap}
.civ-locked-180 .civ-access-panel{position:fixed;z-index:10010;top:50px;right:max(16px,calc((100vw - 1360px)/2));width:min(390px,calc(100vw - 32px));background:#fff;color:#052b5f;border:1px solid #dbe6f3;border-radius:15px;box-shadow:0 16px 40px rgba(5,43,95,.18);padding:14px 16px}
.civ-locked-180 .civ-access-panel strong{display:block;margin-bottom:10px;font-family:var(--display-serif,Georgia,serif);font-size:17px}
.civ-locked-180 .civ-access-actions{display:flex;flex-wrap:wrap;gap:8px}
.civ-locked-180 .civ-access-actions button{border:1px solid #cddbed;background:#f7fbff;color:#052b5f;border-radius:8px;padding:8px 10px;font-weight:800;cursor:pointer}
.civ-locked-180 .civ-access-actions button:hover{background:#e9f3ff}
.civ-locked-180 .civis-theme-panel{position:fixed;z-index:10020;top:56px;right:18px;bottom:18px;width:min(430px,calc(100vw - 36px));background:#07162b;color:#e9f3ff;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.32);overflow:auto;border:1px solid rgba(255,255,255,.12)}
.civ-locked-180 .civis-theme-head{position:sticky;top:0;z-index:2;background:#0b203c;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}
.civ-locked-180 .civis-theme-head img{height:52px;width:auto;max-width:290px;object-fit:contain;object-position:left center;background:#fff;border-radius:10px;padding:5px 8px}
.civ-locked-180 .civis-theme-close{width:36px;height:36px;border-radius:10px;background:#112c4d;color:#fff;border:1px solid rgba(255,255,255,.16);font-size:24px;cursor:pointer}
.civ-locked-180 .civis-theme-quick{display:flex;gap:8px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.08)}
.civ-locked-180 .civis-theme-quick a{flex:1;text-align:center;padding:9px 8px;border-radius:9px;background:#112c4d;color:#fff;font-weight:700;font-size:13px}
.civ-locked-180 .civis-theme-body{padding:16px}
.civ-locked-180 .civis-intro{margin-top:0;color:#c8d8ed}
.civ-locked-180 .civis-theme-panel .civ-ai-box{background:#0b203c;border-color:#1a416b;box-shadow:none}
.civ-locked-180 .civis-theme-panel .civ-ai-bot{background:#112c4d;color:#e9f3ff}
.civ-locked-180 .civis-theme-panel .civ-ai-form input{background:#07162b;color:#fff;border-color:#31587e}
.civ-locked-180 .civis-full-link{display:block;margin-top:14px;padding:11px 12px;text-align:center;background:#0a4da3;color:#fff;border-radius:10px;font-weight:800}
.civ-locked-180 .civ-home-intro{padding:18px 0 12px;background:#fff}
.civ-locked-180 .civ-city-hero{height:300px;position:relative;overflow:hidden;border-radius:22px;box-shadow:0 14px 32px rgba(5,43,95,.11)}
.civ-locked-180 .civ-city-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}
.civ-locked-180 .civ-city-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,26,58,.88) 0%,rgba(3,26,58,.56) 37%,rgba(3,26,58,.08) 75%,rgba(3,26,58,0) 100%)}
.civ-locked-180 .civ-city-hero-copy{position:absolute;left:38px;bottom:28px;color:#fff;max-width:610px}
.civ-locked-180 .civ-city-hero-copy>span{display:block;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.13em;margin-bottom:6px}
.civ-locked-180 .civ-city-hero-copy h1{font-family:var(--display-serif,Georgia,serif);font-size:50px;line-height:.98;margin:0 0 12px}
.civ-locked-180 .civ-city-hero-copy p{font-size:17px;line-height:1.42;margin:0;color:#f2f6fb}
.civ-locked-180 .civ-home-microsites{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:18px 0 0}
.civ-locked-180 .civ-home-micro{min-height:126px;display:grid;grid-template-columns:105px 1fr;align-items:stretch;border:1px solid #dce4ef;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 22px rgba(5,43,95,.06);transition:transform .18s ease,box-shadow .18s ease}
.civ-locked-180 .civ-home-micro:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(5,43,95,.11)}
.civ-locked-180 .civ-home-micro-logo{display:flex;align-items:center;justify-content:center;padding:15px;border-right:1px solid rgba(5,43,95,.10)}
.civ-locked-180 .civ-home-micro-logo img{width:78px;height:78px;object-fit:contain}
.civ-locked-180 .civ-home-micro-copy{display:flex;flex-direction:column;justify-content:center;padding:17px 20px;min-width:0}
.civ-locked-180 .civ-home-micro-copy strong{font-family:var(--display-serif,Georgia,serif);font-size:21px;line-height:1.08;margin-bottom:6px;overflow-wrap:anywhere}
.civ-locked-180 .civ-home-micro-copy small{font-size:13px;line-height:1.35;color:#50627a}
.civ-locked-180 .civ-home-micro-copy em{font-style:normal;font-weight:900;font-size:13px;margin-top:11px}
.civ-locked-180 .civ-home-micro-mugurelul{background:linear-gradient(135deg,#fff 0%,#fff8f5 100%);border-color:#efd9d3}
.civ-locked-180 .civ-home-micro-mugurelul strong,.civ-locked-180 .civ-home-micro-mugurelul em{color:#9a241f}
.civ-locked-180 .civ-home-micro-unirea{background:linear-gradient(135deg,#fff 0%,#f5f9ff 100%);border-color:#d5e3f8}
.civ-locked-180 .civ-home-micro-unirea strong,.civ-locked-180 .civ-home-micro-unirea em{color:#0a4da3}
.civ-locked-180 .civ-home-micro-catedrala{background:linear-gradient(135deg,#fff 0%,#fffaf2 100%);border-color:#eadcc9}
.civ-locked-180 .civ-home-micro-catedrala strong,.civ-locked-180 .civ-home-micro-catedrala em{color:#914635}
.civ-locked-180 .civ-home-editorial{padding-top:24px!important}
.civ-locked-180 .civ-micro-identity{color:#fff;background:#052b5f}
.civ-locked-180 .civ-micro-identity-mugurelul{background:linear-gradient(135deg,#8d1d1d,#5d0f12)}
.civ-locked-180 .civ-micro-identity-unirea{background:linear-gradient(135deg,#0a4da3,#052b5f)}
.civ-locked-180 .civ-micro-identity-catedrala{background:linear-gradient(135deg,#874337,#5b2b24)}
.civ-locked-180 .civ-micro-identity-inner{display:flex;align-items:center;gap:16px;padding:15px 0}
.civ-locked-180 .civ-micro-identity-logo{width:74px;height:74px;object-fit:contain;border-radius:50%;background:#fff;padding:4px}
.civ-locked-180 .civ-micro-identity-copy{display:flex;flex-direction:column;line-height:1.2}
.civ-locked-180 .civ-micro-identity-copy small{font-size:11px;text-transform:uppercase;letter-spacing:.12em;opacity:.85}
.civ-locked-180 .civ-micro-identity-copy strong{font-family:var(--display-serif,Georgia,serif);font-size:27px;margin:3px 0}
.civ-locked-180 .civ-micro-identity-copy span{font-size:13px;opacity:.9}
.civ-locked-180 .civ-micro-nav{background:#fff;border-bottom:1px solid #dbe6f3;box-shadow:0 5px 12px rgba(5,43,95,.07)}
.civ-locked-180 .civ-micro-nav-inner{display:flex;align-items:center;gap:3px;overflow-x:auto;white-space:nowrap}
.civ-locked-180 .civ-micro-nav a{padding:13px 12px;font-size:13px;font-weight:900;color:#052b5f}
.civ-locked-180 .civ-micro-nav a:hover,.civ-locked-180 .civ-micro-nav a.is-active{color:#d22630}
.civ-locked-180 .civ-back-main{margin-right:auto!important;color:#52667f!important}
@media (max-width:980px){.civ-locked-180 .civ-home-microsites{grid-template-columns:1fr}.civ-locked-180 .civ-city-hero{height:250px}.civ-locked-180 .civ-city-hero-copy h1{font-size:38px}.civ-locked-180 .civ-top-socials{display:none}.civ-locked-180 .civ-civis-top-button span{display:none}.civ-locked-180 .civ-civis-top-button{padding-right:7px}.civ-locked-180 .civ-civis-top-button img{width:50px}.civ-locked-180 .civ-access-panel{top:46px;right:12px}}
@media (max-width:620px){.civ-locked-180 .civ-home-intro{padding-top:12px}.civ-locked-180 .civ-city-hero{height:230px;border-radius:16px}.civ-locked-180 .civ-city-hero-copy{left:20px;right:20px;bottom:18px}.civ-locked-180 .civ-city-hero-copy h1{font-size:34px}.civ-locked-180 .civ-city-hero-copy p{font-size:15px}.civ-locked-180 .civ-home-micro{grid-template-columns:86px 1fr;min-height:110px}.civ-locked-180 .civ-home-micro-logo img{width:64px;height:64px}.civ-locked-180 .civ-home-micro-copy strong{font-size:20px}.civ-locked-180 .civ-top-tool{width:30px;height:30px}.civ-locked-180 .civis-theme-panel{top:48px;right:8px;bottom:8px;width:calc(100vw - 16px);border-radius:14px}.civ-locked-180 .civis-theme-head img{height:42px;max-width:230px}}
.civ-locked-180 .civ-home-micro-mugurelul .civ-home-micro-copy strong{font-size:19px}
.civ-locked-180 .civ-home-micro-unirea .civ-home-micro-copy strong{font-size:20px}
.civ-locked-180 .civ-home-micro-catedrala .civ-home-micro-copy strong{font-size:16px;line-height:1.18}
.civ-locked-180 .civ-home-micro{min-height:142px}
.civ-locked-180 .civ-home-micro-copy{padding-top:15px;padding-bottom:15px}
@media (max-width:620px){.civ-locked-180 .civ-home-micro-catedrala .civ-home-micro-copy strong{font-size:15px}.civ-locked-180 .civ-home-micro-mugurelul .civ-home-micro-copy strong{font-size:18px}}
.civ-locked-180 .civ-access-toggle{height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #cbd9ea;border-radius:999px;background:#fff;color:#052b5f;box-shadow:0 2px 9px rgba(5,43,95,.09);font:inherit;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}
.civ-locked-180 .civ-access-toggle:hover,.civ-locked-180 .civ-access-toggle[aria-expanded="true"]{background:#edf5ff;border-color:#9ebadd}
.civ-locked-180 .civ-access-icon{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:50%;background:#052b5f;color:#fff;font-size:11px;line-height:1}
.civ-locked-180 .civ-access-panel{position:fixed;z-index:10010;top:52px;right:max(16px,calc((100vw - 1360px)/2));width:330px;max-width:calc(100vw - 32px);padding:12px;background:#fff;border:1px solid #d5e2ef;border-radius:13px;box-shadow:0 16px 38px rgba(5,43,95,.18)}
.civ-locked-180 .civ-access-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.civ-locked-180 .civ-access-panel-head strong{margin:0;font-size:16px;color:#052b5f}
.civ-locked-180 .civ-access-close{width:28px;height:28px;border-radius:8px;border:1px solid #d5e2ef;background:#f7fbff;color:#052b5f;font-size:20px;line-height:1;cursor:pointer}
.civ-locked-180 .civ-access-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.civ-locked-180 .civ-access-actions button{min-height:38px;padding:7px 8px;font-size:12px}
.civ-locked-180 .civ-access-actions button[data-civ-access="links"]{grid-column:span 2}
.civ-locked-180 .civ-access-zoom-value{display:flex;align-items:center;justify-content:center;border:1px solid #d5e2ef;border-radius:8px;background:#fff;color:#52667f;font-size:12px;font-weight:900}
.civ-locked-180 .civ-microsite-page{background:#f7f8fb;padding:30px 0 44px;min-height:520px}
.civ-locked-180 .civ-microsite-content-wrap{max-width:1320px}
.civ-locked-180 .civ-microsite-article{background:#fff;border:1px solid #e0e7ef;border-radius:20px;box-shadow:0 12px 30px rgba(5,43,95,.07);overflow:hidden}
.civ-locked-180 .civ-microsite-entry-content{padding:0}
.civ-locked-180 .civ-microsite-entry-content>.civ-microsite-hero:first-child{margin-top:0}
.civ-locked-180 .civ-microsite-page-header{padding:30px 34px 22px;border-bottom:1px solid #e3eaf2}
.civ-locked-180 .civ-microsite-parent-name{display:block;margin-bottom:7px;color:#718198;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.civ-locked-180 .civ-microsite-page-header h1{margin:0;color:#052b5f;font-family:var(--display-serif,Georgia,serif);font-size:40px;line-height:1.08}
.civ-locked-180 .civ-microsite-featured{margin:0;padding:28px 34px 0}
.civ-locked-180 .civ-microsite-featured img{width:100%;max-height:520px;object-fit:cover;border-radius:16px}
.civ-locked-180 .civ-microsite-entry-content>.civ-microsite-section,.civ-locked-180 .civ-microsite-entry-content>.civ-container,.civ-locked-180 .civ-microsite-entry-content>p,.civ-locked-180 .civ-microsite-entry-content>h2,.civ-locked-180 .civ-microsite-entry-content>h3,.civ-locked-180 .civ-microsite-entry-content>ul,.civ-locked-180 .civ-microsite-entry-content>ol{max-width:100%;}
.civ-locked-180 .civ-microsite-entry-content>p,.civ-locked-180 .civ-microsite-entry-content>h2,.civ-locked-180 .civ-microsite-entry-content>h3,.civ-locked-180 .civ-microsite-entry-content>ul,.civ-locked-180 .civ-microsite-entry-content>ol{margin-left:34px;margin-right:34px}
.civ-locked-180 .civ-microsite-entry-content>p:first-child{margin-top:30px}
.civ-locked-180 .civ-microsite-entry-content>p:last-child{margin-bottom:30px}
@media (max-width:900px){.civ-locked-180 .civ-access-label{display:none}.civ-locked-180 .civ-access-toggle{padding:0 5px;width:34px;justify-content:center}.civ-locked-180 .civ-access-icon{min-width:24px}.civ-locked-180 .civ-access-panel{right:10px;top:48px}.civ-locked-180 .civ-microsite-page{padding-top:18px}.civ-locked-180 .civ-microsite-page-header{padding:24px 20px 18px}.civ-locked-180 .civ-microsite-page-header h1{font-size:32px}.civ-locked-180 .civ-microsite-featured{padding:20px 20px 0}.civ-locked-180 .civ-microsite-entry-content>p,.civ-locked-180 .civ-microsite-entry-content>h2,.civ-locked-180 .civ-microsite-entry-content>h3,.civ-locked-180 .civ-microsite-entry-content>ul,.civ-locked-180 .civ-microsite-entry-content>ol{margin-left:20px;margin-right:20px}}
.civ-locked-180 .civ-search-assistant-row{display:flex;align-items:stretch;gap:10px;justify-content:flex-end}
.civ-locked-180 .civ-search-assistant-row .header-search{flex:1;min-width:0}
.civ-locked-180 .civ-civis-search-button{height:42px;min-width:170px;padding:4px 13px 4px 6px;align-self:center;background:#fff;border:1px solid #cfdceb;box-shadow:0 3px 12px rgba(5,43,95,.10)}
.civ-locked-180 .civ-civis-search-button img{width:78px;height:30px}
.civ-locked-180 .civ-civis-search-button span{font-size:12px}
.civ-locked-180 .topbar .civ-top-tools{gap:8px}
.civ-locked-180 .topbar .civ-top-tool{width:auto;min-width:30px;padding:0 8px;border:1px solid #e1e8f0;background:#fff;color:#0b376d;font-size:11px;box-shadow:none}
.civ-locked-180 .topbar .civ-tool-phone::after{content:" Telefon";font-size:11px;margin-left:4px}
.civ-locked-180 .topbar .civ-tool-wa::after{content:" WhatsApp";font-size:11px;margin-left:4px}
.civ-locked-180 .topbar .civ-tool-tg::after{content:" Telegram";font-size:11px;margin-left:4px}
.civ-locked-180 .civ-access-toggle{height:32px;border-color:#b9cde5;background:#f8fbff;padding:0 11px 0 5px}
.civ-locked-180 .civ-access-icon{min-width:25px;height:25px;background:#0a4da3;color:#fff;font-size:15px}
.civ-locked-180 .civ-access-label{font-size:11px}
.civ-locked-180 .civ-micro-identity{--micro-accent:#0a4da3;--micro-deep:#052b5f}
.civ-locked-180 .civ-micro-identity-mugurelul{--micro-accent:#cf2533;--micro-deep:#9f1723;background:linear-gradient(135deg,#d82b39,#b61e2b)}
.civ-locked-180 .civ-micro-identity-unirea{--micro-accent:#1670d2;--micro-deep:#063f88;background:linear-gradient(135deg,#126bc7,#084a99)}
.civ-locked-180 .civ-micro-identity-catedrala{--micro-accent:#a4513f;--micro-deep:#753529;background:linear-gradient(135deg,#a65340,#7b392d)}
.civ-locked-180 .civ-micro-identity-inner{display:grid;grid-template-columns:minmax(310px,.9fr) minmax(0,1.35fr);gap:28px;align-items:center;padding:17px 0}
.civ-locked-180 .civ-micro-brand-group{display:flex;align-items:center;gap:15px;min-width:0}
.civ-locked-180 .civ-micro-identity-logo{width:72px;height:72px;flex:0 0 72px}
.civ-locked-180 .civ-micro-identity-copy strong{font-size:25px;line-height:1.04}
.civ-locked-180 .civ-micro-header-nav{display:flex;align-items:center;justify-content:flex-end;gap:3px;overflow-x:auto;white-space:nowrap;scrollbar-width:thin}
.civ-locked-180 .civ-micro-header-nav a{position:relative;padding:9px 8px;color:#fff;font-size:12px;font-weight:900;border-radius:7px;opacity:.92}
.civ-locked-180 .civ-micro-header-nav a:hover,.civ-locked-180 .civ-micro-header-nav a.is-active{background:rgba(255,255,255,.16);color:#fff;opacity:1}
.civ-locked-180 .civ-micro-header-nav a.is-active::after{content:"";position:absolute;left:8px;right:8px;bottom:3px;height:2px;background:#fff;border-radius:2px}
.civ-locked-180 .civ-micro-header-nav .civ-back-main{margin-right:7px!important;padding-left:10px!important;padding-right:10px!important;color:#fff!important;background:rgba(255,255,255,.10)}
.civ-locked-180 .civ-micro-nav{display:block!important}
.civ-locked-180 .civ-microsite-page{--micro-accent:#0a4da3;background:#f3f6fa;padding:34px 0 48px;position:relative}
.civ-locked-180 .civ-microsite-page-mugurelul{--micro-accent:#cf2533}
.civ-locked-180 .civ-microsite-page-unirea{--micro-accent:#1670d2}
.civ-locked-180 .civ-microsite-page-catedrala{--micro-accent:#a4513f}
.civ-locked-180 .civ-microsite-content-wrap{position:relative;padding-left:28px;padding-right:28px}
.civ-locked-180 .civ-microsite-content-wrap::before,.civ-locked-180 .civ-microsite-content-wrap::after{content:"";position:absolute;top:14px;bottom:14px;width:12px;border-radius:999px;opacity:.78;background:
 linear-gradient(45deg,transparent 42%,var(--micro-accent) 43%,var(--micro-accent) 57%,transparent 58%) 0 0/12px 12px,
 linear-gradient(-45deg,transparent 42%,var(--micro-accent) 43%,var(--micro-accent) 57%,transparent 58%) 0 6px/12px 12px}
.civ-locked-180 .civ-microsite-content-wrap::before{left:5px}
.civ-locked-180 .civ-microsite-content-wrap::after{right:5px}
.civ-locked-180 .civ-microsite-article{border-radius:24px;border:1px solid color-mix(in srgb,var(--micro-accent) 22%,#e0e7ef);box-shadow:0 16px 36px rgba(5,43,95,.09);overflow:hidden}
.civ-locked-180 .civ-microsite-entry-content{padding-bottom:1px}
.civ-locked-180 .civ-microsite-entry-content>.civ-container{padding-left:34px;padding-right:34px}
.civ-locked-180 .civ-microsite-entry-content>.civ-microsite-section{margin-left:34px;margin-right:34px}
.civ-locked-180 .civ-microsite-entry-content>.civ-microsite-hero:first-child{border-radius:0;margin-bottom:28px}
@media (max-width:1120px){.civ-locked-180 .civ-micro-identity-inner{grid-template-columns:1fr;gap:12px}.civ-locked-180 .civ-micro-header-nav{justify-content:flex-start;padding-bottom:2px}.civ-locked-180 .topbar .civ-top-tool::after{display:none}.civ-locked-180 .topbar .civ-top-tool{width:30px;min-width:30px;padding:0}}
@media (max-width:820px){.civ-locked-180 .civ-search-assistant-row{gap:6px}.civ-locked-180 .civ-civis-search-button{min-width:48px;width:48px;padding:4px}.civ-locked-180 .civ-civis-search-button img{width:40px}.civ-locked-180 .civ-civis-search-button span{display:none}.civ-locked-180 .civ-microsite-content-wrap{padding-left:18px;padding-right:18px}.civ-locked-180 .civ-microsite-content-wrap::before,.civ-locked-180 .civ-microsite-content-wrap::after{width:7px;background-size:8px 8px}.civ-locked-180 .civ-microsite-content-wrap::before{left:3px}.civ-locked-180 .civ-microsite-content-wrap::after{right:3px}}
.civ-locked-180 .civ-brandbar-v176{
  display:grid!important;
  grid-template-columns:minmax(330px,480px) minmax(210px,300px) minmax(430px,560px)!important;
  gap:28px!important;
  align-items:center!important;
}
.civ-locked-180 .civ-brandbar-v176 .brand-logo-wrap{justify-content:flex-start!important;min-width:0}
.civ-locked-180 .civ-brand-social{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:9px;min-width:0}
.civ-locked-180 .civ-brand-social-label{font-size:11px;line-height:1.2;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#64748b;white-space:nowrap}
.civ-locked-180 .civ-brand-social-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.civ-locked-180 .civ-brand-social-link{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 12px;border:1px solid #dce6f2;border-radius:999px;background:#fff;color:#052b5f;font-size:12px;font-weight:900;box-shadow:0 3px 10px rgba(5,43,95,.06);transition:.2s}
.civ-locked-180 .civ-brand-social-link:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(5,43,95,.12);border-color:#bdd1e8}
.civ-locked-180 .civ-brand-social-icon{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center}
.civ-locked-180 .civ-brand-social-icon .civ-icon{width:18px;height:18px}
.civ-locked-180 .civ-brand-social-facebook .civ-brand-social-icon{color:#1877f2}
.civ-locked-180 .civ-brand-social-youtube .civ-brand-social-icon{color:#ff0000}
.civ-locked-180 .civ-search-assistant-panel{width:100%!important;max-width:560px!important;align-items:stretch!important}
.civ-locked-180 .civ-search-assistant-unified{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;width:100%;min-height:50px;border:1px solid #cfdceb;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 6px 18px rgba(5,43,95,.08)}
.civ-locked-180 .civ-search-assistant-unified .header-search{position:static!important;transform:none!important;max-width:none!important;width:100%!important;min-width:0!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff}
.civ-locked-180 .civ-search-assistant-unified .header-search label{flex:1;min-width:0}
.civ-locked-180 .civ-search-assistant-unified .header-search input{width:100%!important;min-width:0!important;height:50px!important;border:0!important;border-radius:0!important;padding:0 14px!important;font-size:14px!important;background:#fff!important}
.civ-locked-180 .civ-search-assistant-unified .header-search button{width:48px!important;height:50px!important;border-radius:0!important;background:#0a4da3!important;color:#fff!important;flex:0 0 48px!important}
.civ-locked-180 .civ-search-assistant-unified .civ-civis-search-button{width:100%!important;min-width:0!important;height:50px!important;margin:0!important;border:0!important;border-left:1px solid #dce6f2!important;border-radius:0!important;box-shadow:none!important;padding:4px 12px!important;justify-content:center!important;background:#f8fbff!important;color:#052b5f!important;gap:8px!important}
.civ-locked-180 .civ-search-assistant-unified .civ-civis-search-button:hover{background:#edf5ff!important}
.civ-locked-180 .civ-search-assistant-unified .civ-civis-search-button img{width:72px!important;height:29px!important;object-fit:contain!important;background:#fff!important;border-radius:7px;padding:2px 4px}
.civ-locked-180 .civ-search-assistant-unified .civ-civis-search-button span{display:inline!important;font-size:13px!important;font-weight:900!important;white-space:nowrap}
.civ-locked-180 .civ-search-assistant-panel .header-identity-note{max-width:none!important;width:100%!important;justify-content:flex-end!important}
.civ-locked-180 .topbar .civ-top-socials{display:none!important}
.civ-locked-180 .topbar .top-right{gap:10px!important}
.civ-locked-180 .civ-access-toggle{min-width:158px!important;height:42px!important;padding:0 14px 0 7px!important;border:2px solid #0a4da3!important;border-radius:999px!important;background:#fff!important;color:#052b5f!important;box-shadow:0 4px 14px rgba(5,43,95,.10)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}
.civ-locked-180 .civ-access-toggle:hover{background:#f3f8ff!important;box-shadow:0 6px 18px rgba(5,43,95,.15)!important}
.civ-locked-180 .civ-access-icon{min-width:30px!important;width:30px!important;height:30px!important;border-radius:50%!important;background:#0a4da3!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;line-height:1!important}
.civ-locked-180 .civ-access-label{font-size:13px!important;font-weight:900!important;letter-spacing:.01em!important;display:inline!important}
.civ-locked-180 .civ-access-panel{top:52px!important;right:0!important;min-width:330px!important;max-width:calc(100vw - 24px)!important;border-radius:16px!important;border:1px solid #cfdceb!important;box-shadow:0 14px 36px rgba(5,43,95,.18)!important}
.civ-locked-180 .civ-access-panel-head{padding:14px 16px!important;font-size:16px!important}
.civ-locked-180 .civ-access-actions{gap:10px!important;padding:14px 16px 16px!important}
.civ-locked-180 .civ-access-actions button{min-height:42px!important;padding:9px 14px!important;font-size:13px!important;font-weight:900!important;border-radius:10px!important}
.civ-locked-180 .civ-access-zoom-value{min-width:56px;text-align:center;font-weight:900;color:#052b5f}
.civ-locked-180 .civ-micro-header-nav{gap:6px!important}
.civ-locked-180 .civ-micro-header-nav a{padding:10px 11px!important;font-size:12.5px!important}
.civ-locked-180 .civ-micro-header-nav .civ-back-main{font-size:11.5px!important;letter-spacing:.01em}
@media (max-width:1220px){.civ-locked-180 .civ-brandbar-v176{grid-template-columns:minmax(300px,430px) minmax(180px,230px) minmax(390px,1fr)!important;gap:18px!important}.civ-locked-180 .civ-brand-social-label{white-space:normal}.civ-locked-180 .civ-brand-social-link{padding:7px 10px}.civ-locked-180 .civ-search-assistant-unified .civ-civis-search-button img{width:62px!important}.civ-locked-180 .civ-search-assistant-unified .civ-civis-search-button span{font-size:12px!important}}
@media (max-width:980px){.civ-locked-180 .civ-brandbar-v176{grid-template-columns:1fr!important;gap:16px!important}.civ-locked-180 .civ-brandbar-v176 .brand-logo-wrap,.civ-locked-180 .civ-brand-social{justify-content:center!important;align-items:center!important}.civ-locked-180 .civ-search-assistant-panel{justify-self:center!important;max-width:620px!important}.civ-locked-180 .civ-search-assistant-panel .header-identity-note{justify-content:center!important;text-align:center!important}.civ-locked-180 .civ-access-toggle{min-width:150px!important}}
@media (max-width:620px){.civ-locked-180 .civ-brand-social-label{font-size:10px}.civ-locked-180 .civ-brand-social-link{min-height:36px;font-size:11px}.civ-locked-180 .civ-search-assistant-unified{grid-template-columns:1fr!important;border-radius:14px}.civ-locked-180 .civ-search-assistant-unified .civ-civis-search-button{border-left:0!important;border-top:1px solid #dce6f2!important}.civ-locked-180 .civ-search-assistant-unified .header-search input,.civ-locked-180 .civ-search-assistant-unified .header-search button,.civ-locked-180 .civ-search-assistant-unified .civ-civis-search-button{height:46px!important}.civ-locked-180 .civ-access-toggle{min-width:48px!important;width:48px!important;padding:0!important}.civ-locked-180 .civ-access-label{display:none!important}.civ-locked-180 .civ-access-icon{width:34px!important;height:34px!important;min-width:34px!important;font-size:22px!important}}
.civ-locked-180 .topbar .civ-tool-phone::after,.civ-locked-180 .topbar .civ-tool-wa::after{content:none!important}
.civ-locked-180 .civ-contact-number{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:38px!important;padding:7px 11px!important;border:1px solid #dce6f2!important;border-radius:999px!important;background:#fff!important;color:#052b5f!important;font-weight:900!important;font-size:12px!important;box-shadow:0 3px 10px rgba(5,43,95,.06)!important}
.civ-locked-180 .civ-contact-number:hover{background:#f6faff!important;border-color:#bad0e8!important;box-shadow:0 5px 14px rgba(5,43,95,.1)!important}
.civ-locked-180 .civ-contact-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;color:#0a4da3!important}
.civ-locked-180 .civ-contact-icon .civ-icon{width:20px!important;height:20px!important}
.civ-locked-180 .civ-contact-icon-wa{color:#21a366!important}
.civ-locked-180 .civ-contact-text{display:inline-block!important;white-space:nowrap!important;letter-spacing:.01em!important}
.civ-locked-180 .civ-microsite-page{background:#f5f7fa!important;padding:30px clamp(18px,2.5vw,42px) 46px!important;min-height:560px!important;position:relative!important}
.civ-locked-180 .civ-microsite-content-wrap{max-width:none!important;width:100%!important;margin:0 auto!important;padding:0!important;position:relative!important}
.civ-locked-180 .civ-microsite-content-wrap::before,.civ-locked-180 .civ-microsite-content-wrap::after{content:none!important;display:none!important}
.civ-locked-180 .civ-microsite-plugin-slot{width:100%!important;min-height:420px!important;margin:0!important;padding:clamp(24px,3vw,46px)!important;background:#fff!important;border:1px solid #dbe4ee!important;border-radius:26px!important;box-shadow:0 16px 38px rgba(5,43,95,.075)!important;overflow:visible!important}
.civ-locked-180 .civ-microsite-plugin-slot> :first-child{margin-top:0!important}
.civ-locked-180 .civ-microsite-plugin-slot> :last-child{margin-bottom:0!important}
.civ-locked-180 .civ-microsite-plugin-slot .civ-microsite-hero:first-child{margin-top:0!important}
@media (max-width:900px){.civ-locked-180 .civ-contact-number{padding:7px 9px!important;font-size:11.5px!important}.civ-locked-180 .civ-microsite-page{padding:18px 12px 32px!important}.civ-locked-180 .civ-microsite-plugin-slot{padding:22px 18px!important;border-radius:20px!important}}
@media (max-width:680px){.civ-locked-180 .civ-contact-text{display:none!important}.civ-locked-180 .civ-contact-number{width:38px!important;height:38px!important;min-width:38px!important;padding:0!important;justify-content:center!important}.civ-locked-180 .civ-contact-icon{width:24px!important;height:24px!important}}
.civ-locked-180 .civ-home-reference{padding:0 0 12px;background:#f8fafc}
.civ-locked-180 .civ-home-reference>.container{max-width:1460px}
.civ-locked-180 .civ-ref-hero{position:relative;height:355px;overflow:hidden;background:#082957;box-shadow:0 12px 30px rgba(5,43,95,.12)}
.civ-locked-180 .civ-ref-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 50%}
.civ-locked-180 .civ-ref-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,26,58,.91) 0%,rgba(3,26,58,.69) 33%,rgba(3,26,58,.13) 72%,rgba(3,26,58,0) 100%)}
.civ-locked-180 .civ-ref-hero-copy{position:absolute;z-index:2;left:42px;top:50%;transform:translateY(-50%);max-width:510px;color:#fff}
.civ-locked-180 .civ-ref-hero-copy h1{margin:0 0 12px;font-family:var(--display-serif,Georgia,serif);font-size:49px;line-height:1.03;color:#fff}
.civ-locked-180 .civ-ref-hero-copy p{margin:0 0 20px;color:#f5f8fd;font-size:16px;line-height:1.5}
.civ-locked-180 .civ-ref-btn{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.85);border-radius:7px;padding:10px 16px;color:#fff;font-weight:800;background:rgba(5,43,95,.36)}
.civ-locked-180 .civ-ref-btn:hover{background:#fff;color:#052b5f}
.civ-locked-180 .civ-ref-microsites{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:22px 0 14px}
.civ-locked-180 .civ-ref-micro{position:relative;display:grid;grid-template-columns:42% 58%;min-height:205px;border:1px solid #dce5ef;background:#fff;overflow:hidden;box-shadow:0 8px 22px rgba(5,43,95,.07)}
.civ-locked-180 .civ-ref-micro-logo{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;padding:18px}
.civ-locked-180 .civ-ref-micro-logo img{max-width:150px;max-height:155px;object-fit:contain}
.civ-locked-180 .civ-ref-micro-copy{position:relative;z-index:2;padding:25px 24px 22px 8px;display:flex;flex-direction:column;justify-content:center}
.civ-locked-180 .civ-ref-micro-copy h2{font-family:var(--display-serif,Georgia,serif);font-size:28px;line-height:1.08;margin:0 0 7px}
.civ-locked-180 .civ-ref-micro-copy strong{font-size:13px;line-height:1.35;margin-bottom:11px}
.civ-locked-180 .civ-ref-micro-copy p{font-size:13px;line-height:1.42;color:#43546c;margin:0 0 15px}
.civ-locked-180 .civ-ref-micro-copy>a{align-self:flex-start;padding:9px 14px;border-radius:6px;color:#fff;font-size:13px;font-weight:900}
.civ-locked-180 .civ-ref-micro-ornament{position:absolute;inset:0;opacity:.9;pointer-events:none}
.civ-locked-180 .civ-ref-micro-mugurelul{border-color:#e7c9c3;background:linear-gradient(135deg,#fffaf7,#fff)}
.civ-locked-180 .civ-ref-micro-mugurelul .civ-ref-micro-ornament{background:linear-gradient(90deg,#922825 0 4px,transparent 4px 13px,#c9a354 13px 15px,transparent 15px calc(100% - 15px),#c9a354 calc(100% - 15px) calc(100% - 13px),transparent calc(100% - 13px) calc(100% - 4px),#922825 calc(100% - 4px));opacity:.7}
.civ-locked-180 .civ-ref-micro-mugurelul h2,.civ-locked-180 .civ-ref-micro-mugurelul strong{color:#922825}
.civ-locked-180 .civ-ref-micro-mugurelul .civ-ref-micro-copy>a{background:#a42a26}
.civ-locked-180 .civ-ref-micro-unirea{border-color:#cbdcf6;background:linear-gradient(135deg,#fff,#f4f8ff)}
.civ-locked-180 .civ-ref-micro-unirea .civ-ref-micro-ornament{background:radial-gradient(circle at 92% 50%,rgba(26,94,186,.18) 0 55px,transparent 56px),linear-gradient(120deg,transparent 72%,rgba(20,92,190,.08) 72% 84%,transparent 84%)}
.civ-locked-180 .civ-ref-micro-unirea h2,.civ-locked-180 .civ-ref-micro-unirea strong{color:#0a4da3}
.civ-locked-180 .civ-ref-micro-unirea .civ-ref-micro-copy>a{background:#0a5ab8}
.civ-locked-180 .civ-ref-micro-catedrala{border-color:#e6d3b5;background:linear-gradient(135deg,#fffdf8,#fff8ee)}
.civ-locked-180 .civ-ref-micro-catedrala .civ-ref-micro-ornament{background:radial-gradient(circle at 6% 100%,rgba(167,94,52,.10) 0 80px,transparent 81px),linear-gradient(90deg,transparent 0 88%,rgba(181,133,59,.10) 88% 100%)}
.civ-locked-180 .civ-ref-micro-catedrala h2,.civ-locked-180 .civ-ref-micro-catedrala strong{color:#8b493a}
.civ-locked-180 .civ-ref-micro-catedrala .civ-ref-micro-copy>a{background:#994936}
.civ-locked-180 .civ-ref-micro-catedrala .civ-ref-micro-copy h2{font-size:20px;line-height:1.18}
.civ-locked-180 .civ-ref-dashboard{display:grid;grid-template-columns:1.2fr 1.2fr .9fr;gap:14px;padding-bottom:14px}
.civ-locked-180 .civ-ref-panel{background:#fff;border:1px solid #dfe6ee;box-shadow:0 6px 18px rgba(5,43,95,.06);padding:14px 16px;min-height:255px}
.civ-locked-180 .civ-ref-panel>header{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #dfe6ee;padding-bottom:8px;margin-bottom:12px}
.civ-locked-180 .civ-ref-panel>header h2{margin:0;font-family:var(--display-serif,Georgia,serif);color:#052b5f;font-size:23px}
.civ-locked-180 .civ-ref-panel>header>a{font-size:12px;font-weight:800;color:#052b5f;white-space:nowrap}
.civ-locked-180 .civ-ref-story{display:grid;grid-template-columns:180px 1fr;gap:15px}
.civ-locked-180 .civ-ref-thumb{display:block;overflow:hidden;border-radius:7px;background:#edf2f7;min-height:140px}
.civ-locked-180 .civ-ref-thumb img{width:100%;height:100%;min-height:140px;object-fit:cover}
.civ-locked-180 .civ-ref-story-copy{min-width:0}
.civ-locked-180 .civ-ref-tag{display:inline-block;margin-bottom:6px;padding:3px 8px;border-radius:4px;background:#eaf2ff;color:#185ca8;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.civ-locked-180 .civ-ref-tag-community{background:#edf8ee;color:#267746}
.civ-locked-180 .civ-ref-story h3{font-family:var(--display-serif,Georgia,serif);font-size:18px;line-height:1.2;margin:0 0 6px}
.civ-locked-180 .civ-ref-story h3 a{color:#111b2d}
.civ-locked-180 .civ-ref-story p{font-size:13px;line-height:1.4;margin:0 0 8px;color:#45546a}
.civ-locked-180 .civ-ref-story time{font-size:11px;color:#768397}
.civ-locked-180 .civ-ref-info ul{list-style:none;margin:0;padding:0}
.civ-locked-180 .civ-ref-info li+li{border-top:1px solid #e4e9ef}
.civ-locked-180 .civ-ref-info li>a{display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;padding:10px 0;color:#111b2d}
.civ-locked-180 .civ-ref-info-icon{width:30px;height:30px;border:1px solid #dbe3ec;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#052b5f;font-weight:900}
.civ-locked-180 .civ-ref-info strong{display:block;font-size:13px}
.civ-locked-180 .civ-ref-info small{display:block;color:#6a778a;font-size:11px;margin-top:2px}
.civ-locked-180 .civ-ref-info b{font-size:20px;color:#052b5f}
.civ-locked-180 .civ-footer-links-grid{max-width:1460px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px;padding:32px 0 30px}
.civ-locked-180 .civ-footer-column{min-width:0}
.civ-locked-180 .civ-footer-column h3,.civ-locked-180 .civ-footer-widget h3{font-size:14px;margin:0 0 14px;color:#fff;letter-spacing:.02em}
.civ-locked-180 .civ-footer-widget{color:#fff}
.civ-locked-180 .civ-footer-widget ul{list-style:none;margin:0;padding:0}
.civ-locked-180 .civ-footer-widget li{margin:0 0 7px}
.civ-locked-180 .civ-footer-widget a{color:#eaf2ff}
@media (max-width:1100px){.civ-locked-180 .civ-ref-microsites{grid-template-columns:1fr}.civ-locked-180 .civ-ref-micro{grid-template-columns:180px 1fr}.civ-locked-180 .civ-ref-dashboard{grid-template-columns:1fr 1fr}.civ-locked-180 .civ-ref-info{grid-column:1/-1}.civ-locked-180 .civ-footer-links-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:720px){.civ-locked-180 .civ-ref-hero{height:300px;border-radius:0}.civ-locked-180 .civ-ref-hero-copy{left:22px;right:22px}.civ-locked-180 .civ-ref-hero-copy h1{font-size:38px}.civ-locked-180 .civ-ref-micro{grid-template-columns:105px 1fr;min-height:150px}.civ-locked-180 .civ-ref-micro-logo{padding:12px}.civ-locked-180 .civ-ref-micro-logo img{max-width:90px;max-height:100px}.civ-locked-180 .civ-ref-micro-copy{padding:16px 15px 16px 4px}.civ-locked-180 .civ-ref-micro-copy h2{font-size:22px}.civ-locked-180 .civ-ref-micro-catedrala .civ-ref-micro-copy h2{font-size:17px}.civ-locked-180 .civ-ref-micro-copy p{display:none}.civ-locked-180 .civ-ref-dashboard{grid-template-columns:1fr}.civ-locked-180 .civ-ref-info{grid-column:auto}.civ-locked-180 .civ-ref-story{grid-template-columns:120px 1fr}.civ-locked-180 .civ-footer-links-grid{grid-template-columns:1fr 1fr}}
@media (max-width:480px){.civ-locked-180 .civ-ref-story{grid-template-columns:1fr}.civ-locked-180 .civ-footer-links-grid{grid-template-columns:1fr}}
@media (max-width: 980px){.civ-locked-180 .brandbar-inner{flex-direction:column;align-items:flex-start}.civ-locked-180 .header-search{width:100%}.civ-locked-180 .header-search input{min-width:0;width:100%}.civ-locked-180 .hero-grid{grid-template-columns:1fr 1fr}.civ-locked-180 .hero-main{grid-column:span 2}.civ-locked-180 .cards-grid,.civ-locked-180 .cards-grid.compact{grid-template-columns:repeat(2,1fr)}.civ-locked-180 .discover-grid{grid-template-columns:repeat(2,1fr)}.civ-locked-180 .guide-grid{grid-template-columns:repeat(3,1fr)}.civ-locked-180 .content-layout{grid-template-columns:1fr}.civ-locked-180 .footer-grid{grid-template-columns:1fr 1fr}.civ-locked-180 .primary-menu{display:none;flex-direction:column;width:100%;align-items:stretch}.civ-locked-180 .primary-menu.is-open{display:flex}.civ-locked-180 .menu-toggle{display:block}.civ-locked-180 .nav-inner{flex-direction:column;align-items:stretch}.civ-locked-180 .primary-menu a{border-top:1px solid rgba(255,255,255,.12)}}
@media (max-width: 620px){.civ-locked-180 .container{width:min(100% - 22px,1180px)}.civ-locked-180 .topbar-inner,.civ-locked-180 .top-menu,.civ-locked-180 .top-actions{flex-wrap:wrap;justify-content:center}.civ-locked-180 .site-logo img,.civ-locked-180 .custom-logo{max-height:92px}.civ-locked-180 .hero-grid{grid-template-columns:1fr}.civ-locked-180 .hero-main{grid-column:auto;min-height:360px}.civ-locked-180 .hero-overlay h1{font-size:26px}.civ-locked-180 .cards-grid,.civ-locked-180 .cards-grid.compact,.civ-locked-180 .discover-grid,.civ-locked-180 .guide-grid{grid-template-columns:1fr}.civ-locked-180 .posts-list .list-card{display:block}.civ-locked-180 .footer-grid{grid-template-columns:1fr}.civ-locked-180 .single-header h1{font-size:30px}.civ-locked-180 .entry-content{font-size:16px}.civ-locked-180 .radio-inner{flex-direction:column;align-items:flex-start}.civ-locked-180 .radio-player{font-size:34px}}
@media (max-width: 900px){.civ-locked-180 .topbar-inner{flex-direction:column;gap:8px;padding:8px 0}.civ-locked-180 .top-left{flex-wrap:wrap;justify-content:center;gap:12px}.civ-locked-180 .brandbar-inner{padding:16px 0;flex-direction:column}.civ-locked-180 .header-search{position:static;transform:none;width:100%;justify-content:center}.civ-locked-180 .site-logo img,.civ-locked-180 .custom-logo{max-height:105px}.civ-locked-180 .footer-bottom-inner{justify-content:center;text-align:center}.civ-locked-180 .cookie-banner{flex-direction:column;align-items:flex-start}.civ-locked-180 .cookie-banner button{width:100%}}
@media (max-width: 520px){.civ-locked-180 .civ-datetime{white-space:normal;text-align:center}.civ-locked-180 .top-left{font-size:13px}.civ-locked-180 .social-icons a{width:24px;height:24px}.civ-locked-180 .site-logo img,.civ-locked-180 .custom-logo{max-height:86px}.civ-locked-180 .cookie-banner{left:10px;right:10px;bottom:10px}}
@media (max-width: 1180px){.civ-locked-180 .portal-grid{grid-template-columns:230px minmax(0,1fr) 270px;gap:18px}.civ-locked-180 .portal-main .hero-grid{grid-template-columns:1fr}.civ-locked-180 .portal-main .hero-small{display:none}.civ-locked-180 .portal-main .hero-main{min-height:360px}.civ-locked-180 .brand-spacer{display:none}.civ-locked-180 .header-search{right:16px;max-width:240px}.civ-locked-180 .brandbar-inner{min-height:132px}.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo{max-height:128px}}
@media (max-width: 980px){.civ-locked-180 .portal-grid{grid-template-columns:1fr}.civ-locked-180 .city-column,.civ-locked-180 .ads-column{position:static}.civ-locked-180 .city-column{order:2}.civ-locked-180 .portal-main{order:1}.civ-locked-180 .ads-column{order:3}.civ-locked-180 .city-links{columns:2;column-gap:24px}.civ-locked-180 .ads-column{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.civ-locked-180 .ads-column .ad-box,.civ-locked-180 .ads-column .widget{margin-bottom:0}.civ-locked-180 .ad-box.tall{height:250px}.civ-locked-180 .brandbar-inner{flex-direction:column;gap:12px}.civ-locked-180 .header-search{position:static;transform:none;width:100%;max-width:480px}.civ-locked-180 .nav-inner{flex-direction:column;align-items:stretch}.civ-locked-180 .primary-menu{display:none;flex-direction:column;width:100%;align-items:stretch}.civ-locked-180 .primary-menu.is-open{display:flex}.civ-locked-180 .menu-toggle{display:block}.civ-locked-180 .primary-menu a{border-top:1px solid rgba(255,255,255,.12)}}
@media (max-width: 620px){.civ-locked-180 .city-links{columns:1}.civ-locked-180 .ads-column{grid-template-columns:1fr}.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo{max-height:92px}.civ-locked-180 .brandbar-inner{min-height:auto}.civ-locked-180 .portal-main .hero-main{min-height:330px}.civ-locked-180 .portal-main .hero-overlay h1{font-size:25px}.civ-locked-180 .topbar-inner{flex-direction:column;gap:8px;padding:8px 0}.civ-locked-180 .top-left,.civ-locked-180 .top-right{width:100%;justify-content:center;flex-wrap:wrap}.civ-locked-180 .header-search input{width:100%;min-width:0}.civ-locked-180 .header-search{display:flex}.civ-locked-180 .header-search label{flex:1}.civ-locked-180 .container{width:min(100% - 22px,1360px)}}
@media (max-width:1200px){.civ-locked-180 .portal-grid{grid-template-columns:260px minmax(0,1fr) 280px;gap:20px}.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo{max-height:118px}.civ-locked-180 .header-search input{min-width:220px}}
@media (max-width:1024px){.civ-locked-180 .portal-grid{grid-template-columns:1fr}.civ-locked-180 .city-column,.civ-locked-180 .ads-column{position:static}.civ-locked-180 .city-column{order:2}.civ-locked-180 .portal-main{order:1}.civ-locked-180 .ads-column{order:3}.civ-locked-180 .brandbar-inner{flex-direction:column;align-items:center;text-align:center;min-height:0}.civ-locked-180 .brand-logo-wrap{justify-content:center;flex:auto}.civ-locked-180 .brand-logo-wrap .site-logo,.civ-locked-180 .brand-logo-wrap .custom-logo-link{justify-content:center}.civ-locked-180 .header-search{margin:0;width:min(100%,420px)}.civ-locked-180 .header-search input{min-width:0;width:100%}.civ-locked-180 .city-links{columns:2;column-gap:24px}.civ-locked-180 .city-links li{break-inside:avoid}}
@media (max-width:640px){.civ-locked-180 .city-links{columns:1}.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo{max-height:88px}.civ-locked-180 .portal-grid{gap:14px}.civ-locked-180 .city-box-head{padding:16px}.civ-locked-180 .top-left{gap:10px;flex-wrap:wrap}.civ-locked-180 .topbar-inner{align-items:flex-start;padding:8px 0}.civ-locked-180 .top-right{flex-wrap:wrap;justify-content:flex-start}.civ-locked-180 .header-search{display:flex}.civ-locked-180 .header-search input{min-width:0}.civ-locked-180 .ad-box.tall{height:300px}}

.civ-locked-180 .civ-home-nav-180{display:flex;align-items:center;justify-content:center;align-self:stretch;width:48px;min-width:48px;color:#fff;border-right:1px solid rgba(255,255,255,.10)}
.civ-locked-180 .civ-home-nav-180:hover{background:var(--blue);text-decoration:none}
.civ-locked-180 .civ-home-nav-180 svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}
.civ-locked-180 .primary-menu{flex:1}


/* =====================================================
   CIV 0.0.15 — LOCK FINAL HEADER 1.8.0
   Acest bloc este intenționat ultimul. Nu se modifică decât la cerere explicită.
   ===================================================== */
.civ-locked-180 .topbar{background:#fff!important;color:#052b5f!important;border-bottom:1px solid #e6edf7!important;font-size:14px!important}
.civ-locked-180 .topbar-inner{min-height:38px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding:0!important}
.civ-locked-180 .top-left,.civ-locked-180 .top-right{display:flex!important;align-items:center!important}
.civ-locked-180 .top-left{gap:12px!important}
.civ-locked-180 .top-right{gap:10px!important}
.civ-locked-180 .weather-icon{color:#ffc400!important}
.civ-locked-180 .weather-box strong{color:#e31e24!important}
.civ-locked-180 .brandbar{background:#fff!important}
.civ-locked-180 .civ-brandbar-v176{min-height:132px!important;padding:14px 0!important;display:grid!important;grid-template-columns:minmax(330px,480px) minmax(210px,300px) minmax(430px,560px)!important;gap:28px!important;align-items:center!important}
.civ-locked-180 .civ-brandbar-v176 .brand-logo-wrap{justify-content:flex-start!important;min-width:0!important}
.civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo,.civ-locked-180 .site-logo img,.civ-locked-180 .custom-logo{width:min(500px,100%)!important;max-width:100%!important;max-height:122px!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 3px 8px rgba(5,43,95,.14))!important}
.civ-locked-180 .civ-brand-social{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:9px!important;min-width:0!important}
.civ-locked-180 .civ-brand-social-label{font-size:11px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#64748b!important;white-space:nowrap!important}
.civ-locked-180 .civ-brand-social-links{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}
.civ-locked-180 .civ-brand-social-link{display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:38px!important;padding:8px 12px!important;border:1px solid #dce6f2!important;border-radius:999px!important;background:#fff!important;color:#052b5f!important;font-size:12px!important;font-weight:900!important;box-shadow:0 3px 10px rgba(5,43,95,.06)!important}
.civ-locked-180 .civ-search-assistant-panel{width:100%!important;max-width:560px!important;align-items:stretch!important;justify-self:end!important;gap:8px!important}
.civ-locked-180 .civ-search-assistant-unified{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;width:100%!important;min-height:50px!important;border:1px solid #cfdceb!important;border-radius:16px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 6px 18px rgba(5,43,95,.08)!important}
.civ-locked-180 .civ-search-assistant-unified .header-search{position:static!important;transform:none!important;display:flex!important;align-items:stretch!important;max-width:none!important;width:100%!important;min-width:0!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important}
.civ-locked-180 .civ-search-assistant-unified .header-search label{display:flex!important;flex:1!important;min-width:0!important}
.civ-locked-180 .civ-search-assistant-unified .header-search input{width:100%!important;min-width:0!important;height:50px!important;border:0!important;border-radius:0!important;padding:0 14px!important;font-size:14px!important;background:#fff!important;outline:0!important}
.civ-locked-180 .civ-search-assistant-unified .header-search button{width:48px!important;height:50px!important;border:0!important;border-radius:0!important;background:#0a4da3!important;color:#fff!important;flex:0 0 48px!important}
.civ-locked-180 .civ-search-assistant-unified .civ-civis-search-button{display:flex!important;width:100%!important;min-width:0!important;height:50px!important;margin:0!important;border:0!important;border-left:1px solid #dce6f2!important;border-radius:0!important;box-shadow:none!important;padding:4px 12px!important;align-items:center!important;justify-content:center!important;background:#f8fbff!important;color:#052b5f!important;gap:8px!important}
.civ-locked-180 .civ-search-assistant-unified .civ-civis-search-button img{width:72px!important;height:29px!important;object-fit:contain!important;background:#fff!important;border-radius:7px!important;padding:2px 4px!important}
.civ-locked-180 .civ-search-assistant-unified .civ-civis-search-button span{display:inline!important;font-size:13px!important;font-weight:900!important;white-space:nowrap!important}
.civ-locked-180 .header-identity-note{width:100%!important;max-width:none!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;padding:0!important;margin-top:2px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#64748b!important;font-size:12px!important;line-height:1.35!important}
.civ-locked-180 .header-identity-note span,.civ-locked-180 .header-identity-note strong{display:inline!important;margin:0!important}
.civ-locked-180 .header-identity-note span{color:#0a4da3!important;font-weight:800!important}
.civ-locked-180 .header-identity-note strong{color:#052b5f!important;font-weight:900!important}
.civ-locked-180 .header-identity-note strong:before{content:'•'!important;color:#e31e24!important;margin-right:8px!important}
.civ-locked-180 .topbar .civ-top-socials{display:none!important}
.civ-locked-180 .civ-contact-number{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:38px!important;padding:7px 11px!important;border:1px solid #dce6f2!important;border-radius:999px!important;background:#fff!important;color:#052b5f!important;font-weight:900!important;font-size:12px!important;box-shadow:0 3px 10px rgba(5,43,95,.06)!important}
.civ-locked-180 .civ-access-toggle{min-width:158px!important;height:42px!important;padding:0 14px 0 7px!important;border:2px solid #0a4da3!important;border-radius:999px!important;background:#fff!important;color:#052b5f!important;box-shadow:0 4px 14px rgba(5,43,95,.10)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}
@media(max-width:1220px){
 .civ-locked-180 .civ-brandbar-v176{grid-template-columns:minmax(300px,430px) minmax(180px,230px) minmax(390px,1fr)!important;gap:18px!important}
 .civ-locked-180 .brand-logo-wrap img,.civ-locked-180 .brand-logo-wrap .custom-logo,.civ-locked-180 .site-logo img,.civ-locked-180 .custom-logo{width:min(460px,100%)!important;max-height:110px!important}
}
@media(max-width:980px){
 .civ-locked-180 .topbar-inner{padding:8px 0!important;flex-wrap:wrap!important}
 .civ-locked-180 .civ-brandbar-v176{grid-template-columns:1fr!important;gap:16px!important;min-height:auto!important}
 .civ-locked-180 .civ-brandbar-v176 .brand-logo-wrap,.civ-locked-180 .civ-brand-social{justify-content:center!important;align-items:center!important}
 .civ-locked-180 .civ-search-assistant-panel{justify-self:center!important;max-width:620px!important}
 .civ-locked-180 .header-identity-note{justify-content:center!important;text-align:center!important}
}
@media(max-width:620px){
 .civ-locked-180 .civ-search-assistant-unified{grid-template-columns:1fr!important;border-radius:14px!important}
 .civ-locked-180 .civ-search-assistant-unified .civ-civis-search-button{border-left:0!important;border-top:1px solid #dce6f2!important}
 .civ-locked-180 .civ-search-assistant-unified .header-search input,.civ-locked-180 .civ-search-assistant-unified .header-search button,.civ-locked-180 .civ-search-assistant-unified .civ-civis-search-button{height:46px!important}
}

/* CIV 0.0.23 — microsite contract: theme supplies only the nav slot.
   Visual identity/background belongs to each microsite plugin. */
.civ-locked-180 .civ-micro-head .civ-micro-nav{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
