/*
Theme Name: dds_expressdrycleanersandshoerepair.com
Author: Дмитрий Савельев
Description: Тема для информационного сайта-агрегатора коммерческой недвижимости под предприятия сферы услуг.
Version: 1.1
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: dryloft
*/

:root {
    --bg: #0D1B2A;
    --bg-alt: #1B2D45;
    --bg-foot: #07111C;
    --bg-side: #132337;
    --ink: #F0F4F8;
    --acc: #00E5C7;
    --acc2: #FF6B4A;
    --mute: #7A8FA6;
    --shell: min(92%, 1180px);
}

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

html { scroll-behavior: smooth; }

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: var(--bg);
    background-image: repeating-linear-gradient(45deg, rgba(27, 45, 69, 0.15) 0 1px, transparent 1px 24px);
    color: var(--ink);
    font-family: "Manrope", "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Space Grotesk", "Archivo", "Manrope", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 0 0 0.7em;
    color: var(--ink);
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.1rem; }
h3 { font-size: 1.45rem; }
h4 { font-size: 1.2rem; }

p { margin: 0 0 1.1em; }

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

.entry-content a,
.widget a,
.crumbs a,
.site-desc a {
    position: relative;
}

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

.entry-content a:hover::after,
.widget a:hover::after { width: 100%; }

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

ul, ol { padding-left: 1.2em; }

blockquote {
    margin: 1.6em 0;
    padding: 1.4rem 1.6rem;
    background: var(--bg-alt);
    border-left: 4px solid var(--acc);
    border-radius: 8px;
}

code, pre {
    font-family: "SFMono-Regular", Consolas, monospace;
    background: #132337;
    border-radius: 4px;
}

pre { padding: 1rem 1.2rem; overflow-x: auto; }

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.4em 0;
    border: 1px solid var(--acc);
}

th, td {
    border: 1px solid #2C4562;
    padding: 0.6rem 0.8rem;
    text-align: left;
}

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

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.archive-desc { color: var(--mute); margin-bottom: 1.4rem; }

/* ---------- Контейнер ---------- */

.shell {
    width: var(--shell);
    margin-inline: auto;
}

/* ---------- Полоса прогресса чтения ---------- */

.read-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--acc);
    z-index: 60;
    transition: background-color 0.3s ease;
}

.read-bar.is-deep { background: var(--acc2); }

/* ---------- Шапка ---------- */

.site-head {
    position: relative;
    padding: 1.6rem 0 1.4rem;
    background: var(--bg);
    border-bottom: 1px solid rgba(0, 229, 199, 0.35);
}

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

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

.brand-logo { display: block; width: auto; max-height: 56px; }

.brand-mark { flex: 0 0 auto; }

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

.site-name {
    display: block;
    font-family: "Space Grotesk", Arial, sans-serif;
    font-weight: 800;
    font-size: 1.02rem;
    line-height: 1.3;
    color: var(--ink);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

a.site-name:hover { color: var(--acc); }

.site-desc {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--mute);
}

.nav-toggle {
    display: none;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    background: transparent;
    border: 2px solid var(--acc2);
    border-radius: 4px;
    color: var(--ink);
    font: inherit;
    font-size: 0.9rem;
    cursor: pointer;
}

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

.main-nav a {
    display: inline-block;
    position: relative;
    padding: 0.35rem 0;
    color: var(--ink);
    font-size: 0.95rem;
    font-weight: 600;
}

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

.main-nav a:hover { color: var(--acc); }
.main-nav a:hover::after { width: 100%; }

.main-nav .current-menu-item > a { color: var(--acc); }

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

.btn {
    display: inline-block;
    padding: 0.8rem 1.7rem;
    border-radius: 4px;
    font-family: "Space Grotesk", Arial, sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}

.btn-fill {
    background: var(--acc);
    color: var(--bg);
    border: 2px solid var(--acc);
}

.btn-fill:hover {
    background: var(--acc2);
    border-color: var(--acc2);
    color: var(--bg);
    transform: translateY(-2px);
    box-shadow: 0 0 12px rgba(0, 229, 199, 0.5);
}

.btn-line {
    background: transparent;
    border: 2px solid var(--acc2);
    color: var(--acc);
}

.btn-line:hover {
    background: var(--acc2);
    color: var(--bg);
    transform: translateY(-2px);
    box-shadow: 0 0 12px rgba(0, 229, 199, 0.5);
}

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

.sec-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding-left: 1.1rem;
    margin-bottom: 1.6rem;
    font-size: 1.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.sec-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em;
    bottom: 0.1em;
    width: 3px;
    background: var(--acc);
}

