/*
Theme Name: bro-barbershop
Description: A clean and modern theme
Version: 9.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 {
    --clr-main: hsl(205, 75%, 45%);
    --clr-main-dark: hsl(205, 75%, 30%);
    --clr-main-light: hsl(205, 55%, 85%);
    --clr-accent: hsl(339, 75%, 55%);
    --clr-accent-hover: hsl(339, 75%, 50%);
    --clr-surface: #ffffff;
    --clr-surface-alt: #f7f8fa;
    --clr-body: #1a1a1a;
    --clr-body-light: #666666;
    --clr-border: #e2e2e2;
    --clr-card: #ffffff;
    --type-body: 'DM Sans', 'Segoe UI', Tahoma, sans-serif;
    --type-heading: 'DM Sans', 'Segoe UI', Tahoma, sans-serif;
    --radius: 14px;
    --shadow: 0 3px 14px color-mix(in srgb, var(--clr-main) 14%, transparent), 0 2px 6px rgba(0,0,0,0.04);
    --shadow-hover: 0 8px 28px color-mix(in srgb, var(--clr-main) 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(--clr-main);
    --color-primary-dark: var(--clr-main-dark);
    --color-primary-light: var(--clr-main-light);
    --color-accent: var(--clr-accent);
    --color-accent-hover: var(--clr-accent-hover);
    --color-bg: var(--clr-surface);
    --color-bg-alt: var(--clr-surface-alt);
    --color-text: var(--clr-body);
    --color-text-light: var(--clr-body-light);
    --color-border: var(--clr-border);
    --color-card: var(--clr-card);
    --font-main: var(--type-body);
    --font-head: var(--type-heading);
    --brand-color: var(--clr-main);
    --brand-dark: var(--clr-main-dark);
    --brand-light: var(--clr-main-light);
    --accent-color: var(--clr-accent);
    --accent-hover: var(--clr-accent-hover);
    --bg-main: var(--clr-surface);
    --bg-alt: var(--clr-surface-alt);
    --text-main: var(--clr-body);
    --text-muted: var(--clr-body-light);
    --border-color: var(--clr-border);
    --card-bg: var(--clr-card);
    --ff-body: var(--type-body);
    --ff-heading: var(--type-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(--clr-surface);
    color: var(--clr-body);
    font-family: var(--type-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(--type-heading);
    font-weight: 700;
    color: var(--clr-main-dark);
    line-height: 1.15;
    margin-bottom: 0.75rem;
    letter-spacing: 0;
    text-wrap: balance;
}
h1 { font-size: clamp(2.00rem, 4.0vw + 0.80rem, 3.75rem); }
h2 { font-size: clamp(1.50rem, 3.0vw + 0.60rem, 2.75rem); }
h3 { font-size: clamp(1.14rem, 1.5vw + 0.46rem, 1.49rem); }
h4 { font-size: clamp(0.90rem, 1.1vw + 0.36rem, 1.13rem); }
h5 { font-size: clamp(0.98rem, 1.0vw + 0.39rem, 1.13rem); }
h6 { font-size: clamp(0.88rem, 0.8vw + 0.35rem, 1.04rem); }

p { margin-bottom: 1rem; }

a { color: var(--clr-main); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--clr-accent); }

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

/* === Section wrapper === */
.st-group-83402 {
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.st-group-83402 > .st-a8ffa1 > h2 { text-align: center; margin-bottom: 0.5rem; }
.st-group-83402 > .st-a8ffa1 > .sec-text { 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(--clr-surface-alt); }
:where(main) > :where(section):nth-child(odd) { background: var(--clr-surface); }

/* === Section subtitle helper === */
.sec-text {
    text-align: center;
    color: var(--clr-body-light);
    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 === */
.pg-ce885 {
    background: var(--clr-main-dark);
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    padding: 6px 0;
}
.pg-ce885 .st-a8ffa1 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.pg-ce885 a { color: rgba(255,255,255,0.85); }
.pg-ce885 a:hover { color: #fff; }

/* === Header === */
.box-main-c4aac64 {
    background: var(--clr-main-dark);
    color: #fff;
    padding: 1.1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.box-main-c4aac64 .st-a8ffa1 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.box-main-c4aac64__brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; min-width: 0; }
.box-main-c4aac64__mark { max-height: 52px; width: auto; }
.box-main-c4aac64__brand img { max-height: 52px; width: auto; height: auto; } /* cap any opt-in raster logo (no oversized custom-logo) */
.box-main-c4aac64__brand-name { font-family: var(--type-heading); font-weight: 700; font-size: 1.4rem; color: #fff; overflow-wrap: break-word; word-break: break-word; }
.box-main-c4aac64__lane-brand .box-main-c4aac64__brand-name { color: var(--clr-body); }
/* === Brand monogram (CSS mark — no raster, header-foreground-aware) === */
.box-main-c4aac64__mono { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; flex: 0 0 auto; font-family: var(--type-heading); font-weight: 800; font-size: calc(52px * 0.46); line-height: 1; letter-spacing: -0.02em; color: #fff; }
/* solid shapes — accent chip + inherited white glyph (mirrors the proven __callout colours, legible on every header) */
.box-main-c4aac64__mono--rounded { background: var(--clr-accent); border-radius: 9px; }
.box-main-c4aac64__mono--circle { background: var(--clr-accent); border-radius: 50%; }
.box-main-c4aac64__mono--squircle { background: var(--clr-accent); border-radius: 32% / 42%; }
.box-main-c4aac64__mono--square { background: var(--clr-accent); border-radius: 3px; }
.box-main-c4aac64__mono--hex { background: var(--clr-accent); 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) */
.box-main-c4aac64__mono--ring { border: 2px solid currentColor; border-radius: 50%; }
.box-main-c4aac64__mono--outline { border: 2px solid currentColor; border-radius: 9px; }
.box-main-c4aac64--white .box-main-c4aac64__mono--ring, .box-main-c4aac64--white .box-main-c4aac64__mono--outline,
.box-main-c4aac64__lane-brand .box-main-c4aac64__mono--ring, .box-main-c4aac64__lane-brand .box-main-c4aac64__mono--outline { color: var(--clr-body); }
/* wordmark accent treatments — small brand-colour pops */
.box-main-c4aac64__brand-name--dot::after { content: '.'; color: var(--clr-accent); }
.box-main-c4aac64__brand-name--underline { border-bottom: 2px solid var(--clr-accent); padding-bottom: 1px; }
.box-main-c4aac64__brand-name--accent-first::first-letter { color: var(--clr-accent); }
.box-main-c4aac64__brand-name--bracket::before { content: '['; color: var(--clr-accent); margin-right: 2px; }
.box-main-c4aac64__brand-name--bracket::after { content: ']'; color: var(--clr-accent); 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. */
.box-main-c4aac64__menubar { display: flex; gap: 0; list-style: none; align-items: center; flex: 0 1 auto; flex-wrap: wrap; min-width: 0; }
.box-main-c4aac64__menubar li { display: flex; align-items: center; list-style: none; }
.box-main-c4aac64__menubar a { color: rgba(255,255,255,0.85); font-weight: 500; font-size: 1rem; white-space: nowrap; }
.box-main-c4aac64__menubar a:hover { color: #fff; }
.box-main-c4aac64__menubar a {
    padding: 6px 12px;
    border-left: 3px solid transparent;
    transition: border-color 0.25s ease, background 0.25s ease;
}
.box-main-c4aac64__menubar a:hover { border-left-color: var(--clr-accent); background: rgba(255,255,255,0.06); }
.box-main-c4aac64__menubar a.current-menu-item { border-left-color: #fff; background: rgba(255,255,255,0.1); }
.box-main-c4aac64__menubar li + li::before { content: '\00B7'; font-weight: 900; margin: 0 0.55rem; opacity: 0.5; }

.box-main-c4aac64__menubar > a + a { margin-left: calc(0.55rem * 2); }

.box-main-c4aac64__actions { display: flex; align-items: center; gap: 1rem; margin-left: auto; flex-shrink: 0; }
.box-main-c4aac64__phone a { color: #fff; font-weight: 600; font-size: 1.05rem; white-space: nowrap; }
.box-main-c4aac64__phone a:hover { color: var(--clr-accent); }
.box-main-c4aac64__callout {
    display: inline-block;
    padding: 8px 20px;
    background: var(--clr-accent);
    color: #fff;
    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);
}
.box-main-c4aac64__callout:hover { background: var(--clr-accent-hover); color: #fff; transform: translateY(-1px); }
.box-main-c4aac64__toggle { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; padding: 4px 8px; }

/* === Header white variant (portal / hh.ru style) === */
.box-main-c4aac64--white { background: var(--clr-surface); color: var(--clr-body); border-bottom: 1px solid var(--clr-border); box-shadow: none; }
.box-main-c4aac64--white .box-main-c4aac64__brand-name { color: var(--clr-body); }
.box-main-c4aac64--white .box-main-c4aac64__menubar a { color: var(--clr-body); opacity: 0.75; }
.box-main-c4aac64--white .box-main-c4aac64__menubar a:hover { color: var(--clr-main); opacity: 1; }
.box-main-c4aac64--white .box-main-c4aac64__phone a { color: var(--clr-body); }
.box-main-c4aac64--white .box-main-c4aac64__toggle { color: var(--clr-body); }

/* === Primary nav submenu (dropdown navMode) === */
.box-main-c4aac64__menubar li { position: relative; }
.box-main-c4aac64__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 */
.box-main-c4aac64__menubar li:hover > .sub-menu, .box-main-c4aac64__menubar li:focus-within > .sub-menu { display: block; }
.box-main-c4aac64__menubar .menu-item-has-children > a::after { content: '\00a0\25be'; font-size: 0.7em; opacity: 0.65; }
.box-main-c4aac64__menubar .sub-menu li { max-width: none; }
/* wrap, don't clip: long labels (deploy builds them from page titles) must stay readable */
.box-main-c4aac64__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; }
.box-main-c4aac64__menubar .sub-menu a:hover { background: var(--color-bg-alt, #f5f5f5); color: var(--clr-main); }

/* === Secondary Nav === */
.box-main-c4aac64__local-nav {
    background: var(--clr-surface-alt);
    border-bottom: 1px solid var(--clr-border);
    padding: 0.4rem 0;
    font-size: 0.9rem;
}
.box-main-c4aac64__local-links { display: flex; gap: 1.25rem; list-style: none; flex-wrap: wrap; justify-content: center; }
.box-main-c4aac64__local-links li { list-style: none; max-width: 220px; }
.box-main-c4aac64__local-links a { color: var(--clr-body); font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.3; }
.box-main-c4aac64__local-links a:hover { color: var(--clr-main); }
.box-main-c4aac64__local-nav--inline-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 0.3rem 0; scrollbar-width: none; -ms-overflow-style: none; }
.box-main-c4aac64__local-nav--inline-scroll::-webkit-scrollbar { display: none; }
.box-main-c4aac64__local-nav--inline-scroll .box-main-c4aac64__local-links { flex-wrap: nowrap; gap: 0; justify-content: flex-start; font-size: 0.78rem; }
.box-main-c4aac64__local-nav--inline-scroll .box-main-c4aac64__local-links li { max-width: none; white-space: nowrap; }
.box-main-c4aac64__local-nav--inline-scroll .box-main-c4aac64__local-links li + li::before { content: '|'; color: var(--clr-border); margin: 0 0.6rem; font-weight: 300; }
.box-main-c4aac64__local-nav--inline-scroll .box-main-c4aac64__local-links a { display: inline; -webkit-line-clamp: unset; font-weight: 400; font-size: 0.78rem; }

/* === Header: agency-dark (ingest wpnew.ru — 2-tier dark, accent = --color-primary) === */
.box-main-c4aac64--agency-dark { background: #181818; color: #fff; }
.box-main-c4aac64--agency-dark .box-main-c4aac64__lane-brand > .st-a8ffa1 { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 0; }
.box-main-c4aac64--agency-dark .box-main-c4aac64__brand-group { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.box-main-c4aac64--agency-dark .box-main-c4aac64__brand, .box-main-c4aac64--agency-dark .box-main-c4aac64__brand * { color: #fff; }
.box-main-c4aac64--agency-dark .box-main-c4aac64__motto { 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; }
.box-main-c4aac64--agency-dark .box-main-c4aac64__actions { display: flex; align-items: center; gap: 1.4rem; flex-shrink: 0; }
.box-main-c4aac64--agency-dark .box-main-c4aac64__phone a { color: #fff; font-weight: 600; font-size: 1.05rem; }
.box-main-c4aac64--agency-dark .box-main-c4aac64__callout { color: #fff; font-weight: 700; background: none; padding: 0; border: 0; }
.box-main-c4aac64--agency-dark .box-main-c4aac64__callout::before { content: '+ '; color: var(--clr-main); }
.box-main-c4aac64--agency-dark .box-main-c4aac64__lane-nav { border-top: 1px solid rgba(255,255,255,0.08); }
.box-main-c4aac64--agency-dark .box-main-c4aac64__lane-nav > .st-a8ffa1 { 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) */
.box-main-c4aac64--agency-dark .box-main-c4aac64__menubar, .box-main-c4aac64--agency-dark .box-main-c4aac64__menubar > ul { display: flex; align-items: center; gap: 1.75rem; list-style: none; margin: 0; padding: 0; }
.box-main-c4aac64--agency-dark .box-main-c4aac64__menubar a { color: #e6e6e6; display: block; padding: 0.85rem 0; font-size: 0.9rem; }
.box-main-c4aac64--agency-dark .box-main-c4aac64__menubar a:hover { color: var(--clr-main); }
/* restore dropdown item styling that the light-grey top-level rule above overrode */
.box-main-c4aac64--agency-dark .box-main-c4aac64__menubar .sub-menu a { color: var(--color-text, #333); padding: 0.4rem 1rem; }
.box-main-c4aac64--agency-dark .box-main-c4aac64__menubar .sub-menu a:hover { color: var(--clr-main); }
.box-main-c4aac64--agency-dark .box-main-c4aac64__toggle { color: #fff; }

/* === Footer: agency-dark (ingest wpnew.ru — dark 4-col + newsletter band) === */
.box-col-23e68e.box-col-23e68e--agency-dark { background: #181818; color: #cfcfcf; }
.box-col-23e68e--agency-dark .box-col-23e68e__main { background: #181818; }
.box-col-23e68e--agency-dark .box-col-23e68e__updates { background: #1f1f1f; }
.box-col-23e68e--agency-dark .box-col-23e68e__updates > .st-a8ffa1 { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding: 2.5rem 0; }
.box-col-23e68e--agency-dark .box-col-23e68e__updates-head h2 { color: #fff; font-size: 1.6rem; margin: 0 0 0.4rem; }
.box-col-23e68e--agency-dark .box-col-23e68e__updates-head p { color: #9a9a9a; margin: 0; max-width: 460px; }
.box-col-23e68e--agency-dark .box-col-23e68e__updates-form { display: flex; gap: 0.75rem; flex: 1; min-width: 280px; max-width: 460px; }
.box-col-23e68e--agency-dark .box-col-23e68e__updates-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; }
.box-col-23e68e--agency-dark .box-col-23e68e__updates-form input::placeholder { color: #8a8a8a; }
.box-col-23e68e--agency-dark .box-col-23e68e__updates-form button { background: var(--clr-main); color: #fff; border: 0; border-radius: var(--radius); padding: 0.7rem 1.6rem; font-weight: 700; cursor: pointer; white-space: nowrap; }
.box-col-23e68e--agency-dark .box-col-23e68e__main { padding: 3rem 0; }
.box-col-23e68e--agency-dark .box-col-23e68e__cells { display: grid; gap: 2rem; }
.box-col-23e68e--agency-dark .box-col-23e68e__column h3 { color: #fff; font-size: 1rem; margin: 0 0 1rem; }
.box-col-23e68e--agency-dark .box-col-23e68e__menubar { display: flex; flex-direction: column; gap: 0.6rem; }
.box-col-23e68e--agency-dark .box-col-23e68e__column a, .box-col-23e68e--agency-dark .box-col-23e68e__foot-phone, .box-col-23e68e--agency-dark .box-col-23e68e__email-line { color: #b7b7b7; display: block; }
.box-col-23e68e--agency-dark .box-col-23e68e__column a:hover { color: var(--clr-main); }
.box-col-23e68e--agency-dark .box-col-23e68e__foot-phone { color: #fff; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.4rem; }
.box-col-23e68e--agency-dark .box-col-23e68e__email-line { margin-bottom: 1rem; }
.box-col-23e68e--agency-dark .box-col-23e68e__socials { display: flex; gap: 0.75rem; margin-top: 0.5rem; }
.box-col-23e68e--agency-dark .box-col-23e68e__socials a { color: #b7b7b7; }
.box-col-23e68e--agency-dark .box-col-23e68e__socials a:hover { color: var(--clr-main); }
.box-col-23e68e--agency-dark .box-col-23e68e__base { border-top: 1px solid rgba(255,255,255,0.08); background: #141414; }
.box-col-23e68e--agency-dark .box-col-23e68e__base > .st-a8ffa1 { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; padding: 1.5rem 0; font-size: 0.85rem; color: #8a8a8a; }
.box-col-23e68e--agency-dark .box-col-23e68e__b-logo, .box-col-23e68e--agency-dark .box-col-23e68e__b-logo * { color: #fff; }
.box-col-23e68e--agency-dark .box-col-23e68e__policies { display: flex; gap: 1rem; flex-wrap: wrap; margin-left: auto; }
.box-col-23e68e--agency-dark .box-col-23e68e__policies a { color: #8a8a8a; }
@media (max-width: 860px) { .box-col-23e68e--agency-dark .box-col-23e68e__cells { grid-template-columns: 1fr 1fr !important; } .box-main-c4aac64--agency-dark .box-main-c4aac64__motto { display: none; } }
@media (max-width: 520px) { .box-col-23e68e--agency-dark .box-col-23e68e__cells { grid-template-columns: 1fr !important; } }

/* === Header: accent-bar (ingest fl.ru — solid accent bar, white nav, light CTA) === */
.box-main-c4aac64--accent-bar { background: var(--clr-main); color: #fff; }
.box-main-c4aac64--accent-bar > .st-a8ffa1 { display: flex; align-items: center; gap: 2rem; }
.box-main-c4aac64--accent-bar .box-main-c4aac64__brand, .box-main-c4aac64--accent-bar .box-main-c4aac64__brand * { color: #fff; }
.box-main-c4aac64--accent-bar .box-main-c4aac64__menubar { display: flex; align-items: center; gap: 1.5rem; flex: 1 1 auto; flex-wrap: wrap; }
.box-main-c4aac64--accent-bar .box-main-c4aac64__menubar a { color: rgba(255,255,255,0.92); font-weight: 500; }
.box-main-c4aac64--accent-bar .box-main-c4aac64__menubar a:hover { color: #fff; }
.box-main-c4aac64--accent-bar .box-main-c4aac64__actions { display: flex; align-items: center; gap: 1.25rem; margin-left: auto; }
.box-main-c4aac64--accent-bar .box-main-c4aac64__phone a { color: #fff; font-weight: 600; }
.box-main-c4aac64--accent-bar .box-main-c4aac64__callout { background: #fff; color: var(--clr-main); border-radius: var(--radius); padding: 0.5rem 1.25rem; font-weight: 700; }
.box-main-c4aac64--accent-bar .box-main-c4aac64__callout:hover { background: rgba(255,255,255,0.88); }
@media (max-width: 860px) {
    .box-main-c4aac64--accent-bar .box-main-c4aac64__menubar { display: none; }
    .box-main-c4aac64--accent-bar .box-main-c4aac64__toggle { display: inline-flex; color: #fff; }
}

/* === Footer: light-inline (ingest fl.ru — hairline + one inline row + fine legal) === */
.box-col-23e68e--light-inline { background: transparent; color: var(--clr-body); padding: 2rem 0; }
.box-col-23e68e--light-inline > .st-a8ffa1 { border-top: 1px solid var(--clr-border); padding-top: 1.5rem; }
.box-col-23e68e--light-inline .box-col-23e68e__level-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.box-col-23e68e--light-inline .box-col-23e68e__level-left { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; font-size: 0.9rem; }
.box-col-23e68e--light-inline .box-col-23e68e__level-left a { color: var(--clr-main); }
.box-col-23e68e.box-col-23e68e--light-inline .box-col-23e68e__policies { border: 0; margin: 0; padding: 0; }
.box-col-23e68e--light-inline .box-col-23e68e__policies a { color: var(--clr-main); }
.box-col-23e68e--light-inline .box-col-23e68e__socials { display: flex; gap: 0.75rem; }
.box-col-23e68e--light-inline .box-col-23e68e__socials a { color: var(--clr-body); }
.box-col-23e68e--light-inline .box-col-23e68e__level-right { font-weight: 700; color: var(--clr-body); }
.box-col-23e68e--light-inline .box-col-23e68e__microcopy { margin: 1.25rem 0 0; font-size: 0.75rem; color: var(--clr-body-light); line-height: 1.5; }
@media (max-width: 640px) { .box-col-23e68e--light-inline .box-col-23e68e__level-row { flex-direction: column; align-items: flex-start; } }

/* === Header: saas-topline (ingest intellectdialog — white bar, accent top-line, pill CTA) === */
.box-main-c4aac64--saas-topline { background: #fff; border-top: 3px solid var(--clr-main); }
.box-main-c4aac64--saas-topline > .st-a8ffa1 { display: flex; align-items: center; gap: 2.5rem; padding: 0.85rem 0; }
.box-main-c4aac64--saas-topline .box-main-c4aac64__brand, .box-main-c4aac64--saas-topline .box-main-c4aac64__brand * { color: var(--clr-body); }
.box-main-c4aac64--saas-topline .box-main-c4aac64__menubar { display: flex; align-items: center; gap: 1.75rem; flex: 1 1 auto; flex-wrap: wrap; }
.box-main-c4aac64--saas-topline .box-main-c4aac64__menubar a { color: var(--clr-body); font-weight: 500; }
.box-main-c4aac64--saas-topline .box-main-c4aac64__menubar a:hover { color: var(--clr-main); }
.box-main-c4aac64--saas-topline .box-main-c4aac64__actions { display: flex; align-items: center; gap: 1.5rem; margin-left: auto; }
.box-main-c4aac64--saas-topline .box-main-c4aac64__phone a { color: var(--clr-main); font-weight: 600; }
.box-main-c4aac64--saas-topline .box-main-c4aac64__callout { background: var(--clr-main); color: #fff; border-radius: 999px; padding: 0.6rem 1.6rem; font-weight: 700; }
.box-main-c4aac64--saas-topline .box-main-c4aac64__callout:hover { filter: brightness(1.08); }
@media (max-width: 860px) { .box-main-c4aac64--saas-topline .box-main-c4aac64__menubar { display: none; } .box-main-c4aac64--saas-topline .box-main-c4aac64__toggle { display: inline-flex; color: var(--clr-body); } }

/* === Footer: mega-columns (ingest intellectdialog — light multi-column mega, uppercase heads) === */
.box-col-23e68e--mega-columns { background: var(--clr-surface-alt); color: var(--clr-body); padding: 3.5rem 0 1.5rem; }
.box-col-23e68e--mega-columns .box-col-23e68e__mega-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 2rem 2.5rem; }
.box-col-23e68e--mega-columns .box-col-23e68e__column h3 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 1rem; color: var(--clr-body); }
.box-col-23e68e--mega-columns .box-col-23e68e__menubar { display: flex; flex-direction: column; gap: 0.6rem; }
.box-col-23e68e--mega-columns .box-col-23e68e__column a { color: var(--clr-body-light); }
.box-col-23e68e--mega-columns .box-col-23e68e__column a:hover { color: var(--clr-main); }
.box-col-23e68e--mega-columns .box-col-23e68e__mega-phone { display: inline-block; font-size: 1.15rem; font-weight: 700; color: var(--clr-body) !important; margin-bottom: 0.5rem; }
.box-col-23e68e--mega-columns .box-col-23e68e__mega-company { font-size: 0.8rem; color: var(--clr-body-light); line-height: 1.5; margin: 0.5rem 0; }
.box-col-23e68e--mega-columns .box-col-23e68e__mega-email { display: inline-block; color: var(--clr-main) !important; margin-top: 0.25rem; }
.box-col-23e68e--mega-columns .box-col-23e68e__socials { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.box-col-23e68e--mega-columns .box-col-23e68e__mega-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(--clr-border); font-size: 0.85rem; }
.box-col-23e68e.box-col-23e68e--mega-columns .box-col-23e68e__policies { border: 0; margin: 0; padding: 0; }
.box-col-23e68e--mega-columns .box-col-23e68e__policies a { color: var(--clr-body-light); }
.box-col-23e68e--mega-columns .box-col-23e68e__microcopy { margin: 1rem 0 0; font-size: 0.72rem; color: var(--clr-body-light); line-height: 1.5; }
@media (max-width: 640px) { .box-col-23e68e--mega-columns .box-col-23e68e__mega-grid { grid-template-columns: 1fr 1fr; } }

/* === Header: tri-bar (ingest hightime.agency — 3-tier: dark promo / utility / main) === */
.box-main-c4aac64--tri-bar .box-main-c4aac64__banner { background: #16161a; color: #fff; }
.box-main-c4aac64--tri-bar .box-main-c4aac64__banner > .st-a8ffa1 { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 0.55rem 0; font-size: 0.85rem; flex-wrap: wrap; }
.box-main-c4aac64--tri-bar .box-main-c4aac64__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; }
.box-main-c4aac64--tri-bar .box-main-c4aac64__banner-cta:hover { background: rgba(255,255,255,0.12); }
.box-main-c4aac64--tri-bar .box-main-c4aac64__upperline { background: var(--clr-surface-alt); border-bottom: 1px solid var(--clr-border); }
.box-main-c4aac64--tri-bar .box-main-c4aac64__upperline > .st-a8ffa1 { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 0.4rem 0; font-size: 0.85rem; flex-wrap: wrap; }
.box-main-c4aac64--tri-bar .box-main-c4aac64__aux-nav { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.box-main-c4aac64--tri-bar .box-main-c4aac64__aux-nav a { color: var(--clr-body-light); }
.box-main-c4aac64--tri-bar .box-main-c4aac64__aux-nav a:hover { color: var(--clr-main); }
.box-main-c4aac64--tri-bar .box-main-c4aac64__aux-phone { color: var(--clr-body); font-weight: 600; white-space: nowrap; }
.box-main-c4aac64--tri-bar .box-main-c4aac64__lane-main { background: var(--clr-surface); }
.box-main-c4aac64--tri-bar .box-main-c4aac64__lane-main > .st-a8ffa1 { display: flex; align-items: center; gap: 2rem; padding: 1rem 0; }
.box-main-c4aac64--tri-bar .box-main-c4aac64__brand-group { display: flex; flex-direction: column; }
.box-main-c4aac64--tri-bar .box-main-c4aac64__brand, .box-main-c4aac64--tri-bar .box-main-c4aac64__brand * { color: var(--clr-body); }
.box-main-c4aac64--tri-bar .box-main-c4aac64__motto { font-size: 0.75rem; color: var(--clr-body-light); }
.box-main-c4aac64--tri-bar .box-main-c4aac64__menubar { display: flex; flex: 1; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.box-main-c4aac64--tri-bar .box-main-c4aac64__lane-main .box-main-c4aac64__menubar a { color: var(--clr-body); }
.box-main-c4aac64--tri-bar .box-main-c4aac64__lane-main .box-main-c4aac64__menubar a:hover { color: var(--clr-main); }
.box-main-c4aac64--tri-bar .box-main-c4aac64__actions { display: flex; align-items: center; gap: 1rem; margin-left: auto; flex-shrink: 0; }
@media (max-width: 860px) { .box-main-c4aac64--tri-bar .box-main-c4aac64__menubar, .box-main-c4aac64--tri-bar .box-main-c4aac64__aux-nav { display: none; } .box-main-c4aac64--tri-bar .box-main-c4aac64__toggle { display: inline-flex; color: var(--clr-body); } }

/* === Footer: brand-columns (ingest hightime.agency — two-tone: light body + dark bottom bar) === */
.box-col-23e68e--brand-columns .box-col-23e68e__brandcol-body { background: var(--clr-surface-alt); color: var(--clr-body); padding: 3.5rem 0; }
.box-col-23e68e--brand-columns .box-col-23e68e__brandcol-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2.5rem; }
.box-col-23e68e--brand-columns .box-col-23e68e__column h3 { font-size: 0.9rem; font-weight: 700; margin: 0 0 1rem; color: var(--clr-body); }
.box-col-23e68e--brand-columns .box-col-23e68e__menubar { display: flex; flex-direction: column; gap: 0.55rem; }
.box-col-23e68e--brand-columns .box-col-23e68e__column a { color: var(--clr-body-light); }
.box-col-23e68e--brand-columns .box-col-23e68e__column a:hover { color: var(--clr-main); }
.box-col-23e68e--brand-columns .box-col-23e68e__brandcol-logo { font-size: 1.3rem; font-weight: 800; margin-bottom: 0.75rem; color: var(--clr-body); }
.box-col-23e68e--brand-columns .box-col-23e68e__brandcol-logo * { color: var(--clr-body); }
.box-col-23e68e--brand-columns .box-col-23e68e__brandcol-tagline { font-size: 0.85rem; color: var(--clr-body-light); line-height: 1.5; margin: 0 0 1.25rem; max-width: 260px; }
.box-col-23e68e--brand-columns .box-col-23e68e__brandcol-phone { display: block; font-size: 1.2rem; font-weight: 700; color: var(--clr-body) !important; margin-bottom: 0.4rem; }
.box-col-23e68e--brand-columns .box-col-23e68e__brandcol-email { display: block; color: var(--clr-main) !important; margin-bottom: 0.6rem; }
.box-col-23e68e--brand-columns .box-col-23e68e__brandcol-company { font-size: 0.78rem; color: var(--clr-body-light); line-height: 1.5; margin: 0.4rem 0; }
.box-col-23e68e--brand-columns .box-col-23e68e__socials { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.box-col-23e68e--brand-columns .box-col-23e68e__brandcol-darkbar { background: #16161a; color: rgba(255,255,255,0.6); }
.box-col-23e68e--brand-columns .box-col-23e68e__brandcol-darkbar > .st-a8ffa1 { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding: 1.25rem 0; font-size: 0.82rem; }
.box-col-23e68e.box-col-23e68e--brand-columns .box-col-23e68e__policies { border: 0; margin: 0; padding: 0; }
.box-col-23e68e--brand-columns .box-col-23e68e__brandcol-darkbar a { color: rgba(255,255,255,0.6); }
.box-col-23e68e--brand-columns .box-col-23e68e__brandcol-darkbar a:hover { color: #fff; }
@media (max-width: 860px) { .box-col-23e68e--brand-columns .box-col-23e68e__brandcol-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .box-col-23e68e--brand-columns .box-col-23e68e__brandcol-grid { grid-template-columns: 1fr; } }

/* === Inner: single-with-sidebar layout (article + aside: recent posts / categories) === */
.tg-single-side { display: grid; grid-template-columns: minmax(0, 1fr) clamp(240px, 26%, 320px); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.tg-single-side .tg-single-aside { position: sticky; top: 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.tg-single-side .tg-aside-box { background: var(--clr-surface-alt); border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 1.25rem 1.4rem; }
.tg-single-side .tg-aside-box h3 { font-size: 0.95rem; margin: 0 0 0.85rem; }
.tg-single-side .tg-aside-box ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.tg-single-side .tg-aside-box a { color: var(--clr-body); font-size: 0.9rem; line-height: 1.4; }
.tg-single-side .tg-aside-box a:hover { color: var(--clr-main); }
@media (max-width: 860px) { .tg-single-side { grid-template-columns: 1fr; } .tg-single-side .tg-single-aside { position: static; } }

/* === Hero === */
.hd-frame-862860 {
    background: linear-gradient(135deg, var(--clr-main) 0%, var(--clr-main-dark) 100%);
    color: #fff;
    padding: 1.5rem 0;
    background-size: cover;
    background-position: center;
}

.hd-frame-862860::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 0;
}
.hd-frame-862860 { position: relative; }
.hd-frame-862860 > .st-a8ffa1 { position: relative; z-index: 1; }
@keyframes tg80ecd5 { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }
.hd-frame-862860{background:linear-gradient(120deg,hsl(205, 75%, 30%),hsl(205, 75%, 45%),hsl(339, 75%, 55%),hsl(205, 75%, 30%))!important;background-size:400% 400%;animation:tg80ecd5 16s ease-in-out infinite;}

.hd-frame-862860--split > .st-a8ffa1 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.hd-frame-862860--split .hd-frame-862860__cta-row { justify-content: flex-start; }

/* === Hero: left-aligned variant (2-column with image/decor) === */
.hd-frame-862860--left-aligned > .st-a8ffa1 { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; text-align: left; }
.hd-frame-862860--left-aligned .hd-frame-862860__cta-row { justify-content: flex-start; }
.hd-frame-862860--left-aligned .hd-frame-862860__sub { max-width: 100%; }
.hd-frame-862860__deco { position: relative; min-height: 280px; display: flex; flex-direction: column; gap: 1rem; align-items: flex-end; justify-content: center; }
.hd-frame-862860__deco-card { background: rgba(255,255,255,0.12); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.15); 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; }
.hd-frame-862860__deco-card:hover { transform: translateY(-3px); }
.hd-frame-862860__deco-card--1 { align-self: flex-start; margin-left: 10%; }
.hd-frame-862860__deco-card--2 { align-self: flex-end; margin-right: 5%; }
.hd-frame-862860__deco-card--3 { align-self: center; }
.hd-frame-862860__deco-icon { font-size: 1.5rem; }
.hd-frame-862860__deco-text { font-size: 0.95rem; font-weight: 600; color: #fff; }
.hd-frame-862860__deco-num { font-size: 1.75rem; font-weight: 800; color: #fff; line-height: 1; }
.hd-frame-862860__deco-label { font-size: 0.8rem; color: rgba(255,255,255,0.75); }
/* Light variant decor adjustments */
.hd-frame-862860--light .hd-frame-862860__deco-card { background: var(--color-card, #fff); border-color: var(--clr-border); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.hd-frame-862860--light .hd-frame-862860__deco-text { color: var(--clr-body); }
.hd-frame-862860--light .hd-frame-862860__deco-num { color: var(--clr-main); }
.hd-frame-862860--light .hd-frame-862860__deco-label { color: var(--clr-body-light); }
.hd-frame-862860__eyebrow { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.8; margin-bottom: 0.5rem; font-weight: 600; }
.hd-frame-862860__title { color: #fff; font-size: clamp(2.2rem, 5vw, 3.5rem); margin-bottom: 0.75rem; }
.hd-frame-862860__sub { font-size: 1.1rem; line-height: 1.65; max-width: 640px; opacity: 0.9; margin-bottom: 1rem; }
.hd-frame-862860__sub p { color: rgba(255,255,255,0.9); }
.hd-frame-862860__cta-row { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.25rem; justify-content: center; }
.hd-frame-862860__btn {
    display: inline-block;
    padding: 12px 28px;
    background: var(--clr-accent);
    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);
}
.hd-frame-862860__btn:hover { background: var(--clr-accent-hover); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.hd-frame-862860__btn--secondary {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
}
.hd-frame-862860__btn--secondary:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; transform: translateY(-2px); }
.hd-frame-862860__btn--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); }
.hd-frame-862860__btn--quiet:hover { background: none; box-shadow: none; transform: none; text-decoration-color: currentColor; }
.hd-frame-862860__image img { border-radius: var(--radius); }

/* === Hero light variant (portal / hh.ru style) === */
.hd-frame-862860--light { background: var(--clr-surface); color: var(--clr-body); }
.hd-frame-862860--light .hd-frame-862860__title { color: var(--clr-body); }
.hd-frame-862860--light .hd-frame-862860__eyebrow { color: var(--clr-main); opacity: 1; }
.hd-frame-862860--light .hd-frame-862860__sub { opacity: 1; }
.hd-frame-862860--light .hd-frame-862860__sub p { color: var(--clr-body-light); }
.hd-frame-862860--light .hd-frame-862860__btn--secondary { border-color: var(--clr-border); color: var(--clr-body); }
.hd-frame-862860--light .hd-frame-862860__btn--secondary:hover { border-color: var(--clr-main); color: var(--clr-main); background: transparent; }
.hd-frame-862860--light .hd-frame-862860__btn--quiet { color: var(--clr-main); text-decoration-color: var(--clr-main-light); }
.hd-frame-862860--light .hd-frame-862860__btn--quiet:hover { color: var(--clr-main-dark); }

/* === Hero: lab-light variant (clean-teal pack) — light, left, teal glow, chips, preview card === */
.hd-frame-862860--lab { background: var(--clr-surface); overflow: hidden; }
.hd-frame-862860--lab::before { content: ''; position: absolute; top: -30%; right: -8%; width: 48%; height: 150%; background: radial-gradient(circle at 60% 40%, color-mix(in srgb, var(--clr-main) 16%, transparent), transparent 68%); pointer-events: none; z-index: 0; }
.hd-frame-862860--lab > .st-a8ffa1 { position: relative; z-index: 1; }
.hd-frame-862860__title-accent { color: var(--clr-main); }
.hd-frame-862860__capsules { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.hd-frame-862860__capsule { font-size: 0.8rem; font-weight: 600; padding: 0.3rem 0.85rem; border-radius: 999px; background: color-mix(in srgb, var(--clr-main) 9%, var(--color-card, #fff)); color: var(--clr-main); border: 1px solid color-mix(in srgb, var(--clr-main) 22%, transparent); }
.hd-frame-862860__preview { display: flex; justify-content: center; align-items: center; }
.hd-frame-862860__p-card { background: var(--color-card, #fff); border: 1px solid var(--clr-border); border-radius: calc(var(--radius) + 4px); box-shadow: var(--shadow); padding: 1.25rem 1.4rem; width: 100%; max-width: 340px; }
.hd-frame-862860__p-card-head { display: flex; gap: 0.4rem; margin-bottom: 1rem; }
.hd-frame-862860__p-card-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--clr-border); }
.hd-frame-862860__p-card-dot:first-child { background: color-mix(in srgb, var(--clr-main) 75%, #fff); }
.hd-frame-862860__prow { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 0.7rem 0; border-bottom: 1px solid var(--clr-border); }
.hd-frame-862860__prow:last-child { border-bottom: 0; }
.hd-frame-862860__p-label { font-size: 0.9rem; color: var(--clr-body); font-weight: 500; }
.hd-frame-862860__p-val { font-size: 1.05rem; color: var(--clr-main); font-weight: 800; white-space: nowrap; }
.hd-frame-862860__pbar { height: 9px; border-radius: 5px; background: var(--clr-surface-alt); flex: 1; }
.hd-frame-862860__marker-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--clr-main); flex-shrink: 0; }

/* === Spec-cards section (clean-teal pack — signature data/result cards) === */
.mod-hub-bc687 { padding: 3.5rem 0; }
.mod-hub-bc687 h2 { text-align: center; }
.mod-hub-bc687__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 1.25rem; margin-top: 2rem; }
.mod-hub-bc687__card { background: var(--color-card, #fff); border: 1px solid var(--clr-border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.5rem; transition: transform var(--transition), box-shadow var(--transition); }
.mod-hub-bc687__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.mod-hub-bc687__lane { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; margin-bottom: 0.4rem; }
.mod-hub-bc687__title { font-size: 1.05rem; margin: 0; color: var(--clr-body); }
.mod-hub-bc687__value { font-size: 1.6rem; font-weight: 800; color: var(--clr-main); line-height: 1.1; margin-bottom: 0.5rem; }
.mod-hub-bc687__desc { font-size: 0.9rem; color: var(--clr-body-light); line-height: 1.55; margin: 0; }
.mod-hub-bc687__status { 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-hub-bc687__status--good { background: #ecfdf5; color: #047857; }
.mod-hub-bc687__status--warn { background: #fffbeb; color: #b45309; }
.mod-hub-bc687__status--bad  { background: #fef2f2; color: #b91c1c; }
.mod-hub-bc687__status--info { background: color-mix(in srgb, var(--clr-main) 12%, #fff); color: var(--clr-main); }

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

/* === Advantages: feature-rows variant (clean-teal — teal-circle "why choose us") === */
.sec-f5716--feature-rows .sec-f5716__foot-rows { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 1.75rem; margin-top: 2rem; }
.sec-f5716__botrow { display: flex; gap: 1rem; align-items: flex-start; }
.sec-f5716__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(--clr-main) 12%, #fff); color: var(--clr-main); font-size: 1.4rem; font-weight: 700; }
.sec-f5716__ring img { width: 24px; height: 24px; object-fit: contain; }
.sec-f5716__fine-text h3 { font-size: 1.05rem; margin: 0 0 0.35rem; color: var(--clr-body); }
.sec-f5716__fine-text p { font-size: 0.92rem; color: var(--clr-body-light); line-height: 1.55; margin: 0; }

/* === Stats: stat-band variant (clean-teal — teal-circle icon + number + label) === */
.blk-5c4fd--band .blk-5c4fd__band { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.blk-5c4fd__belt-card { background: var(--color-card, #fff); border: 1px solid var(--clr-border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.5rem 1.25rem; text-align: center; }
.blk-5c4fd__band-ico { 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(--clr-main) 12%, #fff); color: var(--clr-main); font-size: 1.5rem; line-height: 1; }
.blk-5c4fd--band .blk-5c4fd__number { font-size: 2rem; font-weight: 800; color: var(--clr-main); line-height: 1.1; }
.blk-5c4fd--band .blk-5c4fd__lbl { font-size: 0.9rem; color: var(--clr-body-light); margin-top: 0.25rem; }

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

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

/* === fresh-green: versus (us vs them comparison) === */
.wrp-68d7166 { padding: 3.5rem 0; }
.wrp-68d7166 h2 { text-align: center; }
.wrp-68d7166__table { max-width: 720px; margin: 2rem auto 0; border: 1px solid var(--clr-border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.wrp-68d7166__lane { 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(--clr-border); }
.wrp-68d7166__lane:last-child { border-bottom: 0; }
.wrp-68d7166__lane:nth-child(even) { background: var(--clr-surface-alt); }
.wrp-68d7166__lane--head { background: var(--clr-main); }
.wrp-68d7166__lane--head .wrp-68d7166__others, .wrp-68d7166__lane--head .wrp-68d7166__we { color: #fff; font-weight: 700; justify-content: center; }
.wrp-68d7166__feat { font-weight: 500; color: var(--clr-body); }
.wrp-68d7166__others, .wrp-68d7166__we { font-size: 0.9rem; color: var(--clr-body-light); display: flex; align-items: center; gap: 0.4rem; }
.wrp-68d7166__we { color: var(--clr-body); font-weight: 500; }
.wrp-68d7166__xmark { color: #f24c4c; font-weight: 800; }
.wrp-68d7166__tickmark { color: var(--clr-main); font-weight: 800; }
@media (max-width: 600px) { .wrp-68d7166__lane { grid-template-columns: 1fr; gap: 0.2rem; } .wrp-68d7166__lane--head { display: none; } .wrp-68d7166__feat { font-weight: 700; } }

/* === fresh-green: arc steps (dashed connectors between numbered circles) === */
.pnl-outer-bb9e2e--arc .pnl-outer-bb9e2e__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 2rem; margin-top: 2.5rem; }
.pnl-outer-bb9e2e--arc .pnl-outer-bb9e2e__item { text-align: center; position: relative; background: none; border: 0; box-shadow: none; padding: 0; }
.pnl-outer-bb9e2e--arc .pnl-outer-bb9e2e__idx { 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(--clr-main); background: color-mix(in srgb, var(--clr-main) 12%, #fff); border: 2px solid color-mix(in srgb, var(--clr-main) 35%, transparent); }
.pnl-outer-bb9e2e--arc .pnl-outer-bb9e2e__item: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(--clr-main) 38%, transparent); }
@media (max-width: 700px) { .pnl-outer-bb9e2e--arc .pnl-outer-bb9e2e__item:not(:last-child)::after { display: none; } }

/* === Hero: stats-row variant === */
.hd-frame-862860__figures-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); }
.hd-frame-862860__stat { text-align: center; }
.hd-frame-862860__stat-value { display: block; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; color: #fff; line-height: 1.2; }
.hd-frame-862860__stat-label { font-size: 0.85rem; opacity: 0.75; display: block; margin-top: 0.25rem; }
.hd-frame-862860--light .hd-frame-862860__figures-row { border-top-color: var(--clr-border); }
.hd-frame-862860--light .hd-frame-862860__stat-value { color: var(--clr-main); }
.hd-frame-862860--light .hd-frame-862860__stat-label { color: var(--clr-body-light); opacity: 1; }

/* === Hero: feature-cards variant === */
.hd-frame-862860__perks-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; text-align: center; }
.hd-frame-862860__plus-card { background: rgba(255,255,255,0.1); border-radius: var(--radius); padding: 1.5rem 1rem; transition: transform var(--transition), box-shadow var(--transition); }
.hd-frame-862860__plus-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.hd-frame-862860__plus-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.hd-frame-862860__plus-card h3 { font-size: 1rem; margin: 0 0 0.5rem; color: #fff; }
.hd-frame-862860__plus-card p { font-size: 0.85rem; opacity: 0.8; margin: 0; line-height: 1.5; }
.hd-frame-862860--light .hd-frame-862860__plus-card { background: var(--clr-card); border: 1px solid var(--clr-border); }
.hd-frame-862860--light .hd-frame-862860__plus-card h3 { color: var(--clr-body); }
.hd-frame-862860--light .hd-frame-862860__plus-card p { color: var(--clr-body-light); opacity: 1; }

/* === Hero: search-bar variant === */
.hd-frame-862860--search { padding-bottom: 3rem; }
.hd-frame-862860__search-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); }
.hd-frame-862860__search-input { flex: 1; padding: 14px 20px; border: none; font-size: 1rem; outline: none; background: #fff; color: #333; }
.hd-frame-862860__search-form .hd-frame-862860__btn { border-radius: 0; padding: 14px 28px; }
.hd-frame-862860__search-tags { display: flex; justify-content: center; gap: 0.5rem; flex-wrap: wrap; margin-top: 1rem; }
.hd-frame-862860__search-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); }
.hd-frame-862860__search-tag:hover { background: rgba(255,255,255,0.3); color: #fff; }
.hd-frame-862860--light .hd-frame-862860__search-input { border: 1px solid var(--clr-border); }
.hd-frame-862860--light .hd-frame-862860__search-tag { background: var(--clr-card); color: var(--clr-body); border: 1px solid var(--clr-border); }
.hd-frame-862860--light .hd-frame-862860__search-tag:hover { border-color: var(--clr-main); color: var(--clr-main); }

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

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

/* === Hero: checklist variant === */
.hd-frame-862860--checklist .hd-frame-862860__tickmark-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.hd-frame-862860__tickmark-list { list-style: none; padding: 0; margin: 1.25rem 0; }
.hd-frame-862860__tickmark-list li { padding: 0.5rem 0; font-size: 1rem; display: flex; align-items: center; gap: 0.75rem; }
.hd-frame-862860__tickmark-icon { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: var(--clr-accent); color: #fff; border-radius: 50%; font-size: 0.75rem; flex-shrink: 0; }
.hd-frame-862860__tickmark-image img { width: 100%; height: auto; border-radius: var(--radius); }
.hd-frame-862860--light .hd-frame-862860__tickmark-list li { color: var(--clr-body); }

/* === Hero: badges-row variant === */
.hd-frame-862860__pills-row { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.hd-frame-862860__emblem { display: inline-flex; align-items: center; gap: 0.5rem; padding: 10px 18px; background: rgba(255,255,255,0.12); border-radius: 40px; font-size: 0.9rem; font-weight: 500; transition: background var(--transition); }
.hd-frame-862860__emblem:hover { background: rgba(255,255,255,0.2); }
.hd-frame-862860__emblem-icon { font-size: 1.2rem; }
.hd-frame-862860--light .hd-frame-862860__emblem { background: var(--clr-card); border: 1px solid var(--clr-border); color: var(--clr-body); }
.hd-frame-862860--light .hd-frame-862860__emblem:hover { border-color: var(--clr-main); }

/* === Hero: saas-metrics variant === */
.hd-frame-862860--saas-metrics > .st-a8ffa1 { text-align: left; }
.hd-frame-862860__gauges-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.hd-frame-862860__gauges-text .hd-frame-862860__cta-row { justify-content: flex-start; }
.hd-frame-862860__gauges-grid { display: grid; gap: 1rem; }
.hd-frame-862860__index-card {
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius); padding: 1.25rem;
}
.hd-frame-862860__index-card h3 { margin: 0 0 0.25rem; font-size: 1rem; }
.hd-frame-862860__index-card p { margin: 0; font-size: 0.9rem; opacity: 0.85; }
.hd-frame-862860__index-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;
}
.hd-frame-862860__index-icon--0 { background: hsla(205,75%,45%,0.12); }
.hd-frame-862860__index-icon--1 { background: hsla(339,75%,50%,0.12); }
.hd-frame-862860__index-icon--2 { background: hsla(205,75%,85%,0.15); }
.hd-frame-862860__gauges-grid--inline .hd-frame-862860__index-card { display: flex; align-items: center; gap: 1rem; }
.hd-frame-862860__gauges-grid--inline .hd-frame-862860__index-icon { margin-bottom: 0; flex-shrink: 0; }
.hd-frame-862860__gauges-grid--plain .hd-frame-862860__index-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); }
.hd-frame-862860__gauges-grid--plain .hd-frame-862860__index-card:last-child { border-bottom: none; }
.hd-frame-862860__gauges-grid--plain .hd-frame-862860__index-icon { margin-bottom: 0; flex-shrink: 0; }
.hd-frame-862860--light .hd-frame-862860__index-card { background: var(--clr-card); border-color: var(--clr-border); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.hd-frame-862860--light .hd-frame-862860__gauges-grid--plain .hd-frame-862860__index-card { background: none; border: none; box-shadow: none; border-bottom: 1px solid var(--clr-border); }
.hd-frame-862860--light .hd-frame-862860__gauges-grid--plain .hd-frame-862860__index-card:last-child { border-bottom: none; }
.hd-frame-862860--light .hd-frame-862860__index-card h3 { color: var(--clr-body); }
.hd-frame-862860--light .hd-frame-862860__index-card p { color: var(--clr-body-light); }

/* === Stats === */
.blk-5c4fd { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.blk-5c4fd > .st-a8ffa1 > h2 { text-align: center; margin-bottom: 1.5rem; }
.blk-5c4fd__cells { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; text-align: center; }
.blk-5c4fd__item { min-width: 120px; }
.blk-5c4fd__number { font-size: 2.25rem; font-weight: 700; font-family: var(--type-heading); color: var(--clr-main); line-height: 1.2; }
.blk-5c4fd__lbl { font-size: 0.9rem; color: var(--clr-body-light); margin-top: 0.2rem; }

/* Stats variant: cards */
.blk-5c4fd--cards .blk-5c4fd__cells { gap: 1.25rem; }
.blk-5c4fd--cards .blk-5c4fd__item {
    padding: 1.25rem;
    background: var(--clr-card);
    border: var(--border-w) solid var(--clr-border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    min-width: 160px;
    flex: 1;
}

/* Stats variant: bar */
.blk-5c4fd--bar { padding: 0; }
.blk-5c4fd__bar {
    display: flex;
    background: var(--clr-main-dark);
    color: #fff;
    padding: 1.25rem 0;
}
.blk-5c4fd--bar .blk-5c4fd__item { flex: 1; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); padding: 0.5rem 1rem; }
.blk-5c4fd--bar .blk-5c4fd__item:last-child { border-right: none; }
.blk-5c4fd--bar .blk-5c4fd__number { color: #fff; font-size: 2rem; }
.blk-5c4fd--bar .blk-5c4fd__lbl { color: rgba(255,255,255,0.8); }

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

.blk-shelf-d0df096 {
    margin-bottom: 1.25rem;
    padding: 1.5rem;
    border: var(--border-w) solid var(--clr-border);
    border-radius: var(--radius);
    background: var(--clr-card);
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition), border-color var(--transition), transform var(--transition);
}
.blk-shelf-d0df096:hover { box-shadow: var(--shadow-hover); border-color: var(--clr-main-light); transform: translateY(-2px); }
.blk-shelf-d0df096__ico { margin-bottom: 0.75rem; }
.blk-shelf-d0df096__ico img { width: 48px; height: 48px; }

/* === Advantages === */
.sec-f5716 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.sec-f5716 h2 { text-align: center; margin-bottom: 1.5rem; }
.sec-f5716__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.sec-f5716__item {
    padding: 1.5rem;
    background: var(--clr-card);
    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;
}
.sec-f5716__item:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); border-color: var(--clr-main-light); }
.sec-f5716__item h3 { margin-top: 0.5rem; }
.sec-f5716__ico img { width: 48px; height: 48px; margin: 0 auto; }

/* Adv variant: list */
.sec-f5716--list .sec-f5716__cells { grid-template-columns: 1fr; gap: 1rem; }
.sec-f5716--list .sec-f5716__item { display: flex; gap: 1.25rem; text-align: left; align-items: flex-start; }
.sec-f5716--list .sec-f5716__ico { flex-shrink: 0; }
.sec-f5716--list .sec-f5716__txt p { margin-bottom: 0; }

/* Adv variant: numbered */
.sec-f5716--numbered .sec-f5716__cells { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.sec-f5716--numbered .sec-f5716__item { display: flex; gap: 1rem; text-align: left; padding: 1.25rem; }
.sec-f5716__idx {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--clr-main-light);
    color: var(--clr-main-dark);
    font-weight: 700;
    font-size: 1.25rem;
    border-radius: var(--radius);
    font-family: var(--type-heading);
}
.sec-f5716--numbered .sec-f5716__txt p { margin-bottom: 0; }

/* Adv variant: bordered */
.sec-f5716--bordered .sec-f5716__item {
    border: var(--border-w) solid var(--clr-border);
    border-left: 4px solid var(--clr-main);
    text-align: left;
    border-radius: 0 var(--radius) var(--radius) 0;
}
.sec-f5716--bordered .sec-f5716__item:hover { border-left-color: var(--clr-accent); }

/* === Tariffs === */
.wp-5fa6a1 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.wp-5fa6a1 > .st-a8ffa1 > h2 { text-align: center; margin-bottom: 1.5rem; }
.wp-5fa6a1__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.wp-5fa6a1__card {
    padding: 1.75rem;
    border: var(--border-w) solid var(--clr-border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    transition: box-shadow var(--transition), transform var(--transition);
    background: var(--clr-card);
}
.wp-5fa6a1__card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.wp-5fa6a1__card--highlighted { border-color: var(--clr-main); box-shadow: 0 0 0 2px var(--clr-main-light); position: relative; }
.wp-5fa6a1__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;
}
.wp-5fa6a1__rate { font-size: 1.75rem; font-weight: 700; color: var(--clr-main); margin: 0.5rem 0; }
.wp-5fa6a1__perks { list-style: none; padding: 0; margin: 0.75rem 0; text-align: left; }
.wp-5fa6a1__perks li { padding: 0.35rem 0; border-bottom: 1px solid var(--clr-border); font-size: 0.9rem; }

/* Tariff variant: horizontal */
.wp-5fa6a1--horizontal .wp-5fa6a1__cells { display: none; }
.wp-5fa6a1__lane {
    display: grid;
    grid-template-columns: 1fr 1.5fr auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.25rem;
    border: var(--border-w) solid var(--clr-border);
    border-radius: var(--radius);
    margin-bottom: 0.75rem;
    background: var(--clr-card);
}
.wp-5fa6a1__lane--hl { border-color: var(--clr-main); background: var(--clr-main-light); }
.wp-5fa6a1__lane-head .wp-5fa6a1__rate { font-size: 1.4rem; margin: 0.25rem 0; }
.wp-5fa6a1__lane-body .wp-5fa6a1__perks { margin: 0; }
.wp-5fa6a1__lane-body .wp-5fa6a1__perks li { display: inline; }
.wp-5fa6a1__lane-body .wp-5fa6a1__perks li::after { content: ' \00B7  '; }
.wp-5fa6a1__lane-body .wp-5fa6a1__perks li:last-child::after { content: ''; }

/* Tariff variant: minimal */
.wp-5fa6a1--minimal .wp-5fa6a1__cells { display: none; }
.wp-5fa6a1__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--clr-border);
}
.wp-5fa6a1--minimal .wp-5fa6a1__rate { font-size: 1.25rem; white-space: nowrap; margin: 0; }

/* === Benefits === */
.ft-zone-22d9ff { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.ft-zone-22d9ff > .st-a8ffa1 > h2 { text-align: center; margin-bottom: 1.5rem; }
.ft-zone-22d9ff__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.ft-zone-22d9ff__item {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--clr-card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.ft-zone-22d9ff__item h3 { margin-bottom: 0.2rem; }

/* Benefits variant: checklist */
.ft-zone-22d9ff--checklist .ft-zone-22d9ff__cells { display: none; }
.ft-zone-22d9ff__list { max-width: 700px; margin: 0 auto; }
.ft-zone-22d9ff__tickmark-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--clr-border);
    align-items: flex-start;
}
.ft-zone-22d9ff__tickmark-mark {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--clr-main);
    color: #fff;
    border-radius: 50%;
    font-size: 0.85rem;
    margin-top: 0.1rem;
}
.ft-zone-22d9ff__tickmark-item p { margin: 0.25rem 0 0; color: var(--clr-body-light); font-size: 0.9rem; }

/* Benefits variant: icons */
.ft-zone-22d9ff--icons .ft-zone-22d9ff__item { flex-direction: column; text-align: center; align-items: center; }
.ft-zone-22d9ff__ico-big { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.5rem; }
.ft-zone-22d9ff__ico-big img { width: 56px; height: 56px; }

/* === FAQ === */
.ft-col-b1f86b3#faq { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.ft-col-b1f86b3#faq h2, .ft-col-b1f86b3 > .st-a8ffa1 > 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. */
.ft-col-b1f86b3__questions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(480px, 100%), 1fr)); gap: 1rem; }

/* FAQ details/accordion */
details.blk-shelf-d0df096 { cursor: pointer; }
details.blk-shelf-d0df096 summary { font-weight: 600; }
details.blk-shelf-d0df096[open] summary { color: var(--clr-main); }

/* === CTA === */
.cp-panel-12b8ea1 {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: var(--clr-main) !important;
    color: #fff;
    text-align: center;
}
.cp-panel-12b8ea1 h2 { color: #fff; margin-bottom: 0.75rem; }
.cp-panel-12b8ea1 p { color: rgba(255,255,255,0.9); max-width: 600px; margin-left: auto; margin-right: auto; }
.cp-panel-12b8ea1 .btn { background: #fff; color: var(--clr-main-dark); border-color: #fff; margin-top: 0.75rem; }
.cp-panel-12b8ea1 .btn:hover { background: rgba(255,255,255,0.9); }

/* CTA variant: card */
.cp-panel-12b8ea1--card-wrap { background: var(--clr-surface-alt) !important; }
.cp-panel-12b8ea1__card {
    max-width: 640px;
    margin: 0 auto;
    padding: 2.5rem;
    background: var(--clr-main);
    border-radius: var(--radius);
    text-align: center;
}
.cp-panel-12b8ea1__card h2 { color: #fff; }
.cp-panel-12b8ea1__card p { color: rgba(255,255,255,0.9); }
.cp-panel-12b8ea1__card .btn { background: #fff; color: var(--clr-main-dark); border-color: #fff; }

/* CTA variant: split */
.cp-panel-12b8ea1--split { text-align: left; }
.cp-panel-12b8ea1__twin-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: center; }
.cp-panel-12b8ea1__twin-action { text-align: center; }

/* === Products === */
.ft-aside-83ef643 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.ft-aside-83ef643 > .st-a8ffa1 > h2 { text-align: center; margin-bottom: 1.5rem; }
.ft-aside-83ef643__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.ft-aside-83ef643__card {
    border-radius: var(--radius);
    overflow: hidden;
    border: var(--border-w) solid var(--clr-border);
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition), transform var(--transition);
    background: var(--clr-card);
}
.ft-aside-83ef643__card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.ft-aside-83ef643__card-body { padding: 1.25rem; }

/* Products variant: list */
.ft-aside-83ef643--list .ft-aside-83ef643__cells { display: none; }
.ft-aside-83ef643__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border-bottom: 1px solid var(--clr-border);
}
.ft-aside-83ef643__list-item:last-child { border-bottom: none; }
.ft-aside-83ef643__list-item p { margin: 0; }

/* Products variant: inline */
.ft-aside-83ef643--inline .ft-aside-83ef643__cells { display: none; }
.ft-aside-83ef643__level-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.ft-aside-83ef643__level-item {
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem;
    border: var(--border-w) solid var(--clr-border);
    border-radius: var(--radius);
    background: var(--clr-card);
    transition: border-color var(--transition);
    color: var(--clr-body);
    flex: 1 1 auto;
    min-width: 200px;
}
.ft-aside-83ef643__level-item:hover { border-color: var(--clr-main); }
.ft-aside-83ef643__level-item span { font-size: 0.85rem; color: var(--clr-body-light); margin-top: 0.25rem; }

/* === Steps === */
.pnl-outer-bb9e2e { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.pnl-outer-bb9e2e > .st-a8ffa1 > h2 { text-align: center; margin-bottom: 1.5rem; }
.pnl-outer-bb9e2e__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.25rem; counter-reset: step; position: relative; }
.pnl-outer-bb9e2e__item { text-align: center; position: relative; }
.pnl-outer-bb9e2e__idx {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--clr-main);
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    border-radius: 50%;
    margin-bottom: 0.75rem;
    font-family: var(--type-heading);
}
.pnl-outer-bb9e2e__item h3 { font-size: 1.1rem; }
.pnl-outer-bb9e2e__item p { font-size: 0.9rem; color: var(--clr-body-light); margin: 0; }
/* Connector line between steps */
.pnl-outer-bb9e2e__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 24px;
    left: calc(50% + 28px);
    width: calc(100% + 1.25rem - 56px);
    height: 2px;
    background: var(--clr-border);
    z-index: 1;
}

/* Transparent header: push hero content below header */
.box-main-c4aac64--transparent ~ main > .hd-frame-862860 { padding-top: calc(80px + 2rem); }
/* Transparent header on non-hero pages (single, subpages): push first child down */
.box-main-c4aac64--transparent ~ main > .st-a8ffa1:first-child { padding-top: calc(80px + 2rem); }
.box-main-c4aac64--transparent ~ main > .ft-col-b1f86b3:first-child { padding-top: calc(80px + 2rem); }

/* === Testimonials === */
.box-panel-613e1b { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.box-panel-613e1b > .st-a8ffa1 > h2 { text-align: center; margin-bottom: 1.5rem; }
.box-panel-613e1b__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.box-panel-613e1b__card {
    padding: 1.5rem;
    background: var(--clr-card);
    border: var(--border-w) solid var(--clr-border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.box-panel-613e1b__words {
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1rem;
    padding: 0;
    border: none;
    color: var(--clr-body);
    position: relative;
    padding-left: 1.5rem;
}
.box-panel-613e1b__words::before { content: '\201C'; font-size: 2.5rem; color: var(--clr-main-light); position: absolute; top: -0.5rem; left: 0; font-family: serif; line-height: 1; }
.box-panel-613e1b__author { display: flex; gap: 0.75rem; align-items: center; }
.box-panel-613e1b__avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.box-panel-613e1b__avatar img { width: 100%; height: 100%; object-fit: cover; }
.box-panel-613e1b__position { display: block; color: var(--clr-body-light); font-size: 0.9rem; }
.box-panel-613e1b__credit { display: block; font-style: normal; margin-top: 0.75rem; color: var(--clr-body-light); }
.box-panel-613e1b__credit strong { color: var(--clr-body); }
.box-panel-613e1b__details { color: var(--clr-body-light); font-size: 0.9rem; }
.box-panel-613e1b__details strong { color: var(--clr-body); }

/* -- test-bubble -- */
.box-panel-613e1b--bubble .box-panel-613e1b__cloud {
    background: var(--clr-card);
    border: var(--border-w) solid var(--clr-border);
    border-radius: var(--radius);
    padding: 1.25rem;
    position: relative;
    margin-bottom: 1rem;
}
.box-panel-613e1b--bubble .box-panel-613e1b__cloud::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(--clr-card);
}
.box-panel-613e1b--bubble .box-panel-613e1b__cloud::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(--clr-border);
}
.box-panel-613e1b--bubble .box-panel-613e1b__card { background: none; border: none; box-shadow: none; padding: 0; }
.box-panel-613e1b--bubble .box-panel-613e1b__words { padding-left: 0; margin: 0; }
.box-panel-613e1b--bubble .box-panel-613e1b__words::before { display: none; }
.box-panel-613e1b--bubble .box-panel-613e1b__author { padding-left: 0.5rem; }

/* -- test-minimal -- */
.box-panel-613e1b--minimal { text-align: center; }
.box-panel-613e1b--minimal .st-a8ffa1 > h2 { margin-bottom: 2rem; }
.box-panel-613e1b--minimal .box-panel-613e1b__list { max-width: 700px; margin: 0 auto; }
.box-panel-613e1b--minimal .box-panel-613e1b__item { padding: 2rem 0; border-bottom: 1px solid var(--clr-border); }
.box-panel-613e1b--minimal .box-panel-613e1b__item:last-child { border-bottom: none; }
.box-panel-613e1b--minimal .box-panel-613e1b__words { font-size: 1.1rem; padding-left: 0; }
.box-panel-613e1b--minimal .box-panel-613e1b__words::before { display: none; }

/* -- test-featured -- */
.box-panel-613e1b--featured .box-panel-613e1b__cells { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.box-panel-613e1b--featured .box-panel-613e1b__card--feat {
    grid-column: 1 / -1;
    border-left: 4px solid var(--clr-main);
    background: color-mix(in srgb, var(--clr-main) 5%, var(--clr-card));
}
.box-panel-613e1b--featured .box-panel-613e1b__card--feat .box-panel-613e1b__avatar { width: 72px; height: 72px; }

/* -- test-horizontal -- */
.box-panel-613e1b--horizontal .box-panel-613e1b__lane {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: var(--clr-card);
    border: var(--border-w) solid var(--clr-border);
    border-radius: var(--radius);
    margin-bottom: 1rem;
}
.box-panel-613e1b--horizontal .box-panel-613e1b__lane:last-child { margin-bottom: 0; }
.box-panel-613e1b--horizontal .box-panel-613e1b__avatar { width: 64px; height: 64px; border-radius: 8px; flex-shrink: 0; overflow: hidden; }
.box-panel-613e1b--horizontal .box-panel-613e1b__avatar img { border-radius: 8px; }
.box-panel-613e1b--horizontal .box-panel-613e1b__content { flex: 1; }
.box-panel-613e1b--horizontal .box-panel-613e1b__words { padding-left: 0; margin-bottom: 0.75rem; }
.box-panel-613e1b--horizontal .box-panel-613e1b__words::before { display: none; }

/* -- test-accent -- */
.box-panel-613e1b--accent .box-panel-613e1b__card {
    border-left: 3px solid var(--clr-main);
    background: color-mix(in srgb, var(--clr-main) 4%, var(--clr-card));
    position: relative;
    overflow: hidden;
}
.box-panel-613e1b--accent .box-panel-613e1b__card::after {
    content: '\201D';
    position: absolute;
    top: -0.5rem;
    right: 0.5rem;
    font-size: 6rem;
    font-family: serif;
    line-height: 1;
    color: var(--clr-main);
    opacity: 0.07;
    pointer-events: none;
}
.box-panel-613e1b--accent .box-panel-613e1b__words::before { display: none; }
.box-panel-613e1b--accent .box-panel-613e1b__words { padding-left: 0; }

/* -- test-large-avatar -- */
.box-panel-613e1b--lg-avatar .box-panel-613e1b__card { text-align: center; }
.box-panel-613e1b--lg-avatar .box-panel-613e1b__avatar { width: 80px; height: 80px; margin: 0 auto 1rem; }
.box-panel-613e1b--lg-avatar .box-panel-613e1b__words { padding-left: 0; text-align: center; }
.box-panel-613e1b--lg-avatar .box-panel-613e1b__words::before { position: static; display: block; text-align: center; margin-bottom: -0.5rem; }
.box-panel-613e1b--lg-avatar .box-panel-613e1b__details { margin-top: 0.75rem; }

/* -- test-masonry -- */
.box-panel-613e1b--masonry .box-panel-613e1b__cells { display: block; column-count: 2; column-gap: 1.25rem; }
.box-panel-613e1b--masonry .box-panel-613e1b__card { break-inside: avoid; margin-bottom: 1.25rem; border-top: 3px solid var(--clr-main); box-shadow: none; }
.box-panel-613e1b--masonry .box-panel-613e1b__words::before { display: none; }
.box-panel-613e1b--masonry .box-panel-613e1b__words { padding-left: 0; }

/* -- test-sidebar -- */
.box-panel-613e1b--sidebar .box-panel-613e1b__frame { display: grid; grid-template-columns: 280px 1fr; gap: 2.5rem; align-items: start; }
.box-panel-613e1b--sidebar .box-panel-613e1b__side { position: sticky; top: 2rem; }
.box-panel-613e1b--sidebar .box-panel-613e1b__side h2 { text-align: left; margin-bottom: 1rem; }
.box-panel-613e1b--sidebar .box-panel-613e1b__side::after { content: ''; display: block; width: 48px; height: 3px; background: var(--clr-main); margin-top: 1rem; border-radius: 2px; }
.box-panel-613e1b--sidebar .box-panel-613e1b__card { margin-bottom: 1rem; }
.box-panel-613e1b--sidebar .box-panel-613e1b__card:last-child { margin-bottom: 0; }

/* -- test-stack -- */
.box-panel-613e1b--stack .box-panel-613e1b__cells { display: flex; flex-direction: column; gap: 0; }
.box-panel-613e1b--stack .box-panel-613e1b__card { display: flex; gap: 1.5rem; align-items: center; padding: 2rem; border: none; border-radius: 0; box-shadow: none; }
.box-panel-613e1b--stack .box-panel-613e1b__card:nth-child(even) { background: var(--clr-surface-alt); }
.box-panel-613e1b--stack .box-panel-613e1b__card:nth-child(odd) { background: var(--clr-card); }
.box-panel-613e1b--stack .box-panel-613e1b__words { flex: 1; padding-left: 0; margin-bottom: 0; }
.box-panel-613e1b--stack .box-panel-613e1b__words::before { display: none; }
.box-panel-613e1b--stack .box-panel-613e1b__author { flex-shrink: 0; text-align: right; }
.box-panel-613e1b--stack .box-panel-613e1b__avatar { width: 56px; height: 56px; }

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

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

/* === Blog === */
.cmp-dock-e2b4e54 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.cmp-dock-e2b4e54 > .st-a8ffa1 > h2 { text-align: center; margin-bottom: 1.5rem; }
.cmp-dock-e2b4e54__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.cmp-dock-e2b4e54__thumbnail { border-radius: var(--radius); overflow: hidden; margin-bottom: 0.75rem; }
.cmp-dock-e2b4e54__thumbnail img { width: 100%; height: 180px; object-fit: cover; display: block; }
.cmp-dock-e2b4e54__date { font-size: 0.8rem; color: var(--clr-body-light); display: block; margin-bottom: 0.25rem; }
.cmp-dock-e2b4e54__summary { font-size: 0.9rem; color: var(--clr-body-light); line-height: 1.6; }
.cmp-dock-e2b4e54__more-link { font-size: 0.85rem; color: var(--clr-main); text-decoration: none; font-weight: 500; }
.cmp-dock-e2b4e54__more-link:hover { text-decoration: underline; }
/* Blog: list variant */
.cmp-dock-e2b4e54--list .cmp-dock-e2b4e54__item { display: flex; gap: 1.25rem; padding: 1rem 0; border-bottom: 1px solid var(--clr-border); }
.cmp-dock-e2b4e54--list .cmp-dock-e2b4e54__thumbnail { flex-shrink: 0; width: 200px; margin: 0; }
.cmp-dock-e2b4e54--list .cmp-dock-e2b4e54__thumbnail img { height: 130px; }
.cmp-dock-e2b4e54--list .cmp-dock-e2b4e54__item-body h3 { margin: 0 0 0.25rem; font-size: 1.1rem; }
.cmp-dock-e2b4e54--list .cmp-dock-e2b4e54__item-body h3 a { color: var(--clr-body); text-decoration: none; }
.cmp-dock-e2b4e54--list .cmp-dock-e2b4e54__item-body h3 a:hover { color: var(--clr-main); }
/* Blog: cards variant */
.cmp-dock-e2b4e54--cards .cmp-dock-e2b4e54__card { display: flex; flex-direction: column; }
.cmp-dock-e2b4e54--cards .cmp-dock-e2b4e54__card-body { flex: 1; display: flex; flex-direction: column; padding: 1rem 0; }
.cmp-dock-e2b4e54--cards .cmp-dock-e2b4e54__card-body h3 { margin: 0.25rem 0 0.5rem; font-size: 1.05rem; }
.cmp-dock-e2b4e54--cards .cmp-dock-e2b4e54__card-body h3 a { color: var(--clr-body); text-decoration: none; }
.cmp-dock-e2b4e54--cards .cmp-dock-e2b4e54__card-body h3 a:hover { color: var(--clr-main); }
.cmp-dock-e2b4e54--cards .cmp-dock-e2b4e54__more-link { margin-top: auto; }
/* Blog: minimal variant */
.cmp-dock-e2b4e54--minimal .cmp-dock-e2b4e54__list { list-style: none; padding: 0; }
.cmp-dock-e2b4e54--minimal .cmp-dock-e2b4e54__list li { padding: 0.75rem 0; border-bottom: 1px solid var(--clr-border); display: flex; justify-content: space-between; align-items: center; }
.cmp-dock-e2b4e54--minimal .cmp-dock-e2b4e54__list a { color: var(--clr-body); text-decoration: none; font-weight: 500; }
.cmp-dock-e2b4e54--minimal .cmp-dock-e2b4e54__list a:hover { color: var(--clr-main); }

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

/* === Team === */
.mn-view-70f29 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.mn-view-70f29 > .st-a8ffa1 > h2 { text-align: center; margin-bottom: 0.5rem; }
.mn-view-70f29__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.mn-view-70f29__card { text-align: center; background: var(--clr-card); border: var(--border-w) solid var(--clr-border); border-radius: var(--radius); overflow: hidden; transition: transform var(--transition), box-shadow var(--transition); }
.mn-view-70f29__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.mn-view-70f29__photo { aspect-ratio: 1/1; overflow: hidden; }
.mn-view-70f29__photo img { width: 100%; height: 100%; object-fit: cover; }
.mn-view-70f29__card h3 { margin: 0.75rem 0 0.25rem; font-size: 1rem; }
.mn-view-70f29__card p { font-size: 0.85rem; color: var(--clr-body-light); margin: 0 0 0.75rem; padding: 0 1rem; }
.mn-view-70f29--list .mn-view-70f29__cells { grid-template-columns: 1fr; }
.mn-view-70f29--list .mn-view-70f29__card { display: flex; text-align: left; }
.mn-view-70f29--list .mn-view-70f29__photo { width: 120px; flex-shrink: 0; aspect-ratio: 1/1; }
.mn-view-70f29--compact .mn-view-70f29__cells { gap: 1rem; }
.mn-view-70f29--compact .mn-view-70f29__photo { width: 80px; height: 80px; border-radius: 50%; margin: 1rem auto 0.5rem; }

/* === Code Showcase (CSS-only tabs) === */.cmp-promo-2977dec { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.cmp-promo-2977dec > .st-a8ffa1 > h2 { text-align: center; margin-bottom: 0.5rem; }
.cmp-promo-2977dec__panel { position: relative; max-width: 720px; margin: 2rem auto 0; }
.cmp-promo-2977dec__opt { display: none; }
.cmp-promo-2977dec__switcher { display: flex; gap: 5px; }
.cmp-promo-2977dec__switch-btn { padding: 10px 25px; font-size: 0.9rem; font-weight: 600; color: var(--clr-body-light); background: var(--clr-surface-alt); border-radius: 8px 8px 0 0; cursor: pointer; transition: background var(--transition), color var(--transition); }
.cmp-promo-2977dec__codebox-block { display: none; background: #1e293b; border-radius: 0 8px 8px 8px; overflow-x: auto; }
.cmp-promo-2977dec__codebox-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; }
.cmp-promo-2977dec__codebox-block code { white-space: pre; }
.cmp-promo-2977dec__opt:nth-of-type(1):checked ~ .cmp-promo-2977dec__codebox-block--curl { display: block; }
.cmp-promo-2977dec__opt:nth-of-type(2):checked ~ .cmp-promo-2977dec__codebox-block--python { display: block; }
.cmp-promo-2977dec__opt:nth-of-type(3):checked ~ .cmp-promo-2977dec__codebox-block--php { display: block; }
.cmp-promo-2977dec__opt:nth-of-type(1):checked ~ .cmp-promo-2977dec__switcher .cmp-promo-2977dec__switch-btn:nth-of-type(1),
.cmp-promo-2977dec__opt:nth-of-type(2):checked ~ .cmp-promo-2977dec__switcher .cmp-promo-2977dec__switch-btn:nth-of-type(2),
.cmp-promo-2977dec__opt:nth-of-type(3):checked ~ .cmp-promo-2977dec__switcher .cmp-promo-2977dec__switch-btn:nth-of-type(3) {
    background: #1e293b; color: #fff;
}
/* === Categories === */
.ui-strip-19b8 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.ui-strip-19b8 > .st-a8ffa1 > h2 { text-align: center; margin-bottom: 0.5rem; }
.ui-strip-19b8__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; }
.ui-strip-19b8__card { padding: 1.5rem; background: var(--clr-card); border: var(--border-w) solid var(--clr-border); border-radius: var(--radius); text-decoration: none; color: var(--clr-body); transition: all var(--transition); display: block; }
.ui-strip-19b8__card:hover { border-color: var(--clr-main); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.ui-strip-19b8__item { text-decoration: none; color: var(--clr-body); transition: background var(--transition); }
.ui-strip-19b8__item:hover { background: var(--clr-surface-alt); }
.ui-strip-19b8--icons .ui-strip-19b8__item { text-decoration: none; color: var(--clr-body); transition: color var(--transition); }
.ui-strip-19b8--icons .ui-strip-19b8__item:hover { color: var(--clr-main); }

/* === Comparison === */
.itm-hub-72af9f3 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.itm-hub-72af9f3 > .st-a8ffa1 > h2 { text-align: center; margin-bottom: 0.5rem; }
.itm-hub-72af9f3__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.itm-hub-72af9f3__card { padding: 1.5rem; background: var(--clr-card); border: var(--border-w) solid var(--clr-border); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.itm-hub-72af9f3__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.itm-hub-72af9f3__card h3 { margin: 0 0 0.75rem; font-size: 1.1rem; }
.itm-hub-72af9f3__rating { color: var(--clr-accent); font-size: 1.1rem; margin-bottom: 0.75rem; }
.itm-hub-72af9f3__upsides, .itm-hub-72af9f3__cons { font-size: 0.9rem; margin-bottom: 0.5rem; }
.itm-hub-72af9f3__table { width: 100%; border-spacing: 0; border-collapse: collapse; }
.itm-hub-72af9f3__table th { font-weight: 600; color: var(--clr-body); background: var(--clr-surface-alt); }
.itm-hub-72af9f3__table td, .itm-hub-72af9f3__table th { padding: 0.75rem; border-bottom: 1px solid var(--clr-border); text-align: left; }
.itm-hub-72af9f3__table tr:hover td { background: var(--clr-surface-alt); }
.itm-hub-72af9f3__shell { overflow-x: auto; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid var(--clr-border); }
.itm-hub-72af9f3__th-feature, .itm-hub-72af9f3__cell-feature { position: sticky; left: 0; z-index: 1; background: var(--clr-surface); box-shadow: 2px 0 5px rgba(0,0,0,0.05); }
.itm-hub-72af9f3__th-feature { z-index: 2; background: var(--clr-surface-alt); }
.itm-hub-72af9f3__th-hl { background: var(--clr-main-light); border-top: 3px solid var(--clr-main); color: var(--clr-main-dark); }
.itm-hub-72af9f3__cell-hl { background: var(--clr-main-light); }
.itm-hub-72af9f3--list .itm-hub-72af9f3__item { padding: 1.25rem 0; border-bottom: 1px solid var(--clr-border); }

/* === Projects === */
.pg-rail-b471240 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.pg-rail-b471240 > .st-a8ffa1 > h2 { text-align: center; margin-bottom: 0.5rem; }
.pg-rail-b471240__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.pg-rail-b471240__card { background: var(--clr-card); border: var(--border-w) solid var(--clr-border); border-radius: var(--radius); overflow: hidden; transition: transform var(--transition), box-shadow var(--transition); }
.pg-rail-b471240__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.pg-rail-b471240__card img { width: 100%; height: 200px; object-fit: cover; display: block; }
.pg-rail-b471240__card-body { padding: 1.25rem; }
.pg-rail-b471240__card-body h3 { margin: 0 0 0.5rem; font-size: 1.05rem; }
.pg-rail-b471240__card-body p { font-size: 0.9rem; color: var(--clr-body-light); margin: 0; }
.pg-rail-b471240__marker { display: inline-block; font-size: 0.75rem; background: var(--clr-surface-alt); color: var(--clr-body-light); padding: 0.2rem 0.6rem; border-radius: 1rem; margin-bottom: 0.5rem; }
.pg-rail-b471240--case .pg-rail-b471240__cells { grid-template-columns: 1fr; gap: 2rem; }
.pg-rail-b471240--case .pg-rail-b471240__item { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: center; }
.pg-rail-b471240--case .pg-rail-b471240__item img { width: 100%; height: auto; display: block; border-radius: var(--radius); }
.pg-rail-b471240--minimal .pg-rail-b471240__cells { grid-template-columns: 1fr; }
.pg-rail-b471240--minimal .pg-rail-b471240__item { padding: 1rem 0; border-bottom: 1px solid var(--clr-border); }

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

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

/* === Marquee banner === */
@keyframes tg66d29 { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.cp-cell-511ab { background: var(--clr-main); overflow: hidden; padding: 0.6rem 0; white-space: nowrap; }
.cp-cell-511ab__scroller { display: inline-flex; animation: tg66d29 35s linear infinite; }
.cp-cell-511ab__txt { display: inline-block; padding: 0 2rem; font-size: 0.95rem; font-weight: 500; color: #fff; letter-spacing: 0.02em; }
/* === Custom blocks === */
.blk-shelf-d0df096 { padding: 2rem 0; }
.blk-shelf-d0df096 > div { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.blk-shelf-d0df096 h2 { text-align: center; margin-bottom: 1.5rem; }
.blk-shelf-d0df096 p { max-width: 48rem; margin: 0.75rem auto; line-height: 1.7; color: var(--clr-body); }

/* === Footer === */
.box-col-23e68e {
    background: var(--clr-main-dark);
    color: rgba(255,255,255,0.8);
    padding: 2rem 0 1.25rem;
    margin-top: 0;
}
.box-col-23e68e__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-bottom: 1.25rem; }
.box-col-23e68e__column h3 { color: #fff; font-size: 1rem; margin-bottom: 0.5rem; }
.box-col-23e68e__column p { font-size: 0.9rem; margin-bottom: 0.4rem; }
.box-col-23e68e__column a { color: rgba(255,255,255,0.7); }
.box-col-23e68e__column a:hover { color: #fff; }
.box-col-23e68e__column ul { list-style: none; padding: 0; }
.box-col-23e68e__column ul li { margin-bottom: 0.35rem; }
.box-col-23e68e__column 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) */
.box-col-23e68e__column nav ul li { margin-bottom: 0.35rem; break-inside: avoid; }
.box-col-23e68e__column nav a { color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.box-col-23e68e__column nav a:hover { color: #fff; }
/* minimal-rg quick-links: one centered horizontal row (parity with the other footers) */
.box-col-23e68e__links, .box-col-23e68e__links ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem 1.5rem; margin: 0 0 1.25rem; padding: 0; list-style: none; }
.box-col-23e68e__links ul { margin: 0; }
.box-col-23e68e__links li { margin: 0; list-style: none; }
.box-col-23e68e__links a { color: rgba(255,255,255,0.82); font-size: 0.9rem; }
.box-col-23e68e__links a:hover { color: #fff; }
.box-col-23e68e__base { 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; }
.box-col-23e68e__socials { display: flex; gap: 0.75rem; }
.box-col-23e68e__socials a { color: rgba(255,255,255,0.7); }
.box-col-23e68e__socials a:hover { color: #fff; }

/* Footer: legal bar */
.box-col-23e68e__policies {
    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;
}
.box-col-23e68e__policies li { list-style: none; }
.box-col-23e68e__policies a { color: rgba(255,255,255,0.55); }
.box-col-23e68e__policies a:hover { color: rgba(255,255,255,0.9); }

/* Footer legal bar — randomized presentation (anti-fingerprint).
   Double-class beats any base `__policies` 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>). */
.box-col-23e68e__policies.box-col-23e68e__policies--sep-pipe,
.box-col-23e68e__policies.box-col-23e68e__policies--sep-dot,
.box-col-23e68e__policies.box-col-23e68e__policies--sep-bullet,
.box-col-23e68e__policies.box-col-23e68e__policies--sep-slash,
.box-col-23e68e__policies.box-col-23e68e__policies--sep-dash { flex-direction: row; flex-wrap: wrap; gap: 0.5rem; }
.box-col-23e68e__policies--sep-pipe > a + a::before, .box-col-23e68e__policies--sep-pipe > li + li::before { content: '\2502'; margin-right: 0.5rem; opacity: 0.4; }
.box-col-23e68e__policies--sep-dot > a + a::before, .box-col-23e68e__policies--sep-dot > li + li::before { content: '\00B7'; margin-right: 0.5rem; opacity: 0.55; }
.box-col-23e68e__policies--sep-bullet > a + a::before, .box-col-23e68e__policies--sep-bullet > li + li::before { content: '\2022'; margin-right: 0.5rem; opacity: 0.45; }
.box-col-23e68e__policies--sep-slash > a + a::before, .box-col-23e68e__policies--sep-slash > li + li::before { content: '/'; margin-right: 0.5rem; opacity: 0.4; }
.box-col-23e68e__policies--sep-dash > a + a::before, .box-col-23e68e__policies--sep-dash > li + li::before { content: '\2013'; margin-right: 0.5rem; opacity: 0.4; }
.box-col-23e68e__policies.box-col-23e68e__policies--stacked { flex-direction: column; gap: 0.4rem; }
.box-col-23e68e__policies.box-col-23e68e__policies--pills { flex-direction: row; flex-wrap: wrap; gap: 0.5rem; }
.box-col-23e68e__policies--pills > a, .box-col-23e68e__policies--pills > li > a { padding: 0.2rem 0.7rem; border: 1px solid currentColor; border-radius: 999px; opacity: 0.7; 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. */
.box-col-23e68e--fb-a .box-col-23e68e__base, .box-col-23e68e--fb-b .box-col-23e68e__base { justify-content: center; text-align: center; }
.box-col-23e68e--fb-c .box-col-23e68e__base, .box-col-23e68e--fb-e .box-col-23e68e__base { justify-content: flex-start; text-align: left; }
.box-col-23e68e--fb-d .box-col-23e68e__base { justify-content: flex-end; text-align: right; }
.box-col-23e68e.box-col-23e68e--fb-b .box-col-23e68e__policies, .box-col-23e68e.box-col-23e68e--fb-d .box-col-23e68e__policies, .box-col-23e68e.box-col-23e68e--fb-e .box-col-23e68e__policies { border-bottom: 0; margin-bottom: 0.5rem; padding-bottom: 0; }

/* Footer: custom HTML */
.box-col-23e68e__extra { padding: 0.75rem 0; }

/* === Buttons === */
.btn {
    display: inline-block;
    padding: 10px 24px;
    font-family: var(--type-body);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    /* color-mix keeps the brand hue but leans on the theme text color, so the outline
       button stays readable on dark presets with muted palettes — pure primary text
       sank into the card bg (live: 1963.рф, products cards). */
    border: var(--border-w) solid color-mix(in srgb, var(--clr-main) 70%, var(--clr-body));
    background: transparent;
    color: color-mix(in srgb, var(--clr-main) 55%, var(--clr-body));
    cursor: pointer;
    transition: all var(--transition);
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
}
.btn:hover { background: var(--clr-main); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.btn-primary {
    background: var(--clr-main);
    color: #fff;
    border-color: var(--clr-main);
}
.btn-primary:hover { background: var(--clr-accent); border-color: var(--clr-accent); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.btn-outline {
    background: transparent;
    color: var(--clr-main);
    border: 2px solid var(--clr-main);
}
.btn-outline:hover { background: var(--clr-main); color: #fff; 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(--type-body);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    background: var(--clr-main);
    color: #fff;
    border: var(--border-w) solid var(--clr-main);
    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(--clr-accent); border-color: var(--clr-accent); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

/* === Section modifier utility classes === */
.mod--grad { background: linear-gradient(135deg, var(--clr-surface) 0%, var(--clr-surface-alt) 100%) !important; }
.mod--tinted {
    background: var(--clr-main-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);
}
.mod--tinted, .mod--tinted p, .mod--tinted li, .mod--tinted span, .mod--tinted h2, .mod--tinted h3 { color: #1e293b !important; }
.mod--tinted .blk-5c4fd__number { color: var(--clr-main-dark) !important; }
.mod--tinted .blk-5c4fd__lbl { color: #475569 !important; }
.mod--tinted .blk-5c4fd__bar { background: var(--clr-main-dark) !important; color: #fff !important; }
.mod--tinted .blk-5c4fd__bar .blk-5c4fd__number, .mod--tinted .blk-5c4fd__bar .blk-5c4fd__lbl { color: #fff !important; }
.bg--muted {
    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);
}
.bg--muted h2, .bg--muted h3, .bg--muted p, .bg--muted span { color: #1e293b; }
.bg--muted .blk-5c4fd__number { color: var(--clr-main-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) */
.bg--muted .blk-5c4fd__bar .blk-5c4fd__number, .bg--muted .blk-5c4fd__bar .blk-5c4fd__lbl { color: #fff !important; }
.alt--fade {
    background: var(--clr-main-dark) !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(--clr-accent);
    --color-primary-dark: var(--clr-accent);
    --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);
}
.alt--fade h2, .alt--fade h3 { color: #fff; }
.alt--fade p, .alt--fade li, .alt--fade span { color: rgba(255,255,255,0.9); }
.alt--fade a:not(.btn) { color: var(--clr-accent); }
/* 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 */
.alt--fade .btn-primary { color: #fff !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). */
.alt--fade .btn { color: #fff; border-color: rgba(255,255,255,0.55); }
.alt--fade .btn:hover { background: rgba(255,255,255,0.14); color: #fff; border-color: #fff; }
.alt--fade .wp-5fa6a1__rate { color: #fff; }
.alt--fade .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. */
.alt--fade .blk-5c4fd__number, .alt--fade .mod-hub-bc687__value { color: #fff !important; }

/* === Card modifier utility classes === */
.item--shadow { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.item--lift { border: var(--border-w) solid var(--clr-border); 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); }
.box--hover { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.box--hover:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); }
.box--minimal { box-shadow: none; border: none; background: var(--clr-surface-alt); }
.box--chevron { position: relative; padding-right: 2.5rem; cursor: pointer; transition: border-color 0.2s; }
.box--chevron::after { content: '\2192'; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: var(--clr-body-light); font-size: 1.1rem; transition: right 0.2s, color 0.2s; }
.box--chevron:hover { border-color: var(--clr-main); }
.box--chevron:hover::after { right: 0.75rem; color: var(--clr-main); }

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

/* === Comment form === */
input[type="submit"], button[type="submit"] {
    display: inline-block;
    padding: 14px 28px;
    background: var(--clr-accent);
    color: #fff;
    font-weight: 600;
    font-family: var(--type-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(--clr-accent-hover); transform: translateY(-1px); }
input[type="checkbox"], input[type="radio"] { accent-color: var(--clr-main); }
.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(--clr-accent); }
.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.85rem; color: var(--clr-body-light); }
.comment-notes { font-size: 0.85rem; color: var(--clr-body-light); }
.comment-reply-title { font-size: 1.45rem; margin-bottom: 1rem; }
.comment-reply-title small { font-size: 0.8rem; margin-left: 0.5rem; font-weight: 400; }
.st-brand-db280a { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--clr-border); }
.st-brand-db280a > h2 { margin-bottom: 1.5rem; }
.st-brand-db280a > ol { list-style: none; padding: 0; margin: 0 0 2rem; }
.st-brand-db280a .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; }

    .pg-ce885 .st-a8ffa1 { font-size: 0.8rem; flex-wrap: wrap; justify-content: center; text-align: center; }

    .box-main-c4aac64 .st-a8ffa1 { flex-wrap: wrap; }
    .box-main-c4aac64__menubar { display: none; }
    .box-main-c4aac64__toggle { display: block; }
    .box-main-c4aac64__menubar--open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--clr-main-dark);
        padding: 1rem var(--gutter);
        gap: 0.5rem;
        z-index: 99;
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }
    .box-main-c4aac64__menubar--open a { padding: 8px 0; display: block; font-size: 1rem; }
    .box-main-c4aac64__menubar--open li::before { display: none; }
    .box-main-c4aac64__menubar .sub-menu { display: block; position: static; box-shadow: none; border: none; padding: 0 0 0 1rem; min-width: auto; background: transparent; }
    .box-main-c4aac64__menubar .sub-menu a { color: inherit; font-size: 0.9rem; padding: 6px 0; opacity: 0.85; }
    .box-main-c4aac64--white .box-main-c4aac64__menubar--open { background: var(--clr-surface); border-bottom: 1px solid var(--clr-border); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
    .box-main-c4aac64--white .box-main-c4aac64__menubar--open a { color: var(--clr-body); }
    .box-main-c4aac64__actions { width: 100%; justify-content: space-between; margin-top: 0.5rem; }
    .box-main-c4aac64__local-links { justify-content: flex-start; font-size: 0.85rem; }
    .box-main-c4aac64__local-nav--dropdown .box-main-c4aac64__local-links { display: flex; position: static; box-shadow: none; border: none; flex-wrap: wrap; gap: 0.5rem; background: transparent; padding: 0; }
    .box-main-c4aac64__local-nav--dropdown .box-main-c4aac64__local-toggle { display: none; }
    .box-main-c4aac64__local-nav--pills .box-main-c4aac64__local-links { gap: 0.35rem; }
    .box-main-c4aac64__local-nav--pills .box-main-c4aac64__local-links a { font-size: 0.75rem; padding: 0.2rem 0.6rem; }

    .hd-frame-862860--split > .st-a8ffa1 { grid-template-columns: 1fr !important; }
    .hd-frame-862860--left-aligned > .st-a8ffa1 { grid-template-columns: 1fr !important; }
    .hd-frame-862860__deco { min-height: auto; align-items: center; }
    .hd-frame-862860__title { font-size: clamp(1.75rem, 6vw, 2.5rem); }
    .hd-frame-862860__cta-row { flex-direction: column; }
    .hd-frame-862860__cta-row .hd-frame-862860__btn { text-align: center; }
    .hd-frame-862860__figures-row { gap: 1.5rem; }
    .hd-frame-862860__perks-grid { grid-template-columns: 1fr 1fr !important; }
    .hd-frame-862860--checklist .hd-frame-862860__tickmark-grid { grid-template-columns: 1fr !important; }
    .hd-frame-862860__pills-row { gap: 0.5rem; }
    .hd-frame-862860__emblem { padding: 8px 12px; font-size: 0.8rem; }
    .hd-frame-862860__gauges-layout { grid-template-columns: 1fr; }

    .blk-5c4fd--bar .blk-5c4fd__bar { flex-wrap: wrap; }
    .blk-5c4fd__cells { gap: 1.25rem; }
    .blk-5c4fd__number { font-size: 1.75rem; }

    .sec-f5716__cells { grid-template-columns: 1fr !important; }
    .sec-f5716--numbered .sec-f5716__cells { grid-template-columns: 1fr !important; }

    .wp-5fa6a1__cells { grid-template-columns: 1fr !important; }
    .wp-5fa6a1__lane { grid-template-columns: 1fr !important; gap: 0.75rem; }
    .wp-5fa6a1__list-item { flex-direction: column; text-align: center; }

    .ft-zone-22d9ff__cells { grid-template-columns: 1fr !important; }

    .cp-panel-12b8ea1__twin-grid { grid-template-columns: 1fr !important; }

    .ft-aside-83ef643__cells { grid-template-columns: 1fr !important; }
    .ft-aside-83ef643__list-item { flex-direction: column; gap: 0.5rem; }
    .ft-aside-83ef643__level-grid { flex-direction: column; }

    .pnl-outer-bb9e2e__cells { grid-template-columns: 1fr 1fr !important; }
    .pnl-outer-bb9e2e__item:not(:last-child)::after { display: none; }

    .box-panel-613e1b__cells { grid-template-columns: 1fr !important; }
    .box-panel-613e1b--featured .box-panel-613e1b__cells { grid-template-columns: 1fr !important; }
    .box-panel-613e1b--horizontal .box-panel-613e1b__lane { flex-direction: column; align-items: center; text-align: center; }
    .box-panel-613e1b--horizontal .box-panel-613e1b__avatar { margin: 0 auto; }
    .box-panel-613e1b--masonry .box-panel-613e1b__cells { column-count: 1; }
    .box-panel-613e1b--sidebar .box-panel-613e1b__frame { grid-template-columns: 1fr !important; }
    .box-panel-613e1b--sidebar .box-panel-613e1b__side { position: static; }
    .box-panel-613e1b--sidebar .box-panel-613e1b__side h2 { text-align: center; }
    .box-panel-613e1b--sidebar .box-panel-613e1b__side::after { margin: 1rem auto; }
    .box-panel-613e1b--stack .box-panel-613e1b__card { flex-direction: column; text-align: center; }
    .box-panel-613e1b--stack .box-panel-613e1b__author { text-align: center; }

    .pg-form-fab12f9__cells { grid-template-columns: 1fr 1fr !important; }

    .cmp-dock-e2b4e54__cells { grid-template-columns: 1fr !important; }

    .ft-col-b1f86b3__questions-grid { grid-template-columns: 1fr !important; }

    .mn-view-70f29__cells { grid-template-columns: 1fr 1fr !important; }
    .mn-view-70f29--list .mn-view-70f29__card { flex-direction: column; text-align: center; }
    .mn-view-70f29--list .mn-view-70f29__photo { width: 100%; }
    .ui-strip-19b8__cells { grid-template-columns: 1fr 1fr !important; }
    .itm-hub-72af9f3__cells { grid-template-columns: 1fr !important; }
    .itm-hub-72af9f3__table { font-size: 0.85rem; overflow-x: auto; display: block; }
    .pg-rail-b471240__cells { grid-template-columns: 1fr !important; }
    .pg-rail-b471240--case .pg-rail-b471240__item { grid-template-columns: 1fr !important; }
    .pg-inner-f84e6__item img { max-height: 30px; }

    .box-col-23e68e__cells { grid-template-columns: 1fr !important; }
    .box-col-23e68e__column nav ul { column-count: 1; }
    .box-col-23e68e__base { flex-direction: column; text-align: center; }

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

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

    .pnl-outer-bb9e2e__cells { grid-template-columns: 1fr !important; }
    .pg-form-fab12f9__cells { grid-template-columns: 1fr !important; }

    .blk-5c4fd__cells { flex-direction: column; align-items: center; }
    .blk-5c4fd--bar .blk-5c4fd__bar { flex-direction: column; }
    .blk-5c4fd--bar .blk-5c4fd__item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .blk-5c4fd--bar .blk-5c4fd__item:last-child { border-bottom: none; }

    .hd-frame-862860__title { 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 */
.hd-row-13201 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}
@media (max-width: 600px) {
    .hd-row-13201 { grid-template-columns: 1fr !important; }
}

/* Content utility: card */
.st-hub-50b35 {
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: var(--clr-card);
    
    border: 1px solid var(--clr-border);
    transition: all 0.25s ease;
}
.st-hub-50b35 h3,
.st-hub-50b35 h4 { margin: 0 0 0.5rem; }
.st-hub-50b35 p:last-child { margin-bottom: 0; }
.st-hub-50b35:hover { border-color: var(--clr-main); }

/* Content utility: list */
.pg-row-582967d {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.pg-row-582967d li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.6;
}
.pg-row-582967d li::before {
    content: '\203A'; color: var(--clr-accent); font-weight: 700;
    position: absolute; left: 0;
    font-size: 1em;
}

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