/*
Theme Name: dds_nashosted.com
Author: Дмитрий Соколов
Description: Тема для информационного портала о создании умного дома и self-hosted инфраструктуры.
Version: 1.1
Text Domain: nhsted
*/

:root {
    --bg-main: #F4F7FA;
    --bg-alt: #E8EEF4;
    --bg-dark: #0F1A2B;
    --bg-dark-2: #1A2F4A;
    --text-main: #1B2A3A;
    --text-muted: #6B7F94;
    --accent: #00D4FF;
    --accent-2: #7B61FF;
    --line: #D0DCE8;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background-color: var(--bg-main);
    background-image:
        repeating-linear-gradient(to right, rgba(208, 220, 232, 0.3) 0 1px, transparent 1px 20px),
        repeating-linear-gradient(to bottom, rgba(208, 220, 232, 0.3) 0 1px, transparent 1px 20px);
    color: var(--text-main);
    font-family: "Inter", "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--accent);
    text-decoration: none;
}

.entry-text a,
.widget a,
.breadcrumbs a {
    position: relative;
}

.entry-text a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: var(--accent-2);
    transition: width 0.25s ease;
}

.entry-text a:hover::after {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Space Grotesk", "Inter", "Segoe UI", Arial, sans-serif;
    color: var(--text-main);
    line-height: 1.22;
    letter-spacing: -0.01em;
    margin: 2rem 0 1rem;
}

h1 {
    font-size: 3.2rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.45rem;
}

p {
    margin: 0 0 1.15rem;
}

ul, ol {
    padding-left: 1.3rem;
}

blockquote {
    margin: 1.8rem 0;
    padding: 1.4rem 1.6rem;
    border-left: 4px solid var(--accent-2);
    border-radius: 0 8px 8px 0;
    background: var(--bg-alt);
    font-size: 1.08rem;
}

blockquote p:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    border: 1px solid var(--line);
}

th, td {
    border: 1px solid var(--line);
    padding: 0.6rem 0.8rem;
    text-align: left;
}

th {
    background: var(--bg-alt);
}

code, pre {
    font-family: "IBM Plex Mono", "Consolas", monospace;
    font-size: 0.93em;
}

pre {
    overflow-x: auto;
    padding: 1rem;
    background: var(--bg-dark);
    color: #D8E6F2;
    border-radius: 8px;
}

/* ---------- Каркас ---------- */

.shell {
    width: min(92%, 1180px);
    margin-inline: auto;
}

.topline {
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.site-head {
    background: var(--bg-dark);
    color: #E7EFF7;
    padding: 1.4rem 0;
}

.head-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.2rem;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
    flex: 1;
}

.brand-logo,
.brand-mark {
    flex: 0 0 auto;
    display: block;
    width: 48px;
    height: 48px;
}

.brand-text {
    min-width: 0;
}

.brand-name {
    display: block;
    font-family: "Space Grotesk", "Inter", Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.35;
    max-height: 3.7em;
    overflow: hidden;
}

.brand-tagline {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #8FA5BC;
    max-height: 4.5em;
    overflow: hidden;
}

.nav-toggle {
    display: none;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.9rem;
    border: 1.5px solid var(--accent);
    border-radius: 6px;
    background: transparent;
    color: var(--accent);
    font: inherit;
    font-size: 0.9rem;
    cursor: pointer;
}

.site-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav a {
    display: inline-block;
    padding: 0.35rem 0;
    color: #D6E4F0;
    font-size: 0.97rem;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.site-nav a:hover,
.site-nav .current-menu-item > a {
    color: var(--accent);
    border-bottom-color: var(--accent-2);
}

.site-main {
    padding: 2.4rem 0 3.5rem;
}

/* ---------- Хлебные крошки ---------- */

.breadcrumbs {
    font-size: 0.87rem;
    color: var(--text-muted);
    margin-bottom: 1.6rem;
    word-break: break-word;
}

.breadcrumbs a {
    color: var(--text-muted);
}

.breadcrumbs a:hover {
    color: var(--accent);
}

.breadcrumbs .sep {
    margin: 0 0.35rem;
    color: var(--accent);
}

/* ---------- Раскладки ---------- */

.layout-with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 67fr) minmax(0, 27fr);
    gap: 6%;
    align-items: start;
}