.sec-title .dot,
.entry-content h2::before,
.entry-content h3::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--acc2);
    transition: transform 0.25s ease;
}

.entry-content h2::before,
.entry-content h3::before { margin-right: 0.6rem; }

.sec-title:hover .dot,
.entry-content h2:hover::before,
.entry-content h3:hover::before { transform: rotate(45deg); }

.page-title {
    margin-bottom: 1.4rem;
    font-size: 2.4rem;
    text-transform: uppercase;
}

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

.crumbs {
    margin: 1.6rem 0 1.2rem;
    font-size: 0.85rem;
    color: var(--mute);
}

.crumbs a { color: var(--acc); }
.crumbs a:hover { color: var(--acc2); }
.crumbs-sep { color: var(--mute); margin: 0 0.25rem; }

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

.site-main { padding-bottom: 3.5rem; }

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

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

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

.sidebar {
    min-width: 0;
    padding: 1.6rem 1.4rem;
    background: var(--bg-side);
    border: 1px solid #22344C;
    border-radius: 8px;
}

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

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

.widget-title {
    margin-bottom: 0.9rem;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

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

.widget li {
    padding: 0.5rem 0;
    border-bottom: 1px dashed rgba(122, 143, 166, 0.3);
}

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

.sidebar .widget-title { color: var(--acc); }
.sidebar .widget,
.sidebar .widget p,
.sidebar .widget li { color: #DCE6F0; }
.sidebar .widget a { color: #F0F4F8; }
.sidebar .widget a:hover { color: var(--acc); }
.sidebar .widget .post-date { color: var(--mute); }

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

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

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: var(--bg-alt);
    border: 1px solid #1B2D45;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 229, 199, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.card::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 8px;
    height: 8px;
    background: var(--acc2);
    z-index: 2;
    transition: transform 0.25s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 229, 199, 0.15);
    border-color: var(--acc);
}

.card:hover::after { transform: scale(1.8); }

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

/* затемнение нижнего края миниатюры */
.card-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(to bottom, rgba(13, 27, 42, 0), rgba(13, 27, 42, 0.85));
    pointer-events: none;
}

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

.card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    padding: 1.3rem 1.3rem 1.5rem;
}

.card-title {
    margin: 0 0 0.6rem;
    font-size: 1.2rem;
    line-height: 1.3;
}

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

.card-excerpt { color: #C6D3E0; font-size: 0.95rem; }
.card-excerpt p { margin: 0 0 0.5em; background: none; }

.card-foot { margin-top: auto; padding-top: 1rem; }

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.7rem;
    font-size: 0.8rem;
    color: var(--mute);
}

.tone {
    padding: 0.18rem 0.6rem;
    border-radius: 4px;
    font-weight: 600;
}

.tone-0 { background: rgba(0, 229, 199, 0.2); color: #00E5C7; }
.tone-1 { background: rgba(255, 107, 74, 0.2); color: #FF6B4A; }
.tone-2 { background: rgba(167, 139, 250, 0.2); color: #A78BFA; }
.tone-3 { background: rgba(251, 191, 36, 0.2); color: #FBBF24; }

.tone:hover { filter: brightness(1.25); }

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

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

.pager .page-numbers {
    display: inline-block;
    padding: 0.5rem 0.95rem;
    background: var(--bg-alt);
    border: 1px solid #2C4562;
    border-radius: 4px;
    color: var(--ink);
    font-weight: 600;
    font-size: 0.92rem;
}

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

.pager .page-numbers.current {
    background: var(--acc);
    border-color: var(--acc);
    color: var(--bg);
}

.pager .page-numbers.dots {
    background: none;
    border: none;
    color: var(--mute);
}

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

.fs {
    position: relative;
    margin-bottom: 5rem;
    padding: 3rem 2.2rem;
    border-radius: 10px;
}

.fs-odd::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    width: 26px;
    height: 26px;
    border-top: 2px solid var(--acc);
    border-left: 2px solid var(--acc);
    pointer-events: none;
}

.fs-base { background: var(--bg); }
.fs-alt { background: var(--bg-alt); }

.fs-split {
    margin-bottom: 5rem;
    border-bottom: 1px dashed rgba(0, 229, 199, 0.3);
    width: 70%;
    margin-inline: auto;
}

/* Hero */

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 2.4rem;
    align-items: center;
    padding: 3.4rem 2.4rem;
    overflow: hidden;
    background-color: var(--bg);
    border-radius: 10px;
    border: 1px solid #1B2D45;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.hero-inner,
.hero-art { position: relative; z-index: 1; min-width: 0; }

.hero-inner { background: rgba(13, 27, 42, 0.85); padding: 1.6rem; border-radius: 8px; }

.hero h1 { margin-bottom: 1rem; }

.hero h1 .mark {
    position: relative;
    display: inline-block;
    color: var(--ink);
    z-index: 0;
}

.hero h1 .mark::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.12em;
    height: 8px;
    background: var(--acc);
}

.hero-sub {
    margin-bottom: 1.8rem;
    color: var(--mute);
    font-size: 1.08rem;
}

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

/* Статистика */

.stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
    text-align: center;
}

.stat { position: relative; min-width: 0; padding: 0 1rem; }

.stat + .stat::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 10%;
    border-left: 1px dashed rgba(0, 229, 199, 0.45);
}

