
.stats-band{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.stats-inner{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:8px 44px;padding:26px var(--pad-x)}
.stat{display:flex;align-items:baseline;gap:10px;padding:6px 10px;margin:-6px -10px;border-radius:8px;text-decoration:none;color:inherit;transition:background .2s var(--ease)}
.stat:hover{background:var(--accent-soft)}
.stat:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;border-radius:8px}
.stat .num{font-family:var(--font);font-size:30px;font-weight:700;color:var(--accent);line-height:1.1;font-variant-numeric:tabular-nums;letter-spacing:-.02em}
.stat .lbl{font-size:14px;color:var(--text-3);font-weight:500}

.provider-head{padding-top:4px}
.provider-logo{width:64px;height:64px;border-radius:50%;background:var(--surface);border:1px solid var(--border);overflow:hidden;display:grid;place-items:center;margin-bottom:16px}
.provider-logo img{width:100%;height:100%;object-fit:contain;display:block}
.provider-rating{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:14px}
.provider-stars{display:inline-flex}
.provider-stars .stars{--sw:100px;--sh:20px}
.provider-rating-val{font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--text)}
.provider-count{font-size:14px;color:var(--text-3);font-family:var(--font)}
.provider-desc{margin:0 0 20px}
.provider-cta{display:flex;gap:var(--gap-sm);flex-wrap:wrap;margin:20px 0}
.ym-modal{border:0;border-radius:var(--radius);background:var(--surface);color:var(--text);box-shadow:var(--shadow-overlay);padding:0;width:min(920px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:hidden}
.ym-modal::backdrop{background:rgba(0,0,0,.5);backdrop-filter:blur(2px)}
.ym-modal-inner{display:flex;flex-direction:column;height:100%}
.ym-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border)}
.ym-tabs{display:flex;gap:6px;flex-wrap:wrap}
.ym-tab{font:inherit;font-size:14px;font-weight:600;padding:8px 16px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);cursor:pointer;transition:background .15s var(--ease),border-color .15s var(--ease),color .15s var(--ease)}
.ym-tab.is-active,.ym-tab:hover{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast)}
.ym-close{font:inherit;font-size:26px;line-height:1;width:38px;height:38px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;display:grid;place-items:center}
.ym-close:hover{background:var(--surface-2)}
.ym-modal-body{overflow:auto;padding:0;min-height:200px}
.ym-panel{display:none}
.ym-panel.is-active{display:block}
.ym-panel[data-ym-panel="map"]{height:60vh;max-height:520px}
.ym-panel iframe{width:100%;height:100%;border:0;display:block}
.ym-reviews-frame{min-height:520px;height:70vh;max-height:640px}
.ym-coords{display:flex;flex-direction:column;gap:12px;align-items:flex-start;padding:24px}
.ym-coords-label{font-size:12px;color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;font-weight:600}
.ym-coords-val{font-family:var(--font);font-size:15px;padding:10px 14px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);user-select:all}
.ym-copied{font-size:13px;color:var(--accent)}
.detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}
body.has-dialog{overflow:hidden}
.card__ico--logo{width:40px;height:40px;border-radius:50%;background:var(--surface);border:1px solid var(--border);overflow:hidden;margin-bottom:8px;display:grid;place-items:center}
.card__ico--logo .card__logo{width:100%;height:100%;object-fit:contain;display:block}
.card--accent{border-left:3px solid var(--accent)}
.card--compact{padding:20px 22px;gap:6px}
.card--compact .card__title{font-size:15px}
.card--compact .card__desc{font-size:13px}

.card--image{padding:0;overflow:hidden}
.card--image .card__img{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--surface-2)}
.card--image .card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease)}
.card--image:hover .card__img img{transform:scale(1.04)}
.card--image .card__title{padding:var(--card-pad) var(--card-pad) 0;font-size:17px}
.card--image .card__desc{padding:0 var(--card-pad);font-size:14px}
.card--image .card__meta{padding:6px var(--card-pad) var(--card-pad);font-family:var(--font);font-size:12px;color:var(--text-3);letter-spacing:.03em;text-transform:uppercase}
.card--tone{background:var(--surface-2);border-color:transparent}
.card--tone:hover{background:var(--surface)}
.card__arrow{position:absolute;top:18px;right:18px;width:22px;height:22px;color:var(--text-3);transition:transform .3s var(--ease),opacity .3s var(--ease);opacity:0;transform:translate(-4px,4px)}
.card--link:hover .card__arrow{opacity:1;transform:translate(0,0)}
.card--link:focus-visible .card__arrow{opacity:1;transform:translate(0,0)}
.card__arrow svg{width:100%;height:100%;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}

