/*
Theme Name: barbel
Description: Lightweight multipurpose theme
Version: 8.7
*/

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('fonts/dm-sans-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('fonts/dm-sans-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --brand-color: hsl(225, 18%, 42%);
    --brand-dark: hsl(225, 18%, 27%);
    --brand-light: hsl(225, 0%, 85%);
    --accent-color: hsl(255, 18%, 52%);
    --accent-hover: hsl(255, 18%, 47%);
    --bg-main: #ffffff;
    --bg-alt: #f7f8fa;
    --text-main: #1a1a1a;
    --text-muted: #666666;
    --border-color: #e2e2e2;
    --card-bg: #ffffff;
    --print-e19d615b: #ffffff;
    --tone-bb82dfcd: #ffffff;
    --paint-43b9ee3b: #111827;
    --mark-3777cdad: hsl(225, 18%, 42%);
    --face-1ec065f1: hsl(225, 18%, 40%);
    --read-b2399848: hsl(255, 18%, 79%);
    --ink-0e81aac9: rgba(255,255,255,0.65);
    --edge-5ad23a3b: hsl(225, 18%, 42%);
    --signal-30df6d93: hsl(225, 18%, 27%);
    --view-a934d49e: hsl(255, 18%, 52%);
    --shade-4a031301: hsl(255, 18%, 47%);
    --ff-body: 'DM Sans', 'Segoe UI', Tahoma, sans-serif;
    --ff-heading: 'DM Sans', 'Segoe UI', Tahoma, sans-serif;
    --radius: 14px;
    --shadow: 0 3px 14px color-mix(in srgb, var(--brand-color) 14%, transparent), 0 2px 6px rgba(0,0,0,0.04);
    --shadow-hover: 0 8px 28px color-mix(in srgb, var(--brand-color) 22%, transparent), 0 3px 10px rgba(0,0,0,0.06);
    --border-w: 0;
    --container: 1200px;
    --gutter: 20px;
    --transition: 0.25s ease;
    /* Cross-set CSS variable aliases */
    --color-primary: var(--brand-color);
    --color-primary-dark: var(--brand-dark);
    --color-primary-light: var(--brand-light);
    --color-accent: var(--accent-color);
    --color-accent-hover: var(--accent-hover);
    --color-bg: var(--bg-main);
    --color-bg-alt: var(--bg-alt);
    --color-text: var(--text-main);
    --color-text-light: var(--text-muted);
    --color-border: var(--border-color);
    --color-card: var(--card-bg);
    --font-main: var(--ff-body);
    --font-head: var(--ff-heading);
    --clr-main: var(--brand-color);
    --clr-main-dark: var(--brand-dark);
    --clr-main-light: var(--brand-light);
    --clr-accent: var(--accent-color);
    --clr-accent-hover: var(--accent-hover);
    --clr-surface: var(--bg-main);
    --clr-surface-alt: var(--bg-alt);
    --clr-body: var(--text-main);
    --clr-body-light: var(--text-muted);
    --clr-border: var(--border-color);
    --clr-card: var(--card-bg);
    --type-body: var(--ff-body);
    --type-heading: var(--ff-heading);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, li, td, th, a, span, div { overflow-wrap: break-word; word-break: break-word; }
/* Guard: off-screen decorative/animation content (marquee tracks, hero glows, wide nav)
   must never create page-level horizontal scroll on narrow screens. clip (not hidden)
   keeps position:sticky working and doesn't create a scroll container. */
html { overflow-x: clip; }

body {
    background: var(--bg-main);
    color: var(--text-main);
    font-family: var(--ff-body);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ff-heading);
    font-weight: 700;
    color: var(--brand-dark);
    line-height: 1.15;
    margin-bottom: 0.75rem;
    letter-spacing: 0;
    text-wrap: balance;
}
h1 { font-size: clamp(2.02rem, 4.0vw + 0.81rem, 3.79rem); }
h2 { font-size: clamp(1.56rem, 3.1vw + 0.62rem, 2.86rem); }
h3 { font-size: clamp(1.04rem, 1.4vw + 0.41rem, 1.35rem); }
h4 { font-size: clamp(0.91rem, 1.1vw + 0.36rem, 1.14rem); }
h5 { font-size: clamp(0.97rem, 1.0vw + 0.39rem, 1.12rem); }
h6 { font-size: clamp(0.78rem, 0.7vw + 0.31rem, 0.92rem); }

p { margin-bottom: 1rem; }

a { color: var(--mark-3777cdad); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent-color); }

/* === Rich content on inner pages ===
   Real editor content is not width-bounded by the generator. Keep intrinsically
   wide media, tables and code inside the randomized entry container instead of
   relying on the page-level overflow guard, which would silently clip them. */
.pnl-nav-93d99c5 { min-width: 0; }
.pnl-nav-93d99c5 ul, .pnl-nav-93d99c5 ol { margin: 0 0 1rem; padding-left: 1.5rem; }
.pnl-nav-93d99c5 blockquote { margin: 1.5rem 0; padding: 0.2rem 0 0.2rem 1.25rem; border-left: 3px solid var(--brand-color); color: var(--text-muted); }
.pnl-nav-93d99c5 pre {
    display: block; max-width: 100%; overflow-x: auto; padding: 1rem 1.1rem;
    margin: 1.5rem 0; border: 1px solid var(--border-color); border-radius: var(--radius);
    background: var(--bg-alt); line-height: 1.55; -webkit-overflow-scrolling: touch;
}
.pnl-nav-93d99c5 pre code { display: inline; white-space: pre; overflow-wrap: normal; word-break: normal; }
.pnl-nav-93d99c5 :not(pre) > code { padding: 0.12em 0.35em; border-radius: 0.25em; background: var(--bg-alt); }
.pnl-nav-93d99c5 table { display: block; width: 100%; max-width: 100%; overflow-x: auto; margin: 1.5rem 0; border-collapse: collapse; -webkit-overflow-scrolling: touch; }
.pnl-nav-93d99c5 th, .pnl-nav-93d99c5 td { padding: 0.65rem 0.75rem; border: 1px solid var(--border-color); text-align: left; }
.pnl-nav-93d99c5 figure { max-width: 100%; margin: 1.5rem 0; }
.pnl-nav-93d99c5 figcaption { margin-top: 0.55rem; color: var(--text-muted); font-size: 0.88rem; line-height: 1.45; }
.pnl-nav-93d99c5 hr { height: 1px; margin: 2rem 0; border: 0; background: var(--border-color); }
.pnl-nav-93d99c5 iframe, .pnl-nav-93d99c5 embed, .pnl-nav-93d99c5 object, .pnl-nav-93d99c5 video { max-width: 100%; }

/* === Layout === */
.hd-form-79459a {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
}