.stat-num {
    display: inline-flex;
    align-items: baseline;
    gap: 0.4rem;
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 2.9rem;
    font-weight: 800;
    color: var(--acc);
    line-height: 1;
}

.stat-num::after {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--acc2);
}

.stat-cap {
    display: block;
    margin-top: 0.7rem;
    color: var(--mute);
    font-size: 0.92rem;
}

/* Шаги */

.steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
}

.step { position: relative; min-width: 0; padding-right: 0.8rem; }

.step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 1rem;
    border: 2px solid var(--acc);
    color: var(--acc2);
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.step h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }

.step p { color: var(--mute); font-size: 0.93rem; margin: 0; }

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 27px;
    left: 62px;
    right: 6px;
    border-top: 1px solid rgba(0, 229, 199, 0.5);
}

.step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 23px;
    right: 6px;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--acc);
    border-right: 1px solid var(--acc);
    transform: rotate(45deg);
}

/* CTA */

.fs-cta {
    background: linear-gradient(135deg, #1B2D45 0%, #0D1B2A 100%);
    padding: 3rem 2.4rem;
    border: 1px solid #22344C;
}

.fs-cta h2 { font-size: 2.2rem; }

.cta-mail { margin-bottom: 1.6rem; color: var(--mute); }
.cta-mail a { font-weight: 700; }
.cta-mail a:hover { color: var(--acc2); }

/* Последние записи на главной */

.latest { margin-bottom: 5rem; }

.latest-more { margin-top: 2rem; }

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

.entry {
    background: var(--bg-alt);
    border: 1px solid #22344C;
    border-radius: 10px;
    padding: 2.2rem 2rem;
}

.entry-content h2 { margin-top: 1.6em; font-size: 1.7rem; }
.entry-content h3 { margin-top: 1.4em; font-size: 1.3rem; }

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

.entry-content ul li,
.entry-content ol li { margin-bottom: 0.45em; }

.entry-tags { margin-top: 1.8rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }

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

.comments {
    margin-top: 2.4rem;
    padding: 2rem;
    background: var(--bg-side);
    border: 1px solid #22344C;
    border-radius: 10px;
}

.comment-list { list-style: none; margin: 0 0 2rem; padding: 0; }
.comment-list .children { list-style: none; padding-left: 1.4rem; }

.comment-inner {
    padding: 1.1rem 1.3rem;
    margin-bottom: 1rem;
    background: var(--bg-alt);
    border: 1px solid #2C4562;
    border-radius: 8px;
}

.comment-head {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: baseline;
    margin-bottom: 0.5rem;
}

.comment-author { font-weight: 700; color: var(--acc); }
.comment-date { color: var(--mute); font-size: 0.82rem; }
.comment-actions { font-size: 0.88rem; }

.comment-form label { display: block; margin-bottom: 0.3rem; font-size: 0.9rem; color: var(--mute); }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-field {
    width: 100%;
    padding: 0.7rem 0.9rem;
    background: #0D1B2A;
    border: 1px solid #2C4562;
    border-radius: 4px;
    color: var(--ink);
    font: inherit;
    font-size: 0.95rem;
}

.comment-form textarea { min-height: 150px; resize: vertical; }

.comment-form .form-submit input,
.search-submit {
    padding: 0.75rem 1.5rem;
    background: var(--acc);
    border: 2px solid var(--acc);
    border-radius: 4px;
    color: var(--bg);
    font-family: "Space Grotesk", Arial, sans-serif;
    font-weight: 700;
    cursor: pointer;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.comment-form .form-submit input:hover,
.search-submit:hover {
    background: var(--acc2);
    border-color: var(--acc2);
    transform: translateY(-2px);
    box-shadow: 0 0 12px rgba(0, 229, 199, 0.5);
}

/* ---------- Поиск ---------- */

.search-box {
    display: flex;
    gap: 0.6rem;
    align-items: stretch;
    flex-wrap: wrap;
}

.search-box label { flex: 1 1 220px; min-width: 0; }

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

.nf {
    width: 85%;
    margin-inline: auto;
    padding: 2.6rem 2.2rem;
    background: var(--bg-alt);
    border: 1px solid #22344C;
    border-radius: 10px;
    text-align: center;
}

.nf-code {
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 5rem;
    font-weight: 800;
    color: var(--acc);
    line-height: 1;
}

.nf .search-box { justify-content: center; margin: 1.6rem 0; }

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

.site-foot {
    background: var(--bg-foot);
    border-top: 1px solid rgba(0, 229, 199, 0.35);
    padding: 3rem 0 1.6rem;
}

.foot-cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

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

.foot-col .widget-title { color: var(--acc); }
.foot-col .widget,
.foot-col .widget p,
.foot-col .widget li { color: #C6D3E0; }
.foot-col .widget a { color: #F0F4F8; }
.foot-col .widget a:hover { color: var(--acc); }

.foot-bottom {
    margin-top: 2.4rem;
    padding-top: 1.4rem;
    border-top: 1px dashed rgba(122, 143, 166, 0.3);
    color: var(--mute);
    font-size: 0.85rem;
}

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

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

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.6rem;
    background: #07111C;
    border-top: 2px solid var(--acc);
}

.cookie-banner p { margin: 0; font-size: 0.9rem; color: #C6D3E0; max-width: 780px; }

/* ---------- Декоративный силуэт ---------- */

.site-wrap {
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='260' viewBox='0 0 420 260'%3E%3Cg fill='none' stroke='%2300E5C7' stroke-width='3' stroke-opacity='0.09'%3E%3Cpath d='M20 240V120l70-40v160'/%3E%3Cpath d='M90 240V110l80 45v85'/%3E%3Cpath d='M170 240V150h120v90'/%3E%3Cpath d='M290 240V90h40v150'/%3E%3Cpath d='M330 90V30h26v60'/%3E%3Cpath d='M356 60h44v180'/%3E%3Cpath d='M0 240h420'/%3E%3Cpath d='M200 180h60M200 210h60'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right -40px bottom 40px;
    background-attachment: fixed;
}

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

@media (max-width: 960px) {
    h1 { font-size: 2.6rem; }
    .hero { grid-template-columns: minmax(0, 1fr); }
    .hero-art { max-width: 460px; }
    .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .step:not(:last-child)::after,
    .step:not(:last-child)::before { display: none; }
    .layout-with-sidebar { grid-template-columns: minmax(0, 1fr); gap: 2.4rem; }
    .layout-single { width: 100%; }
    .foot-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
    body { font-size: 16px; }
    h1 { font-size: 2.1rem; }
    h2 { font-size: 1.6rem; }
    .sec-title { font-size: 1.4rem; }
    .page-title { font-size: 1.8rem; }
    .nav-toggle { display: inline-flex; }
    .main-nav { width: 100%; }
    .main-nav[hidden] { display: none !important; }
    .main-nav ul { flex-direction: column; gap: 0; }
    .main-nav li { border-bottom: 1px dashed rgba(122, 143, 166, 0.3); }
    .main-nav a { display: block; padding: 0.7rem 0; }
    .head-inner { gap: 0.9rem; }
    .fs { padding: 2rem 1.4rem; margin-bottom: 3.4rem; }
    .fs-cta { padding: 2rem 1.4rem; }
    .hero { padding: 2rem 1.3rem; }
    .hero-inner { padding: 1.2rem; }
    .stats { grid-template-columns: minmax(0, 1fr); }
    .stat + .stat::before { display: none; }
    .stat + .stat { border-top: 1px dashed rgba(0, 229, 199, 0.45); padding-top: 1.2rem; }
    .steps { grid-template-columns: minmax(0, 1fr); }
    .cards { grid-template-columns: minmax(0, 1fr); }
    .entry { padding: 1.5rem 1.2rem; }
    .comments { padding: 1.4rem 1.1rem; }
    .nf { width: 100%; padding: 1.8rem 1.3rem; }
    .foot-cols { grid-template-columns: minmax(0, 1fr); }
    .cookie-banner { padding: 0.9rem 1.1rem; }
    .fs-split { width: 88%; margin-bottom: 3.4rem; }
    .site-wrap { background-image: none; }
}