.page .news-list-title{margin:0 0 8px}
.page .news-lead{margin:0}
.page .news-grid{margin-top:24px;grid-auto-rows:auto}
.not-found .lead{margin-left:auto;margin-right:auto;max-width:600px}

.filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px 28px;display:flex;flex-direction:column;gap:16px;margin-bottom:32px;box-shadow:var(--shadow)}
.filters-group{display:flex;gap:16px;flex-wrap:wrap}
.filters label{display:flex;flex-direction:column;font-size:13px;color:var(--text-2);gap:7px;font-weight:500}
.filters input,.filters select,.filters textarea{padding:11px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:15px;font-family:var(--font);min-width:170px;background:var(--surface-2);color:var(--text);outline:none;transition:border-color .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease)}
.filters input:focus,.filters select:focus,.filters textarea:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px var(--accent-soft)}
.filters-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.filters-actions .btn{padding:11px 22px;font-size:14px}
.review-form .filters-group{flex-direction:column}
.review-form .filters label{width:100%}
.review-form input,.review-form select,.review-form textarea{width:100%;min-width:auto}
.review-form .filters input,.review-form .filters textarea{resize:vertical}
.review-form .filters-actions .btn{width:100%}
.rf-hint{font-size:12px;color:var(--text-3);font-weight:400}
.rf-stars{display:inline-flex;gap:4px;direction:rtl}
.rf-star{cursor:pointer;line-height:1}
.rf-star input{position:absolute;opacity:0;width:1px;height:1px}
.rf-star-icon{display:inline-flex;transition:color .15s var(--ease),transform .15s var(--ease);color:var(--star-empty)}
.rf-star-icon svg{width:30px;height:30px}
.rf-star:hover .rf-star-icon,.rf-star:hover ~ .rf-star .rf-star-icon,.rf-star.is-active .rf-star-icon,.rf-star.is-active ~ .rf-star .rf-star-icon{color:var(--accent);transform:scale(1.08)}
.rf-selected{display:flex;align-items:center;gap:12px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 18px;margin-bottom:16px;font-size:14px;flex-wrap:wrap}
.rf-selected-label{font-size:12px;color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;font-weight:600}
.rf-selected-type{font-size:12px;color:var(--text-3);background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:2px 8px;font-family:var(--font)}
.rf-group{margin-bottom:24px}
.rf-group-title{font-size:16px;font-weight:700;color:var(--text);margin-bottom:10px;letter-spacing:-.01em}
.rf-pick-grid{display:flex;flex-wrap:wrap;gap:8px}
.rf-pick{display:inline-flex;padding:10px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text);text-decoration:none;transition:background .15s var(--ease),border-color .15s var(--ease),box-shadow .15s var(--ease)}
.rf-pick:hover{background:var(--surface-2);border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}
.filters .filters-count{font-size:14px;color:var(--text-3);font-weight:500}
/* smart filter */
.sf-layout{display:grid;grid-template-columns:300px 1fr;gap:28px;align-items:start;margin-block-start:32px}
.sf-side{position:sticky;top:96px}
.sf-content{min-width:0}
.sf-filter{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.sf-filter-head{display:flex;align-items:center;gap:10px;padding:16px 18px;border-bottom:1px solid var(--border)}
.sf-filter-title{font-size:15px;font-weight:700;letter-spacing:-.01em}
.sf-reset{margin-left:auto;background:none;border:0;color:var(--accent);font-size:13px;cursor:pointer;font-weight:600;min-width:44px;min-height:44px;display:grid;place-items:center}
.sf-reset:disabled{opacity:.4;cursor:default}
.sf-reset:not(:disabled):hover{text-decoration:underline}
.sf-close{display:none;background:none;border:0;font-size:22px;line-height:1;color:var(--text-2);cursor:pointer;padding:2px 6px}
.sf-filter-body{padding:6px 18px 18px}
.sf-sec{border-bottom:1px solid var(--border)}
.sf-sec:last-child{border-bottom:0}
.sf-sec-head{display:flex;align-items:center;justify-content:space-between;padding:14px 0;cursor:pointer}
.sf-sec-title{font-size:13px;font-family:var(--font);letter-spacing:.05em;text-transform:uppercase;color:var(--text-2);font-weight:600}
.sf-toggle{background:none;border:0;color:var(--text-3);font-size:20px;line-height:1;cursor:pointer;padding:0;min-width:44px;min-height:44px;display:grid;place-items:center;transition:transform .25s var(--ease)}
.sf-sec[data-open="0"] .sf-toggle{transform:rotate(-90deg)}
.sf-sec[data-open="0"] .sf-sec-body{display:none}
.sf-sec-body{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:14px}
.sf-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);color:var(--text-2);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s var(--ease)}
.sf-chip:hover{border-color:var(--accent);color:var(--text)}
.sf-chip-active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-strong);font-weight:600}
.sf-chip-count{opacity:.65;font-size:12px}
.sf-total{font-size:14px;color:var(--text-3);font-weight:500;margin:4px 0 14px}
.sf-open{display:none;align-items:center;gap:8px;margin-bottom:16px;padding:11px 18px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);font-weight:600;font-size:14px;cursor:pointer}
.sf-badge{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--accent);color:var(--btn-text);font-size:12px;display:inline-flex;align-items:center;justify-content:center}
.sf-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:90}
@media(max-width:1023px){
.sf-layout{grid-template-columns:1fr}
.sf-side{position:static}
.sf-filter{position:fixed;top:0;left:0;bottom:0;width:min(86vw,360px);z-index:100;transform:translateX(-100%);transition:transform .3s var(--ease);border-radius:0;display:flex;flex-direction:column;box-shadow:0 0 60px rgba(0,0,0,.35)}
.sf-filter .sf-filter-body{overflow-y:auto;flex:1;padding-bottom:24px}
.sf-filter.sf-open{transform:translateX(0)}
.sf-close{display:inline-flex}
.sf-open{display:inline-flex}
}
.chip-filter{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px}
.chip-filter-label{font-size:13px;color:var(--text-2);font-weight:600;margin-right:2px;font-family:var(--font);letter-spacing:.04em;text-transform:uppercase}
.chip{display:inline-flex;align-items:center;padding:9px 18px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-2);font-size:14px;font-weight:500;text-decoration:none;transition:border-color .25s var(--ease),color .25s var(--ease),background .25s var(--ease)}
.chip:hover{border-color:var(--accent);color:var(--text)}
.chip:active{transform:scale(.97)}
.chip-active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-strong);font-weight:600}
.chip-active:hover{color:var(--accent-strong)}
.filters-count{font-size:14px;color:var(--text-3);font-weight:500;margin-bottom:22px}
.contact-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px 28px;box-shadow:var(--shadow)}
.contact-card h2{font-size:24px;margin-bottom:8px;letter-spacing:-.01em}
.contact-card .lead{font-size:16px;margin-bottom:26px}
.email-reveal{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.email-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.email-actions[hidden]{display:none}
.email-row{display:flex;gap:10px;flex-wrap:wrap}
.email-text{font-size:clamp(18px,2.6vw,26px);font-weight:600;color:var(--accent);padding:14px 20px;background:var(--surface-2);border:1px dashed var(--border);border-radius:var(--radius-sm)}
.info-panel{display:flex;flex-direction:column;gap:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--card-pad);box-shadow:var(--shadow)}
.info-panel+.info-panel{margin-top:16px}
.info-row{display:flex;gap:14px;align-items:flex-start;color:var(--text-2);line-height:1.6}
.info-row svg{flex:0 0 auto;margin-top:3px;color:var(--accent)}
.info-row strong{color:var(--text)}