/* === Section wrapper === */
.cp-col-aed62fb {
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.cp-col-aed62fb > .hd-form-79459a > h2 { text-align: center; margin-bottom: 0.5rem; }
.cp-col-aed62fb > .hd-form-79459a > .block-lead { margin-bottom: 2rem; }

/* === Background alternation for dense feel === */
/* Specificity intentionally low — :where() resets to 0 so section classes always win */
:where(main) > :where(section):nth-child(even) { background: var(--bg-alt); }
:where(main) > :where(section):nth-child(odd) { background: var(--bg-main); }

/* === Section subtitle helper === */
.block-lead {
    text-align: center;
    color: var(--text-muted);
    max-width: 640px;
    margin: -0.25rem auto 1.75rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* === Section padding (base for content sections) === */
main > section { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }

/* === Top Bar === */
.wp-zone-0d98 {
    background: var(--signal-30df6d93);
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    padding: 6px 0;
}
.wp-zone-0d98 .hd-form-79459a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.wp-zone-0d98 a { color: rgba(255,255,255,0.85); }
.wp-zone-0d98 a:hover { color: #fff; }

/* === Header === */
.pg-2b0493 {
    background: var(--signal-30df6d93);
    color: #fff;
    padding: 0.75rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.pg-2b0493 .hd-form-79459a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.pg-2b0493__identity { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; min-width: 0; }
.pg-2b0493__symbol { max-height: 44px; width: auto; }
.pg-2b0493__identity img { max-height: 44px; width: auto; height: auto; } /* cap any opt-in raster logo (no oversized custom-logo) */
.pg-2b0493__identity-name { font-family: var(--ff-heading); font-weight: 700; font-size: 1.25rem; color: #fff; overflow-wrap: break-word; word-break: break-word; }
.pg-2b0493__line-brand .pg-2b0493__identity-name { color: var(--text-main); }
/* === Brand monogram (CSS mark — no raster, header-foreground-aware) === */
.pg-2b0493__monogram { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex: 0 0 auto; font-family: var(--ff-heading); font-weight: 800; font-size: calc(44px * 0.46); line-height: 1; letter-spacing: -0.02em; color: #fff; }
/* solid shapes — accent chip + inherited white glyph (mirrors the proven __cta colours, legible on every header) */
.pg-2b0493__monogram--rounded { background: var(--accent-color); color: var(--tone-bb82dfcd); border-radius: 9px; }
.pg-2b0493__monogram--circle { background: var(--accent-color); color: var(--tone-bb82dfcd); border-radius: 50%; }
.pg-2b0493__monogram--squircle { background: var(--accent-color); color: var(--tone-bb82dfcd); border-radius: 32% / 42%; }
.pg-2b0493__monogram--square { background: var(--accent-color); color: var(--tone-bb82dfcd); border-radius: 3px; }
.pg-2b0493__monogram--hex { background: var(--accent-color); color: var(--tone-bb82dfcd); clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%); }
/* outline shapes — currentColor, transparent (flip with the header text colour) */
.pg-2b0493__monogram--ring { border: 2px solid currentColor; border-radius: 50%; }
.pg-2b0493__monogram--outline { border: 2px solid currentColor; border-radius: 9px; }
.pg-2b0493--white .pg-2b0493__monogram--ring, .pg-2b0493--white .pg-2b0493__monogram--outline,
.pg-2b0493__line-brand .pg-2b0493__monogram--ring, .pg-2b0493__line-brand .pg-2b0493__monogram--outline { color: var(--text-main); }
/* Wordmark treatments inherit the header-repaired foreground. Header variants can
   independently use light, dark or accent surfaces, so a palette accent is not a
   universally safe text colour here (live canary: 2.86:1 dot on a dark header). */
.pg-2b0493__identity-name--dot::after { content: '.'; color: currentColor; }
.pg-2b0493__identity-name--underline { border-bottom: 2px solid currentColor; padding-bottom: 1px; }
.pg-2b0493__identity-name--accent-first::first-letter { color: currentColor; font-weight: 900; }
.pg-2b0493__identity-name--bracket::before { content: '['; color: currentColor; margin-right: 2px; }
.pg-2b0493__identity-name--bracket::after { content: ']'; color: currentColor; margin-left: 2px; }
/* Nav wraps INSIDE the header row: without flex-wrap here a long (foreign-language)
   menu overflowed and pushed __actions onto an orphaned second line (operator report
   2026-07-24). min-width:0 lets it shrink instead of forcing the parent to wrap. */
.pg-2b0493__menubar { display: flex; gap: 0; list-style: none; align-items: center; flex: 0 1 auto; flex-wrap: wrap; min-width: 0; }
.pg-2b0493__menubar li { display: flex; align-items: center; list-style: none; }
.pg-2b0493__menubar a { color: rgba(255,255,255,0.85); font-weight: 500; font-size: 0.95rem; white-space: nowrap; }
.pg-2b0493__menubar a:hover { color: #fff; }
.pg-2b0493__menubar a.current-menu-item { opacity: 1; color: #fff; }

.pg-2b0493__menubar li + li::before { content: '\00B7'; font-weight: 900; margin: 0 0.55rem; opacity: 0.5; }

.pg-2b0493__menubar > a + a { margin-left: calc(0.55rem * 2); }

.pg-2b0493__actions { display: flex; align-items: center; gap: 1rem; margin-left: auto; flex-shrink: 0; }
.pg-2b0493__telephone a { color: #fff; font-weight: 600; font-size: 1.05rem; white-space: nowrap; }
.pg-2b0493__telephone a:hover { color: var(--accent-color); }
.pg-2b0493__cta {
    display: inline-block;
    padding: 8px 20px;
    background: var(--accent-color);
    color: var(--tone-bb82dfcd);
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 50px;
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
    transition: background var(--transition), transform var(--transition);
}
.pg-2b0493__cta:hover { background: var(--shade-4a031301); color: #fff; transform: translateY(-1px); }
.pg-2b0493__burger { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; padding: 4px 8px; }

/* === Content-aware header fit ===
   __headrow marks only rows where primary navigation may collapse. The runtime
   controller adds --fit when real rendered content wraps; no label is clipped or
   discarded, and the same complete menu remains available behind the burger. */
.pg-2b0493__headrow { min-width: 0; }
.pg-2b0493__headrow > .pg-2b0493__identity { flex: 0 1 auto; max-width: min(22rem, 40%); }
.pg-2b0493__headrow > .pg-2b0493__identity .pg-2b0493__identity-name { min-width: 0; line-height: 1.2; }
.pg-2b0493__headrow > .pg-2b0493__menubar { flex: 1 1 auto; justify-content: center; }
.pg-2b0493__headrow > .pg-2b0493__actions { flex: 0 1 auto; max-width: 55%; margin-left: 0; flex-wrap: wrap; justify-content: flex-end; }
.pg-2b0493__headrow > .pg-2b0493__actions .pg-2b0493__cta,
.pg-2b0493__headrow > .pg-2b0493__cta { max-width: 18rem; white-space: normal; text-align: center; line-height: 1.2; }
.pg-2b0493__headrow--fit { flex-wrap: nowrap !important; position: relative; }
.pg-2b0493__headrow--fit > .pg-2b0493__identity { flex: 1 1 0; max-width: none; }
.pg-2b0493__headrow--fit .pg-2b0493__menubar--fit:not(.pg-2b0493__menubar--open) { display: none !important; }
.pg-2b0493__headrow--fit .pg-2b0493__burger--fit { display: inline-flex !important; align-items: center; justify-content: center; flex: 0 0 auto; }
.pg-2b0493__headrow--fit .pg-2b0493__menubar--open {
    display: flex !important; flex-direction: column; align-items: stretch; flex-wrap: nowrap;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--signal-30df6d93); padding: 1rem var(--gutter); gap: 0.5rem;
    z-index: 99; box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.pg-2b0493__headrow--fit .pg-2b0493__menubar--open li { display: block; width: 100%; }
.pg-2b0493__headrow--fit .pg-2b0493__menubar--open a { display: block; padding: 8px 0; white-space: normal; }
.pg-2b0493__headrow--fit .pg-2b0493__menubar--open li::before { display: none; }
.pg-2b0493__headrow--fit .pg-2b0493__menubar--open .sub-menu { display: block; position: static; box-shadow: none; border: 0; padding: 0 0 0 1rem; min-width: 0; background: transparent; }
.pg-2b0493--white .pg-2b0493__headrow--fit .pg-2b0493__menubar--open,
.pg-2b0493--saas-topline .pg-2b0493__headrow--fit .pg-2b0493__menubar--open { background: var(--bg-main); border-bottom: 1px solid var(--border-color); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.pg-2b0493--white .pg-2b0493__headrow--fit .pg-2b0493__menubar--open a,
.pg-2b0493--saas-topline .pg-2b0493__headrow--fit .pg-2b0493__menubar--open a { color: var(--text-main); }

/* === Header white variant (portal / hh.ru style) === */
.pg-2b0493--white { background: var(--bg-main); color: var(--text-main); border-bottom: 1px solid var(--border-color); box-shadow: none; }
.pg-2b0493--white .pg-2b0493__identity-name { color: var(--text-main); }
.pg-2b0493--white .pg-2b0493__menubar a { color: var(--text-main); opacity: 0.75; }
.pg-2b0493--white .pg-2b0493__menubar a:hover { color: var(--brand-color); opacity: 1; }
.pg-2b0493--white .pg-2b0493__telephone a { color: var(--text-main); }
.pg-2b0493--white .pg-2b0493__burger { color: var(--text-main); }

/* === Front-page overlay header ===
   Overlay positioning is valid only where page.php renders the real front-page
   hero. The surface stays opaque and contrast-repaired: header and hero variants
   rotate independently, so sampling an arbitrary image/light hero is unsafe. */
.pg-2b0493--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--signal-30df6d93);
    color: #fff;
}

/* === Primary nav submenu (dropdown navMode) === */
.pg-2b0493__menubar li { position: relative; }
.pg-2b0493__menubar .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 200px; max-width: 320px; background: var(--color-bg, #fff); border: 1px solid var(--color-border, #e5e5e5); box-shadow: 0 8px 24px rgba(0,0,0,0.1); border-radius: 4px; padding: 0.5rem 0; z-index: 100; list-style: none; }
/* reveal on hover AND keyboard focus (WCAG); caret affordance only on items that have children */
.pg-2b0493__menubar li:hover > .sub-menu, .pg-2b0493__menubar li:focus-within > .sub-menu { display: block; }
.pg-2b0493__menubar .menu-item-has-children > a::after { content: '\00a0\25be'; font-size: 0.7em; opacity: 0.65; }
.pg-2b0493__menubar .sub-menu li { max-width: none; }
/* wrap, don't clip: long labels (deploy builds them from page titles) must stay readable */
.pg-2b0493__menubar .sub-menu a { display: block; padding: 0.4rem 1rem; color: var(--color-text, #333); font-size: 0.88rem; white-space: normal; line-height: 1.35; }
.pg-2b0493__menubar .sub-menu a:hover { background: var(--color-bg-alt, #f5f5f5); color: var(--brand-color); }

/* === Secondary Nav === */
.pg-2b0493__subnav-nav {
    background: var(--bg-alt);
    border-bottom: 1px solid var(--border-color);
    padding: 0.4rem 0;
    font-size: 0.9rem;
}
.pg-2b0493__subnav-links { display: flex; gap: 1.25rem; list-style: none; flex-wrap: wrap; justify-content: center; }
.pg-2b0493__subnav-links li { list-style: none; max-width: 220px; }
.pg-2b0493__subnav-links a { color: var(--text-main); font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.3; }
.pg-2b0493__subnav-links a:hover { color: var(--brand-color); }
.pg-2b0493__subnav-nav--tags .pg-2b0493__subnav-links { flex-wrap: wrap; gap: 0.4rem; justify-content: center; }
.pg-2b0493__subnav-nav--tags .pg-2b0493__subnav-links li { max-width: none; }
.pg-2b0493__subnav-nav--tags .pg-2b0493__subnav-links a {
    display: inline-block; -webkit-line-clamp: unset;
    border: 1px solid var(--border-color); border-radius: 3px;
    padding: 0.2rem 0.65rem; font-size: 0.8rem;
    transition: background var(--transition), color var(--transition), border-color var(--transition);
}
.pg-2b0493__subnav-nav--tags .pg-2b0493__subnav-links li:nth-child(3n+1) a { font-size: 0.9rem; font-weight: 600; }
.pg-2b0493__subnav-nav--tags .pg-2b0493__subnav-links li:nth-child(5n) a { font-size: 0.75rem; }
.pg-2b0493__subnav-nav--tags .pg-2b0493__subnav-links a:hover { background: var(--brand-color); color: var(--print-e19d615b); border-color: var(--brand-color); }

/* === Header: agency-dark (ingest wpnew.ru — 2-tier dark, accent = --color-primary) === */
.pg-2b0493--agency-dark { background: #181818; color: #fff; }
.pg-2b0493--agency-dark .pg-2b0493__line-brand > .hd-form-79459a { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 0; }
.pg-2b0493--agency-dark .pg-2b0493__identity-group { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.pg-2b0493--agency-dark .pg-2b0493__identity, .pg-2b0493--agency-dark .pg-2b0493__identity * { color: #fff; }
.pg-2b0493--agency-dark .pg-2b0493__tagline { font-size: 0.78rem; color: #9a9a9a; max-width: 230px; line-height: 1.35; border-left: 1px solid rgba(255,255,255,0.16); padding-left: 1rem; }
.pg-2b0493--agency-dark .pg-2b0493__actions { display: flex; align-items: center; gap: 1.4rem; flex-shrink: 0; }
.pg-2b0493--agency-dark .pg-2b0493__telephone a { color: #fff; font-weight: 600; font-size: 1.05rem; }
.pg-2b0493--agency-dark .pg-2b0493__cta { color: #fff; font-weight: 700; background: none; padding: 0; border: 0; }
.pg-2b0493--agency-dark .pg-2b0493__cta::before { content: '+ '; color: #fff; }
.pg-2b0493--agency-dark .pg-2b0493__line-nav { border-top: 1px solid rgba(255,255,255,0.08); }
.pg-2b0493--agency-dark .pg-2b0493__line-nav > .hd-form-79459a { padding: 0; }
/* `> ul` only: a descendant `ul` selector also matched nested ul.sub-menu and beat
   its display:none by specificity — every agency-dark dropdown rendered permanently
   open as a white flex strip (live: ploshadka-dlya-prodazhi-akkauntov.ru) */
.pg-2b0493--agency-dark .pg-2b0493__menubar, .pg-2b0493--agency-dark .pg-2b0493__menubar > ul { display: flex; align-items: center; gap: 1.75rem; list-style: none; margin: 0; padding: 0; }
.pg-2b0493--agency-dark .pg-2b0493__menubar a { color: #e6e6e6; display: block; padding: 0.85rem 0; font-size: 0.9rem; }
.pg-2b0493--agency-dark .pg-2b0493__menubar a:hover { color: var(--brand-color); }
/* restore dropdown item styling that the light-grey top-level rule above overrode */
.pg-2b0493--agency-dark .pg-2b0493__menubar .sub-menu a { color: var(--color-text, #333); padding: 0.4rem 1rem; }
.pg-2b0493--agency-dark .pg-2b0493__menubar .sub-menu a:hover { color: var(--brand-color); }
.pg-2b0493--agency-dark .pg-2b0493__burger { color: #fff; }

/* === Footer: agency-dark (ingest wpnew.ru — dark 4-col + newsletter band) === */
.wp-hub-94a4e0d.wp-hub-94a4e0d--agency-dark { background: #181818; color: #cfcfcf; padding: 0; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__main { background: #181818; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__newsletter { background: #1f1f1f; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__newsletter > .hd-form-79459a { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding: 2.5rem 0; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__newsletter-head h2 { color: #fff; font-size: 1.6rem; margin: 0 0 0.4rem; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__newsletter-head p { color: #9a9a9a; margin: 0; max-width: 460px; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__newsletter-form { display: flex; gap: 0.75rem; flex: 1; min-width: 280px; max-width: 460px; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__newsletter-form input { flex: 1; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,0.3); color: #fff; padding: 0.6rem 0.2rem; font-size: 1rem; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__newsletter-form input::placeholder { color: #8a8a8a; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__newsletter-form button { background: var(--brand-color); color: var(--print-e19d615b); border: 0; border-radius: var(--radius); padding: 0.7rem 1.6rem; font-weight: 700; cursor: pointer; white-space: nowrap; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__main { padding: 3rem 0; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__grid { display: grid; gap: 2rem; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__cols h3 { color: #fff; font-size: 1rem; margin: 0 0 1rem; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__menubar { display: flex; flex-direction: column; gap: 0.6rem; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__cols a, .wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__fphone, .wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__foot-email { color: #b7b7b7; display: block; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__cols a:hover { color: var(--brand-color); }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__fphone { color: #fff; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.4rem; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__foot-email { margin-bottom: 1rem; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__networks { display: flex; gap: 0.75rem; margin-top: 0.5rem; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__networks a { color: #b7b7b7; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__networks a:hover { color: var(--brand-color); }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__lower { border-top: 1px solid rgba(255,255,255,0.08); background: #141414; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__lower > .hd-form-79459a { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; padding: 1.5rem 0; font-size: 0.85rem; color: #8a8a8a; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__blogo, .wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__blogo * { color: #fff; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__legal { display: flex; gap: 1rem; flex-wrap: wrap; margin-left: auto; }
.wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__legal a { color: #8a8a8a; }
@media (max-width: 860px) { .wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__grid { grid-template-columns: 1fr 1fr !important; } .pg-2b0493--agency-dark .pg-2b0493__tagline { display: none; } }
@media (max-width: 520px) { .wp-hub-94a4e0d--agency-dark .wp-hub-94a4e0d__grid { grid-template-columns: 1fr !important; } }

/* === Header: accent-bar (ingest fl.ru — solid accent bar, white nav, light CTA) === */
.pg-2b0493--accent-bar { background: var(--edge-5ad23a3b); color: #fff; }
.pg-2b0493--accent-bar > .hd-form-79459a { display: flex; align-items: center; gap: 2rem; }
.pg-2b0493--accent-bar .pg-2b0493__identity, .pg-2b0493--accent-bar .pg-2b0493__identity * { color: #fff; }
.pg-2b0493--accent-bar .pg-2b0493__menubar { display: flex; align-items: center; gap: 1.5rem; flex: 1 1 auto; flex-wrap: wrap; }
.pg-2b0493--accent-bar .pg-2b0493__menubar a { color: #fff; font-weight: 500; }
.pg-2b0493--accent-bar .pg-2b0493__menubar a:hover { color: #fff; }
.pg-2b0493--accent-bar .pg-2b0493__actions { display: flex; align-items: center; gap: 1.25rem; margin-left: auto; }
.pg-2b0493--accent-bar .pg-2b0493__telephone a { color: #fff; font-weight: 600; }
.pg-2b0493--accent-bar .pg-2b0493__cta { background: #fff; color: var(--paint-43b9ee3b); border-radius: var(--radius); padding: 0.5rem 1.25rem; font-weight: 700; }
.pg-2b0493--accent-bar .pg-2b0493__cta:hover { background: rgba(255,255,255,0.88); }
@media (max-width: 860px) {
    .pg-2b0493--accent-bar .pg-2b0493__menubar { display: none; }
    .pg-2b0493--accent-bar .pg-2b0493__burger { display: inline-flex; color: #fff; }
}

/* === Footer: light-inline (ingest fl.ru — hairline + one inline row + fine legal) === */
.wp-hub-94a4e0d.wp-hub-94a4e0d--light-inline { background: transparent; color: var(--text-main); padding: 2rem 0; }
.wp-hub-94a4e0d--light-inline > .hd-form-79459a { border-top: 1px solid var(--border-color); padding-top: 1.5rem; }
.wp-hub-94a4e0d--light-inline .wp-hub-94a4e0d__flow-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.wp-hub-94a4e0d--light-inline .wp-hub-94a4e0d__flow-left { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; font-size: 0.9rem; }
.wp-hub-94a4e0d--light-inline .wp-hub-94a4e0d__flow-left a { color: var(--mark-3777cdad); }
.wp-hub-94a4e0d.wp-hub-94a4e0d--light-inline .wp-hub-94a4e0d__legal { border: 0; margin: 0; padding: 0; }
.wp-hub-94a4e0d--light-inline .wp-hub-94a4e0d__legal a { color: var(--mark-3777cdad); }
.wp-hub-94a4e0d--light-inline .wp-hub-94a4e0d__networks { display: flex; gap: 0.75rem; }
.wp-hub-94a4e0d--light-inline .wp-hub-94a4e0d__networks a { color: var(--text-main); }
.wp-hub-94a4e0d--light-inline .wp-hub-94a4e0d__flow-right { font-weight: 700; color: var(--text-main); }
.wp-hub-94a4e0d--light-inline .wp-hub-94a4e0d__fine-legal { margin: 1.25rem 0 0; font-size: 0.75rem; color: var(--text-muted); line-height: 1.5; }
@media (max-width: 640px) { .wp-hub-94a4e0d--light-inline .wp-hub-94a4e0d__flow-row { flex-direction: column; align-items: flex-start; } }

/* === Header: saas-topline (ingest intellectdialog — white bar, accent top-line, pill CTA) === */
.pg-2b0493--saas-topline { background: #fff; border-top: 3px solid var(--brand-color); padding: 0; }
.pg-2b0493--saas-topline > .hd-form-79459a { display: flex; align-items: center; gap: 2.5rem; padding: 0.85rem 0; }
.pg-2b0493--saas-topline .pg-2b0493__identity, .pg-2b0493--saas-topline .pg-2b0493__identity * { color: var(--paint-43b9ee3b); }
.pg-2b0493--saas-topline .pg-2b0493__menubar { display: flex; align-items: center; gap: 1.75rem; flex: 1 1 auto; flex-wrap: wrap; }
.pg-2b0493--saas-topline .pg-2b0493__menubar a { color: var(--paint-43b9ee3b); font-weight: 500; }
.pg-2b0493--saas-topline .pg-2b0493__menubar a:hover { color: var(--brand-color); }
.pg-2b0493--saas-topline .pg-2b0493__actions { display: flex; align-items: center; gap: 1.5rem; margin-left: auto; }
.pg-2b0493--saas-topline .pg-2b0493__telephone a { color: var(--brand-color); font-weight: 600; }
.pg-2b0493--saas-topline .pg-2b0493__cta { background: var(--brand-color); color: var(--print-e19d615b); border-radius: 999px; padding: 0.6rem 1.6rem; font-weight: 700; }
.pg-2b0493--saas-topline .pg-2b0493__cta:hover { filter: brightness(1.08); }
.pg-2b0493--saas-topline .pg-2b0493__burger { color: var(--paint-43b9ee3b); }
@media (max-width: 860px) { .pg-2b0493--saas-topline .pg-2b0493__menubar { display: none; } .pg-2b0493--saas-topline .pg-2b0493__burger { display: inline-flex; color: var(--paint-43b9ee3b); } }

/* === Footer: mega-columns (ingest intellectdialog — light multi-column mega, uppercase heads) === */
.wp-hub-94a4e0d.wp-hub-94a4e0d--mega-columns { background: var(--bg-alt); color: var(--text-main); padding: 3.5rem 0 1.5rem; }
.wp-hub-94a4e0d--mega-columns .wp-hub-94a4e0d__xl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 2rem 2.5rem; }
.wp-hub-94a4e0d--mega-columns .wp-hub-94a4e0d__cols h3 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 1rem; color: var(--text-main); }
.wp-hub-94a4e0d--mega-columns .wp-hub-94a4e0d__menubar { display: flex; flex-direction: column; gap: 0.6rem; }
.wp-hub-94a4e0d--mega-columns .wp-hub-94a4e0d__cols a { color: var(--text-muted); }
.wp-hub-94a4e0d--mega-columns .wp-hub-94a4e0d__cols a:hover { color: var(--brand-color); }
.wp-hub-94a4e0d--mega-columns .wp-hub-94a4e0d__xl-phone { display: inline-block; font-size: 1.15rem; font-weight: 700; color: var(--text-main) !important; margin-bottom: 0.5rem; }
.wp-hub-94a4e0d--mega-columns .wp-hub-94a4e0d__xl-company { font-size: 0.8rem; color: var(--text-muted); line-height: 1.5; margin: 0.5rem 0; }
.wp-hub-94a4e0d--mega-columns .wp-hub-94a4e0d__xl-email { display: inline-block; color: var(--mark-3777cdad) !important; margin-top: 0.25rem; }
.wp-hub-94a4e0d--mega-columns .wp-hub-94a4e0d__networks { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.wp-hub-94a4e0d--mega-columns .wp-hub-94a4e0d__xl-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--border-color); font-size: 0.85rem; }
.wp-hub-94a4e0d.wp-hub-94a4e0d--mega-columns .wp-hub-94a4e0d__legal { border: 0; margin: 0; padding: 0; }
.wp-hub-94a4e0d--mega-columns .wp-hub-94a4e0d__legal a { color: var(--text-muted); }
.wp-hub-94a4e0d--mega-columns .wp-hub-94a4e0d__fine-legal { margin: 1rem 0 0; font-size: 0.72rem; color: var(--text-muted); line-height: 1.5; }
@media (max-width: 640px) { .wp-hub-94a4e0d--mega-columns .wp-hub-94a4e0d__xl-grid { grid-template-columns: 1fr 1fr; } }

/* === Header: tri-bar (ingest hightime.agency — 3-tier: dark promo / utility / main) === */
.pg-2b0493--tri-bar .pg-2b0493__banner { background: #16161a; color: #fff; }
.pg-2b0493--tri-bar .pg-2b0493__banner > .hd-form-79459a { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 0.55rem 0; font-size: 0.85rem; flex-wrap: wrap; }
.pg-2b0493--tri-bar .pg-2b0493__banner-cta { color: #fff; border: 1px solid rgba(255,255,255,0.4); border-radius: 999px; padding: 0.2rem 0.9rem; font-weight: 600; white-space: nowrap; }
.pg-2b0493--tri-bar .pg-2b0493__banner-cta:hover { background: rgba(255,255,255,0.12); }
.pg-2b0493--tri-bar .pg-2b0493__upperline { background: var(--bg-alt); border-bottom: 1px solid var(--border-color); }
.pg-2b0493--tri-bar .pg-2b0493__upperline > .hd-form-79459a { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 0.4rem 0; font-size: 0.85rem; flex-wrap: wrap; }
.pg-2b0493--tri-bar .pg-2b0493__upper-nav { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.pg-2b0493--tri-bar .pg-2b0493__upper-nav a { color: var(--text-muted); }
.pg-2b0493--tri-bar .pg-2b0493__upper-nav a:hover { color: var(--brand-color); }
.pg-2b0493--tri-bar .pg-2b0493__upper-phone { color: var(--text-main); font-weight: 600; white-space: nowrap; }
.pg-2b0493--tri-bar .pg-2b0493__line-main { background: var(--bg-main); }
.pg-2b0493--tri-bar .pg-2b0493__line-main > .hd-form-79459a { display: flex; align-items: center; gap: 2rem; padding: 1rem 0; }
.pg-2b0493--tri-bar .pg-2b0493__identity-group { display: flex; flex-direction: column; }
.pg-2b0493--tri-bar .pg-2b0493__identity, .pg-2b0493--tri-bar .pg-2b0493__identity * { color: var(--text-main); }
.pg-2b0493--tri-bar .pg-2b0493__tagline { font-size: 0.75rem; color: var(--text-muted); }
.pg-2b0493--tri-bar .pg-2b0493__menubar { display: flex; flex: 1; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.pg-2b0493--tri-bar .pg-2b0493__line-main .pg-2b0493__menubar a { color: var(--text-main); }
.pg-2b0493--tri-bar .pg-2b0493__line-main .pg-2b0493__menubar a:hover { color: var(--brand-color); }
.pg-2b0493--tri-bar .pg-2b0493__actions { display: flex; align-items: center; gap: 1rem; margin-left: auto; flex-shrink: 0; }
.pg-2b0493--tri-bar .pg-2b0493__burger { color: var(--text-main); }
@media (max-width: 860px) { .pg-2b0493--tri-bar .pg-2b0493__menubar, .pg-2b0493--tri-bar .pg-2b0493__upper-nav { display: none; } .pg-2b0493--tri-bar .pg-2b0493__burger { display: inline-flex; color: var(--text-main); } }

/* Filled brand marks keep their semantic foreground even when a header variant
   recolours every other brand descendant. This deliberately comes after all
   header variants so broad `.brand *` rules cannot defeat contrast repair. */
.pg-2b0493 .pg-2b0493__monogram--rounded,
.pg-2b0493 .pg-2b0493__monogram--circle,
.pg-2b0493 .pg-2b0493__monogram--squircle,
.pg-2b0493 .pg-2b0493__monogram--square,
.pg-2b0493 .pg-2b0493__monogram--hex { color: var(--tone-bb82dfcd); }

/* === Footer: brand-columns (ingest hightime.agency — two-tone: light body + dark bottom bar) === */
.wp-hub-94a4e0d.wp-hub-94a4e0d--brand-columns { background: transparent; padding: 0; }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__bfoot-body { background: var(--bg-alt); color: var(--text-main); padding: 3.5rem 0; }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__bfoot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2.5rem; }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__cols h3 { font-size: 0.9rem; font-weight: 700; margin: 0 0 1rem; color: var(--text-main); }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__menubar { display: flex; flex-direction: column; gap: 0.55rem; }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__cols a { color: var(--text-muted); }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__cols a:hover { color: var(--brand-color); }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__bfoot-logo { font-size: 1.3rem; font-weight: 800; margin-bottom: 0.75rem; color: var(--text-main); }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__bfoot-logo * { color: var(--text-main); }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__bfoot-tagline { font-size: 0.85rem; color: var(--text-muted); line-height: 1.5; margin: 0 0 1.25rem; max-width: 260px; }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__bfoot-phone { display: block; font-size: 1.2rem; font-weight: 700; color: var(--text-main) !important; margin-bottom: 0.4rem; }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__bfoot-email { display: block; color: var(--mark-3777cdad) !important; margin-bottom: 0.6rem; }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__bfoot-company { font-size: 0.78rem; color: var(--text-muted); line-height: 1.5; margin: 0.4rem 0; }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__networks { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__bfoot-darkbar { background: #16161a; color: rgba(255,255,255,0.6); }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__bfoot-darkbar > .hd-form-79459a { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding: 1.25rem 0; font-size: 0.82rem; }
.wp-hub-94a4e0d.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__legal { border: 0; margin: 0; padding: 0; }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__bfoot-darkbar a { color: rgba(255,255,255,0.6); }
.wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__bfoot-darkbar a:hover { color: #fff; }
@media (max-width: 860px) { .wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__bfoot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .wp-hub-94a4e0d--brand-columns .wp-hub-94a4e0d__bfoot-grid { grid-template-columns: 1fr; } }

/* === Inner: single-with-sidebar layout (article + aside: recent posts / categories) === */
.sec-stack-5cd1 { display: grid; grid-template-columns: minmax(0, 1fr) clamp(240px, 26%, 320px); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.hd-frame-54c152b { min-width: 0; }
.sec-stack-5cd1 .pnl-area-25accd2 { position: sticky; top: 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.sec-stack-5cd1 .bl-flow-8faf7e { background: var(--bg-alt); border: 1px solid var(--border-color); border-radius: var(--radius); padding: 1.25rem 1.4rem; }
.sec-stack-5cd1 .bl-flow-8faf7e h3 { font-size: 0.95rem; margin: 0 0 0.85rem; }
.sec-stack-5cd1 .bl-flow-8faf7e ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.sec-stack-5cd1 .bl-flow-8faf7e a { color: var(--text-main); font-size: 0.9rem; line-height: 1.4; }
.sec-stack-5cd1 .bl-flow-8faf7e a:hover { color: var(--brand-color); }
@media (max-width: 860px) { .sec-stack-5cd1 { grid-template-columns: minmax(0, 1fr); } .sec-stack-5cd1 .pnl-area-25accd2 { position: static; } }

/* === Hero === */
.mod-col-a06f86 {
    background: linear-gradient(135deg, var(--edge-5ad23a3b) 0%, var(--signal-30df6d93) 100%);
    color: #fff;
    padding: 3rem 0 2.5rem;
    background-size: cover;
    background-position: center;
}

.mod-col-a06f86 {
    background: radial-gradient(ellipse at center, var(--edge-5ad23a3b) 0%, var(--signal-30df6d93) 80%) !important;
}

.mod-col-a06f86--split > .hd-form-79459a { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.mod-col-a06f86--split .mod-col-a06f86__buttons { justify-content: flex-start; }

/* === Hero: left-aligned variant (2-column with image/decor) === */
.mod-col-a06f86--left-aligned > .hd-form-79459a { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; text-align: left; }
.mod-col-a06f86--left-aligned .mod-col-a06f86__buttons { justify-content: flex-start; }
.mod-col-a06f86--left-aligned .mod-col-a06f86__subtitle { max-width: 100%; }
.mod-col-a06f86__accent { position: relative; min-height: 280px; display: flex; flex-direction: column; gap: 1rem; align-items: flex-end; justify-content: center; }
.mod-col-a06f86__accent-card { background: var(--signal-30df6d93); border: 1px solid rgba(255,255,255,0.2); border-radius: var(--radius); padding: 1rem 1.5rem; display: flex; align-items: center; gap: 0.75rem; max-width: 280px; width: 100%; transition: transform 0.3s ease; }
.mod-col-a06f86__accent-card:hover { transform: translateY(-3px); }
.mod-col-a06f86__accent-card--1 { align-self: flex-start; margin-left: 10%; }
.mod-col-a06f86__accent-card--2 { align-self: flex-end; margin-right: 5%; }
.mod-col-a06f86__accent-card--3 { align-self: center; }
.mod-col-a06f86__accent-icon { font-size: 1.5rem; }
.mod-col-a06f86__accent-text { font-size: 0.95rem; font-weight: 600; color: #fff; }
.mod-col-a06f86__accent-num { font-size: 1.75rem; font-weight: 800; color: #fff; line-height: 1; }
.mod-col-a06f86__accent-label { font-size: 0.8rem; color: #fff; }
/* Light variant decor adjustments */
.mod-col-a06f86--light .mod-col-a06f86__accent-card { background: var(--color-card, #fff); border-color: var(--border-color); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.mod-col-a06f86--light .mod-col-a06f86__accent-text { color: var(--text-main); }
.mod-col-a06f86--light .mod-col-a06f86__accent-num { color: var(--mark-3777cdad); }
.mod-col-a06f86--light .mod-col-a06f86__accent-label { color: var(--text-muted); }
.mod-col-a06f86__overline { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; color: #fff; margin-bottom: 0.5rem; font-weight: 600; }
.mod-col-a06f86__heading { color: #fff; font-size: clamp(2.2rem, 5vw, 3.5rem); margin-bottom: 0.75rem; }
.mod-col-a06f86__subtitle { font-size: 1.1rem; line-height: 1.65; max-width: 640px; margin-bottom: 1rem; }
.mod-col-a06f86__subtitle p { color: #fff; }
.mod-col-a06f86__buttons { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.25rem; justify-content: center; }
.mod-col-a06f86__button {
    display: inline-block;
    padding: 12px 28px;
    background: var(--view-a934d49e);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-transform: none;
    letter-spacing: 0;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}
.mod-col-a06f86__button:hover { background: var(--shade-4a031301); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.mod-col-a06f86__button--secondary {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
}
.mod-col-a06f86__button--secondary:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; transform: translateY(-2px); }
.mod-col-a06f86__button--quiet { background: none; border: none; padding-left: 0; padding-right: 0; color: #fff; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(255,255,255,0.4); }
.mod-col-a06f86__button--quiet:hover { background: none; box-shadow: none; transform: none; text-decoration-color: currentColor; }
.mod-col-a06f86__media img { border-radius: var(--radius); }

/* === Hero light variant (portal / hh.ru style) === */
.mod-col-a06f86--light { background: var(--bg-main); color: var(--text-main); }
.mod-col-a06f86--light .mod-col-a06f86__heading { color: var(--text-main); }
.mod-col-a06f86--light .mod-col-a06f86__overline { color: var(--mark-3777cdad); opacity: 1; }
.mod-col-a06f86--light .mod-col-a06f86__subtitle { opacity: 1; }
.mod-col-a06f86--light .mod-col-a06f86__subtitle p { color: var(--text-muted); }
.mod-col-a06f86--light .mod-col-a06f86__button--secondary { border-color: var(--border-color); color: var(--text-main); }
.mod-col-a06f86--light .mod-col-a06f86__button--secondary:hover { border-color: var(--brand-color); color: var(--brand-color); background: transparent; }
.mod-col-a06f86--light .mod-col-a06f86__button--quiet { color: var(--brand-color); text-decoration-color: var(--brand-light); }
.mod-col-a06f86--light .mod-col-a06f86__button--quiet:hover { color: var(--brand-dark); }

/* === Hero: lab-light variant (clean-teal pack) — light, left, teal glow, chips, preview card === */
.mod-col-a06f86--lab { background: var(--bg-main); overflow: hidden; }
.mod-col-a06f86--lab::before { content: ''; position: absolute; top: -30%; right: 0; width: 48%; height: 150%; background: radial-gradient(circle at 60% 40%, color-mix(in srgb, var(--brand-color) 16%, transparent), transparent 68%); pointer-events: none; z-index: 0; }
.mod-col-a06f86--lab > .hd-form-79459a { position: relative; z-index: 1; }
.mod-col-a06f86__heading-accent { color: var(--brand-color); }
.mod-col-a06f86__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.mod-col-a06f86__chip { font-size: 0.8rem; font-weight: 600; padding: 0.3rem 0.85rem; border-radius: 999px; background: color-mix(in srgb, var(--brand-color) 9%, var(--color-card, #fff)); color: var(--brand-color); border: 1px solid color-mix(in srgb, var(--brand-color) 22%, transparent); }
.mod-col-a06f86__demo { display: flex; justify-content: center; align-items: center; }
.mod-col-a06f86__pcard { background: var(--color-card, #fff); border: 1px solid var(--border-color); border-radius: calc(var(--radius) + 4px); box-shadow: var(--shadow); padding: 1.25rem 1.4rem; width: 100%; max-width: 340px; }
.mod-col-a06f86__pcard-head { display: flex; gap: 0.4rem; margin-bottom: 1rem; }
.mod-col-a06f86__pcard-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--border-color); }
.mod-col-a06f86__pcard-dot:first-child { background: color-mix(in srgb, var(--brand-color) 75%, #fff); }
.mod-col-a06f86__p-row { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 0.7rem 0; border-bottom: 1px solid var(--border-color); }
.mod-col-a06f86__p-row:last-child { border-bottom: 0; }
.mod-col-a06f86__p-label { font-size: 0.9rem; color: var(--text-main); font-weight: 500; }
.mod-col-a06f86__mini-val { font-size: 1.05rem; color: var(--brand-color); font-weight: 800; white-space: nowrap; }
.mod-col-a06f86__progress { height: 9px; border-radius: 5px; background: var(--bg-alt); flex: 1; }
.mod-col-a06f86__marker-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--brand-color); flex-shrink: 0; }

/* === Spec-cards section (clean-teal pack — signature data/result cards) === */
.mod-b69d { padding: 3.5rem 0; }
.mod-b69d h2 { text-align: center; }
.mod-b69d__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 1.25rem; margin-top: 2rem; }
.mod-b69d__box { background: var(--color-card, #fff); border: 1px solid var(--border-color); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.5rem; transition: transform var(--transition), box-shadow var(--transition); }
.mod-b69d__box:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.mod-b69d__line { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; margin-bottom: 0.4rem; }
.mod-b69d__heading { font-size: 1.05rem; margin: 0; color: var(--text-main); }
.mod-b69d__figure { font-size: 1.6rem; font-weight: 800; color: var(--brand-color); line-height: 1.1; margin-bottom: 0.5rem; }
.mod-b69d__description { font-size: 0.9rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.mod-b69d__condition { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; padding: 0.2rem 0.6rem; border-radius: 999px; white-space: nowrap; flex-shrink: 0; }
.mod-b69d__condition--good { background: #ecfdf5; color: #047857; }
.mod-b69d__condition--warn { background: #fffbeb; color: #b45309; }
.mod-b69d__condition--bad  { background: #fef2f2; color: #b91c1c; }
.mod-b69d__condition--info { background: color-mix(in srgb, var(--brand-color) 12%, #fff); color: var(--brand-color); }

/* === Chip-strip section (clean-teal — "what we cover" pill row) === */
.hd-body-e4cd00 { padding: 2rem 0; }
.hd-body-e4cd00 h2 { text-align: center; }
.hd-body-e4cd00__line { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-top: 1rem; }
.hd-body-e4cd00__chip { font-size: 0.85rem; font-weight: 600; padding: 0.35rem 0.9rem; border-radius: 999px; background: color-mix(in srgb, var(--brand-color) 8%, var(--color-card, #fff)); color: var(--brand-color); border: 1px solid color-mix(in srgb, var(--brand-color) 20%, transparent); }

/* === Advantages: feature-rows variant (clean-teal — teal-circle "why choose us") === */
.cp-ea80e0--feature-rows .cp-ea80e0__f-rows { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 1.75rem; margin-top: 2rem; }
.cp-ea80e0__foot-row { display: flex; gap: 1rem; align-items: flex-start; }
.cp-ea80e0__ring { flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--brand-color) 12%, #fff); color: var(--brand-color); font-size: 1.4rem; font-weight: 700; }
.cp-ea80e0__ring img { width: 24px; height: 24px; object-fit: contain; }
.cp-ea80e0__foot-text h3 { font-size: 1.05rem; margin: 0 0 0.35rem; color: var(--text-main); }
.cp-ea80e0__foot-text p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.55; margin: 0; }

/* === Stats: stat-band variant (clean-teal — teal-circle icon + number + label) === */
.pnl-aside-ac4931d--band .pnl-aside-ac4931d__band { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.pnl-aside-ac4931d__belt-card { background: var(--color-card, #fff); border: 1px solid var(--border-color); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.5rem 1.25rem; text-align: center; }
.pnl-aside-ac4931d__belt-icon { width: 52px; height: 52px; margin: 0 auto 0.75rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--brand-color) 12%, #fff); color: var(--brand-color); font-size: 1.5rem; line-height: 1; }
.pnl-aside-ac4931d--band .pnl-aside-ac4931d__digit { font-size: 2rem; font-weight: 800; color: var(--brand-color); line-height: 1.1; }
.pnl-aside-ac4931d--band .pnl-aside-ac4931d__label { font-size: 0.9rem; color: var(--text-muted); margin-top: 0.25rem; }

/* === fresh-green: market-hero (centred light hero, green accent phrase, rating) === */
.mod-col-a06f86--market { background: var(--color-bg-alt, #f6f6f6); color: var(--text-main); text-align: center; overflow: hidden; }
.mod-col-a06f86--market > .hd-form-79459a { position: relative; z-index: 1; max-width: 780px; }
.mod-col-a06f86--market .mod-col-a06f86__heading { color: var(--text-main); }
.mod-col-a06f86--market .mod-col-a06f86__subtitle { max-width: 620px; margin: 0.5rem auto 0; opacity: 1; color: var(--text-muted); }
.mod-col-a06f86--market .mod-col-a06f86__buttons { justify-content: center; }
.mod-col-a06f86--market::before, .mod-col-a06f86--market::after { content: ''; position: absolute; width: 110px; height: 110px; pointer-events: none; opacity: 0.5; background-image: radial-gradient(color-mix(in srgb, var(--brand-color) 55%, transparent) 1.5px, transparent 1.7px); background-size: 18px 18px; }
.mod-col-a06f86--market::before { top: 1.5rem; left: 1.5rem; }
.mod-col-a06f86--market::after { bottom: 1.5rem; right: 1.5rem; }
.mod-col-a06f86__grade { display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 1.25rem; font-size: 0.95rem; color: var(--text-muted); }
.mod-col-a06f86__grade-stars { color: #ffb63c; letter-spacing: 1px; }
.mod-col-a06f86__grade strong { color: var(--text-main); }

/* === fresh-green: offer cards (products --offer) === */
.wrp-part-227f--offer .wrp-part-227f__deal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 1.25rem; margin-top: 2rem; }
.wrp-part-227f__deal { background: var(--color-card, #fff); border: 1px solid var(--border-color); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); display: flex; flex-direction: column; }
.wrp-part-227f__deal:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.wrp-part-227f__deal-media { position: relative; aspect-ratio: 16 / 10; background: var(--bg-alt); overflow: hidden; }
.wrp-part-227f__deal-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wrp-part-227f__deal-ph { width: 100%; height: 100%; background: linear-gradient(135deg, color-mix(in srgb, var(--brand-color) 14%, #fff), color-mix(in srgb, var(--brand-color) 4%, #fff)); }
.wrp-part-227f__deal-badge { position: absolute; top: 0.6rem; left: 0.6rem; background: var(--brand-color); color: var(--print-e19d615b); font-size: 0.72rem; font-weight: 700; padding: 0.2rem 0.6rem; border-radius: 4px; }
.wrp-part-227f__deal-body { padding: 1rem 1.1rem 1.15rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.wrp-part-227f__deal-title { font-size: 1rem; margin: 0; color: var(--text-main); line-height: 1.35; }
.wrp-part-227f__deal-rating { font-size: 0.85rem; color: var(--text-muted); display: flex; align-items: center; gap: 0.3rem; }
.wrp-part-227f__deal-rating span { color: #ffb63c; }
.wrp-part-227f__deal-rating strong { color: var(--text-main); }
.wrp-part-227f__deal-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding-top: 0.4rem; }
.wrp-part-227f__deal-price { font-size: 1.15rem; font-weight: 800; color: var(--text-main); }
.wrp-part-227f__deal-cta { font-size: 0.85rem; padding: 0.45rem 0.9rem; white-space: nowrap; }

/* === fresh-green: versus (us vs them comparison) === */
.crd-link-3efcc5 { padding: 3.5rem 0; }
.crd-link-3efcc5 h2 { text-align: center; }
.crd-link-3efcc5__tbl { max-width: 720px; margin: 2rem auto 0; border: 1px solid var(--border-color); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.crd-link-3efcc5__line { display: grid; grid-template-columns: 1.7fr 1fr 1fr; align-items: center; gap: 0.5rem; padding: 0.85rem 1.25rem; border-bottom: 1px solid var(--border-color); }
.crd-link-3efcc5__line:last-child { border-bottom: 0; }
.crd-link-3efcc5__line:nth-child(even) { background: var(--bg-alt); }
.crd-link-3efcc5__line--head { background: var(--brand-color); }
.crd-link-3efcc5__line--head .crd-link-3efcc5__them, .crd-link-3efcc5__line--head .crd-link-3efcc5__we { color: var(--print-e19d615b); font-weight: 700; justify-content: center; }
.crd-link-3efcc5__feat { font-weight: 500; color: var(--text-main); }
.crd-link-3efcc5__them, .crd-link-3efcc5__we { font-size: 0.9rem; color: var(--text-muted); display: flex; align-items: center; gap: 0.4rem; }
.crd-link-3efcc5__we { color: var(--text-main); font-weight: 500; }
.crd-link-3efcc5__x { color: #f24c4c; font-weight: 800; }
.crd-link-3efcc5__tickmark { color: var(--brand-color); font-weight: 800; }
@media (max-width: 600px) { .crd-link-3efcc5__line { grid-template-columns: 1fr; gap: 0.2rem; } .crd-link-3efcc5__line--head { display: none; } .crd-link-3efcc5__feat { font-weight: 700; } }

/* === fresh-green: arc steps (dashed connectors between numbered circles) === */
.bl-cta-2f8f0--arc .bl-cta-2f8f0__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 2rem; margin-top: 2.5rem; }
.bl-cta-2f8f0--arc .bl-cta-2f8f0__unit { text-align: center; position: relative; background: none; border: 0; box-shadow: none; padding: 0; }
.bl-cta-2f8f0--arc .bl-cta-2f8f0__num { width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 800; color: var(--brand-color); background: color-mix(in srgb, var(--brand-color) 12%, #fff); border: 2px solid color-mix(in srgb, var(--brand-color) 35%, transparent); }
.bl-cta-2f8f0--arc .bl-cta-2f8f0__unit:not(:last-child)::after { content: ''; position: absolute; top: 31px; left: calc(50% + 42px); right: calc(-50% + 42px); border-top: 2px dashed color-mix(in srgb, var(--brand-color) 38%, transparent); }
@media (max-width: 700px) { .bl-cta-2f8f0--arc .bl-cta-2f8f0__unit:not(:last-child)::after { display: none; } }

/* === Hero: stats-row variant === */
.mod-col-a06f86__stats-row { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.2); }
.mod-col-a06f86__datum { text-align: center; }
.mod-col-a06f86__datum-value { display: block; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; color: #fff; line-height: 1.2; }
.mod-col-a06f86__datum-label { font-size: 0.85rem; color: #fff; display: block; margin-top: 0.25rem; }
.mod-col-a06f86--light .mod-col-a06f86__stats-row { border-top-color: var(--border-color); }
.mod-col-a06f86--light .mod-col-a06f86__datum-value { color: var(--brand-color); }
.mod-col-a06f86--light .mod-col-a06f86__datum-label { color: var(--text-muted); opacity: 1; }

/* === Hero: feature-cards variant === */
.mod-col-a06f86__pluses-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; text-align: center; }
.mod-col-a06f86__perk-card { background: var(--signal-30df6d93); border: 1px solid rgba(255,255,255,0.2); border-radius: var(--radius); padding: 1.5rem 1rem; transition: transform var(--transition), box-shadow var(--transition); }
.mod-col-a06f86__perk-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.mod-col-a06f86__perk-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.mod-col-a06f86__perk-card h3 { font-size: 1rem; margin: 0 0 0.5rem; color: #fff; }
.mod-col-a06f86__perk-card p { font-size: 0.85rem; color: #fff; margin: 0; line-height: 1.5; }
.mod-col-a06f86--light .mod-col-a06f86__perk-card { background: var(--card-bg); border: 1px solid var(--border-color); }
.mod-col-a06f86--light .mod-col-a06f86__perk-card h3 { color: var(--text-main); }
.mod-col-a06f86--light .mod-col-a06f86__perk-card p { color: var(--text-muted); opacity: 1; }

/* === Hero: search-bar variant === */
.mod-col-a06f86--search { padding-bottom: 3rem; }
.mod-col-a06f86__finder-form { display: flex; gap: 0; max-width: 600px; margin: 1.5rem auto 0; border-radius: 50px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.mod-col-a06f86__finder-input { flex: 1; padding: 14px 20px; border: none; font-size: 1rem; outline: none; background: #fff; color: #333; }
.mod-col-a06f86__finder-form .mod-col-a06f86__button { border-radius: 0; padding: 14px 28px; }
.mod-col-a06f86__finder-tags { display: flex; justify-content: center; gap: 0.5rem; flex-wrap: wrap; margin-top: 1rem; }
.mod-col-a06f86__finder-tag { display: inline-block; padding: 6px 14px; background: rgba(255,255,255,0.15); color: #fff; border-radius: 20px; font-size: 0.8rem; text-decoration: none; transition: background var(--transition); }
.mod-col-a06f86__finder-tag:hover { background: rgba(255,255,255,0.3); color: #fff; }
.mod-col-a06f86--light .mod-col-a06f86__finder-input { border: 1px solid var(--border-color); }
.mod-col-a06f86--light .mod-col-a06f86__finder-tag { background: var(--card-bg); color: var(--text-main); border: 1px solid var(--border-color); }
.mod-col-a06f86--light .mod-col-a06f86__finder-tag:hover { border-color: var(--brand-color); color: var(--brand-color); }

/* === Hero: two-col-plates variant === */
.mod-col-a06f86--plates { background: var(--bg-alt); color: var(--text-main); padding: 2.5rem 0; }
.mod-col-a06f86__tiles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: stretch; }
.mod-col-a06f86__tile {
    background: #fff; border-radius: var(--radius); padding: 2rem;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08); border: 1px solid var(--border-color);
}
.mod-col-a06f86__tile h1 { color: var(--text-main); font-size: clamp(1.3rem, 2.5vw, 2rem); }
.mod-col-a06f86__tile .mod-col-a06f86__subtitle { color: var(--text-muted); }
.mod-col-a06f86__tile--info { display: flex; flex-direction: column; justify-content: center; }
.mod-col-a06f86__tile-stats { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.mod-col-a06f86__tile-stat { text-align: center; flex: 1; min-width: 80px; }
.mod-col-a06f86__tile-stat-val { display: block; font-size: 1.75rem; font-weight: 700; color: var(--brand-color); line-height: 1.2; }
.mod-col-a06f86__tile-stat-lbl { display: block; font-size: 0.8rem; color: var(--text-muted); margin-top: 0.25rem; }
@media (max-width: 768px) {
    .mod-col-a06f86__tiles-grid { grid-template-columns: 1fr; }
}

/* === Hero: trust-logos variant === */
.mod-col-a06f86__proof { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.15); }
.mod-col-a06f86__proof-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.6; margin-bottom: 1rem; }
.mod-col-a06f86__proof-logos { display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.mod-col-a06f86__proof-logos img { max-height: 36px; width: auto; opacity: 0.7; filter: grayscale(1) brightness(2); transition: opacity var(--transition); }
.mod-col-a06f86__proof-logos img:hover { opacity: 1; }
.mod-col-a06f86--light .mod-col-a06f86__proof { border-top-color: var(--border-color); }
.mod-col-a06f86--light .mod-col-a06f86__proof-logos img { filter: grayscale(1); opacity: 0.5; }
.mod-col-a06f86--light .mod-col-a06f86__proof-logos img:hover { filter: none; opacity: 1; }

/* === Hero: checklist variant === */
.mod-col-a06f86--checklist .mod-col-a06f86__tickmark-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.mod-col-a06f86__tickmark-list { list-style: none; padding: 0; margin: 1.25rem 0; }
.mod-col-a06f86__tickmark-list li { padding: 0.5rem 0; font-size: 1rem; display: flex; align-items: center; gap: 0.75rem; }
.mod-col-a06f86__tickmark-icon { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: var(--accent-color); color: var(--tone-bb82dfcd); border-radius: 50%; font-size: 0.75rem; flex-shrink: 0; }
.mod-col-a06f86__tickmark-image img { width: 100%; height: auto; border-radius: var(--radius); }
.mod-col-a06f86--light .mod-col-a06f86__tickmark-list li { color: var(--text-main); }

/* === Hero: badges-row variant === */
.mod-col-a06f86__badges-row { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.mod-col-a06f86__emblem { display: inline-flex; align-items: center; gap: 0.5rem; padding: 10px 18px; background: var(--signal-30df6d93); color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 40px; font-size: 0.9rem; font-weight: 500; transition: filter var(--transition); }
.mod-col-a06f86__emblem:hover { filter: brightness(1.08); }
.mod-col-a06f86__emblem-icon { font-size: 1.2rem; }
.mod-col-a06f86--light .mod-col-a06f86__emblem { background: var(--card-bg); border: 1px solid var(--border-color); color: var(--text-main); }
.mod-col-a06f86--light .mod-col-a06f86__emblem:hover { border-color: var(--brand-color); }

/* === Hero: saas-metrics variant === */
.mod-col-a06f86--saas-metrics > .hd-form-79459a { text-align: left; }
.mod-col-a06f86__gauges-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.mod-col-a06f86__gauges-text .mod-col-a06f86__buttons { justify-content: flex-start; }
.mod-col-a06f86__gauges-grid { display: grid; gap: 1rem; }
.mod-col-a06f86__gauge-card {
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius); padding: 1.25rem;
}
.mod-col-a06f86__gauge-card h3 { margin: 0 0 0.25rem; font-size: 1rem; color: #fff; }
.mod-col-a06f86__gauge-card p { margin: 0; font-size: 0.9rem; color: #fff; }
.mod-col-a06f86__gauge-icon {
    width: 40px; height: 40px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.2rem; margin-bottom: 0.75rem; color: #fff;
}
.mod-col-a06f86__gauge-icon--0 { background: var(--signal-30df6d93); }
.mod-col-a06f86__gauge-icon--1 { background: var(--view-a934d49e); }
.mod-col-a06f86__gauge-icon--2 { background: var(--shade-4a031301); }
.mod-col-a06f86__gauges-grid--inline .mod-col-a06f86__gauge-card { display: flex; align-items: center; gap: 1rem; }
.mod-col-a06f86__gauges-grid--inline .mod-col-a06f86__gauge-icon { margin-bottom: 0; flex-shrink: 0; }
.mod-col-a06f86__gauges-grid--plain .mod-col-a06f86__gauge-card { display: flex; align-items: center; gap: 1rem; background: none; border: none; box-shadow: none; border-radius: 0; padding: 0.9rem 0; border-bottom: 1px solid rgba(255,255,255,0.18); }
.mod-col-a06f86__gauges-grid--plain .mod-col-a06f86__gauge-card:last-child { border-bottom: none; }
.mod-col-a06f86__gauges-grid--plain .mod-col-a06f86__gauge-icon { margin-bottom: 0; flex-shrink: 0; }
.mod-col-a06f86--light .mod-col-a06f86__gauge-card { background: var(--card-bg); border-color: var(--border-color); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.mod-col-a06f86--light .mod-col-a06f86__gauges-grid--plain .mod-col-a06f86__gauge-card { background: none; border: none; box-shadow: none; border-bottom: 1px solid var(--border-color); }
.mod-col-a06f86--light .mod-col-a06f86__gauges-grid--plain .mod-col-a06f86__gauge-card:last-child { border-bottom: none; }
.mod-col-a06f86--light .mod-col-a06f86__gauge-card h3 { color: var(--text-main); }
.mod-col-a06f86--light .mod-col-a06f86__gauge-card p { color: var(--text-muted); }

/* === Stats === */
.pnl-aside-ac4931d { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.pnl-aside-ac4931d > .hd-form-79459a > h2 { text-align: center; margin-bottom: 1.5rem; }
.pnl-aside-ac4931d__grid { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; text-align: center; }
.pnl-aside-ac4931d__unit { min-width: 120px; }
.pnl-aside-ac4931d__digit { font-size: 2.25rem; font-weight: 700; font-family: var(--ff-heading); color: var(--mark-3777cdad); line-height: 1.2; }
.pnl-aside-ac4931d__label { font-size: 0.9rem; color: var(--text-muted); margin-top: 0.2rem; }

/* Stats variant: cards */
.pnl-aside-ac4931d--cards .pnl-aside-ac4931d__grid { gap: 1.25rem; }
.pnl-aside-ac4931d--cards .pnl-aside-ac4931d__unit {
    padding: 1.25rem;
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    min-width: 160px;
    flex: 1;
}

/* Stats variant: bar */
.pnl-aside-ac4931d--bar { padding: 0; }
.pnl-aside-ac4931d__bar {
    display: flex;
    background: var(--signal-30df6d93);
    color: #fff;
    padding: 1.25rem 0;
}
.pnl-aside-ac4931d--bar .pnl-aside-ac4931d__unit { flex: 1; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); padding: 0.5rem 1rem; }
.pnl-aside-ac4931d--bar .pnl-aside-ac4931d__unit:last-child { border-right: none; }
.pnl-aside-ac4931d--bar .pnl-aside-ac4931d__digit { color: #fff; font-size: 2rem; }
.pnl-aside-ac4931d--bar .pnl-aside-ac4931d__label { color: var(--ink-0e81aac9); }

/* === Body / Block === */
.cp-cb35 { padding: clamp(2rem, 4vw, 3.5rem) 0; }

.wp-cta-e9a1 {
    margin-bottom: 1.25rem;
    padding: 1.5rem;
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    background: var(--card-bg);
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition), border-color var(--transition), transform var(--transition);
}
.wp-cta-e9a1:hover { box-shadow: var(--shadow-hover); border-color: var(--brand-light); transform: translateY(-2px); }
.wp-cta-e9a1__icon { margin-bottom: 0.75rem; }
.wp-cta-e9a1__icon img { width: 48px; height: 48px; }

/* === Advantages === */
.cp-ea80e0 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.cp-ea80e0 h2 { text-align: center; margin-bottom: 1.5rem; }
.cp-ea80e0__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.cp-ea80e0__unit {
    padding: 1.5rem;
    background: var(--card-bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition), transform var(--transition);
    text-align: center;
    border: var(--border-w) solid transparent;
}
.cp-ea80e0__unit:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); border-color: var(--brand-light); }
.cp-ea80e0__unit h3 { margin-top: 0.5rem; }
.cp-ea80e0__icon img { width: 48px; height: 48px; margin: 0 auto; }

/* Adv variant: list */
.cp-ea80e0--list .cp-ea80e0__grid { grid-template-columns: 1fr; gap: 1rem; }
.cp-ea80e0--list .cp-ea80e0__unit { display: flex; gap: 1.25rem; text-align: left; align-items: flex-start; }
.cp-ea80e0--list .cp-ea80e0__icon { flex-shrink: 0; }
.cp-ea80e0--list .cp-ea80e0__text p { margin-bottom: 0; }

/* Adv variant: numbered */
.cp-ea80e0--numbered .cp-ea80e0__grid { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.cp-ea80e0--numbered .cp-ea80e0__unit { display: flex; gap: 1rem; text-align: left; padding: 1.25rem; }
.cp-ea80e0__num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-light);
    color: var(--brand-dark);
    font-weight: 700;
    font-size: 1.25rem;
    border-radius: var(--radius);
    font-family: var(--ff-heading);
}
.cp-ea80e0--numbered .cp-ea80e0__text p { margin-bottom: 0; }

/* Adv variant: bordered */
.cp-ea80e0--bordered .cp-ea80e0__unit {
    border: var(--border-w) solid var(--border-color);
    border-left: 4px solid var(--brand-color);
    text-align: left;
    border-radius: 0 var(--radius) var(--radius) 0;
}
.cp-ea80e0--bordered .cp-ea80e0__unit:hover { border-left-color: var(--accent-color); }

/* === Tariffs === */
.mod-view-d07d { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.mod-view-d07d > .hd-form-79459a > h2 { text-align: center; margin-bottom: 1.5rem; }
.mod-view-d07d__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.mod-view-d07d__box {
    padding: 1.75rem;
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    transition: box-shadow var(--transition), transform var(--transition);
    background: var(--card-bg);
}
.mod-view-d07d__box:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.mod-view-d07d__box--highlighted { border-color: var(--brand-color); box-shadow: 0 0 0 2px var(--brand-light); position: relative; }
.mod-view-d07d__emblem {
    position: absolute; top: -12px; right: 16px;
    background: #dcfce7; color: #166534;
    font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
    padding: 4px 10px; border-radius: 6px; letter-spacing: 0.5px;
}
.mod-view-d07d__cost { font-size: 1.75rem; font-weight: 700; color: var(--brand-color); margin: 0.5rem 0; }
.mod-view-d07d__pluses { list-style: none; padding: 0; margin: 0.75rem 0; text-align: left; }
.mod-view-d07d__pluses li { padding: 0.35rem 0; border-bottom: 1px solid var(--border-color); font-size: 0.9rem; }

/* Tariff variant: horizontal */
.mod-view-d07d--horizontal .mod-view-d07d__grid { display: none; }
.mod-view-d07d__line {
    display: grid;
    grid-template-columns: 1fr 1.5fr auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.25rem;
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    margin-bottom: 0.75rem;
    background: var(--card-bg);
}
.mod-view-d07d__line--hl { border-color: var(--brand-color); background: var(--brand-light); }
.mod-view-d07d__line-head .mod-view-d07d__cost { font-size: 1.4rem; margin: 0.25rem 0; }
.mod-view-d07d__line-body .mod-view-d07d__pluses { margin: 0; }
.mod-view-d07d__line-body .mod-view-d07d__pluses li { display: inline; }
.mod-view-d07d__line-body .mod-view-d07d__pluses li::after { content: ' \00B7  '; }
.mod-view-d07d__line-body .mod-view-d07d__pluses li:last-child::after { content: ''; }

/* Tariff variant: minimal */
.mod-view-d07d--minimal .mod-view-d07d__grid { display: none; }
.mod-view-d07d__listing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border-color);
}
.mod-view-d07d--minimal .mod-view-d07d__cost { font-size: 1.25rem; white-space: nowrap; margin: 0; }

/* === Benefits === */
.bl-list-26ba { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.bl-list-26ba > .hd-form-79459a > h2 { text-align: center; margin-bottom: 1.5rem; }
.bl-list-26ba__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.bl-list-26ba__unit {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--card-bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.bl-list-26ba__unit h3 { margin-bottom: 0.2rem; }

/* Benefits variant: checklist */
.bl-list-26ba--checklist .bl-list-26ba__grid { display: none; }
.bl-list-26ba__listing { max-width: 700px; margin: 0 auto; }
.bl-list-26ba__tickmark-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
    align-items: flex-start;
}
.bl-list-26ba__tickmark-mark {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-color);
    color: var(--print-e19d615b);
    border-radius: 50%;
    font-size: 0.85rem;
    margin-top: 0.1rem;
}
.bl-list-26ba__tickmark-item p { margin: 0.25rem 0 0; color: var(--text-muted); font-size: 0.9rem; }

/* Benefits variant: icons */
.bl-list-26ba--icons .bl-list-26ba__unit { flex-direction: column; text-align: center; align-items: center; }
.bl-list-26ba__icon-big { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.5rem; }
.bl-list-26ba__icon-big img { width: 56px; height: 56px; }

/* === FAQ === */
.cp-cb35#faq { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.cp-cb35#faq h2, .cp-cb35 > .hd-form-79459a > h2 { text-align: center; margin-bottom: 1.5rem; }

/* FAQ variant: grid. min(480px, 100%) so a column never forces a width wider than
   the viewport — a bare minmax(480px,...) overflows horizontally below 480px wide. */
.cp-cb35__qa-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(480px, 100%), 1fr)); gap: 1rem; }

/* FAQ details/accordion */
details.wp-cta-e9a1 { cursor: pointer; }
details.wp-cta-e9a1 summary { font-weight: 600; }
details.wp-cta-e9a1[open] summary { color: var(--brand-color); }

/* === CTA === */
.cmp-body-d0d36 {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: var(--edge-5ad23a3b) !important;
    color: #fff;
    text-align: center;
}
.cmp-body-d0d36 h2 { color: #fff; margin-bottom: 0.75rem; }
.cmp-body-d0d36 p { color: #fff; max-width: 600px; margin-left: auto; margin-right: auto; }
.cmp-body-d0d36 .btn { background: #fff; color: var(--paint-43b9ee3b); border-color: #fff; margin-top: 0.75rem; }
.cmp-body-d0d36 .btn:hover { background: rgba(255,255,255,0.9); }

/* CTA variant: card */
.cmp-body-d0d36--card-wrap { background: var(--bg-alt) !important; }
.cmp-body-d0d36__box {
    max-width: 640px;
    margin: 0 auto;
    padding: 2.5rem;
    background: var(--edge-5ad23a3b);
    border-radius: var(--radius);
    text-align: center;
}
.cmp-body-d0d36__box h2 { color: #fff; }
.cmp-body-d0d36__box p { color: #fff; }
.cmp-body-d0d36__box .btn { background: #fff; color: var(--paint-43b9ee3b); border-color: #fff; }

/* CTA variant: split */
.cmp-body-d0d36--split { text-align: left; }
.cmp-body-d0d36__half-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: center; }
.cmp-body-d0d36__half-action { text-align: center; }

/* === Products === */
.wrp-part-227f { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.wrp-part-227f > .hd-form-79459a > h2 { text-align: center; margin-bottom: 1.5rem; }
.wrp-part-227f__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.wrp-part-227f__box {
    border-radius: var(--radius);
    overflow: hidden;
    border: var(--border-w) solid var(--border-color);
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition), transform var(--transition);
    background: var(--card-bg);
}
.wrp-part-227f__box:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.wrp-part-227f__box-body { padding: 1.25rem; }

/* Products variant: list */
.wrp-part-227f--list .wrp-part-227f__grid { display: none; }
.wrp-part-227f__listing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border-bottom: 1px solid var(--border-color);
}
.wrp-part-227f__listing-item:last-child { border-bottom: none; }
.wrp-part-227f__listing-item p { margin: 0; }

/* Products variant: inline */
.wrp-part-227f--inline .wrp-part-227f__grid { display: none; }
.wrp-part-227f__flow-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.wrp-part-227f__flow-item {
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem;
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    background: var(--card-bg);
    transition: border-color var(--transition);
    color: var(--text-main);
    flex: 1 1 auto;
    min-width: 200px;
}
.wrp-part-227f__flow-item:hover { border-color: var(--brand-color); }
.wrp-part-227f__flow-item span { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.25rem; }

/* === Steps === */
.bl-cta-2f8f0 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.bl-cta-2f8f0 > .hd-form-79459a > h2 { text-align: center; margin-bottom: 1.5rem; }
.bl-cta-2f8f0__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.25rem; counter-reset: step; position: relative; }
.bl-cta-2f8f0__unit { text-align: center; position: relative; }
.bl-cta-2f8f0__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--brand-color);
    color: var(--print-e19d615b);
    font-weight: 700;
    font-size: 1.25rem;
    border-radius: 50%;
    margin-bottom: 0.75rem;
    font-family: var(--ff-heading);
}
.bl-cta-2f8f0__unit h3 { font-size: 1.1rem; }
.bl-cta-2f8f0__unit p { font-size: 0.9rem; color: var(--text-muted); margin: 0; }
/* Connector line between steps */
.bl-cta-2f8f0__unit:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 24px;
    left: calc(50% + 28px);
    width: calc(100% + 1.25rem - 56px);
    height: 2px;
    background: var(--border-color);
    z-index: 1;
}

/* Transparent header: push hero content below header */
.pg-2b0493--transparent ~ main > .mod-col-a06f86 { padding-top: calc(80px + 2rem); }
/* Transparent header on non-hero pages (single, subpages): push first child down */
.pg-2b0493--transparent ~ main > .hd-form-79459a:first-child { padding-top: calc(80px + 2rem); }
.pg-2b0493--transparent ~ main > .cp-cb35:first-child { padding-top: calc(80px + 2rem); }

/* === Testimonials === */
.bl-inner-bf887 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.bl-inner-bf887 > .hd-form-79459a > h2 { text-align: center; margin-bottom: 1.5rem; }
.bl-inner-bf887__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.bl-inner-bf887__box {
    padding: 1.5rem;
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.bl-inner-bf887__saying {
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1rem;
    padding: 0;
    border: none;
    color: var(--text-main);
    position: relative;
    padding-left: 1.5rem;
}
.bl-inner-bf887__saying::before { content: '\201C'; font-size: 2.5rem; color: var(--mark-3777cdad); position: absolute; top: -0.5rem; left: 0; font-family: serif; line-height: 1; }
.bl-inner-bf887__writer { display: flex; gap: 0.75rem; align-items: center; }
.bl-inner-bf887__face { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.bl-inner-bf887__face img { width: 100%; height: 100%; object-fit: cover; }
.bl-inner-bf887__jobrole { display: block; color: var(--text-muted); font-size: 0.9rem; }
.bl-inner-bf887__source { display: block; font-style: normal; margin-top: 0.75rem; color: var(--text-muted); }
.bl-inner-bf887__source strong { color: var(--text-main); }
.bl-inner-bf887__meta { color: var(--text-muted); font-size: 0.9rem; }
.bl-inner-bf887__meta strong { color: var(--text-main); }

/* -- test-bubble -- */
.bl-inner-bf887--bubble .bl-inner-bf887__balloon {
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    padding: 1.25rem;
    position: relative;
    margin-bottom: 1rem;
}
.bl-inner-bf887--bubble .bl-inner-bf887__balloon::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 24px;
    width: 0; height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--card-bg);
}
.bl-inner-bf887--bubble .bl-inner-bf887__balloon::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 23px;
    width: 0; height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid var(--border-color);
}
.bl-inner-bf887--bubble .bl-inner-bf887__box { background: none; border: none; box-shadow: none; padding: 0; }
.bl-inner-bf887--bubble .bl-inner-bf887__saying { padding-left: 0; margin: 0; }
.bl-inner-bf887--bubble .bl-inner-bf887__saying::before { display: none; }
.bl-inner-bf887--bubble .bl-inner-bf887__writer { padding-left: 0.5rem; }

/* -- test-minimal -- */
.bl-inner-bf887--minimal { text-align: center; }
.bl-inner-bf887--minimal .hd-form-79459a > h2 { margin-bottom: 2rem; }
.bl-inner-bf887--minimal .bl-inner-bf887__listing { max-width: 700px; margin: 0 auto; }
.bl-inner-bf887--minimal .bl-inner-bf887__unit { padding: 2rem 0; border-bottom: 1px solid var(--border-color); }
.bl-inner-bf887--minimal .bl-inner-bf887__unit:last-child { border-bottom: none; }
.bl-inner-bf887--minimal .bl-inner-bf887__saying { font-size: 1.1rem; padding-left: 0; }
.bl-inner-bf887--minimal .bl-inner-bf887__saying::before { display: none; }

/* -- test-featured -- */
.bl-inner-bf887--featured .bl-inner-bf887__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.bl-inner-bf887--featured .bl-inner-bf887__box--feat {
    grid-column: 1 / -1;
    border-left: 4px solid var(--brand-color);
    background: color-mix(in srgb, var(--brand-color) 5%, var(--card-bg));
}
.bl-inner-bf887--featured .bl-inner-bf887__box--feat .bl-inner-bf887__face { width: 72px; height: 72px; }

/* -- test-horizontal -- */
.bl-inner-bf887--horizontal .bl-inner-bf887__line {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    margin-bottom: 1rem;
}
.bl-inner-bf887--horizontal .bl-inner-bf887__line:last-child { margin-bottom: 0; }
.bl-inner-bf887--horizontal .bl-inner-bf887__face { width: 64px; height: 64px; border-radius: 8px; flex-shrink: 0; overflow: hidden; }
.bl-inner-bf887--horizontal .bl-inner-bf887__face img { border-radius: 8px; }
.bl-inner-bf887--horizontal .bl-inner-bf887__content { flex: 1; }
.bl-inner-bf887--horizontal .bl-inner-bf887__saying { padding-left: 0; margin-bottom: 0.75rem; }
.bl-inner-bf887--horizontal .bl-inner-bf887__saying::before { display: none; }

/* -- test-accent -- */
.bl-inner-bf887--accent .bl-inner-bf887__box {
    border-left: 3px solid var(--brand-color);
    background: color-mix(in srgb, var(--brand-color) 4%, var(--card-bg));
    position: relative;
    overflow: hidden;
}
.bl-inner-bf887--accent .bl-inner-bf887__box::after {
    content: '\201D';
    position: absolute;
    top: -0.5rem;
    right: 0.5rem;
    font-size: 6rem;
    font-family: serif;
    line-height: 1;
    color: var(--brand-color);
    opacity: 0.07;
    pointer-events: none;
}
.bl-inner-bf887--accent .bl-inner-bf887__saying::before { display: none; }
.bl-inner-bf887--accent .bl-inner-bf887__saying { padding-left: 0; }

/* -- test-large-avatar -- */
.bl-inner-bf887--lg-avatar .bl-inner-bf887__box { text-align: center; }
.bl-inner-bf887--lg-avatar .bl-inner-bf887__face { width: 80px; height: 80px; margin: 0 auto 1rem; }
.bl-inner-bf887--lg-avatar .bl-inner-bf887__saying { padding-left: 0; text-align: center; }
.bl-inner-bf887--lg-avatar .bl-inner-bf887__saying::before { position: static; display: block; text-align: center; margin-bottom: -0.5rem; }
.bl-inner-bf887--lg-avatar .bl-inner-bf887__meta { margin-top: 0.75rem; }

/* -- test-masonry -- */
.bl-inner-bf887--masonry .bl-inner-bf887__grid { display: block; column-count: 2; column-gap: 1.25rem; }
.bl-inner-bf887--masonry .bl-inner-bf887__box { break-inside: avoid; margin-bottom: 1.25rem; border-top: 3px solid var(--brand-color); box-shadow: none; }
.bl-inner-bf887--masonry .bl-inner-bf887__saying::before { display: none; }
.bl-inner-bf887--masonry .bl-inner-bf887__saying { padding-left: 0; }

/* -- test-sidebar -- */
.bl-inner-bf887--sidebar .bl-inner-bf887__structure { display: grid; grid-template-columns: 280px 1fr; gap: 2.5rem; align-items: start; }
.bl-inner-bf887--sidebar .bl-inner-bf887__side { position: sticky; top: 2rem; }
.bl-inner-bf887--sidebar .bl-inner-bf887__side h2 { text-align: left; margin-bottom: 1rem; }
.bl-inner-bf887--sidebar .bl-inner-bf887__side::after { content: ''; display: block; width: 48px; height: 3px; background: var(--brand-color); margin-top: 1rem; border-radius: 2px; }
.bl-inner-bf887--sidebar .bl-inner-bf887__box { margin-bottom: 1rem; }
.bl-inner-bf887--sidebar .bl-inner-bf887__box:last-child { margin-bottom: 0; }

/* -- test-stack -- */
.bl-inner-bf887--stack .bl-inner-bf887__grid { display: flex; flex-direction: column; gap: 0; }
.bl-inner-bf887--stack .bl-inner-bf887__box { display: flex; gap: 1.5rem; align-items: center; padding: 2rem; border: none; border-radius: 0; box-shadow: none; }
.bl-inner-bf887--stack .bl-inner-bf887__box:nth-child(even) { background: var(--bg-alt); }
.bl-inner-bf887--stack .bl-inner-bf887__box:nth-child(odd) { background: var(--card-bg); }
.bl-inner-bf887--stack .bl-inner-bf887__saying { flex: 1; padding-left: 0; margin-bottom: 0; }
.bl-inner-bf887--stack .bl-inner-bf887__saying::before { display: none; }
.bl-inner-bf887--stack .bl-inner-bf887__writer { flex-shrink: 0; text-align: right; }
.bl-inner-bf887--stack .bl-inner-bf887__face { width: 56px; height: 56px; }

/* === Partners === */
.wrp-inner-3470 { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.wrp-inner-3470 > .hd-form-79459a > h2 { text-align: center; margin-bottom: 1.5rem; }
.wrp-inner-3470__logos { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: center; }
.wrp-inner-3470__symbol-item { display: flex; align-items: center; justify-content: center; min-width: 120px; }
.wrp-inner-3470__symbol-item img { max-height: 48px; width: auto; filter: grayscale(100%); opacity: 0.6; transition: all var(--transition); }
.wrp-inner-3470__symbol-item:hover img { filter: grayscale(0%); opacity: 1; }
.wrp-inner-3470__symbol-text {
    padding: 0.5rem 1.5rem;
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    font-weight: 500;
    color: var(--text-muted);
    font-size: 0.9rem;
    transition: color var(--transition), border-color var(--transition);
}
.wrp-inner-3470__symbol-item:hover .wrp-inner-3470__symbol-text { color: var(--brand-color); border-color: var(--brand-color); }
.wrp-inner-3470__logos--named .wrp-inner-3470__symbol-item { flex-direction: column; gap: 0.45rem; }
.wrp-inner-3470__symbol-name { font-size: 0.8rem; color: var(--text-muted); letter-spacing: 0.02em; }
.wrp-inner-3470__symbol-item:hover .wrp-inner-3470__symbol-name { color: var(--brand-color); }

/* === Gallery === */
.box-aside-5e2ee { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.box-aside-5e2ee > .hd-form-79459a > h2 { text-align: center; margin-bottom: 1.5rem; }
.box-aside-5e2ee__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0.75rem; }
.box-aside-5e2ee__unit { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/3; }
.box-aside-5e2ee__unit img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition); }
.box-aside-5e2ee__unit:hover img { transform: scale(1.05); }
.box-aside-5e2ee__note {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem;
    background: rgba(0,0,0,0.62);
    color: #fff;
    font-size: 0.85rem;
    text-align: center;
}

/* === Blog === */
.blk-grid-2458 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.blk-grid-2458 > .hd-form-79459a > h2 { text-align: center; margin-bottom: 1.5rem; }
.blk-grid-2458__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.blk-grid-2458__pic { border-radius: var(--radius); overflow: hidden; margin-bottom: 0.75rem; }
.blk-grid-2458__pic img { width: 100%; height: 180px; object-fit: cover; display: block; }
.blk-grid-2458__date { font-size: 0.8rem; color: var(--text-muted); display: block; margin-bottom: 0.25rem; }
.blk-grid-2458__intro { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }
.blk-grid-2458__more-link { font-size: 0.85rem; color: var(--mark-3777cdad); text-decoration: none; font-weight: 500; }
.blk-grid-2458__more-link:hover { text-decoration: underline; }
/* Blog: list variant */
.blk-grid-2458--list .blk-grid-2458__unit { display: flex; gap: 1.25rem; padding: 1rem 0; border-bottom: 1px solid var(--border-color); }
.blk-grid-2458--list .blk-grid-2458__pic { flex-shrink: 0; width: 200px; margin: 0; }
.blk-grid-2458--list .blk-grid-2458__pic img { height: 130px; }
.blk-grid-2458--list .blk-grid-2458__unit-body h3 { margin: 0 0 0.25rem; font-size: 1.1rem; }
.blk-grid-2458--list .blk-grid-2458__unit-body h3 a { color: var(--text-main); text-decoration: none; }
.blk-grid-2458--list .blk-grid-2458__unit-body h3 a:hover { color: var(--brand-color); }
/* Blog: cards variant */
.blk-grid-2458--cards .blk-grid-2458__box { display: flex; flex-direction: column; }
.blk-grid-2458--cards .blk-grid-2458__box-body { flex: 1; display: flex; flex-direction: column; padding: 1rem 0; }
.blk-grid-2458--cards .blk-grid-2458__box-body h3 { margin: 0.25rem 0 0.5rem; font-size: 1.05rem; }
.blk-grid-2458--cards .blk-grid-2458__box-body h3 a { color: var(--text-main); text-decoration: none; }
.blk-grid-2458--cards .blk-grid-2458__box-body h3 a:hover { color: var(--brand-color); }
.blk-grid-2458--cards .blk-grid-2458__more-link { margin-top: auto; }
/* Blog: minimal variant */
.blk-grid-2458--minimal .blk-grid-2458__listing { list-style: none; padding: 0; }
.blk-grid-2458--minimal .blk-grid-2458__listing li { padding: 0.75rem 0; border-bottom: 1px solid var(--border-color); display: flex; justify-content: space-between; align-items: center; }
.blk-grid-2458--minimal .blk-grid-2458__listing a { color: var(--text-main); text-decoration: none; font-weight: 500; }
.blk-grid-2458--minimal .blk-grid-2458__listing a:hover { color: var(--brand-color); }

/* === Comments/Reviews === */
.cp-cb35--cm-cards, .cp-cb35--cm-list, .cp-cb35--cm-bubbles { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.cp-cb35--cm-cards > .hd-form-79459a > h2, .cp-cb35--cm-list > .hd-form-79459a > h2, .cp-cb35--cm-bubbles > .hd-form-79459a > h2 { text-align: center; margin-bottom: 1.5rem; }
/* Comments: cards */
.cp-cb35__cm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.cp-cb35__cm-card { padding: 1.25rem; }
.cp-cb35__cm-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.cp-cb35__cm-header img { border-radius: 50%; }
.cp-cb35__cm-header strong { font-size: 0.95rem; }
.cp-cb35__cm-header small { color: var(--text-muted); }
.cp-cb35__cm-card p { font-size: 0.9rem; line-height: 1.6; color: var(--text-muted); margin: 0; }
/* Comments: list */
.cp-cb35--cm-list .cp-cb35__cm-item { padding: 1rem 0; border-bottom: 1px solid var(--border-color); }
.cp-cb35--cm-list .cp-cb35__cm-item strong { margin-right: 0.75rem; }
.cp-cb35--cm-list .cp-cb35__cm-item time { font-size: 0.8rem; color: var(--text-muted); }
.cp-cb35--cm-list .cp-cb35__cm-item p { margin: 0.5rem 0 0; font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }
/* Comments: bubbles */
.cp-cb35--cm-bubbles .cp-cb35__cm-bubble { display: flex; gap: 1rem; margin-bottom: 1.25rem; }
.cp-cb35__cm-avatar img { border-radius: 50%; flex-shrink: 0; }
.cp-cb35__cm-content { background: var(--card-bg); border-radius: var(--radius); padding: 1rem 1.25rem; position: relative; }
.cp-cb35__cm-content p { margin: 0 0 0.5rem; font-size: 0.95rem; font-style: italic; line-height: 1.6; }
.cp-cb35__cm-content cite { font-size: 0.8rem; color: var(--text-muted); font-style: normal; font-weight: 600; }

/* === Team === */
.sec-flow-c1ad0ca { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.sec-flow-c1ad0ca > .hd-form-79459a > h2 { text-align: center; margin-bottom: 0.5rem; }
.sec-flow-c1ad0ca__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.sec-flow-c1ad0ca__box { text-align: center; background: var(--card-bg); border: var(--border-w) solid var(--border-color); border-radius: var(--radius); overflow: hidden; transition: transform var(--transition), box-shadow var(--transition); }
.sec-flow-c1ad0ca__box:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.sec-flow-c1ad0ca__photo { aspect-ratio: 1/1; overflow: hidden; }
.sec-flow-c1ad0ca__photo img { width: 100%; height: 100%; object-fit: cover; }
.sec-flow-c1ad0ca__box h3 { margin: 0.75rem 0 0.25rem; font-size: 1rem; }
.sec-flow-c1ad0ca__box p { font-size: 0.85rem; color: var(--text-muted); margin: 0 0 0.75rem; padding: 0 1rem; }
.sec-flow-c1ad0ca--list .sec-flow-c1ad0ca__grid { grid-template-columns: 1fr; }
.sec-flow-c1ad0ca--list .sec-flow-c1ad0ca__box { display: flex; text-align: left; }
.sec-flow-c1ad0ca--list .sec-flow-c1ad0ca__photo { width: 120px; flex-shrink: 0; aspect-ratio: 1/1; }
.sec-flow-c1ad0ca--compact .sec-flow-c1ad0ca__grid { gap: 1rem; }
.sec-flow-c1ad0ca--compact .sec-flow-c1ad0ca__photo { width: 80px; height: 80px; border-radius: 50%; margin: 1rem auto 0.5rem; }

/* === Code Showcase (CSS-only tabs) === */.sec-239b { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.sec-239b > .hd-form-79459a > h2 { text-align: center; margin-bottom: 0.5rem; }
.sec-239b__panel { position: relative; max-width: 720px; margin: 2rem auto 0; }
.sec-239b__selector { display: none; }
.sec-239b__tabbar { display: flex; gap: 5px; }
.sec-239b__seg-btn { padding: 10px 25px; font-size: 0.9rem; font-weight: 600; color: var(--text-muted); background: var(--bg-alt); border-radius: 8px 8px 0 0; cursor: pointer; transition: background var(--transition), color var(--transition); }
.sec-239b__snippet-block { display: none; background: #1e293b; border-radius: 0 8px 8px 8px; overflow-x: auto; }
.sec-239b__snippet-block pre { color: #f1f5f9; padding: 25px; font-size: 0.85rem; line-height: 1.6; margin: 0; font-family: 'SFMono-Regular',Consolas,'Liberation Mono',Menlo,monospace; }
.sec-239b__snippet-block code { white-space: pre; }
.sec-239b__selector:nth-of-type(1):checked ~ .sec-239b__snippet-block--curl { display: block; }
.sec-239b__selector:nth-of-type(2):checked ~ .sec-239b__snippet-block--python { display: block; }
.sec-239b__selector:nth-of-type(3):checked ~ .sec-239b__snippet-block--php { display: block; }
.sec-239b__selector:nth-of-type(1):checked ~ .sec-239b__tabbar .sec-239b__seg-btn:nth-of-type(1),
.sec-239b__selector:nth-of-type(2):checked ~ .sec-239b__tabbar .sec-239b__seg-btn:nth-of-type(2),
.sec-239b__selector:nth-of-type(3):checked ~ .sec-239b__tabbar .sec-239b__seg-btn:nth-of-type(3) {
    background: #1e293b; color: #fff;
}
/* === Categories === */
.blk-area-47989c9 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.blk-area-47989c9 > .hd-form-79459a > h2 { text-align: center; margin-bottom: 0.5rem; }
.blk-area-47989c9__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; }
.blk-area-47989c9__box { padding: 1.5rem; background: var(--card-bg); border: var(--border-w) solid var(--border-color); border-radius: var(--radius); text-decoration: none; color: var(--text-main); transition: all var(--transition); display: block; }
.blk-area-47989c9__box:hover { border-color: var(--brand-color); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.blk-area-47989c9__unit { text-decoration: none; color: var(--text-main); transition: background var(--transition); }
.blk-area-47989c9__unit:hover { background: var(--bg-alt); }
.blk-area-47989c9--icons .blk-area-47989c9__unit { text-decoration: none; color: var(--text-main); transition: color var(--transition); }
.blk-area-47989c9--icons .blk-area-47989c9__unit:hover { color: var(--brand-color); }

/* === Comparison === */
.ui-hub-ac387 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.ui-hub-ac387 > .hd-form-79459a > h2 { text-align: center; margin-bottom: 0.5rem; }
.ui-hub-ac387__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.ui-hub-ac387__box { padding: 1.5rem; background: var(--card-bg); border: var(--border-w) solid var(--border-color); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.ui-hub-ac387__box:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.ui-hub-ac387__box h3 { margin: 0 0 0.75rem; font-size: 1.1rem; }
.ui-hub-ac387__grade { color: var(--accent-color); font-size: 1.1rem; margin-bottom: 0.75rem; }
.ui-hub-ac387__pros, .ui-hub-ac387__cons { font-size: 0.9rem; margin-bottom: 0.5rem; }
.ui-hub-ac387__tbl { width: 100%; border-spacing: 0; border-collapse: collapse; }
.ui-hub-ac387__tbl th { font-weight: 600; color: var(--text-main); background: var(--bg-alt); }
.ui-hub-ac387__tbl td, .ui-hub-ac387__tbl th { padding: 0.75rem; border-bottom: 1px solid var(--border-color); text-align: left; }
.ui-hub-ac387__tbl tr:hover td { background: var(--bg-alt); }
.ui-hub-ac387__wrapper { overflow-x: auto; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid var(--border-color); }
.ui-hub-ac387__hcell-feature, .ui-hub-ac387__cell-feature { position: sticky; left: 0; z-index: 1; background: var(--bg-main); box-shadow: 2px 0 5px rgba(0,0,0,0.05); }
.ui-hub-ac387__hcell-feature { z-index: 2; background: var(--bg-alt); }
.ui-hub-ac387__hcell-hl { background: var(--brand-light); border-top: 3px solid var(--brand-color); color: var(--brand-dark); }
.ui-hub-ac387__cell-hl { background: var(--brand-light); }
.ui-hub-ac387--list .ui-hub-ac387__unit { padding: 1.25rem 0; border-bottom: 1px solid var(--border-color); }

/* === Projects === */
.blk-form-bae7c31 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.blk-form-bae7c31 > .hd-form-79459a > h2 { text-align: center; margin-bottom: 0.5rem; }
.blk-form-bae7c31__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.blk-form-bae7c31__box { background: var(--card-bg); border: var(--border-w) solid var(--border-color); border-radius: var(--radius); overflow: hidden; transition: transform var(--transition), box-shadow var(--transition); }
.blk-form-bae7c31__box:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.blk-form-bae7c31__box img { width: 100%; height: 200px; object-fit: cover; display: block; }
.blk-form-bae7c31__box-body { padding: 1.25rem; }
.blk-form-bae7c31__box-body h3 { margin: 0 0 0.5rem; font-size: 1.05rem; }
.blk-form-bae7c31__box-body p { font-size: 0.9rem; color: var(--text-muted); margin: 0; }
.blk-form-bae7c31__keyword { display: inline-block; font-size: 0.75rem; background: var(--bg-alt); color: var(--text-muted); padding: 0.2rem 0.6rem; border-radius: 1rem; margin-bottom: 0.5rem; }
.blk-form-bae7c31--case .blk-form-bae7c31__grid { grid-template-columns: 1fr; gap: 2rem; }
.blk-form-bae7c31--case .blk-form-bae7c31__unit { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: center; }
.blk-form-bae7c31--case .blk-form-bae7c31__unit img { width: 100%; height: auto; display: block; border-radius: var(--radius); }
.blk-form-bae7c31--minimal .blk-form-bae7c31__grid { grid-template-columns: 1fr; }
.blk-form-bae7c31--minimal .blk-form-bae7c31__unit { padding: 1rem 0; border-bottom: 1px solid var(--border-color); }

/* === Entry content === */
.pnl-nav-93d99c5 { line-height: 1.8; }
.pnl-nav-93d99c5 p { margin-bottom: 1rem; }
.pnl-nav-93d99c5 h2, .pnl-nav-93d99c5 h3, .pnl-nav-93d99c5 h4 { margin: 1.5rem 0 0.75rem; }
.pnl-nav-93d99c5 img { max-width: 100%; height: auto; border-radius: var(--radius); }
.pnl-nav-93d99c5 ul, .pnl-nav-93d99c5 ol { margin: 0 0 1rem 1.5rem; }
.pnl-nav-93d99c5 blockquote { border-left: 3px solid var(--brand-color); padding: 0.75rem 1.25rem; margin: 1rem 0; background: var(--bg-alt); border-radius: var(--radius); }

/* === Promo images === */
.blk-shelf-7624a { padding: clamp(1.5rem, 3vw, 2.5rem) 0; }
.blk-shelf-7624a__rail { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(1rem, 3vw, 2.5rem); }
.blk-shelf-7624a__unit { display: inline-flex; align-items: center; }
.blk-shelf-7624a__unit img { max-height: 40px; width: auto; filter: grayscale(1); opacity: 0.6; transition: all var(--transition); }
.blk-shelf-7624a__unit:hover img { filter: grayscale(0); opacity: 1; }
.blk-shelf-7624a__unit a { text-decoration: none; }

/* === Marquee banner === */
@keyframes tgd3b35 { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.mn-83221b3 { background: var(--brand-color); overflow: hidden; padding: 0.6rem 0; white-space: nowrap; }
.mn-83221b3__track { display: inline-flex; animation: tgd3b35 25s linear infinite; }
.mn-83221b3__text { display: inline-block; padding: 0 2rem; font-size: 0.95rem; font-weight: 500; color: var(--print-e19d615b); letter-spacing: 0.02em; }
/* === Custom blocks === */
.wp-cta-e9a1 { padding: 2rem 0; }
.wp-cta-e9a1 > div { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.wp-cta-e9a1 h2 { text-align: center; margin-bottom: 1.5rem; }
.wp-cta-e9a1 p { max-width: 48rem; margin: 0.75rem auto; line-height: 1.7; color: var(--text-main); }

/* === Footer === */
.wp-hub-94a4e0d {
    background: var(--signal-30df6d93);
    color: var(--ink-0e81aac9);
    padding: 2rem 0 1.25rem;
    margin-top: 0;
}
.wp-hub-94a4e0d__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-bottom: 1.25rem; }
.wp-hub-94a4e0d__cols h3 { color: #fff; font-size: 1rem; margin-bottom: 0.5rem; }
.wp-hub-94a4e0d__cols p { font-size: 0.9rem; margin-bottom: 0.4rem; }
.wp-hub-94a4e0d__cols a { color: var(--ink-0e81aac9); }
.wp-hub-94a4e0d__cols a:hover { color: #fff; }
.wp-hub-94a4e0d__cols ul { list-style: none; padding: 0; }
.wp-hub-94a4e0d__cols ul li { margin-bottom: 0.35rem; }
.wp-hub-94a4e0d__cols nav ul { list-style: none; padding: 0; column-width: 11rem; column-count: 1; column-gap: 1.5rem; } /* column-width caps columns: collapse to 1 on narrow footer cols so long RU labels don't break (QA: footer font-wrap) */
.wp-hub-94a4e0d__cols nav ul li { margin-bottom: 0.35rem; break-inside: avoid; }
.wp-hub-94a4e0d__cols nav a { color: var(--ink-0e81aac9); font-size: 0.9rem; }
.wp-hub-94a4e0d__cols nav a:hover { color: #fff; }
/* minimal-rg quick-links: one centered horizontal row (parity with the other footers) */
.wp-hub-94a4e0d__linklist, .wp-hub-94a4e0d__linklist ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem 1.5rem; margin: 0 0 1.25rem; padding: 0; list-style: none; }
.wp-hub-94a4e0d__linklist ul { margin: 0; }
.wp-hub-94a4e0d__linklist li { margin: 0; list-style: none; }
.wp-hub-94a4e0d__linklist a { color: var(--ink-0e81aac9); font-size: 0.9rem; }
.wp-hub-94a4e0d__linklist a:hover { color: #fff; }
.wp-hub-94a4e0d__lower { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 0.75rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; flex-wrap: wrap; gap: 0.5rem; }
.wp-hub-94a4e0d__networks { display: flex; gap: 0.75rem; }
.wp-hub-94a4e0d__networks a { color: var(--ink-0e81aac9); }
.wp-hub-94a4e0d__networks a:hover { color: #fff; }

/* Footer: legal bar */
.wp-hub-94a4e0d__legal {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.5rem 0;
    font-size: 0.8rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 0.75rem;
    list-style: none;
}
.wp-hub-94a4e0d__legal li { list-style: none; }
.wp-hub-94a4e0d__legal a { color: var(--ink-0e81aac9); }
.wp-hub-94a4e0d__legal a:hover { color: rgba(255,255,255,0.9); }

/* Footer legal bar — randomized presentation (anti-fingerprint).
   Double-class beats any base `__legal` rule regardless of cascade order.
   Separators/pills use currentColor+opacity so they adapt to light or dark footers.
   Covers both children shapes: <a> (fallback div) and <li> (menu / iGaming <ul>). */
.wp-hub-94a4e0d__legal.wp-hub-94a4e0d__legal--sep-pipe,
.wp-hub-94a4e0d__legal.wp-hub-94a4e0d__legal--sep-dot,
.wp-hub-94a4e0d__legal.wp-hub-94a4e0d__legal--sep-bullet,
.wp-hub-94a4e0d__legal.wp-hub-94a4e0d__legal--sep-slash,
.wp-hub-94a4e0d__legal.wp-hub-94a4e0d__legal--sep-dash { flex-direction: row; flex-wrap: wrap; gap: 0.5rem; }
.wp-hub-94a4e0d__legal--sep-pipe > a + a::before, .wp-hub-94a4e0d__legal--sep-pipe > li + li::before { content: '\2502'; margin-right: 0.5rem; opacity: 0.4; }
.wp-hub-94a4e0d__legal--sep-dot > a + a::before, .wp-hub-94a4e0d__legal--sep-dot > li + li::before { content: '\00B7'; margin-right: 0.5rem; opacity: 0.55; }
.wp-hub-94a4e0d__legal--sep-bullet > a + a::before, .wp-hub-94a4e0d__legal--sep-bullet > li + li::before { content: '\2022'; margin-right: 0.5rem; opacity: 0.45; }
.wp-hub-94a4e0d__legal--sep-slash > a + a::before, .wp-hub-94a4e0d__legal--sep-slash > li + li::before { content: '/'; margin-right: 0.5rem; opacity: 0.4; }
.wp-hub-94a4e0d__legal--sep-dash > a + a::before, .wp-hub-94a4e0d__legal--sep-dash > li + li::before { content: '\2013'; margin-right: 0.5rem; opacity: 0.4; }
.wp-hub-94a4e0d__legal.wp-hub-94a4e0d__legal--stacked { flex-direction: column; gap: 0.4rem; }
.wp-hub-94a4e0d__legal.wp-hub-94a4e0d__legal--pills { flex-direction: row; flex-wrap: wrap; gap: 0.5rem; }
.wp-hub-94a4e0d__legal--pills > a, .wp-hub-94a4e0d__legal--pills > li > a { padding: 0.2rem 0.7rem; border: 1px solid currentColor; border-radius: 999px; line-height: 1.9; }

/* Footer bottom-strip arrangement (per-theme): copyright alignment + legal-divider on/off,
   so the legal-links / copyright bars are not laid out identically on every theme. */
.wp-hub-94a4e0d--fb-a .wp-hub-94a4e0d__lower, .wp-hub-94a4e0d--fb-b .wp-hub-94a4e0d__lower { justify-content: center; text-align: center; }
.wp-hub-94a4e0d--fb-c .wp-hub-94a4e0d__lower, .wp-hub-94a4e0d--fb-e .wp-hub-94a4e0d__lower { justify-content: flex-start; text-align: left; }
.wp-hub-94a4e0d--fb-d .wp-hub-94a4e0d__lower { justify-content: flex-end; text-align: right; }
.wp-hub-94a4e0d.wp-hub-94a4e0d--fb-b .wp-hub-94a4e0d__legal, .wp-hub-94a4e0d.wp-hub-94a4e0d--fb-d .wp-hub-94a4e0d__legal, .wp-hub-94a4e0d.wp-hub-94a4e0d--fb-e .wp-hub-94a4e0d__legal { border-bottom: 0; margin-bottom: 0.5rem; padding-bottom: 0; }

/* Footer: custom HTML */
.wp-hub-94a4e0d__custom { padding: 0.75rem 0; }

/* === Buttons === */
.btn {
    display: inline-block;
    padding: 10px 24px;
    font-family: var(--ff-body);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    /* Generator-repaired brand ink preserves hue while guaranteeing AA against the
       theme surface; unlike color-mix it is measured before the CSS is emitted. */
    border: var(--border-w) solid var(--mark-3777cdad);
    background: transparent;
    color: var(--mark-3777cdad);
    cursor: pointer;
    transition: all var(--transition);
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
}
.btn:hover { background: var(--brand-color); color: var(--print-e19d615b); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.btn-primary {
    background: var(--brand-color);
    color: var(--print-e19d615b);
    border-color: var(--brand-color);
}
.btn-primary:hover { background: var(--shade-4a031301); border-color: var(--shade-4a031301); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.btn-outline {
    background: transparent;
    color: var(--mark-3777cdad);
    border: 2px solid var(--mark-3777cdad);
}
.btn-outline:hover { background: var(--brand-color); color: var(--print-e19d615b); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

.cta-link {
    display: inline-block;
    padding: 10px 24px;
    font-family: var(--ff-body);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    background: var(--brand-color);
    color: var(--print-e19d615b);
    border: var(--border-w) solid var(--brand-color);
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
    cursor: pointer;
    transition: all var(--transition);
}
.cta-link:hover { background: var(--shade-4a031301); border-color: var(--shade-4a031301); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

/* A two-tone keyboard indicator stays visible on every generated surface: for any
   background, at least one of black/white clears the 3:1 non-text threshold. */
html body :where(a, button, input, textarea, select, [tabindex]):focus-visible {
    outline: 3px solid #000 !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 6px #fff !important;
}

/* === Section modifier utility classes === */
.bg--accent { background: linear-gradient(135deg, var(--bg-main) 0%, var(--bg-alt) 100%) !important; }
.bg--gradient {
    background: var(--brand-light) !important;
    /* Override ALL text vars to dark — accent-bg is always light */
    --color-text: #1e293b; --color-text-light: #475569; --color-card: #fff;
    --color-bg-alt: rgba(0,0,0,0.03); --color-border: rgba(0,0,0,0.12);
    --clr-body: #1e293b; --clr-body-light: #475569; --clr-card: #fff;
    --clr-surface-alt: rgba(0,0,0,0.03); --clr-border: rgba(0,0,0,0.12);
    --text-main: #1e293b; --text-muted: #475569; --card-bg: #fff;
    --bg-alt: rgba(0,0,0,0.03); --border-color: rgba(0,0,0,0.12);
}
.bg--gradient, .bg--gradient p, .bg--gradient li, .bg--gradient span, .bg--gradient h2, .bg--gradient h3 { color: #1e293b !important; }
.bg--gradient a:not(.btn):not(.btn-primary):not(.cta-link),
.bg--gradient .btn:not(.btn-primary), .bg--gradient .btn-outline { color: var(--face-1ec065f1); border-color: var(--face-1ec065f1); }
.bg--gradient .pnl-aside-ac4931d__digit { color: var(--brand-dark) !important; }
.bg--gradient .pnl-aside-ac4931d__label { color: #475569 !important; }
.bg--gradient .pnl-aside-ac4931d__bar { background: var(--brand-dark) !important; color: #fff !important; }
.bg--gradient .pnl-aside-ac4931d__bar .pnl-aside-ac4931d__digit, .bg--gradient .pnl-aside-ac4931d__bar .pnl-aside-ac4931d__label { color: #fff !important; }
.layer--blur {
    background: rgba(255,255,255,0.7) !important; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    /* Override ALL text vars to dark — glass bg is always light */
    --color-text: #1e293b; --color-text-light: #475569; --color-card: rgba(255,255,255,0.5);
    --color-bg-alt: rgba(0,0,0,0.03); --color-border: rgba(0,0,0,0.1);
    --clr-body: #1e293b; --clr-body-light: #475569; --clr-card: rgba(255,255,255,0.5);
    --clr-surface-alt: rgba(0,0,0,0.03); --clr-border: rgba(0,0,0,0.1);
    --text-main: #1e293b; --text-muted: #475569; --card-bg: rgba(255,255,255,0.5);
    --bg-alt: rgba(0,0,0,0.03); --border-color: rgba(0,0,0,0.1);
}
.layer--blur h2, .layer--blur h3, .layer--blur p, .layer--blur span { color: #1e293b; }
.layer--blur .pnl-aside-ac4931d__digit { color: var(--brand-dark); }
/* the stat --bar variant keeps its solid primary inner band even under glass — the
   primary-dark digits above land on it and vanish (live: shirokoformatnaya-pechat-spb.ru) */
.layer--blur .pnl-aside-ac4931d__bar .pnl-aside-ac4931d__digit, .layer--blur .pnl-aside-ac4931d__bar .pnl-aside-ac4931d__label { color: #fff !important; }
.layer--tint {
    background: var(--signal-30df6d93) !important;
    color: #fff;
    /* Override ALL CSS var sets so child elements auto-adapt on dark bg */
    /* Set A canonical */
    --color-card: rgba(255,255,255,0.08);
    --color-bg: transparent;
    --color-bg-alt: rgba(255,255,255,0.04);
    --color-text: #fff;
    --color-text-light: rgba(255,255,255,0.75);
    --color-border: rgba(255,255,255,0.15);
    --color-primary: var(--accent-color);
    --color-primary-dark: var(--accent-color);
    --color-primary-light: rgba(255,255,255,0.12);
    /* Set B canonical */
    --clr-card: rgba(255,255,255,0.08);
    --clr-surface: transparent;
    --clr-surface-alt: rgba(255,255,255,0.04);
    --clr-body: #fff;
    --clr-body-light: rgba(255,255,255,0.75);
    --clr-border: rgba(255,255,255,0.15);
    --clr-main: var(--clr-accent);
    --clr-main-dark: var(--clr-accent);
    --clr-main-light: rgba(255,255,255,0.12);
    /* Set C canonical */
    --card-bg: rgba(255,255,255,0.08);
    --bg-main: transparent;
    --bg-alt: rgba(255,255,255,0.04);
    --text-main: #fff;
    --text-muted: rgba(255,255,255,0.75);
    --border-color: rgba(255,255,255,0.15);
    --brand-color: var(--accent-color);
    --brand-dark: var(--accent-color);
    --brand-light: rgba(255,255,255,0.12);
    --print-e19d615b: var(--tone-bb82dfcd);
    --mark-3777cdad: #fff;
}
.layer--tint h2, .layer--tint h3 { color: #fff; }
.layer--tint p, .layer--tint li, .layer--tint span { color: rgba(255,255,255,0.9); }
.layer--tint a:not(.btn):not(.cta-link) { color: var(--read-b2399848); }
/* button-styled links keep their own colours — the accent link colour above would
   otherwise paint .btn-primary text the same accent as its (remapped) bg → invisible */
.layer--tint .btn-primary { color: var(--tone-bb82dfcd) !important; }
.layer--tint .cta-link { color: var(--tone-bb82dfcd) !important; }
/* Outline .btn on a dark-inverted section: primary is often a dark hue, so ANY mix of
   it fails contrast against the inverted bg (measured 2.3:1 on 1963.рф). White text +
   translucent white border is the only value that holds for every palette (~5.2:1). */
.layer--tint .btn { color: #fff; border-color: rgba(255,255,255,0.55); }
.layer--tint .btn:hover { background: rgba(255,255,255,0.14); color: #fff; border-color: #fff; }
.layer--tint .mod-view-d07d__cost { color: #fff; }
.layer--tint .block-subtitle { color: rgba(255,255,255,0.7); }
/* Big numeric accents are primary-coloured divs (not covered by the span/p rule) and
   the primary→accent remap above can land on a hue close to the dark bg — live case:
   stat values invisible on shirokoformatnaya-pechat-spb.ru. Force white. */
.layer--tint .pnl-aside-ac4931d__digit, .layer--tint .mod-b69d__figure { color: #fff !important; }
.layer--tint .pnl-aside-ac4931d__label { color: var(--ink-0e81aac9) !important; }
.layer--tint input::placeholder, .layer--tint textarea::placeholder { color: var(--ink-0e81aac9); }
.layer--tint .tile--lift { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); }

/* === Card modifier utility classes === */
.item--lift { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.box--minimal { border: var(--border-w) solid var(--border-color); box-shadow: none; }
.tile--lift { background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); }
.tile--shadow { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.tile--shadow:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); }
.tile--arrow { box-shadow: none; border: none; background: var(--bg-alt); }
.tile--outline { position: relative; padding-right: 2.5rem; cursor: pointer; transition: border-color 0.2s; }
.tile--outline::after { content: '\2192'; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: var(--text-muted); font-size: 1.1rem; transition: right 0.2s, color 0.2s; }
.tile--outline:hover { border-color: var(--brand-color); }
.tile--outline:hover::after { right: 0.75rem; color: var(--brand-color); }

/* === Forms === */
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], textarea, select {
    width: 100%;
    padding: 10px 14px;
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    background: var(--card-bg);
    color: var(--text-main);
    font-family: var(--ff-body);
    font-size: 1rem;
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
    margin-bottom: 0.75rem;
}
input::placeholder, textarea::placeholder { color: var(--text-muted); opacity: 1; }
input:focus, textarea:focus { border-color: var(--brand-color); box-shadow: 0 0 0 3px var(--brand-light); }

/* === Comment form === */
input[type="submit"], button[type="submit"] {
    display: inline-block;
    padding: 14px 22px;
    background: var(--accent-color);
    color: var(--tone-bb82dfcd);
    font-weight: 600;
    font-family: var(--ff-body);
    font-size: 1rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background var(--transition), transform var(--transition);
}
input[type="submit"]:hover, button[type="submit"]:hover { background: var(--shade-4a031301); color: #fff; transform: translateY(-1px); }
input[type="checkbox"], input[type="radio"] { accent-color: var(--brand-color); }
.comment-form p { margin-bottom: 0.85rem; }
.comment-form label { display: block; margin-bottom: 0.3rem; font-weight: 500; font-size: 0.9rem; }
.comment-form .required { color: var(--accent-color); }
.comment-form-cookies-consent { display: flex; align-items: baseline; gap: 0.5rem; }
.comment-form-cookies-consent label { display: inline; margin: 0; font-weight: 400; font-size: 0.82rem; color: var(--text-muted); }
.comment-notes { font-size: 0.82rem; color: var(--text-muted); }
.comment-reply-title { font-size: 1.3rem; margin-bottom: 1rem; }
.comment-reply-title small { font-size: 0.8rem; margin-left: 0.5rem; font-weight: 400; }
.hd-top-1f665b { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border-color); }
.hd-top-1f665b > h2 { margin-bottom: 1.5rem; }
.hd-top-1f665b > ol { list-style: none; padding: 0; margin: 0 0 2rem; }
.hd-top-1f665b .comment { margin-bottom: 1.25rem; }

/* === Utilities === */
.text-center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* === Responsive === */
@media (max-width: 768px) {
    :root { --gutter: 16px; }

    .wp-zone-0d98 .hd-form-79459a { font-size: 0.8rem; flex-wrap: wrap; justify-content: center; text-align: center; }

    .pg-2b0493 .hd-form-79459a { flex-wrap: wrap; }
    .pg-2b0493__identity { max-width: 100%; }
    .pg-2b0493__identity-name { min-width: 0; overflow-wrap: anywhere; word-break: normal; line-height: 1.2; }
    .pg-2b0493__actions { min-width: 0; flex-wrap: wrap; }
    .pg-2b0493__actions .pg-2b0493__cta, .pg-2b0493__line-brand .pg-2b0493__cta { max-width: 100%; white-space: normal; text-align: center; line-height: 1.25; }
    .pg-2b0493--agency-dark .pg-2b0493__line-brand > .hd-form-79459a,
    .pg-2b0493__line-brand > .hd-form-79459a { flex-wrap: wrap !important; gap: 0.75rem !important; }
    .pg-2b0493--agency-dark .pg-2b0493__identity-group { flex: 1 1 100%; min-width: 0; }
    .pg-2b0493--agency-dark .pg-2b0493__actions, .pg-2b0493__line-brand > .hd-form-79459a > .pg-2b0493__cta { flex: 1 1 100%; }
    .pg-2b0493--split-brand > .hd-form-79459a { flex-wrap: wrap !important; gap: 0.65rem !important; }
    .pg-2b0493--split-brand > .hd-form-79459a > .pg-2b0493__identity-group { flex: 1 1 100% !important; max-width: 100%; }
    .pg-2b0493--split-brand > .hd-form-79459a > .pg-2b0493__headrow { flex: 1 1 100%; flex-direction: row !important; align-items: center !important; justify-content: space-between; }
    .pg-2b0493__headrow { gap: 0.75rem !important; }
    .pg-2b0493__headrow > .pg-2b0493__identity { flex: 1 1 auto; max-width: calc(100% - 3.5rem); }
    .pg-2b0493__headrow > .pg-2b0493__actions { max-width: 100%; gap: 0.6rem; }
    .pg-2b0493__menubar { display: none; }
    .pg-2b0493__burger { display: block; }
    .pg-2b0493__menubar--open {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--brand-dark);
        padding: 1rem var(--gutter);
        gap: 0.5rem;
        z-index: 99;
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }
    .pg-2b0493__menubar--open a { padding: 8px 0; display: block; font-size: 1rem; white-space: normal; overflow-wrap: anywhere; }
    .pg-2b0493__menubar--open li, .pg-2b0493__menubar--open a { width: 100%; min-width: 0; max-width: 100%; }
    .pg-2b0493__menubar.pg-2b0493__menubar--open li::before { display: none; }
    .pg-2b0493__menubar .sub-menu { display: block; position: static; box-shadow: none; border: none; padding: 0 0 0 1rem; min-width: auto; background: transparent; }
    .pg-2b0493__menubar .sub-menu a { color: inherit; font-size: 0.9rem; padding: 6px 0; opacity: 0.85; }
    .pg-2b0493--white .pg-2b0493__menubar--open { background: var(--bg-main); border-bottom: 1px solid var(--border-color); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
    .pg-2b0493--white .pg-2b0493__menubar--open a { color: var(--text-main); }
    .pg-2b0493__actions { width: 100%; justify-content: space-between; margin-top: 0.5rem; }
    .pg-2b0493__subnav-links { justify-content: flex-start; font-size: 0.85rem; }
    .pg-2b0493__subnav-nav--dropdown .pg-2b0493__subnav-links { display: flex; position: static; box-shadow: none; border: none; flex-wrap: wrap; gap: 0.5rem; background: transparent; padding: 0; }
    .pg-2b0493__subnav-nav--dropdown .pg-2b0493__subnav-toggle { display: none; }
    .pg-2b0493__subnav-nav--pills .pg-2b0493__subnav-links { gap: 0.35rem; }
    .pg-2b0493__subnav-nav--pills .pg-2b0493__subnav-links a { font-size: 0.75rem; padding: 0.2rem 0.6rem; }

    .mod-col-a06f86--split > .hd-form-79459a { grid-template-columns: 1fr !important; }
    .mod-col-a06f86--left-aligned > .hd-form-79459a { grid-template-columns: 1fr !important; }
    .mod-col-a06f86__accent { min-height: auto; align-items: center; }
    .mod-col-a06f86__heading { font-size: clamp(1.75rem, 6vw, 2.5rem); }
    .mod-col-a06f86__buttons { flex-direction: column; }
    .mod-col-a06f86__buttons .mod-col-a06f86__button { text-align: center; }
    .mod-col-a06f86__stats-row { gap: 1.5rem; }
    .mod-col-a06f86__pluses-grid { grid-template-columns: 1fr 1fr !important; }
    .mod-col-a06f86--checklist .mod-col-a06f86__tickmark-grid { grid-template-columns: 1fr !important; }
    .mod-col-a06f86__badges-row { gap: 0.5rem; }
    .mod-col-a06f86__emblem { padding: 8px 12px; font-size: 0.8rem; }
    .mod-col-a06f86__gauges-layout { grid-template-columns: 1fr; }

    .pnl-aside-ac4931d--bar .pnl-aside-ac4931d__bar { flex-wrap: wrap; }
    .pnl-aside-ac4931d__grid { gap: 1.25rem; }
    .pnl-aside-ac4931d__digit { font-size: 1.75rem; }

    .cp-ea80e0__grid { grid-template-columns: 1fr !important; }
    .cp-ea80e0--numbered .cp-ea80e0__grid { grid-template-columns: 1fr !important; }

    .mod-view-d07d__grid { grid-template-columns: 1fr !important; }
    .mod-view-d07d__line { grid-template-columns: 1fr !important; gap: 0.75rem; }
    .mod-view-d07d__listing-item { flex-direction: column; text-align: center; }

    .bl-list-26ba__grid { grid-template-columns: 1fr !important; }

    .cmp-body-d0d36__half-grid { grid-template-columns: 1fr !important; }

    .wrp-part-227f__grid { grid-template-columns: 1fr !important; }
    .wrp-part-227f__listing-item { flex-direction: column; gap: 0.5rem; }
    .wrp-part-227f__flow-grid { flex-direction: column; }

    .bl-cta-2f8f0__grid { grid-template-columns: 1fr 1fr !important; }
    .bl-cta-2f8f0__unit:not(:last-child)::after { display: none; }

    .bl-inner-bf887__grid { grid-template-columns: 1fr !important; }
    .bl-inner-bf887--featured .bl-inner-bf887__grid { grid-template-columns: 1fr !important; }
    .bl-inner-bf887--horizontal .bl-inner-bf887__line { flex-direction: column; align-items: center; text-align: center; }
    .bl-inner-bf887--horizontal .bl-inner-bf887__face { margin: 0 auto; }
    .bl-inner-bf887--masonry .bl-inner-bf887__grid { column-count: 1; }
    .bl-inner-bf887--sidebar .bl-inner-bf887__structure { grid-template-columns: 1fr !important; }
    .bl-inner-bf887--sidebar .bl-inner-bf887__side { position: static; }
    .bl-inner-bf887--sidebar .bl-inner-bf887__side h2 { text-align: center; }
    .bl-inner-bf887--sidebar .bl-inner-bf887__side::after { margin: 1rem auto; }
    .bl-inner-bf887--stack .bl-inner-bf887__box { flex-direction: column; text-align: center; }
    .bl-inner-bf887--stack .bl-inner-bf887__writer { text-align: center; }

    .box-aside-5e2ee__grid { grid-template-columns: 1fr 1fr !important; }

    .blk-grid-2458__grid { grid-template-columns: 1fr !important; }

    .cp-cb35__qa-grid { grid-template-columns: 1fr !important; }

    .sec-flow-c1ad0ca__grid { grid-template-columns: 1fr 1fr !important; }
    .sec-flow-c1ad0ca--list .sec-flow-c1ad0ca__box { flex-direction: column; text-align: center; }
    .sec-flow-c1ad0ca--list .sec-flow-c1ad0ca__photo { width: 100%; }
    .blk-area-47989c9__grid { grid-template-columns: 1fr 1fr !important; }
    .ui-hub-ac387__grid { grid-template-columns: 1fr !important; }
    .ui-hub-ac387__tbl { font-size: 0.85rem; overflow-x: auto; display: block; }
    .blk-form-bae7c31__grid { grid-template-columns: 1fr !important; }
    .blk-form-bae7c31--case .blk-form-bae7c31__unit { grid-template-columns: 1fr !important; }
    .blk-shelf-7624a__unit img { max-height: 30px; }

    .wp-hub-94a4e0d__grid { grid-template-columns: 1fr !important; }
    .wp-hub-94a4e0d__cols nav ul { column-count: 1; }
    .wp-hub-94a4e0d__lower { flex-direction: column; text-align: center; }

    main > section { padding: clamp(1.5rem, 4vw, 2.5rem) 0; }
}

@media (max-width: 480px) {
    :root { --gutter: 12px; }

    .bl-cta-2f8f0__grid { grid-template-columns: 1fr !important; }
    .box-aside-5e2ee__grid { grid-template-columns: 1fr !important; }

    .pnl-aside-ac4931d__grid { flex-direction: column; align-items: center; }
    .pnl-aside-ac4931d--bar .pnl-aside-ac4931d__bar { flex-direction: column; }
    .pnl-aside-ac4931d--bar .pnl-aside-ac4931d__unit { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .pnl-aside-ac4931d--bar .pnl-aside-ac4931d__unit:last-child { border-bottom: none; }

    .mod-col-a06f86__heading { font-size: clamp(1.5rem, 7vw, 2rem); }

    .btn { width: 100%; text-align: center; }
    .btn-primary { width: 100%; text-align: center; }
    .btn-outline { width: 100%; text-align: center; }
}
/* Content utility: grid */
.lay-755df {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}
@media (max-width: 600px) {
    .lay-755df { grid-template-columns: 1fr !important; }
}

/* Content utility: card */
.crd-7ba2 {
    padding: 1.75rem;
    border-radius: 0.75rem;
    background: var(--card-bg);
    
    border: 1px solid var(--border-color);
    transition: all 0.25s ease;
}
.crd-7ba2 h3,
.crd-7ba2 h4 { margin: 0 0 0.5rem; }
.crd-7ba2 p:last-child { margin-bottom: 0; }
.crd-7ba2:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }

/* Content utility: list */
.cmp-4a69 {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.cmp-4a69 li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.6;
}
.cmp-4a69 li::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-color); top: 0.6em;
    position: absolute; left: 0;
    font-size: 1em;
}

/* Content utility: highlight */
.cmp-brand-4d85ad {
    padding: 1.25rem;
    background: var(--brand-light);
    border-left: 4px solid var(--brand-color);
    border-radius: 0 0.75rem 0.75rem 0;
    margin: 1.5rem 0;
    color: #1e293b;
}
.cmp-brand-4d85ad p, .cmp-brand-4d85ad b, .cmp-brand-4d85ad strong, .cmp-brand-4d85ad span { color: #1e293b; }
.cmp-brand-4d85ad p:last-child { margin-bottom: 0; }