.layout-single {
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.content-area {
    min-width: 0;
}

.sidebar {
    min-width: 0;
    padding: 1.5rem 1.4rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(15, 26, 43, 0.06);
}

/* ---------- Заголовки секций ---------- */

.section-title {
    position: relative;
    padding-left: 1rem;
    margin-top: 0;
    font-size: 1.85rem;
}

.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.18em;
    bottom: 0.18em;
    width: 3px;
    background: var(--accent);
    border-radius: 2px;
}

.dotted-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dotted-title::before {
    content: "";
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    transition: opacity 0.3s ease;
}

.dotted-title:hover::before {
    animation: nhsted-pulse 1.1s ease-in-out infinite;
}

@keyframes nhsted-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.25; }
}

.entry-text h2 {
    position: relative;
    padding-left: 0.95rem;
}

.entry-text h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.52em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
}

/* ---------- Кнопки ---------- */

.btn {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.97rem;
    line-height: 1.3;
    border: 1.5px solid transparent;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-fill {
    background: var(--accent);
    color: var(--bg-dark);
}

.btn-fill:hover {
    background: var(--accent-2);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 212, 255, 0.3);
}

.btn-ghost {
    background: transparent;
    border-color: var(--accent);
    color: var(--accent);
}

.btn-ghost:hover {
    border-color: var(--accent-2);
    color: var(--accent-2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 212, 255, 0.3);
}

/* ---------- Карточки записей ---------- */

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: 1.6rem;
    margin-bottom: 2.4rem;
}

.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(15, 26, 43, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.card:hover {
    transform: translateY(-4px);
    border-color: var(--accent);
    box-shadow: 0 8px 24px rgba(0, 212, 255, 0.15);
}

.card-thumb {
    position: relative;
    display: block;
}

.card-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.card-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    background: linear-gradient(to bottom, rgba(15, 26, 43, 0), rgba(15, 26, 43, 0.35));
    pointer-events: none;
}

.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 1.15rem 1.25rem 1.35rem;
}

.card-title {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
    line-height: 1.35;
}

.card-title a {
    color: var(--text-main);
}

.card-title a:hover {
    color: var(--accent);
}