.rating-chip{display:flex;flex-direction:row;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;color:var(--text);text-decoration:none;transition:border-color .3s var(--ease),box-shadow .3s var(--ease),transform .2s var(--ease)}
.rating-chip:hover{border-color:var(--accent);box-shadow:var(--shadow-hover)}
.rating-chip:active{transform:scale(.985)}
.rating-chip .stars{--sw:70px;--sh:14px}
.rating-name{font-weight:600;font-size:16px;line-height:1.3;color:var(--text);min-width:0}
.rating-val{font-size:14px;color:var(--text-2);font-weight:500;margin-left:auto;white-space:nowrap}
.card-grid.reviews-stack{grid-template-columns:1fr}
.card-grid.reviews-stack>.card,.card-grid.reviews-stack>.item{width:100%;max-width:none}
.error-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:calc(var(--space)*1.5) var(--pad-x);max-width:640px;margin:0 auto}
.error-hero .error-code{font-size:clamp(64px,14vw,120px);font-weight:700;line-height:1;letter-spacing:-.04em;color:var(--accent)}
.error-hero .error-icon{margin-bottom:6px}
.empty-block{background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius);padding:48px 28px;text-align:center;color:var(--text-2);display:flex;flex-direction:column;align-items:center;gap:18px}
.empty-block p{font-size:16px}
.card-link{display:block;text-decoration:none;color:inherit;border-radius:var(--radius);cursor:pointer}
.card-link:hover{color:inherit}
.card-link .item{transition:border-color .3s var(--ease),background .3s var(--ease)}
.card-link:hover .item{border-color:var(--accent)}
.item,.news-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px 28px;margin-bottom:var(--gap);box-shadow:var(--shadow);transition:border-color .3s var(--ease),box-shadow .3s var(--ease);display:flex;flex-direction:column;gap:8px}
.card-link .item{margin-bottom:0}
.card-link:active .item{background:var(--surface-2);border-color:var(--accent-strong)}
.item h2,.news-item h2{font-size:18px;margin-bottom:6px;color:var(--text);letter-spacing:-.01em}
.item h2 a{color:var(--text);transition:color .25s var(--ease)}
.item ul{list-style:none;padding:0;margin:4px 0 0;display:grid}
.item ul li{padding:7px 0 7px 24px;position:relative;color:var(--text-2);font-size:14px;border-bottom:1px dashed var(--border)}
.item ul li:last-child{border-bottom:0}
.item ul li::before{content:"";position:absolute;left:2px;top:13px;width:8px;height:8px;border-radius:3px;background:var(--accent)}
.item h2 a:hover{color:var(--accent)}
.item p,.news-item p{color:var(--text-2);font-size:15px}
.price{color:var(--accent-strong)!important;font-weight:700;margin-top:8px;font-size:16px!important;font-variant-numeric:tabular-nums}
.meta{margin-top:8px;font-size:13px;color:var(--text-3);font-family:var(--font)}
.meta a{color:var(--accent);font-weight:500}
.meta a:hover{text-decoration:underline}

