body { font-family: 'Inter', sans-serif; background: #f8fafc; }
.mega-menu { opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all 0.25s ease; pointer-events: none; }
.group:hover .mega-menu, .catalog-wrap:hover .mega-menu, .catalog-wrap.catalog-open .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.nav-link { position: relative; }
.nav-link.active { color: #1e40af; }
.nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: #1e40af; transition: width 0.3s ease; }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.card-hover { transition: all 0.25s ease; }
.card-hover:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(30,64,175,0.12); }
.chip { transition: all 0.2s ease; }
.chip:hover { background: #eff6ff; color: #1e40af; transform: translateY(-1px); }
.pulse-dot { animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
.search-focus:focus-within { box-shadow: 0 0 0 3px rgba(30,64,175,0.15); }
.mobile-menu { transform: translateX(100%); transition: transform 0.3s ease; }
.mobile-menu.open { transform: translateX(0); }
.backdrop { opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.backdrop.open { opacity: 1; pointer-events: auto; }
.tab-btn.active { background: #1e40af; color: white; }
.scrollbar-hide::-webkit-scrollbar { display: none; }
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
.gradient-hero { background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #3b82f6 100%); }
.stat-card { background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%); transition: all 0.2s; }
.stat-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px -5px rgba(0,0,0,0.08); }
.section-title::before { content: ''; display: inline-block; width: 4px; height: 24px; background: #1e40af; margin-right: 12px; vertical-align: middle; border-radius: 2px; }
.catalog-wrap { position: relative; flex-shrink: 0; }
.nav-scroll { overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none; }
.nav-scroll::-webkit-scrollbar { display: none; }
.ad-banner { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border: 1px solid #fcd34d; }
.ad-label { font-size: 9px; font-weight: 700; text-transform: uppercase; color: #92400e; background: #fef3c7; padding: 2px 6px; border-radius: 4px; display: inline-block; }
.filter-group { border-bottom: 1px solid #e2e8f0; padding-bottom: 12px; margin-bottom: 12px; }
.filter-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #64748b; margin-bottom: 8px; }
.filter-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; font-size: 13px; color: #334155; cursor: pointer; }
.filter-count { margin-left: auto; font-size: 11px; color: #94a3b8; background: #f1f5f9; padding: 1px 6px; border-radius: 10px; }
.modal { display: none; }
.modal.open { display: flex; }
.menu-item { transition: background 0.15s; }
.menu-item:hover { background: #f8fafc; }
.view-section { display: none; }
.view-section.active { display: block; animation: fadeIn 0.3s ease-in-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.sidebar-link { transition: all 0.2s; }
.sidebar-link:hover { background-color: #f3f4f6; }
.sidebar-link.active { background-color: #eff6ff; color: #2563eb; border-right: 3px solid #2563eb; font-weight: 600; }
.badge { padding: 2px 8px; border-radius: 9999px; font-size: 0.75rem; font-weight: 600; display: inline-flex; align-items: center; white-space: nowrap; }
.badge-pending { background-color: #fef3c7; color: #92400e; }
.badge-approved { background-color: #d1fae5; color: #065f46; }
.badge-rejected { background-color: #fee2e2; color: #991b1b; }
.cabinet-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* Cabinet hybrid styles */
.quick-action { transition: all 0.2s; }
.quick-action:hover { transform: translateY(-2px); box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.2); }
.entity-card { transition: all 0.2s; }
.entity-card:hover { transform: translateY(-2px); box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.15); border-color: #2563eb; }
.h-tab { padding: 0.75rem 1rem; font-size: 0.875rem; font-weight: 500; color: #6b7280; border-bottom: 2px solid transparent; transition: all 0.15s; white-space: nowrap; cursor: pointer; display: flex; align-items: center; gap: 6px; text-decoration: none; }
.h-tab:hover { color: #2563eb; background-color: #f9fafb; }
.h-tab.active { color: #2563eb; border-bottom-color: #2563eb; font-weight: 600; }
.type-pill { padding: 2px 8px; border-radius: 6px; font-size: 0.7rem; font-weight: 600; display: inline-block; }
.type-org { background: #dbeafe; color: #1e40af; }
.type-biz { background: #dbeafe; color: #1e40af; }
.type-rent { background: #f3e8ff; color: #6b21a8; }
.type-ads { background: #d1fae5; color: #065f46; }
.type-content { background: #ffedd5; color: #9a3412; }
.type-vacancy { background: #e0e7ff; color: #3730a3; }
.type-auto { background: #cffafe; color: #0e7490; }
.msg-item { transition: background 0.15s; }
.msg-item:hover { background-color: #f9fafb; }
.msg-item.unread { background-color: #eff6ff; border-left: 3px solid #2563eb; }
.msg-item.unread .msg-title { font-weight: 600; }
.cabinet-user-footer { background: #fafafa; }
.cabinet-nav-dropdown > summary::-webkit-details-marker { display: none; }
.cabinet-nav-dropdown > summary::marker { display: none; }
.badge-hit { background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); }
.badge-new { background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%); }
.badge-vip { background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%); }
.badge-open { background: linear-gradient(135deg, #10b981 0%, #059669 100%); }
.property-card { transition: all 0.25s ease; }
.property-card:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(30,64,175,0.15); }
.property-img img { transition: transform 0.4s ease; }
.property-card:hover .property-img img { transform: scale(1.05); }
.badge-sale { background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); }
.badge-rent { background: linear-gradient(135deg, #059669 0%, #10b981 100%); }
.real-estate-card { transition: all 0.25s ease; }
.real-estate-card:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(30,64,175,0.15); }
.re-badge-sale { background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); }
.re-badge-rent { background: linear-gradient(135deg, #059669 0%, #10b981 100%); }
.re-badge-urgent { background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); }
.re-price { color: #1d4ed8; }
.re-specs svg { flex-shrink: 0; }
.real-estate-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 768px) { .real-estate-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .real-estate-grid { grid-template-columns: repeat(3, 1fr); } }
.cafe-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 768px) { .cafe-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cafe-grid { grid-template-columns: repeat(3, 1fr); } }
.cafe-card { transition: all 0.25s ease; }
.cafe-card:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(30,64,175,0.15); }
.cafe-badge-open { background: linear-gradient(135deg, #10b981 0%, #059669 100%); }
.cuisine-tag { display: inline-flex; align-items: center; }
.cafe-features-row span { line-height: 1; }
.map-placeholder { background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%); }
.event-card { transition: all 0.25s ease; }
.event-card:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(30,64,175,0.15); }
.event-poster img { transition: transform 0.4s ease; }
.event-card:hover .event-poster img { transform: scale(1.05); }
.topic-row { transition: background-color 0.2s ease; }
.topic-row:hover { background-color: #f8fafc; }
.badge-cinema { background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); }
.badge-concert { background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%); }
.badge-theater { background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%); }
.badge-exhibition { background: linear-gradient(135deg, #059669 0%, #10b981 100%); }
.badge-sport { background: linear-gradient(135deg, #ea580c 0%, #f97316 100%); }
.badge-kids { background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%); }
.badge-party { background: linear-gradient(135deg, #db2777 0%, #ec4899 100%); }
.badge-premiere { background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%); }
.chip.active { background: #1e40af; color: white; }
.day-btn { transition: all 0.2s ease; }
.day-btn.active { background: #1e40af; color: white; border-color: #1e40af; }
.day-btn:hover:not(.active) { background: #eff6ff; border-color: #1e40af; }
.calendar-day { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 13px; cursor: pointer; transition: all 0.2s; text-decoration: none; color: inherit; }
.calendar-day:hover { background: #eff6ff; }
.calendar-day.today { background: #1e40af; color: white; font-weight: 700; }
.calendar-day.has-event { position: relative; }
.calendar-day.has-event::after { content: ''; position: absolute; bottom: 4px; width: 4px; height: 4px; background: #f59e0b; border-radius: 50%; }
.calendar-day.other-month { color: #cbd5e1; }
.afisha-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 768px) { .afisha-grid { grid-template-columns: repeat(2, 1fr); } }
.afisha-date-strip .day-btn { text-decoration: none; }
.afisha-featured { box-shadow: 0 12px 32px rgba(30,64,175,0.12); }
.event-date-badge { background: rgba(255,255,255,0.95); color: #1e40af; padding: 0.375rem 0.5rem; border-radius: 0.5rem; backdrop-filter: blur(4px); box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.venue-card { transition: all 0.2s ease; }
.venue-card:hover { background: #f8fafc; }
.ticket-btn { background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); transition: all 0.2s ease; }
.ticket-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(30,64,175,0.3); }
.info-row { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f1f5f9; }
.info-row:last-child { border-bottom: none; }
.info-icon { width: 40px; height: 40px; border-radius: 10px; background: #eff6ff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.related-card { transition: all 0.25s ease; }
.related-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(30,64,175,0.1); }
.master-card { transition: all 0.3s ease; }
.master-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(30,64,175,0.15); }
.master-avatar { object-fit: cover; }
.online-dot { box-shadow: 0 0 0 2px white; }
.service-price-row { border-radius: 0.375rem; }
.portfolio-thumb { transition: all 0.2s ease; cursor: pointer; }
.portfolio-thumb:hover { transform: scale(1.05); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.portfolio-grid img, .portfolio-grid .portfolio-placeholder { aspect-ratio: 1; object-fit: cover; border-radius: 4px; }
.portfolio-placeholder { background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%); display: flex; align-items: center; justify-content: center; color: #64748b; font-size: 10px; }
.review-avatar { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, #cbd5e1 0%, #94a3b8 100%); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: white; }
.service-view-list { grid-template-columns: 1fr !important; }
.status-online { color: #059669; }
.rating-stars { color: #fbbf24; }
.auto-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 768px) { .auto-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .auto-grid { grid-template-columns: repeat(3, 1fr); } }
.auto-card { transition: all 0.25s ease; }
.auto-card:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(30,64,175,0.15); }
.auto-img { position: relative; overflow: hidden; }
.auto-img img { transition: transform 0.4s ease; }
.auto-card:hover .auto-img img { transform: scale(1.05); }
.auto-price { color: #1d4ed8; }
.auto-specs { font-size: 11px; }
.auto-badge-urgent { background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); }
.auto-badge-owner { background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); }
.phone-hidden { filter: blur(4px); user-select: none; }
.vip-badge { background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%); }
.rubric-badge { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 3px 8px; border-radius: 4px; }
.rubric-incident { background: #fee2e2; color: #991b1b; }
.rubric-society { background: #dbeafe; color: #1e40af; }
.rubric-world { background: #fef3c7; color: #92400e; }
.rubric-economy { background: #d1fae5; color: #065f46; }
.rubric-sport { background: #ede9fe; color: #5b21b6; }
.rubric-culture { background: #fce7f3; color: #9d174d; }
.tag-cloud a { transition: all 0.2s ease; }
.tag-cloud a:hover { background: #1e40af; color: white; }
.cat-item { transition: all 0.2s ease; display: flex; align-items: center; gap: 8px; }
.cat-item.active { background: #eff6ff; color: #1e40af; border-left-color: #1e40af; }
.cat-item:hover { background: #f1f5f9; }
.cat-sub { display: none; }
.cat-sub.open { display: block; }
.spoiler-arrow { transition: transform 0.2s ease; }
.spoiler-arrow.open { transform: rotate(180deg); }
.view-btn { transition: all 0.2s ease; }
.view-btn.active { background: #1e40af; color: white; }
.org-card-img { position: relative; overflow: hidden; }
.org-card-img img { transition: transform 0.4s ease; }
.org-card-img:hover img { transform: scale(1.05); }
.status-open { color: #1e40af; }
.status-closed { color: #dc2626; }
.org-view-list { grid-template-columns: 1fr !important; }
.org-catalog-card .status-open .w-2 { background: #2563eb; }
.company-logo-large { width: 100px; height: 100px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 40px; color: white; flex-shrink: 0; }
.badge-top { background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); }
.badge-verified { background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); }
.badge-new { background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%); }
.tab-btn { transition: all 0.2s ease; }
.tab-content.hidden { display: none; }

/* Restaurant detail page */
.restaurant-hero { position: relative; }
.restaurant-cover { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.menu-category-btn { transition: all 0.2s ease; }
.menu-category-btn.active { background: #1e40af; color: white; }
.menu-item { transition: all 0.2s ease; }
.menu-item:hover { background: #f8fafc; transform: translateX(2px); }
.menu-item-img { transition: transform 0.3s ease; }
.menu-item:hover .menu-item-img { transform: scale(1.05); }
.photo-thumb { transition: all 0.3s ease; cursor: pointer; }
.photo-thumb:hover { transform: scale(1.03); }
.quantity-btn { transition: all 0.15s ease; }
.quantity-btn:hover { background: #1e40af; color: white; }
.cart-drawer { transform: translateX(100%); transition: transform 0.3s ease; }
.cart-drawer.open { transform: translateX(0); }
.cart-backdrop { opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.cart-backdrop.open { opacity: 1; pointer-events: auto; }
.cart-item { transition: all 0.2s ease; }
.cart-item:hover { background: #f8fafc; }
.cart-fab-bounce { animation: cartBounce 0.3s ease; }
@keyframes cartBounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}
.added-animation { animation: addedPulse 0.4s ease; }
@keyframes addedPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); background: #eff6ff; }
  100% { transform: scale(1); }
}
.service-row { transition: all 0.2s ease; }
.service-row:hover { background: #eff6ff; }
.review-card { transition: all 0.2s ease; }
.review-card:hover { background: #eff6ff; }
.skill-tag { background: #f1f5f9; color: #475569; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 500; }
.progress-bar { background: #e2e8f0; border-radius: 999px; overflow: hidden; height: 6px; }
.progress-fill { background: linear-gradient(90deg, #3b82f6 0%, #1e40af 100%); height: 100%; border-radius: 999px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 8px; cursor: pointer; }
.gallery-item img { transition: transform 0.4s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.9); z-index: 100; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.filter-item:hover { color: #1e40af; }
.filter-item input { accent-color: #1e40af; }
.map-placeholder { background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%); }
.ad-sidebar { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border: 1px solid #fcd34d; }
.ad-native { background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%); border: 1px solid #7dd3fc; }
.ad-native .ad-label { color: #0369a1; background: #e0f2fe; }
.org-view-list article a { flex-direction: row; }
.org-view-grid article a { flex-direction: column; }
@media (min-width: 640px) {
  .org-view-grid article a { flex-direction: row; }
}
.filters-mobile > summary::-webkit-details-marker { display: none; }
.filters-mobile > summary::marker { display: none; }

/* Buttons & forms */
.btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; background: #1d4ed8; color: #fff; padding: 0.625rem 1.25rem; border-radius: 0.5rem; font-size: 0.875rem; font-weight: 600; transition: background 0.2s; }
.btn-primary:hover { background: #1e40af; }
.btn-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; background: #f1f5f9; color: #334155; padding: 0.625rem 1.25rem; border-radius: 0.5rem; font-size: 0.875rem; font-weight: 600; transition: background 0.2s; }
.btn-secondary:hover { background: #e2e8f0; }
.form-input { width: 100%; padding: 0.5rem 0.75rem; border: 1px solid #e2e8f0; border-radius: 0.5rem; font-size: 0.875rem; transition: border-color 0.2s, box-shadow 0.2s; }
.form-input:focus { outline: none; border-color: #93c5fd; box-shadow: 0 0 0 3px rgba(30,64,175,0.12); }

/* Flash messages */
.flash-message { padding: 0.75rem 1rem; border-radius: 0.5rem; font-size: 0.875rem; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem; }
.flash-success { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.flash-error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }

/* Empty states */
.empty-state { text-align: center; padding: 3rem 1.5rem; background: #fff; border: 1px dashed #cbd5e1; border-radius: 1rem; }
.empty-state-icon { font-size: 2.5rem; margin-bottom: 0.75rem; }
.empty-state-title { font-size: 1.125rem; font-weight: 800; color: #0f172a; margin-bottom: 0.5rem; }
.empty-state-text { font-size: 0.875rem; color: #64748b; max-width: 28rem; margin: 0 auto 1.25rem; line-height: 1.5; }
.empty-state-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; }

/* News article typography */
.article-content p { margin-bottom: 1.25rem; line-height: 1.8; color: #334155; font-size: 1.05rem; }
.article-content h2 { font-size: 1.5rem; font-weight: 800; color: #0f172a; margin-top: 2rem; margin-bottom: 1rem; }
.article-content h3 { font-size: 1.25rem; font-weight: 700; color: #1e293b; margin-top: 1.5rem; margin-bottom: 0.75rem; }
.article-content ul { list-style-type: disc; padding-left: 1.5rem; margin-bottom: 1.25rem; color: #334155; }
.article-content li { margin-bottom: 0.5rem; }
.article-content blockquote { border-left: 4px solid #1e40af; background: #eff6ff; padding: 1rem 1.5rem; margin: 1.5rem 0; font-style: italic; color: #1e293b; border-radius: 0 8px 8px 0; }
.article-content figure { margin: 2rem 0; }
.article-content figure figcaption { text-align: center; font-size: 0.875rem; color: #64748b; margin-top: 0.5rem; font-style: italic; }

/* News category badges */
.rubric-tourist { background: #dbeafe; color: #1e40af; }
.rubric-events { background: #ede9fe; color: #5b21b6; }
.rubric-places { background: #cffafe; color: #0e7490; }
.rubric-gastronomy { background: #ffedd5; color: #9a3412; }
.rubric-business { background: #e0e7ff; color: #3730a3; }
.related-news-card { transition: all 0.25s ease; }
.related-news-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(30,64,175,0.1); }

/* Featured / editorial news */
.news-featured { position: relative; overflow: hidden; }
.news-featured::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,23,42,0.85) 0%, rgba(15,23,42,0.2) 50%, transparent 100%); pointer-events: none; }
.news-featured-badge { position: absolute; top: 1rem; left: 1rem; z-index: 2; background: #f59e0b; color: #fff; font-size: 0.625rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; padding: 0.25rem 0.625rem; border-radius: 9999px; }

/* Event date pill */
.event-date-pill { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; min-width: 3.5rem; padding: 0.375rem 0.625rem; background: #1d4ed8; color: #fff; border-radius: 0.5rem; font-weight: 800; line-height: 1.1; }
.event-date-pill .day { font-size: 1.25rem; }
.event-date-pill .month { font-size: 0.625rem; text-transform: uppercase; opacity: 0.85; }

/* Contact action bar */
.contact-bar { display: flex; flex-wrap: wrap; gap: 0.5rem; padding: 1rem; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 0.75rem; }
.contact-bar-btn { display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.5rem 1rem; border-radius: 0.5rem; font-size: 0.8125rem; font-weight: 600; transition: all 0.2s; }

/* Reading progress */
.reading-progress { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, #1e40af, #3b82f6); z-index: 100; transition: width 0.1s; }

/* Page sections */
.page-section { padding-top: 2rem; padding-bottom: 2rem; }

/* News index cards */
.news-card-hover { transition: all 0.3s ease; }
.news-card-hover:hover { transform: translateY(-2px); box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* News page header */
.news-section-hero { background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 45%, #2563eb 100%); }
.news-section-hero__badge { display: inline-flex; align-items: center; gap: 0.375rem; font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #bfdbfe; margin-bottom: 0.75rem; }
.news-section-hero__title { font-size: clamp(1.75rem, 4vw, 2.25rem); font-weight: 900; line-height: 1.15; margin-bottom: 0.625rem; }
.news-section-hero__subtitle { font-size: 0.875rem; line-height: 1.55; color: rgba(255,255,255,0.88); max-width: 36rem; margin-bottom: 0; }
.news-section-hero__actions { display: flex; flex-direction: column; align-items: flex-end; gap: 0.75rem; flex-shrink: 0; }
.news-section-hero__stats-row { display: flex; align-items: stretch; gap: 0.75rem; }
@media (min-width: 640px) {
  .news-section-hero__actions { flex-direction: row; align-items: center; gap: 1rem; }
}
.news-section-hero__cta { display: inline-flex; align-items: center; gap: 0.5rem; background: #fff; color: #1e40af; font-size: 0.875rem; font-weight: 700; padding: 0.625rem 1.25rem; border-radius: 0.625rem; transition: all 0.2s ease; box-shadow: 0 4px 14px rgba(0,0,0,0.12); white-space: nowrap; flex-shrink: 0; }
.news-section-hero__cta:hover { background: #eff6ff; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0,0,0,0.16); }
.news-section-hero__stat { background: rgba(15,23,42,0.35); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.12); border-radius: 0.75rem; padding: 0.875rem 1.25rem; text-align: center; min-width: 7rem; }
.news-section-hero__stat-value { font-size: 1.5rem; font-weight: 900; line-height: 1.1; }
.news-section-hero__stat-label { font-size: 0.6875rem; color: rgba(255,255,255,0.75); margin-top: 0.25rem; text-transform: lowercase; }
.news-cat-pills { overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none; padding-bottom: 0.125rem; }
.news-cat-pills::-webkit-scrollbar { display: none; }
.news-cat-pill { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; border-radius: 9999px; font-size: 0.8125rem; font-weight: 600; color: #475569; background: #f1f5f9; border: 1px solid #e2e8f0; white-space: nowrap; transition: all 0.2s ease; }
.news-cat-pill:hover { background: #e2e8f0; color: #1e293b; }
.news-cat-pill--active { background: #1e3a8a; color: #fff; border-color: #1e3a8a; }
.news-cat-pill--active:hover { background: #1e40af; color: #fff; }
.news-cat-pill--active .news-cat-pill__count { color: rgba(255,255,255,0.75); }
.news-cat-pill__icon { width: 1rem; height: 1rem; flex-shrink: 0; opacity: 0.9; }
.news-cat-pill__count { font-size: 0.75rem; font-weight: 500; color: #94a3b8; }
.news-cat-dot { width: 0.5rem; height: 0.5rem; border-radius: 9999px; flex-shrink: 0; }
.news-cat-dot--incidents { background: #ef4444; }
.news-cat-dot--society { background: #3b82f6; }
.news-cat-dot--world { background: #f97316; }
.news-cat-dot--economy { background: #22c55e; }
.news-cat-dot--sport { background: #a855f7; }
.news-cat-dot--culture { background: #ec4899; }
.news-cat-dot--default { background: #94a3b8; }
.news-page-header__ad-strip { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-top: 1px solid #fcd34d; border-bottom: 1px solid #fcd34d; }
.news-page-header__ad-strip .ad-banner { background: transparent; border: none; border-radius: 0.75rem; }

/* Vacancies catalog & detail */
.vacancy-card { transition: all 0.25s ease; }
.vacancy-card:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(30,64,175,0.15); }
.company-logo { width: 48px; height: 48px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 20px; color: white; flex-shrink: 0; }
.salary-highlight { color: #1e40af; font-weight: 800; font-size: 18px; }
.skill-tag { background: #f1f5f9; color: #475569; padding: 3px 10px; border-radius: 12px; font-size: 11px; font-weight: 500; }
.badge-hot { background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); }
.badge-new { background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%); }
.badge-top { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); }
.badge-remote { background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%); }
.badge-student { background: linear-gradient(135deg, #ec4899 0%, #db2777 100%); }
.vacancy-view-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vacancy-view-list { display: flex; flex-direction: column; gap: 1rem; }
.benefit-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; }
.benefit-icon { width: 40px; height: 40px; border-radius: 10px; background: #eff6ff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.chip:hover { background: #eff6ff; color: #1e40af; }

/* Home page news blocks */
.home-news-tabs .tab-btn.active { background: #1e40af; color: #fff; }
.home-news-featured__media { overflow: hidden; }
.home-news-list__thumb { min-width: 5rem; min-height: 5rem; }
.news-list-row + .news-list-row { margin-top: 0; }
.company-news-card__logo { flex-shrink: 0; }
.badge-urgent { z-index: 1; }
.company-news-card .badge-promo { color: #ea580c; }
.company-news-card .badge-new { color: #16a34a; background: none; padding: 0; border-radius: 0; font-size: inherit; }
.home-news-footer a.bg-blue-700 { background-color: #1d4ed8; }
.home-news-footer a.bg-blue-700:hover { background-color: #1e40af; }