.card-meta {
    margin-bottom: 0.7rem;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.card-excerpt {
    flex: 1;
    font-size: 0.95rem;
}

.card-excerpt p {
    margin: 0 0 0.5em;
    background: none;
}

.card-more {
    margin-top: 1rem;
    align-self: flex-start;
}

.tag-chip {
    display: inline-block;
    margin: 0 0.35rem 0.35rem 0;
    padding: 0.15rem 0.55rem;
    border-radius: 4px;
    background: rgba(123, 97, 255, 0.15);
    color: var(--accent-2);
    font-size: 0.78rem;
}

/* ---------- Главная ---------- */

.front-wrap {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.front-section {
    margin-bottom: 80px;
}

.connector {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.connector::before,
.connector::after {
    content: "";
    flex: 1;
    height: 1px;
    background-image: repeating-linear-gradient(to right, var(--accent) 0 4px, transparent 4px 8px);
}

.connector span {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin: 0 0.8rem;
    border-radius: 50%;
    background: var(--accent);
}

/* Блок 1 — hero */

.hero {
    position: relative;
    overflow: hidden;
    padding: 3.6rem 2.6rem;
    border-radius: 12px;
    background-color: var(--bg-dark);
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 2.4rem;
    align-items: center;
}

.hero h1 {
    margin: 0 0 1rem;
    color: #FFFFFF;
}

.hero-sub {
    margin: 0 0 1.8rem;
    font-size: 1.12rem;
    color: var(--accent);
}

.hero-lead {
    color: #C3D4E4;
    margin-bottom: 1.8rem;
}

.hero-art {
    min-width: 0;
}

.hero-art svg {
    display: block;
    width: 100%;
    height: auto;
}

/* Блок 2 — шаги */

.steps {
    position: relative;
    display: grid;
    gap: 1.1rem;
}

.step {
    position: relative;
    display: flex;
    gap: 1.1rem;
    align-items: flex-start;
    min-width: 0;
    padding: 1.3rem 1.5rem;
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 2.6rem;
    bottom: -1.1rem;
    height: 1.1rem;
    border-left: 2px dashed var(--accent);
}

.step-num {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--accent);
    color: #FFFFFF;
    font-family: "Space Grotesk", "Inter", Arial, sans-serif;
    font-weight: 700;
}

.step-body {
    min-width: 0;
}

.step-body h3 {
    margin: 0.15rem 0 0.4rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.step-body p {
    margin: 0;
    color: var(--text-main);
}

/* Блок 3 — статистика */

.stats {
    position: relative;
    overflow: hidden;
    padding: 3rem 2.4rem;
    border-radius: 12px;
    background-color: var(--bg-dark);
    background-image:
        radial-gradient(circle at 1px 1px, rgba(0, 212, 255, 0.1) 1px, transparent 1px),
        linear-gradient(135deg, var(--bg-dark), var(--bg-dark-2));
    background-size: 16px 16px, auto;
    color: #FFFFFF;
}

.stats .section-title {
    color: #FFFFFF;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr));
    gap: 1.6rem;
    margin-top: 2rem;
}

.stat {
    min-width: 0;
    padding: 0 1rem;
    border-left: 1px solid rgba(123, 97, 255, 0.3);
    text-align: center;
}

.stat:first-child {
    border-left: none;
}

.stat-num {
    display: block;
    font-family: "Space Grotesk", "Inter", Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--accent);
}

.stat-label {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* Блок 4 — карта тем */

.topicmap {
    padding: 2.8rem 2.2rem;
    background: var(--bg-alt);
    border-radius: 12px;
}

.topicmap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
    gap: 1.2rem;
    margin-top: 1.8rem;
}

.topic-tile {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    min-width: 0;
    padding: 1.3rem 1.4rem;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--text-main);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.topic-tile:hover {
    transform: translateY(-3px);
    background: rgba(0, 212, 255, 0.1);
    border-color: var(--accent);
}

.topic-tile svg {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
}

.topic-tile b {
    display: block;
    font-family: "Space Grotesk", "Inter", Arial, sans-serif;
    font-size: 1.05rem;
}

.topic-tile span {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.88rem;
    color: var(--text-muted);
}

.topic-tile-body {
    min-width: 0;
}

/* Блок последних записей */

.latest-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.6rem;
}

/* ---------- Запись и страница ---------- */

.entry-header {
    margin-bottom: 1.4rem;
}

.entry-header h1 {
    margin: 0 0 0.6rem;
    font-size: 2.5rem;
}

.entry-meta {
    font-size: 0.87rem;
    color: var(--text-muted);
}

.entry-thumb {
    margin-bottom: 1.6rem;
}

.entry-thumb img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.entry-text {
    min-width: 0;
}

.entry-text img {
    display: block;
    border-radius: 8px;
}

.entry-footer {
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: 1px solid var(--line);
}

.archive-title {
    margin-top: 0;
}

/* ---------- Пагинация ---------- */

.pager {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 2rem 0 0;
}

.pager .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 0.7rem;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #FFFFFF;
    color: var(--text-main);
    font-size: 0.95rem;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pager a.page-numbers:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.pager .page-numbers.current {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--bg-dark);
    font-weight: 600;
}

.pager .page-numbers.dots {
    border: none;
    background: none;
}

/* ---------- Виджеты ---------- */

.widget {
    margin-bottom: 1.8rem;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    margin: 0 0 0.9rem;
    font-size: 1.1rem;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--line);
    font-size: 0.95rem;
}

.widget li:last-child {
    border-bottom: none;
}

.sidebar .widget,
.sidebar .widget p,
.sidebar .widget li,
.sidebar .widget .post-date {
    color: var(--text-main);
}

.sidebar .widget-title {
    color: var(--text-main);
}

.sidebar .widget a {
    color: var(--text-main);
}

.sidebar .widget a:hover {
    color: var(--accent);
}