.news-item{border-left:4px solid var(--accent)}
.news-item .meta{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:var(--text-3)}
.news-pager{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:48px;padding-top:32px;border-top:1px solid var(--border)}
.news-pager .btn{max-width:45%;text-align:left;white-space:normal;line-height:1.3;display:flex;align-items:flex-start;gap:8px}
.news-pager .btn:last-child{text-align:right;justify-content:flex-end}
.news-pager .btn .ico{flex-shrink:0;margin-top:3px}
.news-cover{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:0;display:block}
.news-cover-wrap{margin:0 0 36px;border-radius:var(--radius);overflow:hidden}
.news-cover-caption{font-family:var(--font);font-size:12px;color:var(--text-3);letter-spacing:.02em;margin-top:10px;text-align:center}
.news-article{max-width:920px;margin:0 auto}
.news-article .meta{margin-top:0;margin-bottom:16px;font-family:var(--font);font-size:13px;color:var(--text-3);display:flex;flex-wrap:wrap;gap:4px 8px;align-items:baseline}
.news-article h1{font-size:clamp(30px,3.8vw,46px);font-weight:700;letter-spacing:-.03em;line-height:1.08;margin-bottom:6px;text-wrap:balance}
.news-intro{font-size:18px;line-height:1.6;color:var(--text);margin:12px 0 0;max-width:760px;font-weight:400}
.news-body{margin-top:32px;max-width:760px}
.news-body img{max-width:100%;height:auto;border-radius:var(--radius-sm);box-shadow:var(--shadow);margin:32px 0;display:block}
.news-body hr{display:none}
.news-body blockquote{border-left:3px solid var(--accent);padding:20px 28px;margin:28px 0;background:var(--surface-2);border-radius:var(--radius-sm);color:var(--text);font-style:italic;font-size:17px;line-height:1.65}
.news-body p{color:var(--text-2);font-size:16px;line-height:1.7;margin-top:18px;max-width:760px}
.news-body p:first-child{margin-top:0}
.news-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .25s var(--ease)}
.news-body a:hover{color:var(--accent-strong)}
.news-body h2{font-size:22px;margin-top:36px;margin-bottom:10px;letter-spacing:-.01em;color:var(--text)}
.news-body h3{font-size:19px;margin-top:28px;margin-bottom:8px;color:var(--text)}
.news-body ul,.news-body ol{padding-left:22px;margin:18px 0;color:var(--text-2);font-size:16px;line-height:1.65}
.news-body li{margin:6px 0}
.news-body li::marker{color:var(--accent)}
.news-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin:36px 0}
.news-gallery-item{margin:0;display:flex;flex-direction:column}
.news-gallery-item img{width:100%;height:auto;margin:0;border-radius:var(--radius-sm);box-shadow:var(--shadow)}
.news-gallery-item figcaption{font-family:var(--font);font-size:12px;color:var(--text-3);line-height:1.45;margin-top:10px}
@media(max-width:720px){.news-gallery{grid-template-columns:1fr}}
.news-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:36px;padding-top:24px;border-top:1px solid var(--border)}
.news-tags .tag{background:var(--surface-2);color:var(--text-2);font-size:13px;font-weight:500;padding:6px 14px;border-radius:999px;border:1px solid var(--border);transition:border-color .25s var(--ease),color .25s var(--ease)}
.news-tags .tag:hover{border-color:var(--accent);color:var(--accent)}
.news-related{margin-top:var(--space)}
.news-related h2{font-size:24px;font-weight:600;color:var(--text);margin-bottom:22px;letter-spacing:-.02em}
.reading-time{font-family:var(--font);font-size:12px;color:var(--text-3);letter-spacing:.04em}

