:root {
    --primary-main: #0369A1;
    --primary-hover: #0284C7;
    --primary-active: #075985;
    --primary-surface: #F0F9FF;
    --secondary-main: #334155;
    --secondary-hover: #1E293B;
    --secondary-surface: #F8FAFC;
    --accent-main: #2563EB;
    --accent-subtle: #DBEAFE;
    --border-subtle: #E2E8F0;
    --border-medium: #CBD5E1;
    --text-main: #0F172A;
    --text-secondary: #475569;
    --text-muted-color: #64748B;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

.text-muted {
    color: #64748B !important;
}

.heading-indicator {
    position: relative;
    display: inline-block;
}

.heading-indicator::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 48px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #0284C7 0%, #2563EB 100%);
}

.subtle-card-hover {
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.subtle-card-hover:hover {
    border-color: #CBD5E1;
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.08);
}

/* ===== header ===== */
.site-header-block {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.05);
}

.site-header-block .site-header-block-brand {
    text-decoration: none;
}

.site-header-block .site-header-block-link {
    text-decoration: none;
}

.site-header-block .js-mobile-menu {
    background-color: #ffffff;
}

/* ===== hero ===== */
.seonixa-hero {
    position: relative;
    background-color: #020617;
    color: #ffffff;
    overflow: hidden
}

.seonixa-hero__video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.seonixa-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.seonixa-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(2, 6, 23, 0.78);
    z-index: 1
}

/* ===== breaking-news ===== */
.seonixa-breaking-banner {
    position: relative;
    z-index: 10;
    background-color: #ffffff;
}

.seonixa-breaking-banner a {
    text-decoration: none;
}

.seonixa-breaking-banner .animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .85;
    }
}

/* ===== top-news ===== */
.seonixa-top-news {
    word-break: keep-all;
    hyphens: auto;
}