.sidebar .widget .post-date {
    display: block;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.search-form {
    display: flex;
    gap: 0.5rem;
    min-width: 0;
}

.search-form input[type="search"] {
    flex: 1;
    min-width: 0;
    padding: 0.6rem 0.8rem;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #FFFFFF;
    color: var(--text-main);
    font: inherit;
    font-size: 0.95rem;
}

.search-form input[type="search"]:focus {
    outline: 2px solid var(--accent);
    outline-offset: 1px;
}

.search-form button {
    padding: 0.6rem 1.1rem;
    border: none;
    border-radius: 6px;
    background: var(--accent);
    color: var(--bg-dark);
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.search-form button:hover {
    background: var(--accent-2);
    color: #FFFFFF;
}

/* ---------- Подвал ---------- */

.site-foot {
    background: var(--bg-dark);
    color: #C3D4E4;
    padding: 3rem 0 1.6rem;
}

.foot-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
    gap: 2rem;
}

.foot-col {
    min-width: 0;
}

.site-foot .widget-title {
    color: #FFFFFF;
}

.site-foot .widget,
.site-foot .widget p,
.site-foot .widget li {
    color: #C3D4E4;
}

.site-foot .widget a {
    color: #D6E4F0;
}

.site-foot .widget a:hover {
    color: var(--accent);
}

.site-foot .widget li {
    border-bottom: 1px solid rgba(208, 220, 232, 0.15);
}

.site-foot .widget .post-date {
    display: block;
    font-size: 0.8rem;
    color: #8FA5BC;
}

.copyright {
    margin-top: 2.4rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(208, 220, 232, 0.15);
    font-size: 0.87rem;
    color: #8FA5BC;
}

/* ---------- Комментарии ---------- */

.comments-area {
    margin-top: 2.6rem;
    padding: 1.8rem 1.6rem;
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.comments-area ol.comment-list {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
}

.comments-area ol.children {
    list-style: none;
    padding-left: 1.4rem;
}

.comments-area .comment-body {
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
}

.comments-area .comment-meta {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0.4rem;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: 1px solid var(--line);
    border-radius: 6px;
    font: inherit;
    font-size: 0.95rem;
}

.comment-form .submit {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 6px;
    background: var(--accent);
    color: var(--bg-dark);
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.comment-form .submit:hover {
    background: var(--accent-2);
    color: #FFFFFF;
}

/* ---------- 404 ---------- */

.page-404 {
    text-align: center;
    padding: 2rem 1.6rem 3rem;
}

.page-404 .code {
    font-family: "Space Grotesk", "Inter", Arial, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    color: var(--accent);
    line-height: 1;
}

.page-404 .search-form {
    max-width: 440px;
    margin: 1.6rem auto 1.4rem;
}

/* ---------- Cookie-баннер ---------- */

.cookie-banner[hidden] {
    display: none !important;
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.6rem;
    background: var(--bg-dark);
    border-top: 1px solid rgba(0, 212, 255, 0.35);
    color: #C3D4E4;
    font-size: 0.9rem;
}

.cookie-banner p {
    margin: 0;
    min-width: 0;
    flex: 1;
}

.cookie-banner a {
    color: var(--accent);
}

/* ---------- Адаптив ---------- */

@media (max-width: 960px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 2.3rem;
    }

    .entry-header h1 {
        font-size: 1.9rem;
    }

    .layout-with-sidebar {
        grid-template-columns: minmax(0, 1fr);
        gap: 2.2rem;
    }

    .layout-single,
    .front-wrap {
        width: 100%;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .hero {
        padding: 2.6rem 1.8rem;
    }

    .front-section,
    .connector {
        margin-bottom: 52px;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 1.9rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .site-nav[hidden] {
        display: none !important;
    }

    .site-nav {
        flex: 0 0 100%;
    }

    .site-nav ul {
        flex-direction: column;
        gap: 0;
    }

    .site-nav li {
        border-bottom: 1px solid rgba(208, 220, 232, 0.15);
    }

    .site-nav a {
        display: block;
        padding: 0.65rem 0;
    }

    .hero {
        padding: 2rem 1.3rem;
    }

    .stats {
        padding: 2rem 1.4rem;
    }

    .topicmap {
        padding: 1.8rem 1.3rem;
    }

    .step {
        padding: 1.1rem 1.2rem;
    }

    .step:not(:last-child)::after {
        left: 2.3rem;
    }

    .stat {
        border-left: none;
        border-top: 1px solid rgba(123, 97, 255, 0.3);
        padding-top: 1rem;
    }

    .stat:first-child {
        border-top: none;
        padding-top: 0;
    }

    .stat-num {
        font-size: 2.6rem;
    }

    .comments-area {
        padding: 1.3rem 1.1rem;
    }

    .sidebar {
        padding: 1.3rem 1.2rem;
    }

    .cookie-banner {
        padding: 1rem 1.2rem;
    }
}
