/*
Theme Name: dds_vcustomdesigns.com
Author: Анна Верещагина
Description: Информационная тема для сайта о дизайне интерьера и хоумстейджинге. Японский минимализм, холодная палитра, чертёжная графика.
Version: 1.1
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: vstage
*/

/* ============================ Переменные ============================ */
:root {
    --bg:        #F5F7FA;
    --bg-alt:    #E8EDF2;
    --head-bg:   #FFFFFF;
    --foot-bg:   #2C3E50;
    --side-bg:   #EDF2F7;
    --ink:       #1A202C;
    --acc:       #3B82F6;
    --acc2:      #06B6D4;
    --muted:     #718096;
    --line:      #E2E8F0;
    --line2:     #CBD5E0;
    --font-head: "Noto Sans JP", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ============================ Сброс ============================ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    overflow-x: hidden;
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.75;
    color: var(--ink);
    background-color: var(--bg);
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 300' opacity='0.05' fill='none' stroke='%233B82F6' stroke-width='2'%3E%3Crect x='8' y='8' width='384' height='284'/%3E%3Cpath d='M8 120h150M158 8v112M158 192h234M252 192v100M8 206h100M108 120v172'/%3E%3Crect x='42' y='44' width='62' height='42'/%3E%3Cpath d='M300 40v60M270 70h60'/%3E%3C/svg%3E"),
        repeating-linear-gradient(45deg, rgba(226, 232, 240, 0.55) 0 1px, rgba(245, 247, 250, 0) 1px 20px);
    background-repeat: no-repeat, repeat;
    background-position: right -30px bottom -20px, 0 0;
    background-size: 420px auto, auto;
    background-attachment: fixed, fixed;
}

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

figure { margin: 1.6rem 0; }

/* ============================ Типографика ============================ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-head);
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 1.25;
    color: var(--ink);
    margin: 0 0 1rem;
}

h1 { font-size: 3.5rem; letter-spacing: 0.02em; }
h2 { font-size: 2rem; }
h3 { font-size: 1.45rem; }
h4 { font-size: 1.2rem; }

p { margin: 0 0 1.15rem; }

ul, ol { margin: 0 0 1.2rem; padding-left: 1.3rem; }
li { margin-bottom: 0.4rem; }

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

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

code, pre {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 0.92em;
    background: var(--bg-alt);
}

pre { padding: 1rem 1.2rem; overflow-x: auto; border-radius: 4px; }

hr { border: 0; border-top: 1px dashed var(--line2); margin: 2.4rem 0; }

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

th, td {
    border: 1px solid var(--line2);
    padding: 0.7rem 0.9rem;
    text-align: left;
}

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

/* ============================ Ссылки ============================ */
a { color: var(--acc); text-decoration: none; }

.entry-body a,
.widget .textwidget a,
.comment-text a {
    color: var(--ink);
    background-image: linear-gradient(var(--acc), var(--acc));
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0 100%;
    border-bottom: 1px solid var(--muted);
    transition: background-size 0.3s ease, color 0.25s ease;
}

.entry-body a:hover,
.widget .textwidget a:hover,
.comment-text a:hover {
    color: var(--acc);
    background-size: 100% 1px;
}

/* ============================ Кнопки ============================ */
.btn {
    display: inline-block;
    padding: 0.72rem 1.5rem;
    border: 1px solid var(--acc);
    border-radius: 2px;
    background: transparent;
    color: var(--acc);
    font-family: var(--font-head);
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
}

.btn:hover,
.btn:focus {
    background: var(--acc);
    color: #FFFFFF;
    transform: translateX(2px);
}

.btn-light { border-color: #FFFFFF; color: #FFFFFF; }
.btn-light:hover, .btn-light:focus { background: #FFFFFF; color: var(--acc); }

/* ============================ Каркас ============================ */
.shell {
    width: min(92%, 1180px);
    margin-inline: auto;
}

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

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

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

.site-main { padding: 2.6rem 0 4rem; }

/* ============================ Шапка ============================ */
.site-header {
    background: var(--head-bg);
    border-bottom: 1px solid var(--line);
    position: static;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    padding: 1.4rem 0;
}

.brand {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    min-width: 0;
    text-decoration: none;
    color: inherit;
}

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

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

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

.brand-name {
    display: block;
    font-family: var(--font-head);
    font-weight: 400;
    font-size: 1.05rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink);
    line-height: 1.35;
}

.brand-desc {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--muted);
    max-width: 46ch;
}