.note{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--accent);padding:16px 20px;border-radius:var(--radius-sm);color:var(--text-2);font-size:15px}
.note-error{border-left-color:var(--danger);color:var(--danger);margin-bottom:20px}
.page-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.page-center{min-height:60vh;text-align:center;padding-top:calc(var(--space)*1.5)}
.narrow{max-width:640px}
.section > .news-body{margin-top:0}
.section > .news-body > h2:first-child{margin-top:0}
.container > .news-body + .news-body{margin-top:0}

.detail-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:36px;margin-top:32px}
.detail-grid > :only-child{grid-column:1 / -1}
.detail-hero{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);min-height:340px;display:grid;place-items:center}
.detail-hero svg{width:100%;height:auto;display:block}
.detail-side{display:flex;flex-direction:column;gap:18px}
.detail-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px 28px;box-shadow:var(--shadow)}
.detail-card h3{font-size:17px;margin-bottom:14px;color:var(--text);letter-spacing:-.01em}
.detail-price{font-size:28px;font-weight:700;color:var(--accent-strong);margin-bottom:4px;font-variant-numeric:tabular-nums;letter-spacing:-.02em}
.detail-meta{font-size:14px;color:var(--text-2);margin-bottom:14px}
.feat-list{display:flex;flex-wrap:wrap;gap:8px}
.feat{background:var(--surface-2);color:var(--text);font-size:13px;font-weight:600;padding:7px 14px;border-radius:999px;border:1px solid var(--border)}
.map-wrap{border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border);margin-top:14px}
.map-wrap iframe{display:block;width:100%;height:240px;border:0;filter:var(--map-filter)}
.detail-body{margin-top:36px;line-height:1.7}
.detail-body h2,.detail-body h3,.detail-body h4{color:var(--text);margin-top:28px;margin-bottom:12px;letter-spacing:-.01em}
.detail-body h2{font-size:22px}
.detail-body h3{font-size:19px}
.detail-body h4{font-size:17px}
.detail-body p{color:var(--text-2);font-size:16px;max-width:760px;margin:0 0 14px}
.detail-body p.detail-label{margin:20px 0 6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent-strong);font-family:var(--font)}
.detail-body strong{color:var(--text);font-weight:600}
.back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:22px;font-size:14px;font-weight:600;color:var(--text-2);min-height:44px;transition:color .25s var(--ease)}
.back-link:hover{color:var(--accent)}
.back-link .ico{width:16px;height:16px}
.meta-sep{display:inline-block;overflow:hidden;width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.55;margin:0 8px;vertical-align:middle}
.stars{--rate:100%;--sw:90px;--sh:18px;position:relative;display:inline-block;width:var(--sw);height:var(--sh);vertical-align:middle;background:var(--text-3);-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2090%2018%22%3E%3Cdefs%3E%3Cpath%20id%3D%22s%22%20d%3D%22M9%201.6l2.6%205.3%205.8.8-4.2%204%201%205.8-5.2-2.7-5.2%202.7%201-5.8-4.2-4%205.8-.8z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23s%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2218%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2236%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2254%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2272%22%2F%3E%3C%2Fsvg%3E") left center/var(--sw) var(--sh) no-repeat;mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2090%2018%22%3E%3Cdefs%3E%3Cpath%20id%3D%22s%22%20d%3D%22M9%201.6l2.6%205.3%205.8.8-4.2%204%201%205.8-5.2-2.7-5.2%202.7%201-5.8-4.2-4%205.8-.8z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23s%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2218%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2236%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2254%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2272%22%2F%3E%3C%2Fsvg%3E") left center/var(--sw) var(--sh) no-repeat}
.stars::after{content:"";position:absolute;top:0;left:0;width:var(--rate);height:100%;background:var(--accent);-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2090%2018%22%3E%3Cdefs%3E%3Cpath%20id%3D%22s%22%20d%3D%22M9%201.6l2.6%205.3%205.8.8-4.2%204%201%205.8-5.2-2.7-5.2%202.7%201-5.8-4.2-4%205.8-.8z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23s%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2218%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2236%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2254%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2272%22%2F%3E%3C%2Fsvg%3E") left center/var(--sw) var(--sh) no-repeat;mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2090%2018%22%3E%3Cdefs%3E%3Cpath%20id%3D%22s%22%20d%3D%22M9%201.6l2.6%205.3%205.8.8-4.2%204%201%205.8-5.2-2.7-5.2%202.7%201-5.8-4.2-4%205.8-.8z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23s%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2218%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2236%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2254%22%2F%3E%3Cuse%20href%3D%22%23s%22%20x%3D%2272%22%2F%3E%3C%2Fsvg%3E") left center/var(--sw) var(--sh) no-repeat}
.related{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--gap);margin-top:16px}
.related .item{margin-bottom:0}
.review{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px 28px;box-shadow:var(--shadow)}
a.review--link{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:inherit;transition:border-color .25s var(--ease),box-shadow .25s var(--ease)}
a.review--link:hover{border-color:var(--accent);box-shadow:var(--shadow-hover)}
a.review--link:active{border-color:var(--accent-strong)}
a.review--link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
.review .who{font-size:13px;font-weight:600;color:var(--text-2);margin-bottom:10px;font-family:var(--font);letter-spacing:.02em}
.review p:not(.who){color:var(--text-2);font-size:15px}
.review-rating{color:var(--accent);font-size:18px;margin-bottom:8px}
.reviews-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:calc(var(--space)*0.55) var(--pad-x);box-shadow:var(--shadow)}
.reviews-cta h2{font-size:22px;letter-spacing:-.02em;margin-bottom:6px}
.reviews-cta p{margin:0;color:var(--text-2);font-size:15px}
.reviews-cta .btn{flex-shrink:0}

