:root{
  --tg-bg:#f5f7fb;--tg-surface:#fff;--tg-text:#172033;--tg-muted:#667085;--tg-line:#e5e9f0;
  --tg-primary:#153d6f;--tg-primary-2:#1e5aa0;--tg-accent:#f59e0b;--tg-success:#0f8a67;
  --tg-radius:16px;--tg-shadow:0 10px 30px rgba(23,32,51,.08);--tg-max:1180px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--tg-bg);color:var(--tg-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:var(--tg-primary-2);text-decoration:none}a:hover{color:var(--tg-primary)}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}
.container{width:min(var(--tg-max),calc(100% - 32px));margin-inline:auto}.row{display:flex;flex-wrap:wrap;gap:24px}.col-12{width:100%}.col-8{flex:1 1 65%}.col-7{flex:1 1 58%}.col-5{flex:1 1 38%}.col-4{flex:1 1 30%}.col-3{flex:1 1 22%}.col-6{flex:1 1 46%}
#page-wrapper{min-height:100vh}#header-wrapper{background:var(--tg-surface);border-bottom:1px solid var(--tg-line);position:sticky;top:0;z-index:40}#header-wrapper br{display:none}
.tg-header{width:min(var(--tg-max),calc(100% - 32px));margin:auto;height:74px;display:flex;align-items:center;gap:28px}.tg-brand{display:flex;align-items:center;gap:10px;color:var(--tg-text);font-weight:800;font-size:1.35rem;letter-spacing:-.03em;white-space:nowrap}.tg-brand-mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(145deg,var(--tg-primary),var(--tg-primary-2));display:grid;place-items:center;color:#fff;font-size:.95rem}.tg-brand-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05}.tg-brand-name{display:block}.tg-brand-tagline{display:block;margin-top:3px;color:var(--tg-primary);font-size:.62rem;font-weight:780;letter-spacing:.015em;text-transform:uppercase}.tg-nav{display:flex;align-items:center;gap:6px;flex:1}.tg-nav a{padding:10px 11px;border-radius:10px;color:#344054;font-size:.94rem;font-weight:650}.tg-nav a:hover{background:#f0f4f9;color:var(--tg-primary)}.tg-header-actions{display:flex;align-items:center;gap:8px}.tg-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:11px;border:1px solid var(--tg-line);background:#fff;color:var(--tg-text);font-weight:750;cursor:pointer}.tg-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(23,32,51,.08)}.tg-btn-primary{background:var(--tg-primary);border-color:var(--tg-primary);color:#fff}.tg-btn-accent{background:var(--tg-accent);border-color:var(--tg-accent);color:#1d2939}.tg-menu-toggle{display:none}.tg-user-menu{position:relative}.tg-user-menu summary{list-style:none}.tg-user-menu summary::-webkit-details-marker{display:none}.tg-user-panel{position:absolute;right:0;top:50px;width:220px;background:#fff;border:1px solid var(--tg-line);border-radius:14px;box-shadow:var(--tg-shadow);padding:8px}.tg-user-panel a{display:block;padding:10px 12px;border-radius:9px;color:var(--tg-text)}.tg-user-panel a:hover{background:#f5f7fb}
.tg-flash-wrap{width:min(var(--tg-max),calc(100% - 32px));margin:16px auto 0}.tg-flash{padding:12px 16px;border-radius:12px;margin-bottom:8px}.tg-flash-success{background:#ecfdf3;color:#067647}.tg-flash-error{background:#fef3f2;color:#b42318}
#banner-wrapper{padding:48px 0 20px}.tg-hero,#banner.box{width:min(var(--tg-max),calc(100% - 32px));margin:auto;background:linear-gradient(135deg,#eef4fb 0%,#fff 62%);border:1px solid #dde6f1;border-radius:26px;box-shadow:none;padding:54px}.tg-hero h1,#banner h1,#banner h2,#banner h3{font-size:clamp(2rem,4vw,3.8rem);line-height:1.05;letter-spacing:-.05em;margin:0 0 18px;color:#14243b}.tg-hero p,#banner p{font-size:1.06rem;color:var(--tg-muted);max-width:760px}.tg-search-panel{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;background:#fff;padding:12px;border:1px solid var(--tg-line);border-radius:16px;box-shadow:var(--tg-shadow);margin-top:28px}.tg-field label{display:block;font-size:.74rem;text-transform:uppercase;letter-spacing:.05em;color:var(--tg-muted);font-weight:800;margin:0 0 5px}.tg-field select,.tg-field input,.tg-form input,.tg-form select,.tg-form textarea{width:100%;height:44px;border:1px solid #d0d5dd;border-radius:10px;padding:0 12px;background:#fff;color:var(--tg-text);outline:none}.tg-field select:focus,.tg-field input:focus,.tg-form input:focus,.tg-form select:focus,.tg-form textarea:focus{border-color:#7ba2cf;box-shadow:0 0 0 4px rgba(30,90,160,.1)}
#features-wrapper,#main-wrapper{padding:32px 0}.tg-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:20px}.tg-section-head h1,.tg-section-head h2,#features-wrapper h1,#features-wrapper h3,#main-wrapper h1,#main-wrapper h2{letter-spacing:-.035em;color:var(--tg-text)}
.tg-property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.tg-property-card,.box.feature{position:relative;background:#fff;border:1px solid var(--tg-line);border-radius:var(--tg-radius);overflow:hidden;box-shadow:0 3px 12px rgba(23,32,51,.04);transition:.2s ease}.tg-property-card:hover,.box.feature:hover{transform:translateY(-3px);box-shadow:var(--tg-shadow)}.tg-property-media,.box.feature>.image.featured{display:block;position:relative;aspect-ratio:16/10;background:#e9eef5;overflow:hidden}.tg-property-media img,.box.feature>.image.featured img{width:100%;height:100%;object-fit:cover;display:block}.tg-property-body,.box.feature>.inner{padding:18px}.tg-property-kicker{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--tg-success);font-weight:850;margin-bottom:6px}.tg-property-card h2,.box.feature h2{font-size:1.08rem;line-height:1.3;margin:0 0 8px}.tg-property-card h2 a,.box.feature h2 a{color:var(--tg-text)}.tg-property-address{margin:0 0 8px;color:var(--tg-muted);font-size:.9rem}.tg-property-price,.box.feature header p{font-size:1.25rem;font-weight:850;color:var(--tg-primary);margin:10px 0}.tg-property-meta{display:flex;flex-wrap:wrap;gap:6px 12px;font-size:.83rem;color:var(--tg-muted);padding-top:10px;border-top:1px solid var(--tg-line)}.tg-card-link{display:flex;justify-content:space-between;align-items:center;margin-top:14px;font-weight:750}.tg-favorite-button{position:absolute;right:12px;top:12px;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.92);display:grid;place-items:center;box-shadow:0 6px 14px rgba(0,0,0,.10);font-size:1.5rem;color:#344054;cursor:pointer;z-index:5}.tg-favorite-button.is-active{background:#fff2f0;color:#d92d20}.tg-favorite-button.is-active span{font-size:0}.tg-favorite-button.is-active span:after{content:'♥';font-size:1.35rem}
.tg-expired-section,.tg-ending-soon-section{margin-top:34px;padding-top:28px;border-top:1px solid var(--tg-line)}.tg-expired-section-head,.tg-ending-soon-section .tg-section-head{margin-bottom:18px}.tg-expired-section-head h2,.tg-ending-soon-section h2{margin:0 0 5px;font-size:1.5rem;letter-spacing:-.025em}.tg-expired-section-head p,.tg-ending-soon-section p{margin:0;color:var(--tg-muted)}.tg-property-card.is-expired{border-color:#f3c7bf;background:#fffbfa}.tg-property-card.is-expired .tg-property-kicker{color:#b42318}.tg-property-card.is-ending-soon{border-color:#f6d49b;background:#fffdf8}.tg-property-card.is-ending-soon .tg-property-kicker{color:#b54708}
/* Modernize legacy grids without rewriting every query loop */
#features-wrapper>.container>.row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}#features-wrapper>.container>.row>.col-4{width:auto;min-width:0}.box.feature p{color:var(--tg-muted);font-size:.9rem}.box.feature .inner header+ p{margin-top:8px}
#main-wrapper>.container{background:#fff;border:1px solid var(--tg-line);border-radius:20px;padding:26px}.widget,.last,article{background:#fff}.style2{list-style:none;padding:0;margin:0}.style2 li{border-bottom:1px solid var(--tg-line);padding:9px 0}.pagenumber{grid-column:1/-1;width:100%;padding:20px 0;text-align:center}.pagenumber a,.pagenumber b{display:inline-grid;place-items:center;min-width:36px;height:36px;padding:0 10px;margin:3px;border:1px solid var(--tg-line);border-radius:9px;background:#fff}.pagenumber b{background:var(--tg-primary);color:#fff}
.tg-context-newsletter{margin:28px 0;background:#edf4fb;border:1px solid #d7e5f3;border-radius:18px;padding:22px}.tg-context-newsletter h3{margin:0 0 4px}.tg-newsletter-inline{display:grid;grid-template-columns:1.3fr 1fr 1fr auto;gap:10px;margin-top:14px}.tg-newsletter-inline input,.tg-newsletter-inline select{height:44px;border:1px solid #c9d5e3;border-radius:10px;padding:0 10px;background:#fff}
.tg-detail{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);gap:28px;align-items:start}.tg-detail-main,.tg-detail-side{min-width:0}.tg-detail-gallery{border-radius:20px;overflow:hidden;background:#e8edf3;aspect-ratio:16/10}.tg-detail-gallery img{width:100%;height:100%;object-fit:cover}.tg-breadcrumbs{font-size:.85rem;color:var(--tg-muted);margin-bottom:14px}.tg-detail h1{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.12;margin:0 0 14px}.tg-detail-price{font-size:2rem;font-weight:900;color:var(--tg-primary);margin:12px 0 18px}.tg-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0}.tg-fact{border:1px solid var(--tg-line);border-radius:12px;padding:13px}.tg-fact small{display:block;color:var(--tg-muted);font-size:.74rem;text-transform:uppercase;letter-spacing:.04em;font-weight:800}.tg-fact strong{display:block;margin-top:4px}.tg-sticky-card{position:sticky;top:98px;background:#fff;border:1px solid var(--tg-line);border-radius:18px;padding:22px;box-shadow:var(--tg-shadow)}.tg-sticky-card .tg-btn{width:100%;margin-top:10px}.tg-detail-copy{margin-top:26px;padding-top:22px;border-top:1px solid var(--tg-line);color:#344054}.tg-related{margin-top:28px}.tg-related-list{display:grid;gap:8px}.tg-related-list a{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--tg-line);padding:10px 0;color:var(--tg-text)}
.tg-auth-shell{width:min(520px,calc(100% - 32px));margin:50px auto}.tg-auth-card,.tg-profile-card{background:#fff;border:1px solid var(--tg-line);border-radius:20px;padding:28px;box-shadow:var(--tg-shadow)}.tg-auth-card h1,.tg-profile-card h1{margin-top:0}.tg-form{display:grid;gap:14px}.tg-form label{font-size:.86rem;font-weight:750}.tg-form-row{display:grid;gap:6px}.tg-form-help{font-size:.85rem;color:var(--tg-muted)}.tg-form-error{background:#fef3f2;color:#b42318;padding:10px 12px;border-radius:10px}.tg-profile-shell{width:min(var(--tg-max),calc(100% - 32px));margin:38px auto;display:grid;grid-template-columns:260px 1fr;gap:24px}.tg-profile-nav{background:#fff;border:1px solid var(--tg-line);border-radius:16px;padding:10px;height:max-content}.tg-profile-nav a{display:block;padding:11px 12px;border-radius:10px;color:var(--tg-text);font-weight:650}.tg-profile-nav a:hover,.tg-profile-nav a.is-active{background:#eef4fb;color:var(--tg-primary)}
.tg-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tg-directory-card{background:#fff;border:1px solid var(--tg-line);border-radius:14px;padding:18px}.tg-directory-card h2,.tg-directory-card h3{margin-top:0}
.tg-map-section{padding:26px 0 12px}.tg-map-section .tg-section-head{margin-bottom:10px}.tg-map-section h2{margin:0;font-size:clamp(1.65rem,3vw,2.4rem);letter-spacing:-.035em}.tg-map-intro{max-width:680px;margin:0 0 18px;color:var(--tg-muted)}.tg-bulgaria-map-card{overflow:hidden;background:linear-gradient(145deg,#fff,#f8fbff);border:1px solid #d9e4f1;border-radius:22px;box-shadow:var(--tg-shadow)}.tg-bulgaria-map{display:block;width:100%;height:auto;max-height:570px;padding:17px 17px 0;background:#f3f7fc}.tg-map-outline{fill:#dbe9f8;stroke:var(--tg-primary);stroke-width:1.8;stroke-linejoin:round}.tg-map-city-marker{cursor:pointer}.tg-map-city-marker circle:first-child{fill:var(--tg-accent);stroke:#fff;stroke-width:1.7;transition:r .16s ease,fill .16s ease}.tg-map-city-pulse{fill:none;stroke:var(--tg-accent);stroke-opacity:.46;stroke-width:1.1;pointer-events:none}.tg-map-city-marker text{fill:#14243b;font-size:6.8px;font-weight:800;paint-order:stroke;stroke:#f3f7fc;stroke-linejoin:round;stroke-width:2.1px;pointer-events:none}.tg-map-city-marker:hover circle:first-child,.tg-map-city-marker:focus circle:first-child{r:5.5;fill:#d97706}.tg-map-city-marker:hover .tg-map-city-pulse,.tg-map-city-marker:focus .tg-map-city-pulse{stroke-opacity:.86;stroke-width:1.6}.tg-map-city-marker:focus{outline:none}.tg-map-card-footer{display:flex;justify-content:space-between;gap:16px;padding:14px 22px 17px;color:var(--tg-muted);font-size:.82rem;border-top:1px solid var(--tg-line)}.tg-map-card-footer span:first-child{display:flex;align-items:center;gap:7px}.tg-map-card-footer i{display:block;width:9px;height:9px;border-radius:50%;background:var(--tg-accent)}.tg-map-city-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.tg-map-city-chips a{padding:7px 10px;border:1px solid var(--tg-line);border-radius:999px;background:#fff;color:var(--tg-text);font-size:.8rem;font-weight:650}.tg-map-city-chips a:hover,.tg-map-city-chips a:focus{color:var(--tg-primary);border-color:var(--tg-primary);background:#f6faff}.tg-map-city-chips a.is-active{background:var(--tg-primary);color:#fff;border-color:var(--tg-primary)}
.tg-footer{margin-top:44px;background:#0f2745;color:#dce5f0;padding:46px 0 24px}.tg-footer a{color:#dce5f0}.tg-footer-grid{width:min(var(--tg-max),calc(100% - 32px));margin:auto;display:grid;grid-template-columns:1.1fr .8fr 1.5fr;gap:32px}.tg-footer h3{color:#fff;margin:0 0 12px}.tg-footer p{color:#aebdd0}.tg-footer-links{display:grid;gap:8px}.tg-footer-newsletter{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:18px}.tg-footer-newsletter .tg-newsletter-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.tg-footer-newsletter input,.tg-footer-newsletter select{width:100%;height:42px;border:0;border-radius:9px;padding:0 10px}.tg-footer-newsletter .tg-btn{grid-column:1/-1}.tg-footer-bottom{width:min(var(--tg-max),calc(100% - 32px));margin:28px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.13);font-size:.82rem;color:#93a4b8;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
.tg-mobile-newsletter{display:none}
#gsearch,.gcse-search{display:none!important}.prodname{list-style:none;background:#fff;border:1px solid var(--tg-line);border-radius:14px;padding:16px;margin-bottom:12px;overflow:hidden}.prodname img{border-radius:10px;object-fit:cover;margin-right:16px}.tg-mobile-only{display:none}.tg-login-icon{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media (max-width:900px){.tg-nav{display:none;position:absolute;left:16px;right:16px;top:68px;max-height:calc(100vh - 84px);overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid var(--tg-line);border-radius:14px;padding:8px;box-shadow:var(--tg-shadow);flex-direction:column;align-items:stretch}.tg-nav.is-open{display:flex}.tg-menu-toggle{display:inline-flex}.tg-header{gap:10px}.tg-header-actions .tg-fav-label{display:none}.tg-property-grid,#features-wrapper>.container>.row,.tg-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tg-search-panel,.tg-newsletter-inline{grid-template-columns:1fr 1fr}.tg-search-panel .tg-btn,.tg-newsletter-inline .tg-btn{grid-column:1/-1}.tg-detail{grid-template-columns:1fr}.tg-sticky-card{position:static}.tg-profile-shell{grid-template-columns:1fr}.tg-footer-grid{grid-template-columns:1fr 1fr}.tg-footer-newsletter{grid-column:1/-1}}
@media (max-width:620px){.container{width:min(100% - 22px,var(--tg-max))}.tg-header{width:calc(100% - 22px);height:64px}.tg-brand{font-size:1.1rem;gap:7px}.tg-brand-mark{width:32px;height:32px}.tg-brand-tagline{margin-top:2px;font-size:.55rem}.tg-header-actions>.tg-btn:not(.tg-menu-toggle){padding:0 10px}.tg-header-actions .tg-login-label{display:none}.tg-hero,#banner.box{width:calc(100% - 22px);padding:28px 20px;border-radius:20px}.tg-hero h1,#banner h1,#banner h2,#banner h3{font-size:2rem}.tg-search-panel,.tg-newsletter-inline{grid-template-columns:1fr}.tg-property-grid,#features-wrapper>.container>.row,.tg-directory-grid{grid-template-columns:1fr}.row{display:block}.col-8,.col-7,.col-5,.col-4,.col-3,.col-6{width:100%;margin-bottom:18px}#main-wrapper>.container{padding:18px}.tg-facts{grid-template-columns:1fr}.tg-footer-grid{grid-template-columns:1fr}.tg-footer-newsletter{grid-column:auto}.tg-footer-newsletter .tg-newsletter-grid{grid-template-columns:1fr}.tg-footer-bottom{width:calc(100% - 22px)}.tg-map-section{padding-top:22px}.tg-bulgaria-map{min-width:0;padding:12px 10px 0}.tg-bulgaria-map-card{overflow:hidden}.tg-map-card-footer{min-width:0;padding:12px 14px}.tg-map-city-chips{max-height:116px;overflow:auto;padding-right:4px}.tg-mobile-only{display:block}.tg-mobile-newsletter{display:block;border-top:1px solid var(--tg-line);background:#f8fbff;padding:7px 0}.tg-mobile-newsletter-intro{width:calc(100% - 22px);margin:0 auto 6px;font-size:.78rem;font-weight:650;color:var(--tg-muted)}.tg-mobile-newsletter form{width:calc(100% - 22px);margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:6px}.tg-mobile-newsletter select,.tg-mobile-type-picker summary,.tg-mobile-newsletter input[type="email"],.tg-mobile-newsletter .tg-btn{width:100%;height:36px;border:1px solid #c9d5e3;border-radius:9px;background:#fff;padding:0 9px;color:var(--tg-text);font-size:.82rem}.tg-mobile-type-picker{position:relative;min-width:0}.tg-mobile-type-picker summary{display:flex;align-items:center;cursor:pointer;font-weight:650;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-mobile-type-picker summary::-webkit-details-marker{display:none}.tg-mobile-type-picker summary:after{content:'⌄';margin-left:auto;padding-left:8px;color:var(--tg-muted)}.tg-mobile-type-picker[open] summary:after{content:'⌃'}.tg-mobile-type-options{position:absolute;z-index:60;top:42px;left:0;right:0;max-height:260px;overflow:auto;padding:9px;background:#fff;border:1px solid var(--tg-line);border-radius:11px;box-shadow:var(--tg-shadow);display:grid;gap:3px}.tg-mobile-type-options label{display:flex;align-items:center;gap:7px;padding:5px;font-size:.82rem;line-height:1.25}.tg-mobile-newsletter .tg-btn{min-height:36px;padding:0 12px;font-size:.79rem}}
.catlist{display:inline-block;vertical-align:top;width:calc(33.333% - 16px);margin:8px 12px 8px 0}.catlist>ul{list-style:none;margin:0;padding:0}.catlist .prodname{margin:0;min-height:74px;display:block}.catlist .prodname>a:first-child{font-weight:800;color:var(--tg-text)}.catlist .buy{list-style:none;padding:8px 0;font-weight:850;color:var(--tg-primary)}
.tg-favorite-button-inline{position:static;width:100%;height:44px;border-radius:11px;font-size:1rem;background:var(--tg-primary);color:#fff;border-color:var(--tg-primary)}.tg-favorite-button-inline.is-active{background:#fff2f0;color:#b42318;border-color:#fecdca}.tg-favorite-button-inline.is-active span{font-size:inherit}.tg-favorite-button-inline.is-active span:after{content:none}
@media(max-width:900px){.catlist{width:calc(50% - 14px)}}@media(max-width:620px){.catlist{width:100%;margin-right:0}}

.tg-ad-slot{max-width:1120px;margin:28px auto;padding:0 20px;text-align:center;min-height:90px}.tg-ad-slot .adsbygoogle{display:block}

/* CHSI directory hubs and the accessible city menu. */
.tg-nav-directory{position:relative;display:flex;align-items:center}.tg-nav-directory-toggle{border:0;background:transparent;color:#344054;cursor:pointer;padding:8px 4px;font-size:1rem}.tg-nav-directory-menu{display:none;position:absolute;z-index:80;top:42px;left:0;min-width:300px;max-width:430px;padding:8px;background:#fff;border:1px solid var(--tg-line);border-radius:12px;box-shadow:var(--tg-shadow);grid-template-columns:repeat(2,minmax(0,1fr))}.tg-nav-directory-menu a{display:block;white-space:nowrap}.tg-nav-directory-menu a.tg-nav-menu-full{grid-column:1/-1;white-space:normal}#tg-checks-nav-menu,#tg-kadastar-nav-menu{grid-template-columns:1fr}.tg-nav-directory:hover .tg-nav-directory-menu,.tg-nav-directory:focus-within .tg-nav-directory-menu,.tg-nav-directory.is-open .tg-nav-directory-menu{display:grid}.tg-chsi-search{margin-top:18px}.tg-chsi-search label{display:block;margin-bottom:7px;font-weight:750}.tg-chsi-search>div{display:flex;gap:9px}.tg-chsi-search input{flex:1;min-width:0;height:42px;padding:0 12px;border:1px solid var(--tg-line);border-radius:11px}.tg-chsi-city-hubs{margin:0 0 12px}.tg-chsi-city-hubs h2{margin-bottom:10px}.tg-muted{color:var(--tg-muted);font-size:.88rem}

/* CHSI FAQ: native details elements keep the accordion fast and accessible. */
.tg-faq{margin-top:28px;padding:26px;background:linear-gradient(135deg,#edf4fb 0%,#f9fbfe 58%,#eef8f5 100%);border:1px solid #d7e4f2;border-radius:18px}.tg-faq-heading{margin:0 0 15px}.tg-faq-heading h2{margin:0;color:var(--tg-primary);font-size:clamp(1.35rem,2vw,1.7rem);letter-spacing:-.03em}.tg-faq-heading p{margin:5px 0 0;color:var(--tg-muted);font-size:.93rem}.tg-faq-item{background:#fff;border:1px solid #d9e3ee;border-radius:12px;margin-top:9px;overflow:hidden;box-shadow:0 2px 6px rgba(23,32,51,.03)}.tg-faq-item summary{display:flex;align-items:center;gap:14px;padding:15px 17px;cursor:pointer;color:#233b5d;font-weight:780;line-height:1.35;list-style:none}.tg-faq-item summary::-webkit-details-marker{display:none}.tg-faq-item summary:after{content:'+';display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;margin-left:auto;border-radius:50%;background:#e8f0f8;color:var(--tg-primary);font-size:1.28rem;font-weight:500;line-height:1;transition:transform .18s ease,background .18s ease}.tg-faq-item[open] summary{background:#f8fbfe;color:var(--tg-primary)}.tg-faq-item[open] summary:after{content:'−';background:var(--tg-primary);color:#fff}.tg-faq-item summary:hover{background:#f8fbfe}.tg-faq-item summary:focus-visible{outline:3px solid rgba(30,90,160,.26);outline-offset:-3px}.tg-faq-item>div{padding:0 17px 16px;color:#475467}.tg-faq-item>div p{margin:0}.tg-faq-item a{font-weight:750}
.tg-chsi-city-link{margin:18px 0 0}.tg-chsi-city-link a{display:grid;grid-template-columns:1fr auto;gap:1px 18px;align-items:center;padding:14px 16px;border:1px solid #cdddec;border-radius:13px;background:linear-gradient(115deg,#f6faff,#eef6ff);color:var(--tg-primary);transition:.18s ease}.tg-chsi-city-link a:hover{border-color:#8eafd0;box-shadow:0 5px 14px rgba(21,61,111,.10);transform:translateY(-1px)}.tg-chsi-city-link span{font-size:.74rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#52749b}.tg-chsi-city-link strong{font-size:1rem}.tg-chsi-city-link b{grid-column:2;grid-row:1/3;font-size:1.35rem}
.tg-city-type-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:7px;margin:10px 0 0}.tg-city-type-links a{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:8px 10px;border:1px solid #d7e2ee;border-radius:9px;background:#f8fbfe;color:var(--tg-primary);font-size:.87rem;font-weight:700;line-height:1.25}.tg-city-type-links a:hover{background:#edf5fd;border-color:#a8c2dd}.tg-city-type-links span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tg-city-type-links b{flex:0 0 auto;font-size:.78rem;color:#52749b}
@media (max-width:900px){.tg-nav-directory{display:block;width:100%}.tg-nav-directory>a{display:inline-block}.tg-nav-directory-menu{position:static;margin:0 8px;box-shadow:none;grid-template-columns:1fr}.tg-chsi-search>div{flex-direction:column}.tg-chsi-search .tg-btn{width:100%}}
@media (max-width:620px){.tg-faq{padding:19px 14px}.tg-faq-item summary{padding:14px;font-size:.95rem}.tg-faq-item>div{padding:0 14px 14px}}
@media (max-width:420px){.tg-city-type-links{grid-template-columns:1fr}}

/* SEO guide pages */
.tg-guide-shell{padding:34px 0 48px;max-width:1040px}.tg-guide-article{max-width:900px;margin:0 auto}.tg-guide-reviewed{margin:-4px 0 18px;color:var(--tg-muted);font-size:.86rem}.tg-guide-cover{width:100%;max-height:480px;object-fit:cover;border-radius:14px;margin:12px 0 24px}.tg-guide-note{margin:18px 0 24px;padding:14px 16px;border:1px solid #d7e4f2;border-radius:12px;background:#f5f9fd;color:#344054}.tg-guide-copy{font-size:1.02rem;line-height:1.72}.tg-guide-copy h2{margin-top:32px;color:var(--tg-text);font-size:1.45rem}.tg-guide-copy h3{margin-top:24px;color:var(--tg-text);font-size:1.16rem}.tg-guide-copy li{margin:.42rem 0}.tg-guide-copy .tg-source-box{margin:26px 0 0;padding:16px;border-radius:12px;background:#f8fafc;border:1px solid var(--tg-line)}.tg-guide-copy .tg-source-box ul{margin-bottom:0}.tg-guide-related{margin-top:34px}.tg-type-hubs{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:10px}.tg-type-hubs .tg-directory-card h2{font-size:1rem}.tg-type-hubs .tg-directory-card p{margin-bottom:0;color:var(--tg-muted)}
@media (max-width:900px){.tg-type-hubs{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:620px){.tg-guide-shell{padding-top:22px}.tg-guide-article{padding:20px}.tg-type-hubs{grid-template-columns:1fr}}

/* Compact, touch-friendly mobile header. */
@media (max-width:620px){
  .tg-header{height:60px;gap:8px}
  .tg-brand{flex:1;min-width:0;gap:7px}
  .tg-brand-mark{width:30px;height:30px;border-radius:9px;font-size:.86rem}
  .tg-brand-name{font-size:1.05rem}
  .tg-brand-tagline{margin-top:2px;font-size:.52rem;letter-spacing:.01em}
  .tg-header-actions{gap:5px}
  .tg-header-actions>.tg-btn,.tg-header-actions .tg-auth-slot .tg-btn{width:40px;min-width:40px;height:40px;min-height:40px;padding:0;border-radius:12px}
  .tg-header-actions>.tg-btn:not(.tg-menu-toggle){padding:0}
  .tg-header-actions .tg-fav-label{display:none}
  .tg-menu-toggle{font-size:1.12rem}
  .tg-nav{top:64px;gap:2px;padding:9px}
  .tg-nav a{padding:11px 12px;font-size:.96rem}
  .tg-nav-directory-toggle{min-width:36px;padding:8px}
}

/* Нотариуси section — calculator form */
.tg-calc-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:end}.tg-calc-row{display:flex;flex-direction:column;gap:6px}.tg-calc-row label{font-weight:750;font-size:.88rem}.tg-calc-row input,.tg-calc-row select{height:42px;padding:0 12px;border:1px solid var(--tg-line);border-radius:11px;background:#fff;color:var(--tg-text);font-size:.95rem}.tg-calc-form .tg-btn{grid-column:1/-1;height:44px}.tg-calc-total{display:flex;justify-content:space-between;align-items:center;margin:16px 0;padding:14px 16px;background:#f6faff;border:1px solid var(--tg-line);border-radius:12px;font-weight:800}.tg-calc-total strong{font-size:1.2rem;color:var(--tg-primary)}
@media (max-width:900px){.tg-calc-form{grid-template-columns:1fr}}

/* Нотариуси section — office location map */
.tg-notary-map-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:8px}.tg-notary-map-head h2{margin:0}.tg-notary-map{height:380px;border-radius:14px;overflow:hidden;margin-top:10px;border:1px solid var(--tg-line)}
@media (max-width:620px){.tg-notary-map{height:300px}}