.nav-toggle {
    display: none;
    padding: 0.5rem 0.9rem;
    border: 1px solid var(--line2);
    border-radius: 2px;
    background: transparent;
    color: var(--ink);
    font-family: var(--font-head);
    letter-spacing: 0.08em;
    cursor: pointer;
}

.site-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav li { margin: 0; }

.site-nav a {
    display: inline-block;
    position: relative;
    padding: 0.25rem 0;
    font-family: var(--font-head);
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    color: var(--ink);
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: var(--acc);
    transition: width 0.3s ease;
}

.site-nav a:hover::after,
.site-nav .current-menu-item > a::after { width: 100%; }

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

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

/* ============================ Хлебные крошки ============================ */
.crumbs {
    padding: 1.2rem 0 0;
    font-size: 0.86rem;
    color: var(--muted);
}

.crumbs a { color: var(--muted); border-bottom: 1px solid transparent; }
.crumbs a:hover { color: var(--acc); border-bottom-color: var(--acc); }
.crumbs-sep { color: var(--line2); margin: 0 0.25rem; }

/* ============================ Заголовки секций ============================ */
.sec-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.9rem;
    margin: 0 0 1.6rem;
    padding-left: 1rem;
    position: relative;
}

.sec-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 2px;
    height: 1em;
    background: var(--acc);
}

.sec-dot {
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--acc2);
}

.sec-lead {
    max-width: 68ch;
    color: var(--muted);
    margin-bottom: 2rem;
}

.inner-rule {
    border: 0;
    border-top: 1px dashed var(--line2);
    margin: 2rem 0;
}

/* ============================ Главная: секции ============================ */
.front-section { padding: 3.4rem 0; }
.front-section.alt {
    background: var(--bg-alt);
    padding: 3.4rem 2.2rem;
    border-radius: 4px;
}

/* --- Блок 1: hero --- */
.hero {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 2.2rem;
    min-height: 440px;
    display: flex;
    align-items: flex-end;
}

.hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(26, 32, 44, 0.92), rgba(44, 62, 80, 0.62));
}

.hero-body {
    position: relative;
    z-index: 2;
    min-width: 0;
    padding: 3rem 2.4rem;
    text-align: left;
}

.hero-kicker {
    display: inline-block;
    margin-bottom: 1rem;
    font-family: var(--font-head);
    font-size: 0.8rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--acc2);
}

.hero h1 { color: #FFFFFF; margin-bottom: 1.1rem; max-width: 18ch; }

.hero-sub {
    color: #E2E8F0;
    max-width: 54ch;
    margin-bottom: 1.8rem;
    font-size: 1.05rem;
}

.hero-plan {
    position: absolute;
    right: 1.2rem;
    bottom: 1rem;
    width: 260px;
    max-width: 45%;
    opacity: 0.35;
    z-index: 1;
    pointer-events: none;
}

/* --- Блок 2: статистика --- */
.stats-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.stat {
    min-width: 0;
    padding: 0.4rem 1.2rem;
    border-left: 1px solid var(--line2);
    text-align: left;
}

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

.stat-num {
    display: block;
    font-family: var(--font-head);
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.1;
    color: var(--acc);
    letter-spacing: 0.01em;
}

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

/* --- Последние записи --- */
.latest-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

/* --- Блок 3: шаги --- */
.steps { display: block; }

.step {
    display: flex;
    align-items: flex-start;
    gap: 1.4rem;
    padding: 1.6rem 0 1.6rem 1.1rem;
    border-left: 2px solid var(--acc2);
    border-bottom: 1px dashed var(--line2);
}

.step:last-child { border-bottom: 0; }

.step-num {
    flex: 0 0 auto;
    width: 62px;
    height: 62px;
    border: 1px solid var(--acc);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    color: var(--acc);
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1;
}

.step-body { min-width: 0; }
.step-body h3 { margin-bottom: 0.5rem; color: var(--ink); }
.step-body p { color: var(--muted); margin-bottom: 0; }

/* --- Блок 4: CTA --- */
.cta {
    position: relative;
    overflow: hidden;
    padding: 3rem 2.4rem;
    border-radius: 4px;
    background-color: var(--acc);
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.1) 1px, rgba(255, 255, 255, 0) 1px),
        linear-gradient(135deg, #3B82F6, #06B6D4);
    background-size: 16px 16px, auto;
}