.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:12px;box-shadow:var(--shadow);overflow:hidden}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:20px 24px;background:none;border:0;cursor:pointer;font:inherit;font-weight:600;font-size:15px;color:var(--text);text-align:left;transition:color .25s var(--ease),background .25s var(--ease)}
.faq-q:hover{color:var(--accent);background:var(--surface-2)}
.faq-q .chev{color:var(--accent);transition:transform .3s var(--spring);flex-shrink:0}
.faq-item.open .chev{transform:rotate(180deg)}
.faq-a{display:none;padding:0 24px 20px;color:var(--text-2);font-size:15px}
.faq-item.open .faq-a{display:block}

.tips{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px 28px;box-shadow:var(--shadow);margin-top:32px}
.tips h2{font-size:18px;margin-bottom:14px;letter-spacing:-.01em}
.tips ul{list-style:none;padding:0}
.tips li{padding:9px 0 9px 28px;position:relative;color:var(--text-2);font-size:15px;border-bottom:1px dashed var(--border)}
.tips li:last-child{border-bottom:0}
.tips li::before{content:"";position:absolute;left:4px;top:17px;width:8px;height:8px;border-radius:3px;background:var(--accent)}

.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:22px}
.section-head .more{font-size:14px;font-weight:600;font-family:var(--font);letter-spacing:.04em;text-transform:uppercase;display:inline-flex;align-items:center;min-height:44px}