.seonixa-top-news .seonixa-news-card {
    transform: translateY(0);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.seonixa-top-news .seonixa-news-card:hover {
    transform: translateY(-3px);
    border-color: #cbd5e1;
}

/* ===== weather-widget ===== */
.weather-widget-section .weather-card {
    transition: box-shadow 0.2s ease;
}

.weather-widget-section .js-city-btn {
    outline: none;
}

.weather-widget-section .js-city-btn:focus-visible {
    ring: 2px solid #0284C7;
}

/* ===== reader-poll ===== */
.seonixa-reader-poll {
    position: relative;
}

.seonixa-reader-poll .js-poll-option:has(input:checked) {
    border-color: #0284c7;
    background-color: #f0f9ff;
    box-shadow: 0 0 0 1px #0284c7;
}

.seonixa-reader-poll .js-result-item.is-selected {
    border-color: #0284c7;
    background-color: #f0f9ff;
}

.seonixa-reader-poll .js-result-item.is-selected .js-bar {
    background-color: #0369a1;
}

.seonixa-reader-poll .js-bar {
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== analytics-reviews ===== */
.analytics-reviews-section .analytics-reviews-bar {
    width: 48px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #0284C7 0%, #2563EB 100%);
}

.analytics-reviews-section .js-filter-btn.active {
    background-color: #0369A1;
    color: #FFFFFF;
    border-color: #0369A1;
}

.analytics-reviews-section .js-review-card {
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.analytics-reviews-section .js-review-card:hover {
    border-color: #94A3B8;
}

/* ===== equipment-grid ===== */
.equipment-grid-block .equipment-heading {
    position: relative;
    display: inline-block;
    padding-bottom: 6px
}

.equipment-grid-block .equipment-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #0284C7 0%, #2563EB 100%)
}

.equipment-grid-block .equipment-card {
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.05)
}

.equipment-grid-block .equipment-card:hover {
    box-shadow: 0 12px 28px -4px rgba(15, 23, 42, 0.12);
    border-color: #94A3B8
}

.equipment-grid-block .equipment-card .equipment-img {
    transition: transform 0.4s ease-in-out
}

.equipment-grid-block .equipment-card:hover .equipment-img {
    transform: scale(1.05)
}

.equipment-grid-block .js-filter-btn {
    background-color: #FFFFFF;
    color: #475569;
    border: 1px solid #CBD5E1
}

.equipment-grid-block .js-filter-btn:hover {
    background-color: #F8FAFC;
    color: #0F172A;
    border-color: #94A3B8
}

.equipment-grid-block .js-filter-btn.active-filter {
    background-color: #0369A1;
    color: #FFFFFF;
    border-color: #0369A1
}

.equipment-grid-block .js-item.is-hidden {
    display: none
}

/* ===== footer ===== */
.site-footer .newsletter-input::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.site-footer .newsletter-input:-ms-input-placeholder {
    color: #94a3b8;
}

.site-footer .newsletter-input::-ms-input-placeholder {
    color: #94a3b8;
}

.site-footer .newsletter-submit-btn {
    min-height: 42px;
}

/* ===== PAGE: privacy ===== */
.policy-content { color: #334155; line-height: 1.7; word-break: keep-all; hyphens: auto; } .policy-content .policy-header-badge { display: inline-flex; align-items: center; gap: 0.5rem; background-color: #F0F9FF; border: 1px solid #BAE6FD; color: #0369A1; font-size: 0.8125rem; font-weight: 600; padding: 0.375rem 0.875rem; border-radius: 9999px; margin-bottom: 1.25rem; } .policy-content .policy-meta-date { font-size: 0.875rem; color: #64748B; margin-bottom: 1.5rem; } .policy-content .policy-intro-text { font-size: 0.9375rem; color: #334155; margin-bottom: 2rem; background-color: #F8FAFC; padding: 1.25rem 1.5rem; border-radius: 0.75rem; border-left: 4px solid #0284C7; } .policy-content .policy-heading { color: #0F172A; font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif; font-size: 16px; font-weight: 700; line-height: 1.3; margin-top: 2rem; margin-bottom: 0.875rem; padding-bottom: 0.5rem; border-bottom: 1px solid #E2E8F0; position: relative; } @media (min-width: 768px) { .policy-content .policy-heading { font-size: 24px; margin-top: 2.5rem; margin-bottom: 1rem; } } .policy-content .policy-heading::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 48px; height: 3px; background: linear-gradient(90deg, #0284C7 0%, #2563EB 100%); border-radius: 2px; } .policy-content .policy-subheading { color: #1E293B; font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif; font-size: 14px; font-weight: 600; line-height: 1.35; margin-top: 1.25rem; margin-bottom: 0.625rem; } @media (min-width: 768px) { .policy-content .policy-subheading { font-size: 18px; margin-top: 1.5rem; margin-bottom: 0.75rem; } } .policy-content p { font-size: 0.9375rem; color: #334155; margin-bottom: 1rem; } .policy-content .policy-list { list-style-type: disc; padding-left: 1.5rem; margin-bottom: 1.25rem; font-size: 0.9375rem; } .policy-content .policy-list li { margin-bottom: 0.5rem; color: #334155; } .policy-content strong { color: #0F172A; font-weight: 600; }

/* ===== PAGE: terms ===== */
.policy-content { width: 100%; max-width: 860px; margin: 0 auto; padding: 2rem 1rem; color: #334155; font-family: 'Inter', system-ui, -apple-system, sans-serif; line-height: 1.7; word-break: keep-all; hyphens: auto; } .policy-content .policy-intro-box { background-color: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 12px; padding: 1.25rem 1.5rem; margin-bottom: 2rem; } .policy-content .policy-date { font-size: 0.8125rem; font-weight: 600; color: #0369A1; margin-bottom: 0.5rem; } .policy-content .policy-summary { font-size: 0.9375rem; color: #475569; line-height: 1.6; margin: 0; } .policy-content .policy-section { margin-bottom: 2rem; border-bottom: 1px solid #F1F5F9; padding-bottom: 1.75rem; } .policy-content .policy-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .policy-content h2 { font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif; font-size: 15px; font-weight: 700; color: #0F172A; line-height: 1.3; margin-top: 0; margin-bottom: 0.875rem; display: flex; align-items: center; } @media (min-width: 768px) { .policy-content h2 { font-size: 22px; } } .policy-content p { font-size: 0.875rem; color: #475569; line-height: 1.65; margin-top: 0; margin-bottom: 0.75rem; } @media (min-width: 768px) { .policy-content p { font-size: 0.9375rem; } } .policy-content .policy-list { list-style-type: disc; margin: 0.5rem 0 0.75rem 1.25rem; padding: 0; } .policy-content .policy-numbered-list { list-style-type: decimal; margin: 0.5rem 0 0.75rem 1.25rem; padding: 0; } .policy-content li { font-size: 0.875rem; color: #475569; line-height: 1.6; margin-bottom: 0.5rem; } @media (min-width: 768px) { .policy-content li { font-size: 0.9375rem; } } .policy-content li strong { color: #0F172A; font-weight: 600; }

/* ===== PAGE: disclaimer ===== */
.policy-content { color: #334155; line-height: 1.7; font-family: 'Inter', system-ui, -apple-system, sans-serif; } .policy-content .policy-meta-bar { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; padding: 12px 18px; margin-bottom: 24px; background-color: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 8px; font-size: 0.8125rem; color: #64748B; } .policy-content .policy-meta-bar .policy-update-badge, .policy-content .policy-meta-bar .policy-doc-id { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; } .policy-content .policy-meta-bar i { color: #0369A1; } .policy-content .policy-section { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid #F1F5F9; } .policy-content .policy-section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .policy-content h2 { color: #0F172A; font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif; font-size: 16px; font-weight: 700; line-height: 1.3; margin-top: 0; margin-bottom: 12px; hyphens: auto; } @media (min-width: 768px) { .policy-content h2 { font-size: 22px; margin-bottom: 16px; } } .policy-content p { font-size: 0.9375rem; color: #334155; line-height: 1.7; margin-top: 0; margin-bottom: 12px; word-break: keep-all; } @media (min-width: 768px) { .policy-content p { font-size: 1rem; margin-bottom: 14px; } } .policy-content ul { list-style-type: disc; padding-left: 20px; margin-top: 8px; margin-bottom: 14px; } .policy-content ul li { font-size: 0.9375rem; color: #475569; line-height: 1.65; margin-bottom: 8px; word-break: keep-all; } @media (min-width: 768px) { .policy-content ul li { font-size: 0.95rem; } } .policy-content ul li:last-child { margin-bottom: 0; }

/* ===== PAGE: cookies ===== */
.policy-content { width: 100%; max-width: 800px; margin: 0 auto; padding: 24px 16px; word-break: keep-all; hyphens: auto; } .policy-content .policy-section h2 { color: #0f172a; line-height: 1.3; } .policy-content .policy-subgroup h3 { color: #1e293b; line-height: 1.35; } .policy-content p { line-height: 1.65; color: #334155; } .policy-content .policy-list { line-height: 1.6; } .policy-content strong { color: #0f172a; }

/* ===== PAGE: news ===== */
.seonixa-news-portal input::placeholder { color: #64748B; opacity: 1; }
.seonixa-news-portal input:-ms-input-placeholder { color: #64748B; }
.seonixa-news-portal input::-ms-input-placeholder { color: #64748B; }

/* ===== PAGE: reviews ===== */
.seonixa-reviews-section input::placeholder{color:#94a3b8;opacity:1}.seonixa-reviews-section select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 0.75rem center;background-size:1em;padding-right:2.25rem}

/* ===== PAGE: equipment ===== */
.equipment-page-block { font-family: 'Inter', system-ui, -apple-system, sans-serif; }
.equipment-page-block h1, .equipment-page-block h2, .equipment-page-block h3 { font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif; }
.equipment-page-block input::placeholder { color: #94A3B8; opacity: 1; }

/* ===== PAGE: blog ===== */
.blog-grid-section {
  box-sizing: border-box;
}
.blog-grid-section img {
  backface-visibility: hidden;
}
.blog-grid-section .js-filter-btn.active {
  background-color: #0369a1;
  color: #ffffff;
  border-color: #0369a1;
}
.blog-grid-section input::placeholder {
  color: #94a3b8;
  opacity: 1;
}

.comment-item {
    background-color: #FFFFFF;
    border-color: #E2E8F0;
}

.comment-avatar {
    width: 44px;
    height: 44px;
    object-fit: cover;
    display: block;
}

@media (min-width: 768px) {
    .comment-avatar {
        width: 48px;
        height: 48px;
    }
}

.comment-badge {
    font-size: 0.75rem;
    letter-spacing: -0.01em;
}

.comment-content p {
    word-break: keep-all;
    overflow-wrap: break-word;
}

.comment-vote-btn:focus-visible,
.comment-reply-btn:focus-visible {
    outline: 2px solid #0284C7;
    outline-offset: 2px;
}

.reply-container {
    position: relative;
}

.reply-connector {
    width: 2px;
    background-color: #CBD5E1;
}

.reply-item {
    background-color: #F8FAFC;
    border-color: #E2E8F0;
}

.reply-avatar {
    width: 36px;
    height: 36px;
    object-fit: cover;
    display: block;
}

@media (min-width: 640px) {
    .reply-avatar {
        width: 38px;
        height: 38px;
    }
}

.reply-content p {
    word-break: keep-all;
    overflow-wrap: break-word;
}

.reply-vote-btn:focus-visible {
    outline: 2px solid #0284C7;
    outline-offset: 1px;
}


/* ===== PAGE TEMPLATE: news-list ===== */
.site-header-block {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.05);
}

.site-header-block .site-header-block-brand {
    text-decoration: none;
}

.site-header-block .site-header-block-link {
    text-decoration: none;
}

.site-header-block .js-mobile-menu {
    background-color: #ffffff;
}

.site-footer .newsletter-input::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.site-footer .newsletter-input:-ms-input-placeholder {
    color: #94a3b8;
}

.site-footer .newsletter-input::-ms-input-placeholder {
    color: #94a3b8;
}

.site-footer .newsletter-submit-btn {
    min-height: 42px;
}

.article-detail-page .comment-avatar {
    width: 44px;
    height: 44px;
    object-fit: cover;
}

.article-detail-page .reply-avatar {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.article-detail-page .custom-form-input::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.article-detail-page .custom-form-input:-ms-input-placeholder {
    color: #94a3b8;
}

.article-detail-page .custom-form-input::-ms-input-placeholder {
    color: #94a3b8;
}

/* ===== PAGE TEMPLATE: reviews-list ===== */
.site-header-block {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.05);
}

.site-header-block .site-header-block-brand {
    text-decoration: none;
}

.site-header-block .site-header-block-link {
    text-decoration: none;
}

.site-header-block .js-mobile-menu {
    background-color: #ffffff;
}

.seonixa-review-detail {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.seonixa-review-detail h1,
.seonixa-review-detail h2,
.seonixa-review-detail h3,
.seonixa-review-detail h4,
.seonixa-review-detail h5 {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

.seonixa-review-detail .comment-avatar {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.seonixa-review-detail .reply-avatar {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.site-footer .newsletter-input::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.site-footer .newsletter-input:-ms-input-placeholder {
    color: #94a3b8;
}

.site-footer .newsletter-input::-ms-input-placeholder {
    color: #94a3b8;
}

.site-footer .newsletter-submit-btn {
    min-height: 42px;
}

/* ===== PAGE TEMPLATE: equipment-list ===== */
.site-header-block {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.05);
}

.site-header-block .site-header-block-brand {
    text-decoration: none;
}

.site-header-block .site-header-block-link {
    text-decoration: none;
}

.site-header-block .js-mobile-menu {
    background-color: #ffffff;
}

.equipment-detail-page .equipment-article-body h2 {
    color: #0f172a;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.equipment-detail-page .equipment-article-body p {
    color: #334155;
    line-height: 1.7;
}

.equipment-detail-page .equipment-article-body ul {
    list-style: none;
    padding-left: 0;
}

.equipment-detail-page #comment-name-input::placeholder,
.equipment-detail-page #comment-text-input::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.site-footer .newsletter-input::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.site-footer .newsletter-input:-ms-input-placeholder {
    color: #94a3b8;
}

.site-footer .newsletter-input::-ms-input-placeholder {
    color: #94a3b8;
}

.site-footer .newsletter-submit-btn {
    min-height: 42px;
}

/* ===== PAGE TEMPLATE: blog-list ===== */
.site-header-block {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.05);
}

.site-header-block .site-header-block-brand {
    text-decoration: none;
}

.site-header-block .site-header-block-link {
    text-decoration: none;
}

.site-header-block .js-mobile-menu {
    background-color: #ffffff;
}

.site-footer .newsletter-input::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.site-footer .newsletter-input:-ms-input-placeholder {
    color: #94a3b8;
}

.site-footer .newsletter-input::-ms-input-placeholder {
    color: #94a3b8;
}

.site-footer .newsletter-submit-btn {
    min-height: 42px;
}

.detail-page-block .comment-avatar {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.detail-page-block .reply-avatar {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.detail-page-block input::placeholder,
.detail-page-block textarea::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.detail-page-block .detail-content-area p {
    line-height: 1.75;
}