.cta h2 { color: #FFFFFF; max-width: 20ch; }
.cta p { color: rgba(255, 255, 255, 0.92); max-width: 58ch; }

.cta-lines {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 220px;
    opacity: 0.2;
    pointer-events: none;
}

.cta-inner { position: relative; z-index: 2; min-width: 0; }

/* ============================ Карточки записей ============================ */
.cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.6rem;
}

.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: none;
    transition: border-color 0.28s ease, transform 0.28s ease;
}

.card:hover { border-color: var(--acc); transform: translateY(-2px); box-shadow: none; }

.card-thumb { display: block; }

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

.thumb-stub {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--bg-alt);
}

.thumb-stub svg { width: 78px; height: auto; display: block; }

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

.card-title {
    font-size: 1.18rem;
    margin: 0 0 0.6rem;
}

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

.card-excerpt { color: var(--muted); font-size: 0.95rem; flex: 1; }
.card-excerpt p { margin: 0 0 0.5em; background: none; }

.entry-meta {
    font-size: 0.82rem;
    color: var(--muted);
    letter-spacing: 0.02em;
    margin-bottom: 0.6rem;
}

.entry-meta a { color: var(--muted); }
.entry-meta a:hover { color: var(--acc); }
.meta-sep { color: var(--line2); }

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

/* ============================ Записи и страницы ============================ */
.entry-header { margin-bottom: 1.6rem; }
.entry-title { font-size: 2.6rem; margin-bottom: 0.7rem; }

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

.entry-body { min-width: 0; }
.entry-body h2 { font-size: 1.75rem; margin-top: 2.2rem; }
.entry-body h3 { margin-top: 1.8rem; }
.entry-body img { border-radius: 4px; }

.page-head { margin-bottom: 2rem; }

.archive-lead { color: var(--muted); margin-bottom: 2rem; }

/* ============================ Пагинация ============================ */
.pager {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 2.6rem 0 0;
}

.pager .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    padding: 0.5rem 0.85rem;
    border: 1px solid var(--line2);
    border-radius: 2px;
    color: var(--ink);
    font-family: var(--font-head);
    font-size: 0.95rem;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.pager a.page-numbers:hover { background: var(--acc); border-color: var(--acc); color: #FFFFFF; }
.pager .page-numbers.current { background: var(--acc); border-color: var(--acc); color: #FFFFFF; }
.pager .page-numbers.dots { border-color: transparent; color: var(--muted); }

/* ============================ Сайдбар и виджеты ============================ */
.sidebar {
    min-width: 0;
    background: var(--side-bg);
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 1.6rem 1.5rem;
    color: var(--ink);
}

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

.sidebar .widget-title {
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    color: var(--ink);
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed var(--line2);
}

.sidebar .widget ul { list-style: none; margin: 0; padding: 0; }
.sidebar .widget li { margin-bottom: 0.75rem; line-height: 1.5; }
.sidebar .widget a { color: var(--ink); }
.sidebar .widget a:hover { color: var(--acc); }
.sidebar .widget .post-date { display: block; font-size: 0.8rem; color: var(--muted); }
.sidebar .textwidget { color: var(--ink); font-size: 0.95rem; }

/* ============================ Подвал ============================ */
.site-footer {
    background: var(--foot-bg);
    color: #CBD5E0;
    margin-top: 3rem;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0 1px, rgba(255, 255, 255, 0) 1px 20px);
}

.footer-cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.4rem;
    padding: 3rem 0 2.2rem;
}