.cta{margin-top:var(--space);background:var(--surface);color:var(--text);border-radius:var(--radius);padding:56px 44px;text-align:center;position:relative;border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden}
.cta::before{content:"";position:absolute;inset:0;background:radial-gradient(520px 320px at 85% -20%,var(--accent-soft),transparent 60%);pointer-events:none}
.cta h2{font-size:clamp(24px,3vw,32px);margin-bottom:12px;letter-spacing:-.02em;position:relative}
.cta p{color:var(--text-2);max-width:520px;margin:0 auto 26px;font-size:16px;position:relative}
.cta .btn{position:relative}

.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:64px 0 36px;margin-top:calc(var(--space)*1.5);border-top:1px solid var(--border)}
.site-footer .container{display:grid;grid-template-columns:2fr 1fr 1fr;gap:44px}
.site-footer h3,.site-footer summary{color:var(--text);font-size:14px;margin-bottom:18px;font-weight:600;font-family:var(--font);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;list-style:none}
.site-footer summary::-webkit-details-marker{display:none}
.site-footer summary::after{content:"";display:none}
.site-footer ul{list-style:none}
.site-footer li{margin-bottom:10px}
.site-footer p{font-size:14px;line-height:1.6;color:var(--footer-text-soft)}
.site-footer a{color:var(--footer-text);transition:color .25s var(--ease);display:inline-flex;align-items:center;min-height:44px}
.site-footer li{margin-bottom:0}
.site-footer a:hover{color:var(--accent)}
.footer-bottom{grid-column:1/-1;border-top:1px solid var(--border);padding-top:26px;margin-top:18px;color:var(--footer-text-soft);font-size:13px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer-bottom p{color:var(--footer-text-soft);font-size:13px}
@media(min-width:721px){
.footer-col{display:block}
.footer-col > *:not(summary){display:block}
.footer-col summary{pointer-events:none}
}
@media(max-width:720px){
.site-footer .container{grid-template-columns:1fr;gap:0}
.footer-col{border-bottom:1px solid var(--border);padding:4px 0}
.footer-col[open]{padding-bottom:18px}
.site-footer summary{margin:14px 0;display:flex;justify-content:space-between;align-items:center}
.site-footer summary::after{display:inline-block;content:"";width:12px;height:12px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;transition:transform .25s var(--ease)}
.site-footer details[open] summary::after{transform:rotate(180deg)}
.site-footer .footer-bottom{grid-column:1;border-top:1px solid var(--border)}
}
.theme-toggle{width:44px;height:44px;border:0;border-radius:50%;cursor:pointer;background:transparent;color:var(--footer-text);display:grid;place-items:center;position:relative;transition:background .25s var(--ease),color .25s var(--ease)}
.theme-toggle:hover{background:var(--surface-2)}
.theme-toggle svg{width:20px;height:20px;overflow:visible}
.theme-toggle .tt-sun{opacity:0;transition:opacity .25s var(--ease)}
.theme-toggle .tt-moon{opacity:0;transition:opacity .25s var(--ease)}
.theme-toggle[data-effective=light] .tt-sun{opacity:1}
.theme-toggle[data-effective=dark] .tt-moon{opacity:1}
.theme-toggle .tt-dot{position:absolute;bottom:5px;right:5px;width:6px;height:6px;border-radius:50%;background:var(--accent);opacity:0;transition:opacity .25s var(--ease)}
.theme-toggle[data-theme-val=auto] .tt-dot{opacity:1}

@media(max-width:900px){
.site-footer .container{grid-template-columns:1fr 1fr;gap:36px}
.bento{grid-template-columns:1fr}
.bento-tile--lg{grid-row:auto}
}
@media(max-width:720px){
.stats-inner{gap:6px 28px;padding:22px var(--pad-x)}
.stat .num{font-size:26px}
.site-footer .container{grid-template-columns:1fr;gap:32px}
.detail-grid{grid-template-columns:1fr;gap:22px;margin-top:22px}
.detail-hero{min-height:0;border-radius:var(--radius-sm)}
.detail-side{gap:14px}
.cta{padding:40px 22px}
.news-pager{flex-direction:column}
.news-pager .btn{max-width:100%;width:100%}
.news-pager .btn:last-child{text-align:left}
}
.usadba-item{position:relative}
.provider-item{position:relative}
.card-actions{position:absolute;top:10px;right:10px;display:flex;gap:8px;z-index:2}
.nav-favs{position:relative;display:inline-flex;align-items:center;gap:6px;margin-left:4px}
.fav-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--accent);color:var(--btn-text);font-size:12px;font-weight:600}

.compare-wrap{overflow-x:auto;margin-top:32px}
.compare-table{width:100%;border-collapse:collapse;font-size:14px}
.compare-table th,.compare-table td{padding:14px 16px;border-bottom:1px solid var(--border);text-align:center;vertical-align:middle}
.compare-table thead th{background:var(--surface-2);font-weight:600;color:var(--text);border-bottom:2px solid var(--border)}
.compare-table tbody th{text-align:left;color:var(--text-2);font-weight:500;width:140px;background:var(--surface-2)}
.compare-cell{white-space:nowrap}
.compare-name{font-size:15px;font-weight:600;color:var(--text);margin-top:8px}
.compare-tel{color:var(--accent);text-decoration:none;font-weight:500}
.compare-actions{display:flex;gap:12px;margin-top:36px;padding-top:24px;border-top:1px solid var(--border)}
.card-actions .card-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text-2);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.12);transition:background .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease)}
.card-actions .card-btn:hover{border-color:var(--accent);color:var(--accent)}
.card-actions .card-btn.is-on{background:var(--accent);border-color:var(--accent);color:var(--btn-text)}
.card-actions .card-btn svg{width:18px;height:18px}
.card-actions .card-btn[aria-pressed="true"] svg{fill:currentColor}

.compare-bar{position:fixed;left:50%;bottom:-60px;transform:translateX(-50%);transition:bottom .25s var(--ease),opacity .25s var(--ease);z-index:50;background:var(--surface);border:1px solid var(--border);border-radius:999px;box-shadow:var(--shadow-hover);padding:8px;display:flex;align-items:center;gap:12px;opacity:0;pointer-events:none}
.compare-bar.is-visible{bottom:18px;opacity:1;pointer-events:auto}
.compare-bar-count{font-size:13px;color:var(--text-2);padding:0 6px 0 12px;white-space:nowrap}

.spotlight-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--card-pad);max-width:920px;margin:0 auto}
.spotlight-head{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.spotlight-eyebrow{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-family:var(--font)}
.spotlight-verified{font-size:11px;font-weight:500;letter-spacing:.08em;color:var(--text-3);background:var(--surface-2);padding:2px 8px;border-radius:4px;display:inline-block;text-transform:none}
.spotlight-card h2{font-size:24px;font-weight:650;letter-spacing:-.02em;color:var(--text);margin:4px 0 0;text-wrap:balance}
.spotlight-host{font-size:13px;color:var(--text-3);margin-top:4px}
.spotlight-text{margin:12px 0 20px;color:var(--text-2);font-size:16px;line-height:1.65}
.spotlight-text p{margin:0 0 12px}
.spotlight-cta{margin-top:28px;padding-top:24px;border-top:1px solid var(--border)}
.spotlight-cta .hero-actions{margin-top:12px}