.footer-cols .widget { min-width: 0; color: #CBD5E0; }

.footer-cols .widget-title {
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-cols .widget ul { list-style: none; margin: 0; padding: 0; }
.footer-cols .widget li { margin-bottom: 0.6rem; }
.footer-cols .widget a { color: #E2E8F0; }
.footer-cols .widget a:hover { color: var(--acc2); }
.footer-cols .widget .post-date { display: block; font-size: 0.8rem; color: #9FB0C0; }
.footer-cols .textwidget { color: #CBD5E0; font-size: 0.94rem; }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1.2rem 0 1.6rem;
    font-size: 0.86rem;
    color: #9FB0C0;
}

/* ============================ Формы ============================ */
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

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

.search-form input[type="search"],
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    min-width: 0;
    padding: 0.62rem 0.8rem;
    border: 1px solid var(--line2);
    border-radius: 2px;
    background: #FFFFFF;
    font-family: var(--font-body);
    font-size: 0.97rem;
    color: var(--ink);
}

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

.search-form .btn { flex: 0 0 auto; padding: 0.6rem 1.1rem; }

/* ============================ Комментарии ============================ */
.comments-area { margin-top: 3rem; }

.comments-title, .comment-reply-title {
    font-size: 1.5rem;
    margin-bottom: 1.4rem;
}

.comment-list { list-style: none; margin: 0 0 2rem; padding: 0; }
.comment-list .children { list-style: none; margin: 1rem 0 0; padding-left: 1.4rem; border-left: 1px dashed var(--line2); }

.comment-inner {
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 1.2rem 1.3rem;
    margin-bottom: 1rem;
}

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

.comment-author { font-family: var(--font-head); letter-spacing: 0.05em; }
.comment-date { font-size: 0.82rem; color: var(--muted); }
.comment-hold { font-size: 0.86rem; color: var(--acc2); }
.comment-actions { font-size: 0.88rem; }

.comment-form p { margin-bottom: 1rem; }
.comment-form label { display: block; font-size: 0.88rem; color: var(--muted); margin-bottom: 0.3rem; }
.comment-form input[type="submit"] {
    display: inline-block;
    padding: 0.72rem 1.5rem;
    border: 1px solid var(--acc);
    border-radius: 2px;
    background: transparent;
    color: var(--acc);
    font-family: var(--font-head);
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease;
}

.comment-form input[type="submit"]:hover { background: var(--acc); color: #FFFFFF; transform: translateX(2px); }

/* ============================ 404 и поиск ============================ */
.notfound { padding: 2rem 0 3rem; }
.notfound-code {
    font-family: var(--font-head);
    font-size: 5rem;
    line-height: 1;
    color: var(--acc);
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}
.notfound .search-form { max-width: 420px; margin: 1.6rem 0; }
.no-results { color: var(--muted); }

/* ============================ 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: rgba(26, 32, 44, 0.96);
    border-top: 3px solid var(--acc2);
    color: #E2E8F0;
    font-size: 0.9rem;
}

.cookie-banner p { margin: 0; min-width: 0; max-width: 72ch; }
.cookie-banner a { color: var(--acc2); }

/* ============================ Адаптив ============================ */
@media (max-width: 960px) {
    h1 { font-size: 2.6rem; }
    .entry-title { font-size: 2.1rem; }

    .layout-with-sidebar { grid-template-columns: minmax(0, 1fr); }
    .layout-single { width: 100%; }

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

    .header-inner { flex-wrap: wrap; }

    .site-nav {
        flex-basis: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .site-nav.is-open { max-height: 480px; }

    .site-nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.9rem;
        padding: 1rem 0 0.4rem;
    }

    .stats-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.6rem 0; }
    .stat:nth-child(odd) { border-left: 0; padding-left: 0; }

    .footer-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; }
    .entry-title { font-size: 1.8rem; }

    .front-section { padding: 2.4rem 0; }
    .front-section.alt { padding: 2rem 1.4rem; }

    .hero { min-height: 360px; }
    .hero-body { padding: 2rem 1.4rem; }
    .hero-plan { width: 150px; opacity: 0.25; }

    .cta { padding: 2rem 1.4rem; }
    .cta-lines { width: 140px; }

    .stats-row { grid-template-columns: minmax(0, 1fr); }
    .stat { border-left: 0; padding-left: 0; }
    .stat-num { font-size: 2.4rem; }

    .step { flex-direction: column; gap: 0.9rem; padding-left: 0.9rem; }
    .step-num { width: 52px; height: 52px; }

    .footer-cols { grid-template-columns: minmax(0, 1fr); padding-top: 2.2rem; }

    .sidebar { padding: 1.2rem 1.1rem; }

    .cookie-banner { padding: 0.9rem 1.1rem; }
}
