/*
Theme Name: chetas
Description: Starter theme for business sites
Version: 4.8
*/

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('fonts/inter-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: 'Inter';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('fonts/inter-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --brand-color: hsl(150, 40%, 18%);
    --brand-dark: hsl(150, 40%, 3%);
    --brand-light: hsl(150, 20%, 85%);
    --accent-color: hsl(180, 40%, 28%);
    --accent-hover: hsl(180, 40%, 23%);
    --bg-main: #ffffff;
    --bg-alt: #f7f8fa;
    --text-main: #1a1a1a;
    --text-muted: #666666;
    --border-color: #e2e2e2;
    --card-bg: #ffffff;
    --ff-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --ff-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --radius: 8px;
    --shadow: 0 1px 3px rgba(0,0,0,0.07), 0 6px 16px rgba(0,0,0,0.07);
    --shadow-hover: 0 4px 10px rgba(0,0,0,0.10), 0 14px 30px rgba(0,0,0,0.13);
    --border-w: 1px;
    --container: 1200px;
    --gutter: 20px;
    --transition: 0.25s ease;
    /* Cross-set CSS variable aliases */
    --color-primary: var(--brand-color);
    --color-primary-dark: var(--brand-dark);
    --color-primary-light: var(--brand-light);
    --color-accent: var(--accent-color);
    --color-accent-hover: var(--accent-hover);
    --color-bg: var(--bg-main);
    --color-bg-alt: var(--bg-alt);
    --color-text: var(--text-main);
    --color-text-light: var(--text-muted);
    --color-border: var(--border-color);
    --color-card: var(--card-bg);
    --font-main: var(--ff-body);
    --font-head: var(--ff-heading);
    --clr-main: var(--brand-color);
    --clr-main-dark: var(--brand-dark);
    --clr-main-light: var(--brand-light);
    --clr-accent: var(--accent-color);
    --clr-accent-hover: var(--accent-hover);
    --clr-surface: var(--bg-main);
    --clr-surface-alt: var(--bg-alt);
    --clr-body: var(--text-main);
    --clr-body-light: var(--text-muted);
    --clr-border: var(--border-color);
    --clr-card: var(--card-bg);
    --type-body: var(--ff-body);
    --type-heading: var(--ff-heading);
}

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

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

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

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ff-heading);
    font-weight: 500;
    color: var(--brand-dark);
    line-height: 1.15;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
    text-wrap: balance;
}
h1 { font-size: clamp(2.12rem, 4.2vw + 0.85rem, 3.98rem); }
h2 { font-size: clamp(1.52rem, 3.0vw + 0.61rem, 2.78rem); }
h3 { font-size: clamp(1.24rem, 1.6vw + 0.50rem, 1.62rem); }
h4 { font-size: clamp(0.90rem, 1.1vw + 0.36rem, 1.13rem); }
h5 { font-size: clamp(0.97rem, 1.0vw + 0.39rem, 1.12rem); }
h6 { font-size: clamp(0.81rem, 0.8vw + 0.32rem, 0.95rem); }

p { margin-bottom: 1rem; }

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

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

/* === Section wrapper === */
.lay-part-9a6808 {
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.lay-part-9a6808 > .ui-86cd7bc > h2 { text-align: center; margin-bottom: 0.5rem; }
.lay-part-9a6808 > .ui-86cd7bc > .block-lead { margin-bottom: 2rem; }

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

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

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

/* === Top Bar === */
.el-item-ae821 {
    background: var(--brand-dark);
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    padding: 6px 0;
}
.el-item-ae821 .ui-86cd7bc { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.el-item-ae821 a { color: rgba(255,255,255,0.85); }
.el-item-ae821 a:hover { color: #fff; }

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

.el-item-317bb8f__nav > a + a { margin-left: calc(0.55rem * 2); }

.el-item-317bb8f__actions { display: flex; align-items: center; gap: 1rem; margin-left: auto; }
.el-item-317bb8f__phone a { color: #fff; font-weight: 600; font-size: 1.05rem; white-space: nowrap; }
.el-item-317bb8f__phone a:hover { color: var(--accent-color); }
.el-item-317bb8f__cta {
    display: inline-block;
    padding: 8px 20px;
    background: var(--accent-color);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 8px;
    text-transform: none;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: background var(--transition), transform var(--transition);
}
.el-item-317bb8f__cta:hover { background: var(--accent-hover); color: #fff; transform: translateY(-1px); }
.el-item-317bb8f__burger { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; padding: 4px 8px; }

/* === Header white variant (portal / hh.ru style) === */
.el-item-317bb8f--white { background: var(--bg-main); color: var(--text-main); border-bottom: 1px solid var(--border-color); box-shadow: none; }
.el-item-317bb8f--white .el-item-317bb8f__brand-name { color: var(--text-main); }
.el-item-317bb8f--white .el-item-317bb8f__nav a { color: var(--text-main); opacity: 0.75; }
.el-item-317bb8f--white .el-item-317bb8f__nav a:hover { color: var(--brand-color); opacity: 1; }
.el-item-317bb8f--white .el-item-317bb8f__phone a { color: var(--text-main); }
.el-item-317bb8f--white .el-item-317bb8f__burger { color: var(--text-main); }

/* === Primary nav submenu (dropdown navMode) === */
.el-item-317bb8f__nav li { position: relative; }
.el-item-317bb8f__nav .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 200px; 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 */
.el-item-317bb8f__nav li:hover > .sub-menu, .el-item-317bb8f__nav li:focus-within > .sub-menu { display: block; }
.el-item-317bb8f__nav .menu-item-has-children > a::after { content: '\00a0\25be'; font-size: 0.7em; opacity: 0.65; }
.el-item-317bb8f__nav .sub-menu li { max-width: none; }
.el-item-317bb8f__nav .sub-menu a { display: block; padding: 0.4rem 1rem; color: var(--color-text, #333); font-size: 0.88rem; white-space: nowrap; }
.el-item-317bb8f__nav .sub-menu a:hover { background: var(--color-bg-alt, #f5f5f5); color: var(--brand-color); }

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

/* === Header: agency-dark (ingest wpnew.ru — 2-tier dark, accent = --color-primary) === */
.el-item-317bb8f--agency-dark { background: #181818; color: #fff; }
.el-item-317bb8f--agency-dark .el-item-317bb8f__row-brand > .ui-86cd7bc { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 0; }
.el-item-317bb8f--agency-dark .el-item-317bb8f__brand-group { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.el-item-317bb8f--agency-dark .el-item-317bb8f__brand, .el-item-317bb8f--agency-dark .el-item-317bb8f__brand * { color: #fff; }
.el-item-317bb8f--agency-dark .el-item-317bb8f__tagline { font-size: 0.78rem; color: #9a9a9a; max-width: 230px; line-height: 1.35; border-left: 1px solid rgba(255,255,255,0.16); padding-left: 1rem; }
.el-item-317bb8f--agency-dark .el-item-317bb8f__actions { display: flex; align-items: center; gap: 1.4rem; flex-shrink: 0; }
.el-item-317bb8f--agency-dark .el-item-317bb8f__phone a { color: #fff; font-weight: 600; font-size: 1.05rem; }
.el-item-317bb8f--agency-dark .el-item-317bb8f__cta { color: #fff; font-weight: 700; background: none; padding: 0; border: 0; }
.el-item-317bb8f--agency-dark .el-item-317bb8f__cta::before { content: '+ '; color: var(--brand-color); }
.el-item-317bb8f--agency-dark .el-item-317bb8f__row-nav { border-top: 1px solid rgba(255,255,255,0.08); }
.el-item-317bb8f--agency-dark .el-item-317bb8f__row-nav > .ui-86cd7bc { padding: 0; }
.el-item-317bb8f--agency-dark .el-item-317bb8f__nav, .el-item-317bb8f--agency-dark .el-item-317bb8f__nav ul { display: flex; align-items: center; gap: 1.75rem; list-style: none; margin: 0; padding: 0; }
.el-item-317bb8f--agency-dark .el-item-317bb8f__nav a { color: #e6e6e6; display: block; padding: 0.85rem 0; font-size: 0.9rem; }
.el-item-317bb8f--agency-dark .el-item-317bb8f__nav a:hover { color: var(--brand-color); }
.el-item-317bb8f--agency-dark .el-item-317bb8f__burger { color: #fff; }

/* === Footer: agency-dark (ingest wpnew.ru — dark 4-col + newsletter band) === */
.st-top-d567.st-top-d567--agency-dark { background: #181818; color: #cfcfcf; }
.st-top-d567--agency-dark .st-top-d567__main { background: #181818; }
.st-top-d567--agency-dark .st-top-d567__news { background: #1f1f1f; }
.st-top-d567--agency-dark .st-top-d567__news > .ui-86cd7bc { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding: 2.5rem 0; }
.st-top-d567--agency-dark .st-top-d567__news-head h2 { color: #fff; font-size: 1.6rem; margin: 0 0 0.4rem; }
.st-top-d567--agency-dark .st-top-d567__news-head p { color: #9a9a9a; margin: 0; max-width: 460px; }
.st-top-d567--agency-dark .st-top-d567__news-form { display: flex; gap: 0.75rem; flex: 1; min-width: 280px; max-width: 460px; }
.st-top-d567--agency-dark .st-top-d567__news-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; }
.st-top-d567--agency-dark .st-top-d567__news-form input::placeholder { color: #8a8a8a; }
.st-top-d567--agency-dark .st-top-d567__news-form button { background: var(--brand-color); color: #fff; border: 0; border-radius: var(--radius); padding: 0.7rem 1.6rem; font-weight: 700; cursor: pointer; white-space: nowrap; }
.st-top-d567--agency-dark .st-top-d567__main { padding: 3rem 0; }
.st-top-d567--agency-dark .st-top-d567__grid { display: grid; gap: 2rem; }
.st-top-d567--agency-dark .st-top-d567__col h3 { color: #fff; font-size: 1rem; margin: 0 0 1rem; }
.st-top-d567--agency-dark .st-top-d567__nav { display: flex; flex-direction: column; gap: 0.6rem; }
.st-top-d567--agency-dark .st-top-d567__col a, .st-top-d567--agency-dark .st-top-d567__fphone, .st-top-d567--agency-dark .st-top-d567__femail { color: #b7b7b7; display: block; }
.st-top-d567--agency-dark .st-top-d567__col a:hover { color: var(--brand-color); }
.st-top-d567--agency-dark .st-top-d567__fphone { color: #fff; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.4rem; }
.st-top-d567--agency-dark .st-top-d567__femail { margin-bottom: 1rem; }
.st-top-d567--agency-dark .st-top-d567__social { display: flex; gap: 0.75rem; margin-top: 0.5rem; }
.st-top-d567--agency-dark .st-top-d567__social a { color: #b7b7b7; }
.st-top-d567--agency-dark .st-top-d567__social a:hover { color: var(--brand-color); }
.st-top-d567--agency-dark .st-top-d567__bottom { border-top: 1px solid rgba(255,255,255,0.08); background: #141414; }
.st-top-d567--agency-dark .st-top-d567__bottom > .ui-86cd7bc { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; padding: 1.5rem 0; font-size: 0.85rem; color: #8a8a8a; }
.st-top-d567--agency-dark .st-top-d567__blogo, .st-top-d567--agency-dark .st-top-d567__blogo * { color: #fff; }
.st-top-d567--agency-dark .st-top-d567__legal { display: flex; gap: 1rem; flex-wrap: wrap; margin-left: auto; }
.st-top-d567--agency-dark .st-top-d567__legal a { color: #8a8a8a; }
@media (max-width: 860px) { .st-top-d567--agency-dark .st-top-d567__grid { grid-template-columns: 1fr 1fr !important; } .el-item-317bb8f--agency-dark .el-item-317bb8f__tagline { display: none; } }
@media (max-width: 520px) { .st-top-d567--agency-dark .st-top-d567__grid { grid-template-columns: 1fr !important; } }

/* === Header: accent-bar (ingest fl.ru — solid accent bar, white nav, light CTA) === */
.el-item-317bb8f--accent-bar { background: var(--brand-color); color: #fff; }
.el-item-317bb8f--accent-bar > .ui-86cd7bc { display: flex; align-items: center; gap: 2rem; }
.el-item-317bb8f--accent-bar .el-item-317bb8f__brand, .el-item-317bb8f--accent-bar .el-item-317bb8f__brand * { color: #fff; }
.el-item-317bb8f--accent-bar .el-item-317bb8f__nav { display: flex; align-items: center; gap: 1.5rem; flex: 1 1 auto; flex-wrap: wrap; }
.el-item-317bb8f--accent-bar .el-item-317bb8f__nav a { color: rgba(255,255,255,0.92); font-weight: 500; }
.el-item-317bb8f--accent-bar .el-item-317bb8f__nav a:hover { color: #fff; }
.el-item-317bb8f--accent-bar .el-item-317bb8f__actions { display: flex; align-items: center; gap: 1.25rem; margin-left: auto; }
.el-item-317bb8f--accent-bar .el-item-317bb8f__phone a { color: #fff; font-weight: 600; }
.el-item-317bb8f--accent-bar .el-item-317bb8f__cta { background: #fff; color: var(--brand-color); border-radius: var(--radius); padding: 0.5rem 1.25rem; font-weight: 700; }
.el-item-317bb8f--accent-bar .el-item-317bb8f__cta:hover { background: rgba(255,255,255,0.88); }
@media (max-width: 860px) {
    .el-item-317bb8f--accent-bar .el-item-317bb8f__nav { display: none; }
    .el-item-317bb8f--accent-bar .el-item-317bb8f__burger { display: inline-flex; color: #fff; }
}

/* === Footer: light-inline (ingest fl.ru — hairline + one inline row + fine legal) === */
.st-top-d567--light-inline { background: transparent; color: var(--text-main); padding: 2rem 0; }
.st-top-d567--light-inline > .ui-86cd7bc { border-top: 1px solid var(--border-color); padding-top: 1.5rem; }
.st-top-d567--light-inline .st-top-d567__inline-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.st-top-d567--light-inline .st-top-d567__inline-left { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; font-size: 0.9rem; }
.st-top-d567--light-inline .st-top-d567__inline-left a { color: var(--brand-color); }
.st-top-d567.st-top-d567--light-inline .st-top-d567__legal { border: 0; margin: 0; padding: 0; }
.st-top-d567--light-inline .st-top-d567__legal a { color: var(--brand-color); }
.st-top-d567--light-inline .st-top-d567__social { display: flex; gap: 0.75rem; }
.st-top-d567--light-inline .st-top-d567__social a { color: var(--text-main); }
.st-top-d567--light-inline .st-top-d567__inline-right { font-weight: 700; color: var(--text-main); }
.st-top-d567--light-inline .st-top-d567__finelegal { margin: 1.25rem 0 0; font-size: 0.75rem; color: var(--text-muted); line-height: 1.5; }
@media (max-width: 640px) { .st-top-d567--light-inline .st-top-d567__inline-row { flex-direction: column; align-items: flex-start; } }

/* === Header: saas-topline (ingest intellectdialog — white bar, accent top-line, pill CTA) === */
.el-item-317bb8f--saas-topline { background: #fff; border-top: 3px solid var(--brand-color); }
.el-item-317bb8f--saas-topline > .ui-86cd7bc { display: flex; align-items: center; gap: 2.5rem; padding: 0.85rem 0; }
.el-item-317bb8f--saas-topline .el-item-317bb8f__brand, .el-item-317bb8f--saas-topline .el-item-317bb8f__brand * { color: var(--text-main); }
.el-item-317bb8f--saas-topline .el-item-317bb8f__nav { display: flex; align-items: center; gap: 1.75rem; flex: 1 1 auto; flex-wrap: wrap; }
.el-item-317bb8f--saas-topline .el-item-317bb8f__nav a { color: var(--text-main); font-weight: 500; }
.el-item-317bb8f--saas-topline .el-item-317bb8f__nav a:hover { color: var(--brand-color); }
.el-item-317bb8f--saas-topline .el-item-317bb8f__actions { display: flex; align-items: center; gap: 1.5rem; margin-left: auto; }
.el-item-317bb8f--saas-topline .el-item-317bb8f__phone a { color: var(--brand-color); font-weight: 600; }
.el-item-317bb8f--saas-topline .el-item-317bb8f__cta { background: var(--brand-color); color: #fff; border-radius: 999px; padding: 0.6rem 1.6rem; font-weight: 700; }
.el-item-317bb8f--saas-topline .el-item-317bb8f__cta:hover { filter: brightness(1.08); }
@media (max-width: 860px) { .el-item-317bb8f--saas-topline .el-item-317bb8f__nav { display: none; } .el-item-317bb8f--saas-topline .el-item-317bb8f__burger { display: inline-flex; color: var(--text-main); } }

/* === Footer: mega-columns (ingest intellectdialog — light multi-column mega, uppercase heads) === */
.st-top-d567--mega-columns { background: var(--bg-alt); color: var(--text-main); padding: 3.5rem 0 1.5rem; }
.st-top-d567--mega-columns .st-top-d567__mega-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 2rem 2.5rem; }
.st-top-d567--mega-columns .st-top-d567__col h3 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 1rem; color: var(--text-main); }
.st-top-d567--mega-columns .st-top-d567__nav { display: flex; flex-direction: column; gap: 0.6rem; }
.st-top-d567--mega-columns .st-top-d567__col a { color: var(--text-muted); }
.st-top-d567--mega-columns .st-top-d567__col a:hover { color: var(--brand-color); }
.st-top-d567--mega-columns .st-top-d567__mega-phone { display: inline-block; font-size: 1.15rem; font-weight: 700; color: var(--text-main) !important; margin-bottom: 0.5rem; }
.st-top-d567--mega-columns .st-top-d567__mega-company { font-size: 0.8rem; color: var(--text-muted); line-height: 1.5; margin: 0.5rem 0; }
.st-top-d567--mega-columns .st-top-d567__mega-email { display: inline-block; color: var(--brand-color) !important; margin-top: 0.25rem; }
.st-top-d567--mega-columns .st-top-d567__social { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.st-top-d567--mega-columns .st-top-d567__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(--border-color); font-size: 0.85rem; }
.st-top-d567.st-top-d567--mega-columns .st-top-d567__legal { border: 0; margin: 0; padding: 0; }
.st-top-d567--mega-columns .st-top-d567__legal a { color: var(--text-muted); }
.st-top-d567--mega-columns .st-top-d567__finelegal { margin: 1rem 0 0; font-size: 0.72rem; color: var(--text-muted); line-height: 1.5; }
@media (max-width: 640px) { .st-top-d567--mega-columns .st-top-d567__mega-grid { grid-template-columns: 1fr 1fr; } }

/* === Header: tri-bar (ingest hightime.agency — 3-tier: dark promo / utility / main) === */
.el-item-317bb8f--tri-bar .el-item-317bb8f__promo { background: #16161a; color: #fff; }
.el-item-317bb8f--tri-bar .el-item-317bb8f__promo > .ui-86cd7bc { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 0.55rem 0; font-size: 0.85rem; flex-wrap: wrap; }
.el-item-317bb8f--tri-bar .el-item-317bb8f__promo-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; }
.el-item-317bb8f--tri-bar .el-item-317bb8f__promo-cta:hover { background: rgba(255,255,255,0.12); }
.el-item-317bb8f--tri-bar .el-item-317bb8f__utility { background: var(--bg-alt); border-bottom: 1px solid var(--border-color); }
.el-item-317bb8f--tri-bar .el-item-317bb8f__utility > .ui-86cd7bc { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 0.4rem 0; font-size: 0.85rem; flex-wrap: wrap; }
.el-item-317bb8f--tri-bar .el-item-317bb8f__util-nav { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.el-item-317bb8f--tri-bar .el-item-317bb8f__util-nav a { color: var(--text-muted); }
.el-item-317bb8f--tri-bar .el-item-317bb8f__util-nav a:hover { color: var(--brand-color); }
.el-item-317bb8f--tri-bar .el-item-317bb8f__util-phone { color: var(--text-main); font-weight: 600; white-space: nowrap; }
.el-item-317bb8f--tri-bar .el-item-317bb8f__row-main { background: var(--bg-main); }
.el-item-317bb8f--tri-bar .el-item-317bb8f__row-main > .ui-86cd7bc { display: flex; align-items: center; gap: 2rem; padding: 1rem 0; }
.el-item-317bb8f--tri-bar .el-item-317bb8f__brand-group { display: flex; flex-direction: column; }
.el-item-317bb8f--tri-bar .el-item-317bb8f__brand, .el-item-317bb8f--tri-bar .el-item-317bb8f__brand * { color: var(--text-main); }
.el-item-317bb8f--tri-bar .el-item-317bb8f__tagline { font-size: 0.75rem; color: var(--text-muted); }
.el-item-317bb8f--tri-bar .el-item-317bb8f__nav { display: flex; flex: 1; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.el-item-317bb8f--tri-bar .el-item-317bb8f__row-main .el-item-317bb8f__nav a { color: var(--text-main); }
.el-item-317bb8f--tri-bar .el-item-317bb8f__row-main .el-item-317bb8f__nav a:hover { color: var(--brand-color); }
.el-item-317bb8f--tri-bar .el-item-317bb8f__actions { display: flex; align-items: center; gap: 1rem; margin-left: auto; }
@media (max-width: 860px) { .el-item-317bb8f--tri-bar .el-item-317bb8f__nav, .el-item-317bb8f--tri-bar .el-item-317bb8f__util-nav { display: none; } .el-item-317bb8f--tri-bar .el-item-317bb8f__burger { display: inline-flex; color: var(--text-main); } }

/* === Footer: brand-columns (ingest hightime.agency — two-tone: light body + dark bottom bar) === */
.st-top-d567--brand-columns .st-top-d567__bc-body { background: var(--bg-alt); color: var(--text-main); padding: 3.5rem 0; }
.st-top-d567--brand-columns .st-top-d567__bc-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2.5rem; }
.st-top-d567--brand-columns .st-top-d567__col h3 { font-size: 0.9rem; font-weight: 700; margin: 0 0 1rem; color: var(--text-main); }
.st-top-d567--brand-columns .st-top-d567__nav { display: flex; flex-direction: column; gap: 0.55rem; }
.st-top-d567--brand-columns .st-top-d567__col a { color: var(--text-muted); }
.st-top-d567--brand-columns .st-top-d567__col a:hover { color: var(--brand-color); }
.st-top-d567--brand-columns .st-top-d567__bc-logo { font-size: 1.3rem; font-weight: 800; margin-bottom: 0.75rem; color: var(--text-main); }
.st-top-d567--brand-columns .st-top-d567__bc-logo * { color: var(--text-main); }
.st-top-d567--brand-columns .st-top-d567__bc-tagline { font-size: 0.85rem; color: var(--text-muted); line-height: 1.5; margin: 0 0 1.25rem; max-width: 260px; }
.st-top-d567--brand-columns .st-top-d567__bc-phone { display: block; font-size: 1.2rem; font-weight: 700; color: var(--text-main) !important; margin-bottom: 0.4rem; }
.st-top-d567--brand-columns .st-top-d567__bc-email { display: block; color: var(--brand-color) !important; margin-bottom: 0.6rem; }
.st-top-d567--brand-columns .st-top-d567__bc-company { font-size: 0.78rem; color: var(--text-muted); line-height: 1.5; margin: 0.4rem 0; }
.st-top-d567--brand-columns .st-top-d567__social { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.st-top-d567--brand-columns .st-top-d567__bc-darkbar { background: #16161a; color: rgba(255,255,255,0.6); }
.st-top-d567--brand-columns .st-top-d567__bc-darkbar > .ui-86cd7bc { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding: 1.25rem 0; font-size: 0.82rem; }
.st-top-d567.st-top-d567--brand-columns .st-top-d567__legal { border: 0; margin: 0; padding: 0; }
.st-top-d567--brand-columns .st-top-d567__bc-darkbar a { color: rgba(255,255,255,0.6); }
.st-top-d567--brand-columns .st-top-d567__bc-darkbar a:hover { color: #fff; }
@media (max-width: 860px) { .st-top-d567--brand-columns .st-top-d567__bc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .st-top-d567--brand-columns .st-top-d567__bc-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(--bg-alt); border: 1px solid var(--border-color); 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(--text-main); font-size: 0.9rem; line-height: 1.4; }
.tg-single-side .tg-aside-box a:hover { color: var(--brand-color); }
@media (max-width: 860px) { .tg-single-side { grid-template-columns: 1fr; } .tg-single-side .tg-single-aside { position: static; } }

/* === Hero === */
.itm-body-9c4d0 {
    background: linear-gradient(135deg, var(--brand-color) 0%, var(--brand-dark) 100%);
    color: #fff;
    padding: 3rem 0 2.5rem;
    background-size: cover;
    background-position: center;
}



.itm-body-9c4d0--split > .ui-86cd7bc { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.itm-body-9c4d0--split .itm-body-9c4d0__buttons { justify-content: flex-start; }

/* === Hero: left-aligned variant (2-column with image/decor) === */
.itm-body-9c4d0--left-aligned > .ui-86cd7bc { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; text-align: left; }
.itm-body-9c4d0--left-aligned .itm-body-9c4d0__buttons { justify-content: flex-start; }
.itm-body-9c4d0--left-aligned .itm-body-9c4d0__subtitle { max-width: 100%; }
.itm-body-9c4d0__decor { position: relative; min-height: 280px; display: flex; flex-direction: column; gap: 1rem; align-items: flex-end; justify-content: center; }
.itm-body-9c4d0__decor-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; }
.itm-body-9c4d0__decor-card:hover { transform: translateY(-3px); }
.itm-body-9c4d0__decor-card--1 { align-self: flex-start; margin-left: 10%; }
.itm-body-9c4d0__decor-card--2 { align-self: flex-end; margin-right: 5%; }
.itm-body-9c4d0__decor-card--3 { align-self: center; }
.itm-body-9c4d0__decor-icon { font-size: 1.5rem; }
.itm-body-9c4d0__decor-text { font-size: 0.95rem; font-weight: 600; color: #fff; }
.itm-body-9c4d0__decor-num { font-size: 1.75rem; font-weight: 800; color: #fff; line-height: 1; }
.itm-body-9c4d0__decor-label { font-size: 0.8rem; color: rgba(255,255,255,0.75); }
/* Light variant decor adjustments */
.itm-body-9c4d0--light .itm-body-9c4d0__decor-card { background: var(--color-card, #fff); border-color: var(--border-color); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.itm-body-9c4d0--light .itm-body-9c4d0__decor-text { color: var(--text-main); }
.itm-body-9c4d0--light .itm-body-9c4d0__decor-num { color: var(--brand-color); }
.itm-body-9c4d0--light .itm-body-9c4d0__decor-label { color: var(--text-muted); }
.itm-body-9c4d0__eyebrow { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.8; margin-bottom: 0.5rem; font-weight: 600; }
.itm-body-9c4d0__title { color: #fff; font-size: clamp(2.2rem, 5vw, 3.5rem); margin-bottom: 0.75rem; }
.itm-body-9c4d0__subtitle { font-size: 1.1rem; line-height: 1.65; max-width: 640px; opacity: 0.9; margin-bottom: 1rem; }
.itm-body-9c4d0__subtitle p { color: rgba(255,255,255,0.9); }
.itm-body-9c4d0__buttons { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.25rem; justify-content: center; }
.itm-body-9c4d0__btn {
    display: inline-block;
    padding: 12px 28px;
    background: var(--accent-color);
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-transform: none;
    letter-spacing: 0.01em;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}
.itm-body-9c4d0__btn:hover { background: var(--accent-hover); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.itm-body-9c4d0__btn--secondary {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
}
.itm-body-9c4d0__btn--secondary:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; transform: translateY(-2px); }
.itm-body-9c4d0__image img { border-radius: var(--radius); }

/* === Hero light variant (portal / hh.ru style) === */
.itm-body-9c4d0--light { background: var(--bg-main); color: var(--text-main); }
.itm-body-9c4d0--light .itm-body-9c4d0__title { color: var(--text-main); }
.itm-body-9c4d0--light .itm-body-9c4d0__eyebrow { color: var(--brand-color); opacity: 1; }
.itm-body-9c4d0--light .itm-body-9c4d0__subtitle { opacity: 1; }
.itm-body-9c4d0--light .itm-body-9c4d0__subtitle p { color: var(--text-muted); }
.itm-body-9c4d0--light .itm-body-9c4d0__btn--secondary { border-color: var(--border-color); color: var(--text-main); }
.itm-body-9c4d0--light .itm-body-9c4d0__btn--secondary:hover { border-color: var(--brand-color); color: var(--brand-color); background: transparent; }

/* === Hero: lab-light variant (clean-teal pack) — light, left, teal glow, chips, preview card === */
.itm-body-9c4d0--lab { background: var(--bg-main); overflow: hidden; }
.itm-body-9c4d0--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(--brand-color) 16%, transparent), transparent 68%); pointer-events: none; z-index: 0; }
.itm-body-9c4d0--lab > .ui-86cd7bc { position: relative; z-index: 1; }
.itm-body-9c4d0__title-accent { color: var(--brand-color); }
.itm-body-9c4d0__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.itm-body-9c4d0__chip { font-size: 0.8rem; font-weight: 600; padding: 0.3rem 0.85rem; border-radius: 999px; background: color-mix(in srgb, var(--brand-color) 9%, var(--color-card, #fff)); color: var(--brand-color); border: 1px solid color-mix(in srgb, var(--brand-color) 22%, transparent); }
.itm-body-9c4d0__preview { display: flex; justify-content: center; align-items: center; }
.itm-body-9c4d0__pcard { background: var(--color-card, #fff); border: 1px solid var(--border-color); border-radius: calc(var(--radius) + 4px); box-shadow: var(--shadow); padding: 1.25rem 1.4rem; width: 100%; max-width: 340px; }
.itm-body-9c4d0__pcard-head { display: flex; gap: 0.4rem; margin-bottom: 1rem; }
.itm-body-9c4d0__pcard-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--border-color); }
.itm-body-9c4d0__pcard-dot:first-child { background: color-mix(in srgb, var(--brand-color) 75%, #fff); }
.itm-body-9c4d0__prow { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 0.7rem 0; border-bottom: 1px solid var(--border-color); }
.itm-body-9c4d0__prow:last-child { border-bottom: 0; }
.itm-body-9c4d0__plabel { font-size: 0.9rem; color: var(--text-main); font-weight: 500; }
.itm-body-9c4d0__pval { font-size: 1.05rem; color: var(--brand-color); font-weight: 800; white-space: nowrap; }
.itm-body-9c4d0__pbar { height: 9px; border-radius: 5px; background: var(--bg-alt); flex: 1; }
.itm-body-9c4d0__pdot { width: 11px; height: 11px; border-radius: 50%; background: var(--brand-color); flex-shrink: 0; }

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

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

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

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

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

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

/* === fresh-green: versus (us vs them comparison) === */
.itm-0864 { padding: 3.5rem 0; }
.itm-0864 h2 { text-align: center; }
.itm-0864__table { max-width: 720px; margin: 2rem auto 0; border: 1px solid var(--border-color); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.itm-0864__row { display: grid; grid-template-columns: 1.7fr 1fr 1fr; align-items: center; gap: 0.5rem; padding: 0.85rem 1.25rem; border-bottom: 1px solid var(--border-color); }
.itm-0864__row:last-child { border-bottom: 0; }
.itm-0864__row:nth-child(even) { background: var(--bg-alt); }
.itm-0864__row--head { background: var(--brand-color); }
.itm-0864__row--head .itm-0864__them, .itm-0864__row--head .itm-0864__us { color: #fff; font-weight: 700; justify-content: center; }
.itm-0864__feat { font-weight: 500; color: var(--text-main); }
.itm-0864__them, .itm-0864__us { font-size: 0.9rem; color: var(--text-muted); display: flex; align-items: center; gap: 0.4rem; }
.itm-0864__us { color: var(--text-main); font-weight: 500; }
.itm-0864__x { color: #f24c4c; font-weight: 800; }
.itm-0864__check { color: var(--brand-color); font-weight: 800; }
@media (max-width: 600px) { .itm-0864__row { grid-template-columns: 1fr; gap: 0.2rem; } .itm-0864__row--head { display: none; } .itm-0864__feat { font-weight: 700; } }

/* === fresh-green: arc steps (dashed connectors between numbered circles) === */
.box-form-4be83--arc .box-form-4be83__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 2rem; margin-top: 2.5rem; }
.box-form-4be83--arc .box-form-4be83__item { text-align: center; position: relative; background: none; border: 0; box-shadow: none; padding: 0; }
.box-form-4be83--arc .box-form-4be83__num { width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 800; color: var(--brand-color); background: color-mix(in srgb, var(--brand-color) 12%, #fff); border: 2px solid color-mix(in srgb, var(--brand-color) 35%, transparent); }
.box-form-4be83--arc .box-form-4be83__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(--brand-color) 38%, transparent); }
@media (max-width: 700px) { .box-form-4be83--arc .box-form-4be83__item:not(:last-child)::after { display: none; } }

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

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

/* === Hero: search-bar variant === */
.itm-body-9c4d0--search { padding-bottom: 3rem; }
.itm-body-9c4d0__search-form { display: flex; gap: 0; max-width: 600px; margin: 1.5rem auto 0; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.itm-body-9c4d0__search-input { flex: 1; padding: 14px 20px; border: none; font-size: 1rem; outline: none; background: #fff; color: #333; }
.itm-body-9c4d0__search-form .itm-body-9c4d0__btn { border-radius: 0; padding: 14px 28px; }
.itm-body-9c4d0__search-tags { display: flex; justify-content: center; gap: 0.5rem; flex-wrap: wrap; margin-top: 1rem; }
.itm-body-9c4d0__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); }
.itm-body-9c4d0__search-tag:hover { background: rgba(255,255,255,0.3); color: #fff; }
.itm-body-9c4d0--light .itm-body-9c4d0__search-input { border: 1px solid var(--border-color); }
.itm-body-9c4d0--light .itm-body-9c4d0__search-tag { background: var(--card-bg); color: var(--text-main); border: 1px solid var(--border-color); }
.itm-body-9c4d0--light .itm-body-9c4d0__search-tag:hover { border-color: var(--brand-color); color: var(--brand-color); }

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

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

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

/* === Hero: badges-row variant === */
.itm-body-9c4d0__badges-row { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.itm-body-9c4d0__badge { 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); }
.itm-body-9c4d0__badge:hover { background: rgba(255,255,255,0.2); }
.itm-body-9c4d0__badge-icon { font-size: 1.2rem; }
.itm-body-9c4d0--light .itm-body-9c4d0__badge { background: var(--card-bg); border: 1px solid var(--border-color); color: var(--text-main); }
.itm-body-9c4d0--light .itm-body-9c4d0__badge:hover { border-color: var(--brand-color); }

/* === Hero: saas-metrics variant === */
.itm-body-9c4d0--saas-metrics > .ui-86cd7bc { text-align: left; }
.itm-body-9c4d0__metrics-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.itm-body-9c4d0__metrics-text .itm-body-9c4d0__buttons { justify-content: flex-start; }
.itm-body-9c4d0__metrics-grid { display: grid; gap: 1rem; }
.itm-body-9c4d0__metric-card {
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius); padding: 1.25rem;
}
.itm-body-9c4d0__metric-card h3 { margin: 0 0 0.25rem; font-size: 1rem; }
.itm-body-9c4d0__metric-card p { margin: 0; font-size: 0.9rem; opacity: 0.85; }
.itm-body-9c4d0__metric-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;
}
.itm-body-9c4d0__metric-icon--0 { background: hsla(150,40%,18%,0.12); }
.itm-body-9c4d0__metric-icon--1 { background: hsla(180,40%,50%,0.12); }
.itm-body-9c4d0__metric-icon--2 { background: hsla(150,40%,85%,0.15); }
.itm-body-9c4d0--light .itm-body-9c4d0__metric-card { background: var(--card-bg); border-color: var(--border-color); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.itm-body-9c4d0--light .itm-body-9c4d0__metric-card h3 { color: var(--text-main); }
.itm-body-9c4d0--light .itm-body-9c4d0__metric-card p { color: var(--text-muted); }

/* === Stats === */
.pnl-dock-463d7d4 { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.pnl-dock-463d7d4 > .ui-86cd7bc > h2 { text-align: center; margin-bottom: 1.5rem; }
.pnl-dock-463d7d4__grid { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; text-align: center; }
.pnl-dock-463d7d4__item { min-width: 120px; }
.pnl-dock-463d7d4__number { font-size: 2.25rem; font-weight: 500; font-family: var(--ff-heading); color: var(--brand-color); line-height: 1.2; }
.pnl-dock-463d7d4__label { font-size: 0.9rem; color: var(--text-muted); margin-top: 0.2rem; }

/* Stats variant: cards */
.pnl-dock-463d7d4--cards .pnl-dock-463d7d4__grid { gap: 1.25rem; }
.pnl-dock-463d7d4--cards .pnl-dock-463d7d4__item {
    padding: 1.25rem;
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    min-width: 160px;
    flex: 1;
}

/* Stats variant: bar */
.pnl-dock-463d7d4--bar { padding: 0; }
.pnl-dock-463d7d4__bar {
    display: flex;
    background: var(--brand-dark);
    color: #fff;
    padding: 1.25rem 0;
}
.pnl-dock-463d7d4--bar .pnl-dock-463d7d4__item { flex: 1; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); padding: 0.5rem 1rem; }
.pnl-dock-463d7d4--bar .pnl-dock-463d7d4__item:last-child { border-right: none; }
.pnl-dock-463d7d4--bar .pnl-dock-463d7d4__number { color: #fff; font-size: 2rem; }
.pnl-dock-463d7d4--bar .pnl-dock-463d7d4__label { color: rgba(255,255,255,0.8); }

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

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

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

/* Adv variant: list */
.lay-panel-469c9--list .lay-panel-469c9__grid { grid-template-columns: 1fr; gap: 1rem; }
.lay-panel-469c9--list .lay-panel-469c9__item { display: flex; gap: 1.25rem; text-align: left; align-items: flex-start; }
.lay-panel-469c9--list .lay-panel-469c9__icon { flex-shrink: 0; }
.lay-panel-469c9--list .lay-panel-469c9__text p { margin-bottom: 0; }

/* Adv variant: numbered */
.lay-panel-469c9--numbered .lay-panel-469c9__grid { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.lay-panel-469c9--numbered .lay-panel-469c9__item { display: flex; gap: 1rem; text-align: left; padding: 1.25rem; }
.lay-panel-469c9__num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-light);
    color: var(--brand-dark);
    font-weight: 500;
    font-size: 1.25rem;
    border-radius: var(--radius);
    font-family: var(--ff-heading);
}
.lay-panel-469c9--numbered .lay-panel-469c9__text p { margin-bottom: 0; }

/* Adv variant: bordered */
.lay-panel-469c9--bordered .lay-panel-469c9__item {
    border: var(--border-w) solid var(--border-color);
    border-left: 4px solid var(--brand-color);
    text-align: left;
    border-radius: 0 var(--radius) var(--radius) 0;
}
.lay-panel-469c9--bordered .lay-panel-469c9__item:hover { border-left-color: var(--accent-color); }

/* === Tariffs === */
.sec-85d3391 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.sec-85d3391 > .ui-86cd7bc > h2 { text-align: center; margin-bottom: 1.5rem; }
.sec-85d3391__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.sec-85d3391__card {
    padding: 1.75rem;
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    transition: box-shadow var(--transition), transform var(--transition);
    background: var(--card-bg);
}
.sec-85d3391__card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.sec-85d3391__card--highlighted { border-color: var(--brand-color); box-shadow: 0 0 0 2px var(--brand-light); position: relative; }
.sec-85d3391__badge {
    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;
}
.sec-85d3391__price { font-size: 1.75rem; font-weight: 500; color: var(--brand-color); margin: 0.5rem 0; }
.sec-85d3391__features { list-style: none; padding: 0; margin: 0.75rem 0; text-align: left; }
.sec-85d3391__features li { padding: 0.35rem 0; border-bottom: 1px solid var(--border-color); font-size: 0.9rem; }

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

/* Tariff variant: minimal */
.sec-85d3391--minimal .sec-85d3391__grid { display: none; }
.sec-85d3391__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border-color);
}
.sec-85d3391--minimal .sec-85d3391__price { font-size: 1.25rem; white-space: nowrap; margin: 0; }

/* === Benefits === */
.bl-form-9be97d1 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.bl-form-9be97d1 > .ui-86cd7bc > h2 { text-align: center; margin-bottom: 1.5rem; }
.bl-form-9be97d1__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.bl-form-9be97d1__item {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--card-bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.bl-form-9be97d1__item h3 { margin-bottom: 0.2rem; }

/* Benefits variant: checklist */
.bl-form-9be97d1--checklist .bl-form-9be97d1__grid { display: none; }
.bl-form-9be97d1__list { max-width: 700px; margin: 0 auto; }
.bl-form-9be97d1__check-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
    align-items: flex-start;
}
.bl-form-9be97d1__check-mark {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-color);
    color: #fff;
    border-radius: 50%;
    font-size: 0.85rem;
    margin-top: 0.1rem;
}
.bl-form-9be97d1__check-item p { margin: 0.25rem 0 0; color: var(--text-muted); font-size: 0.9rem; }

/* Benefits variant: icons */
.bl-form-9be97d1--icons .bl-form-9be97d1__item { flex-direction: column; text-align: center; align-items: center; }
.bl-form-9be97d1__icon-big { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.5rem; }
.bl-form-9be97d1__icon-big img { width: 56px; height: 56px; }

/* === FAQ === */
.crd-block-ff8af#faq { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.crd-block-ff8af#faq h2, .crd-block-ff8af > .ui-86cd7bc > 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. */
.crd-block-ff8af__faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(480px, 100%), 1fr)); gap: 1rem; }

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

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

/* CTA variant: card */
.mod-part-1c80a9--card-wrap { background: var(--bg-alt) !important; }
.mod-part-1c80a9__card {
    max-width: 640px;
    margin: 0 auto;
    padding: 2.5rem;
    background: var(--brand-color);
    border-radius: var(--radius);
    text-align: center;
}
.mod-part-1c80a9__card h2 { color: #fff; }
.mod-part-1c80a9__card p { color: rgba(255,255,255,0.9); }
.mod-part-1c80a9__card .btn { background: #fff; color: var(--brand-dark); border-color: #fff; }

/* CTA variant: split */
.mod-part-1c80a9--split { text-align: left; }
.mod-part-1c80a9__split-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: center; }
.mod-part-1c80a9__split-action { text-align: center; }

/* === Products === */
.mod-row-19bec { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.mod-row-19bec > .ui-86cd7bc > h2 { text-align: center; margin-bottom: 1.5rem; }
.mod-row-19bec__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.mod-row-19bec__card {
    border-radius: var(--radius);
    overflow: hidden;
    border: var(--border-w) solid var(--border-color);
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition), transform var(--transition);
    background: var(--card-bg);
}
.mod-row-19bec__card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.mod-row-19bec__card-body { padding: 1.25rem; }

/* Products variant: list */
.mod-row-19bec--list .mod-row-19bec__grid { display: none; }
.mod-row-19bec__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border-bottom: 1px solid var(--border-color);
}
.mod-row-19bec__list-item:last-child { border-bottom: none; }
.mod-row-19bec__list-item p { margin: 0; }

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

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

/* Transparent header: push hero content below header */
.el-item-317bb8f--transparent ~ main > .itm-body-9c4d0 { padding-top: calc(80px + 2rem); }
/* Transparent header on non-hero pages (single, subpages): push first child down */
.el-item-317bb8f--transparent ~ main > .ui-86cd7bc:first-child { padding-top: calc(80px + 2rem); }
.el-item-317bb8f--transparent ~ main > .crd-block-ff8af:first-child { padding-top: calc(80px + 2rem); }

/* === Testimonials === */
.mn-dock-0f7ae5e { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.mn-dock-0f7ae5e > .ui-86cd7bc > h2 { text-align: center; margin-bottom: 1.5rem; }
.mn-dock-0f7ae5e__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.mn-dock-0f7ae5e__card {
    padding: 1.5rem;
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.mn-dock-0f7ae5e__quote {
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1rem;
    padding: 0;
    border: none;
    color: var(--text-main);
    position: relative;
    padding-left: 1.5rem;
}
.mn-dock-0f7ae5e__quote::before { content: '\201C'; font-size: 2.5rem; color: var(--brand-light); position: absolute; top: -0.5rem; left: 0; font-family: serif; line-height: 1; }
.mn-dock-0f7ae5e__author { display: flex; gap: 0.75rem; align-items: center; }
.mn-dock-0f7ae5e__avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.mn-dock-0f7ae5e__avatar img { width: 100%; height: 100%; object-fit: cover; }
.mn-dock-0f7ae5e__position { display: block; color: var(--text-muted); font-size: 0.9rem; }
.mn-dock-0f7ae5e__cite { display: block; font-style: normal; margin-top: 0.75rem; color: var(--text-muted); }
.mn-dock-0f7ae5e__cite strong { color: var(--text-main); }
.mn-dock-0f7ae5e__meta { color: var(--text-muted); font-size: 0.9rem; }
.mn-dock-0f7ae5e__meta strong { color: var(--text-main); }

/* -- test-bubble -- */
.mn-dock-0f7ae5e--bubble .mn-dock-0f7ae5e__bubble {
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    padding: 1.25rem;
    position: relative;
    margin-bottom: 1rem;
}
.mn-dock-0f7ae5e--bubble .mn-dock-0f7ae5e__bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 24px;
    width: 0; height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--card-bg);
}
.mn-dock-0f7ae5e--bubble .mn-dock-0f7ae5e__bubble::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 23px;
    width: 0; height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid var(--border-color);
}
.mn-dock-0f7ae5e--bubble .mn-dock-0f7ae5e__card { background: none; border: none; box-shadow: none; padding: 0; }
.mn-dock-0f7ae5e--bubble .mn-dock-0f7ae5e__quote { padding-left: 0; margin: 0; }
.mn-dock-0f7ae5e--bubble .mn-dock-0f7ae5e__quote::before { display: none; }
.mn-dock-0f7ae5e--bubble .mn-dock-0f7ae5e__author { padding-left: 0.5rem; }

/* -- test-minimal -- */
.mn-dock-0f7ae5e--minimal { text-align: center; }
.mn-dock-0f7ae5e--minimal .ui-86cd7bc > h2 { margin-bottom: 2rem; }
.mn-dock-0f7ae5e--minimal .mn-dock-0f7ae5e__list { max-width: 700px; margin: 0 auto; }
.mn-dock-0f7ae5e--minimal .mn-dock-0f7ae5e__item { padding: 2rem 0; border-bottom: 1px solid var(--border-color); }
.mn-dock-0f7ae5e--minimal .mn-dock-0f7ae5e__item:last-child { border-bottom: none; }
.mn-dock-0f7ae5e--minimal .mn-dock-0f7ae5e__quote { font-size: 1.1rem; padding-left: 0; }
.mn-dock-0f7ae5e--minimal .mn-dock-0f7ae5e__quote::before { display: none; }

/* -- test-featured -- */
.mn-dock-0f7ae5e--featured .mn-dock-0f7ae5e__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.mn-dock-0f7ae5e--featured .mn-dock-0f7ae5e__card--feat {
    grid-column: 1 / -1;
    border-left: 4px solid var(--brand-color);
    background: color-mix(in srgb, var(--brand-color) 5%, var(--card-bg));
}
.mn-dock-0f7ae5e--featured .mn-dock-0f7ae5e__card--feat .mn-dock-0f7ae5e__avatar { width: 72px; height: 72px; }

/* -- test-horizontal -- */
.mn-dock-0f7ae5e--horizontal .mn-dock-0f7ae5e__row {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    margin-bottom: 1rem;
}
.mn-dock-0f7ae5e--horizontal .mn-dock-0f7ae5e__row:last-child { margin-bottom: 0; }
.mn-dock-0f7ae5e--horizontal .mn-dock-0f7ae5e__avatar { width: 64px; height: 64px; border-radius: 8px; flex-shrink: 0; overflow: hidden; }
.mn-dock-0f7ae5e--horizontal .mn-dock-0f7ae5e__avatar img { border-radius: 8px; }
.mn-dock-0f7ae5e--horizontal .mn-dock-0f7ae5e__content { flex: 1; }
.mn-dock-0f7ae5e--horizontal .mn-dock-0f7ae5e__quote { padding-left: 0; margin-bottom: 0.75rem; }
.mn-dock-0f7ae5e--horizontal .mn-dock-0f7ae5e__quote::before { display: none; }

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

/* -- test-large-avatar -- */
.mn-dock-0f7ae5e--lg-avatar .mn-dock-0f7ae5e__card { text-align: center; }
.mn-dock-0f7ae5e--lg-avatar .mn-dock-0f7ae5e__avatar { width: 80px; height: 80px; margin: 0 auto 1rem; }
.mn-dock-0f7ae5e--lg-avatar .mn-dock-0f7ae5e__quote { padding-left: 0; text-align: center; }
.mn-dock-0f7ae5e--lg-avatar .mn-dock-0f7ae5e__quote::before { position: static; display: block; text-align: center; margin-bottom: -0.5rem; }
.mn-dock-0f7ae5e--lg-avatar .mn-dock-0f7ae5e__meta { margin-top: 0.75rem; }

/* -- test-masonry -- */
.mn-dock-0f7ae5e--masonry .mn-dock-0f7ae5e__grid { display: block; column-count: 2; column-gap: 1.25rem; }
.mn-dock-0f7ae5e--masonry .mn-dock-0f7ae5e__card { break-inside: avoid; margin-bottom: 1.25rem; border-top: 3px solid var(--brand-color); box-shadow: none; }
.mn-dock-0f7ae5e--masonry .mn-dock-0f7ae5e__quote::before { display: none; }
.mn-dock-0f7ae5e--masonry .mn-dock-0f7ae5e__quote { padding-left: 0; }

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

/* -- test-stack -- */
.mn-dock-0f7ae5e--stack .mn-dock-0f7ae5e__grid { display: flex; flex-direction: column; gap: 0; }
.mn-dock-0f7ae5e--stack .mn-dock-0f7ae5e__card { display: flex; gap: 1.5rem; align-items: center; padding: 2rem; border: none; border-radius: 0; box-shadow: none; }
.mn-dock-0f7ae5e--stack .mn-dock-0f7ae5e__card:nth-child(even) { background: var(--bg-alt); }
.mn-dock-0f7ae5e--stack .mn-dock-0f7ae5e__card:nth-child(odd) { background: var(--card-bg); }
.mn-dock-0f7ae5e--stack .mn-dock-0f7ae5e__quote { flex: 1; padding-left: 0; margin-bottom: 0; }
.mn-dock-0f7ae5e--stack .mn-dock-0f7ae5e__quote::before { display: none; }
.mn-dock-0f7ae5e--stack .mn-dock-0f7ae5e__author { flex-shrink: 0; text-align: right; }
.mn-dock-0f7ae5e--stack .mn-dock-0f7ae5e__avatar { width: 56px; height: 56px; }

/* === Partners === */
.blk-inner-6e98f5 { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.blk-inner-6e98f5 > .ui-86cd7bc > h2 { text-align: center; margin-bottom: 1.5rem; }
.blk-inner-6e98f5__logos { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: center; }
.blk-inner-6e98f5__logo-item { display: flex; align-items: center; justify-content: center; min-width: 120px; }
.blk-inner-6e98f5__logo-item img { max-height: 48px; width: auto; filter: grayscale(100%); opacity: 0.6; transition: all var(--transition); }
.blk-inner-6e98f5__logo-item:hover img { filter: grayscale(0%); opacity: 1; }
.blk-inner-6e98f5__logo-text {
    padding: 0.5rem 1.5rem;
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    font-weight: 500;
    color: var(--text-muted);
    font-size: 0.9rem;
    transition: color var(--transition), border-color var(--transition);
}
.blk-inner-6e98f5__logo-item:hover .blk-inner-6e98f5__logo-text { color: var(--brand-color); border-color: var(--brand-color); }

/* === Gallery === */
.itm-2418b { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.itm-2418b > .ui-86cd7bc > h2 { text-align: center; margin-bottom: 1.5rem; }
.itm-2418b__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0.75rem; }
.itm-2418b__item { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/3; }
.itm-2418b__item img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition); }
.itm-2418b__item:hover img { transform: scale(1.05); }
.itm-2418b__caption {
    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 === */
.ui-main-aac14 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.ui-main-aac14 > .ui-86cd7bc > h2 { text-align: center; margin-bottom: 1.5rem; }
.ui-main-aac14__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.ui-main-aac14__thumb { border-radius: var(--radius); overflow: hidden; margin-bottom: 0.75rem; }
.ui-main-aac14__thumb img { width: 100%; height: 180px; object-fit: cover; display: block; }
.ui-main-aac14__date { font-size: 0.8rem; color: var(--text-muted); display: block; margin-bottom: 0.25rem; }
.ui-main-aac14__excerpt { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }
.ui-main-aac14__more { font-size: 0.85rem; color: var(--brand-color); text-decoration: none; font-weight: 500; }
.ui-main-aac14__more:hover { text-decoration: underline; }
/* Blog: list variant */
.ui-main-aac14--list .ui-main-aac14__item { display: flex; gap: 1.25rem; padding: 1rem 0; border-bottom: 1px solid var(--border-color); }
.ui-main-aac14--list .ui-main-aac14__thumb { flex-shrink: 0; width: 200px; margin: 0; }
.ui-main-aac14--list .ui-main-aac14__thumb img { height: 130px; }
.ui-main-aac14--list .ui-main-aac14__item-body h3 { margin: 0 0 0.25rem; font-size: 1.1rem; }
.ui-main-aac14--list .ui-main-aac14__item-body h3 a { color: var(--text-main); text-decoration: none; }
.ui-main-aac14--list .ui-main-aac14__item-body h3 a:hover { color: var(--brand-color); }
/* Blog: cards variant */
.ui-main-aac14--cards .ui-main-aac14__card { display: flex; flex-direction: column; }
.ui-main-aac14--cards .ui-main-aac14__card-body { flex: 1; display: flex; flex-direction: column; padding: 1rem 0; }
.ui-main-aac14--cards .ui-main-aac14__card-body h3 { margin: 0.25rem 0 0.5rem; font-size: 1.05rem; }
.ui-main-aac14--cards .ui-main-aac14__card-body h3 a { color: var(--text-main); text-decoration: none; }
.ui-main-aac14--cards .ui-main-aac14__card-body h3 a:hover { color: var(--brand-color); }
.ui-main-aac14--cards .ui-main-aac14__more { margin-top: auto; }
/* Blog: minimal variant */
.ui-main-aac14--minimal .ui-main-aac14__list { list-style: none; padding: 0; }
.ui-main-aac14--minimal .ui-main-aac14__list li { padding: 0.75rem 0; border-bottom: 1px solid var(--border-color); display: flex; justify-content: space-between; align-items: center; }
.ui-main-aac14--minimal .ui-main-aac14__list a { color: var(--text-main); text-decoration: none; font-weight: 500; }
.ui-main-aac14--minimal .ui-main-aac14__list a:hover { color: var(--brand-color); }

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

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

/* === Code Showcase (CSS-only tabs) === */.el-a24f841 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.el-a24f841 > .ui-86cd7bc > h2 { text-align: center; margin-bottom: 0.5rem; }
.el-a24f841__panel { position: relative; max-width: 720px; margin: 2rem auto 0; }
.el-a24f841__radio { display: none; }
.el-a24f841__tabs { display: flex; gap: 5px; }
.el-a24f841__tab-btn { padding: 10px 25px; font-size: 0.9rem; font-weight: 600; color: var(--text-muted); background: var(--bg-alt); border-radius: 8px 8px 0 0; cursor: pointer; transition: background var(--transition), color var(--transition); }
.el-a24f841__code-block { display: none; background: #1e293b; border-radius: 0 8px 8px 8px; overflow-x: auto; }
.el-a24f841__code-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; }
.el-a24f841__code-block code { white-space: pre; }
.el-a24f841__radio:nth-of-type(1):checked ~ .el-a24f841__code-block--curl { display: block; }
.el-a24f841__radio:nth-of-type(2):checked ~ .el-a24f841__code-block--python { display: block; }
.el-a24f841__radio:nth-of-type(3):checked ~ .el-a24f841__code-block--php { display: block; }
.el-a24f841__radio:nth-of-type(1):checked ~ .el-a24f841__tabs .el-a24f841__tab-btn:nth-of-type(1),
.el-a24f841__radio:nth-of-type(2):checked ~ .el-a24f841__tabs .el-a24f841__tab-btn:nth-of-type(2),
.el-a24f841__radio:nth-of-type(3):checked ~ .el-a24f841__tabs .el-a24f841__tab-btn:nth-of-type(3) {
    background: #1e293b; color: #fff;
}
/* === Categories === */
.itm-grid-a25cf { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.itm-grid-a25cf > .ui-86cd7bc > h2 { text-align: center; margin-bottom: 0.5rem; }
.itm-grid-a25cf__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; }
.itm-grid-a25cf__card { padding: 1.5rem; background: var(--card-bg); border: var(--border-w) solid var(--border-color); border-radius: var(--radius); text-decoration: none; color: var(--text-main); transition: all var(--transition); display: block; }
.itm-grid-a25cf__card:hover { border-color: var(--brand-color); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.itm-grid-a25cf__item { text-decoration: none; color: var(--text-main); transition: background var(--transition); }
.itm-grid-a25cf__item:hover { background: var(--bg-alt); }
.itm-grid-a25cf--icons .itm-grid-a25cf__item { text-decoration: none; color: var(--text-main); transition: color var(--transition); }
.itm-grid-a25cf--icons .itm-grid-a25cf__item:hover { color: var(--brand-color); }

/* === Comparison === */
.box-hero-45ca56 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.box-hero-45ca56 > .ui-86cd7bc > h2 { text-align: center; margin-bottom: 0.5rem; }
.box-hero-45ca56__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.box-hero-45ca56__card { padding: 1.5rem; background: var(--card-bg); border: var(--border-w) solid var(--border-color); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.box-hero-45ca56__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.box-hero-45ca56__card h3 { margin: 0 0 0.75rem; font-size: 1.1rem; }
.box-hero-45ca56__rating { color: var(--accent-color); font-size: 1.1rem; margin-bottom: 0.75rem; }
.box-hero-45ca56__pros, .box-hero-45ca56__cons { font-size: 0.9rem; margin-bottom: 0.5rem; }
.box-hero-45ca56__table { width: 100%; border-spacing: 0; border-collapse: collapse; }
.box-hero-45ca56__table th { font-weight: 600; color: var(--text-main); background: var(--bg-alt); }
.box-hero-45ca56__table td, .box-hero-45ca56__table th { padding: 0.75rem; border-bottom: 1px solid var(--border-color); text-align: left; }
.box-hero-45ca56__table tr:hover td { background: var(--bg-alt); }
.box-hero-45ca56__wrapper { overflow-x: auto; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid var(--border-color); }
.box-hero-45ca56__th-feature, .box-hero-45ca56__td-feature { position: sticky; left: 0; z-index: 1; background: var(--bg-main); box-shadow: 2px 0 5px rgba(0,0,0,0.05); }
.box-hero-45ca56__th-feature { z-index: 2; background: var(--bg-alt); }
.box-hero-45ca56__th-hl { background: var(--brand-light); border-top: 3px solid var(--brand-color); color: var(--brand-dark); }
.box-hero-45ca56__td-hl { background: var(--brand-light); }
.box-hero-45ca56--list .box-hero-45ca56__item { padding: 1.25rem 0; border-bottom: 1px solid var(--border-color); }

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

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

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

/* === Marquee banner === */
@keyframes tg333af { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.blk-hero-4d6d0 { background: var(--brand-color); overflow: hidden; padding: 0.6rem 0; white-space: nowrap; }
.blk-hero-4d6d0__track { display: inline-flex; animation: tg333af 21s linear infinite; }
.blk-hero-4d6d0__text { display: inline-block; padding: 0 2rem; font-size: 0.95rem; font-weight: 500; color: #fff; letter-spacing: 0.02em; }
/* === Custom blocks === */
.tg-custom-block { padding: 2rem 0; }
.tg-custom-block > div { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.tg-custom-block h2 { text-align: center; margin-bottom: 1.5rem; }
.tg-custom-block p { max-width: 48rem; margin: 0.75rem auto; line-height: 1.7; color: var(--text-main); }

/* === Footer === */
.st-top-d567 {
    background: var(--brand-dark);
    color: rgba(255,255,255,0.8);
    padding: 2rem 0 1.25rem;
    margin-top: 0;
}
.st-top-d567__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-bottom: 1.25rem; }
.st-top-d567__col h3 { color: #fff; font-size: 1rem; margin-bottom: 0.5rem; }
.st-top-d567__col p { font-size: 0.9rem; margin-bottom: 0.4rem; }
.st-top-d567__col a { color: rgba(255,255,255,0.7); }
.st-top-d567__col a:hover { color: #fff; }
.st-top-d567__col ul { list-style: none; padding: 0; }
.st-top-d567__col ul li { margin-bottom: 0.35rem; }
.st-top-d567__col 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) */
.st-top-d567__col nav ul li { margin-bottom: 0.35rem; break-inside: avoid; }
.st-top-d567__col nav a { color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.st-top-d567__col nav a:hover { color: #fff; }
/* minimal-rg quick-links: one centered horizontal row (parity with the other footers) */
.st-top-d567__links, .st-top-d567__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; }
.st-top-d567__links ul { margin: 0; }
.st-top-d567__links li { margin: 0; list-style: none; }
.st-top-d567__links a { color: rgba(255,255,255,0.82); font-size: 0.9rem; }
.st-top-d567__links a:hover { color: #fff; }
.st-top-d567__bottom { 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; }
.st-top-d567__social { display: flex; gap: 0.75rem; }
.st-top-d567__social a { color: rgba(255,255,255,0.7); }
.st-top-d567__social a:hover { color: #fff; }

/* Footer: legal bar */
.st-top-d567__legal {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.5rem 0;
    font-size: 0.8rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 0.75rem;
    list-style: none;
}
.st-top-d567__legal li { list-style: none; }
.st-top-d567__legal a { color: rgba(255,255,255,0.55); }
.st-top-d567__legal a:hover { color: rgba(255,255,255,0.9); }

/* Footer legal bar — randomized presentation (anti-fingerprint).
   Double-class beats any base `__legal` rule regardless of cascade order.
   Separators/pills use currentColor+opacity so they adapt to light or dark footers.
   Covers both children shapes: <a> (fallback div) and <li> (menu / iGaming <ul>). */
.st-top-d567__legal.st-top-d567__legal--sep-pipe,
.st-top-d567__legal.st-top-d567__legal--sep-dot,
.st-top-d567__legal.st-top-d567__legal--sep-bullet,
.st-top-d567__legal.st-top-d567__legal--sep-slash,
.st-top-d567__legal.st-top-d567__legal--sep-dash { flex-direction: row; flex-wrap: wrap; gap: 0.5rem; }
.st-top-d567__legal--sep-pipe > a + a::before, .st-top-d567__legal--sep-pipe > li + li::before { content: '\2502'; margin-right: 0.5rem; opacity: 0.4; }
.st-top-d567__legal--sep-dot > a + a::before, .st-top-d567__legal--sep-dot > li + li::before { content: '\00B7'; margin-right: 0.5rem; opacity: 0.55; }
.st-top-d567__legal--sep-bullet > a + a::before, .st-top-d567__legal--sep-bullet > li + li::before { content: '\2022'; margin-right: 0.5rem; opacity: 0.45; }
.st-top-d567__legal--sep-slash > a + a::before, .st-top-d567__legal--sep-slash > li + li::before { content: '/'; margin-right: 0.5rem; opacity: 0.4; }
.st-top-d567__legal--sep-dash > a + a::before, .st-top-d567__legal--sep-dash > li + li::before { content: '\2013'; margin-right: 0.5rem; opacity: 0.4; }
.st-top-d567__legal.st-top-d567__legal--stacked { flex-direction: column; gap: 0.4rem; }
.st-top-d567__legal.st-top-d567__legal--pills { flex-direction: row; flex-wrap: wrap; gap: 0.5rem; }
.st-top-d567__legal--pills > a, .st-top-d567__legal--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. */
.st-top-d567--fb-a .st-top-d567__bottom, .st-top-d567--fb-b .st-top-d567__bottom { justify-content: center; text-align: center; }
.st-top-d567--fb-c .st-top-d567__bottom, .st-top-d567--fb-e .st-top-d567__bottom { justify-content: flex-start; text-align: left; }
.st-top-d567--fb-d .st-top-d567__bottom { justify-content: flex-end; text-align: right; }
.st-top-d567.st-top-d567--fb-b .st-top-d567__legal, .st-top-d567.st-top-d567--fb-d .st-top-d567__legal, .st-top-d567.st-top-d567--fb-e .st-top-d567__legal { border-bottom: 0; margin-bottom: 0.5rem; padding-bottom: 0; }

/* Footer: custom HTML */
.st-top-d567__custom { padding: 0.75rem 0; }

/* === Buttons === */
.btn {
    display: inline-block;
    padding: 10px 24px;
    font-family: var(--ff-body);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.01em;
    border: var(--border-w) solid var(--brand-color);
    background: transparent;
    color: var(--brand-color);
    cursor: pointer;
    transition: all var(--transition);
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
}
.btn:hover { background: var(--brand-color); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.btn-primary {
    background: var(--brand-color);
    color: #fff;
    border-color: var(--brand-color);
}
.btn-primary:hover { background: var(--accent-color); border-color: var(--accent-color); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.btn-outline {
    background: transparent;
    color: var(--brand-color);
    border: 2px solid var(--brand-color);
}
.btn-outline:hover { background: var(--brand-color); 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(--ff-body);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.01em;
    background: var(--brand-color);
    color: #fff;
    border: var(--border-w) solid var(--brand-color);
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
    cursor: pointer;
    transition: all var(--transition);
}
.cta-link:hover { background: var(--accent-color); border-color: var(--accent-color); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

/* === Section modifier utility classes === */
.mod--soft { background: linear-gradient(135deg, var(--bg-main) 0%, var(--bg-alt) 100%) !important; }
.bg--accent {
    background: var(--brand-light) !important;
    /* Override ALL text vars to dark — accent-bg is always light */
    --color-text: #1e293b; --color-text-light: #475569; --color-card: #fff;
    --color-bg-alt: rgba(0,0,0,0.03); --color-border: rgba(0,0,0,0.12);
    --clr-body: #1e293b; --clr-body-light: #475569; --clr-card: #fff;
    --clr-surface-alt: rgba(0,0,0,0.03); --clr-border: rgba(0,0,0,0.12);
    --text-main: #1e293b; --text-muted: #475569; --card-bg: #fff;
    --bg-alt: rgba(0,0,0,0.03); --border-color: rgba(0,0,0,0.12);
}
.bg--accent, .bg--accent p, .bg--accent li, .bg--accent span, .bg--accent h2, .bg--accent h3 { color: #1e293b !important; }
.bg--accent .pnl-dock-463d7d4__number { color: var(--brand-dark) !important; }
.bg--accent .pnl-dock-463d7d4__label { color: #475569 !important; }
.bg--accent .pnl-dock-463d7d4__bar { background: var(--brand-dark) !important; color: #fff !important; }
.bg--accent .pnl-dock-463d7d4__bar .pnl-dock-463d7d4__number, .bg--accent .pnl-dock-463d7d4__bar .pnl-dock-463d7d4__label { color: #fff !important; }
.layer--blur {
    background: rgba(255,255,255,0.7) !important; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    /* Override ALL text vars to dark — glass bg is always light */
    --color-text: #1e293b; --color-text-light: #475569; --color-card: rgba(255,255,255,0.5);
    --color-bg-alt: rgba(0,0,0,0.03); --color-border: rgba(0,0,0,0.1);
    --clr-body: #1e293b; --clr-body-light: #475569; --clr-card: rgba(255,255,255,0.5);
    --clr-surface-alt: rgba(0,0,0,0.03); --clr-border: rgba(0,0,0,0.1);
    --text-main: #1e293b; --text-muted: #475569; --card-bg: rgba(255,255,255,0.5);
    --bg-alt: rgba(0,0,0,0.03); --border-color: rgba(0,0,0,0.1);
}
.layer--blur h2, .layer--blur h3, .layer--blur p, .layer--blur span { color: #1e293b; }
.layer--blur .pnl-dock-463d7d4__number { color: var(--brand-dark); }
.layer--accent {
    background: var(--brand-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(--accent-color);
    --color-primary-dark: var(--accent-color);
    --color-primary-light: rgba(255,255,255,0.12);
    /* Set B canonical */
    --clr-card: rgba(255,255,255,0.08);
    --clr-surface: transparent;
    --clr-surface-alt: rgba(255,255,255,0.04);
    --clr-body: #fff;
    --clr-body-light: rgba(255,255,255,0.75);
    --clr-border: rgba(255,255,255,0.15);
    --clr-main: var(--clr-accent);
    --clr-main-dark: var(--clr-accent);
    --clr-main-light: rgba(255,255,255,0.12);
    /* Set C canonical */
    --card-bg: rgba(255,255,255,0.08);
    --bg-main: transparent;
    --bg-alt: rgba(255,255,255,0.04);
    --text-main: #fff;
    --text-muted: rgba(255,255,255,0.75);
    --border-color: rgba(255,255,255,0.15);
    --brand-color: var(--accent-color);
    --brand-dark: var(--accent-color);
    --brand-light: rgba(255,255,255,0.12);
}
.layer--accent h2, .layer--accent h3 { color: #fff; }
.layer--accent p, .layer--accent li, .layer--accent span { color: rgba(255,255,255,0.9); }
.layer--accent a:not(.btn) { color: var(--accent-color); }
/* button-styled links keep their own colours — the accent link colour above would
   otherwise paint .btn-primary text the same accent as its (remapped) bg → invisible */
.layer--accent .btn-primary { color: #fff !important; }
.layer--accent .sec-85d3391__price { color: #fff; }
.layer--accent .block-subtitle { color: rgba(255,255,255,0.7); }

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

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

/* === 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; }

    .el-item-ae821 .ui-86cd7bc { font-size: 0.8rem; flex-wrap: wrap; justify-content: center; text-align: center; }

    .el-item-317bb8f .ui-86cd7bc { flex-wrap: wrap; }
    .el-item-317bb8f__nav { display: none; }
    .el-item-317bb8f__burger { display: block; }
    .el-item-317bb8f__nav--open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--brand-dark);
        padding: 1rem var(--gutter);
        gap: 0.5rem;
        z-index: 99;
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }
    .el-item-317bb8f__nav--open a { padding: 8px 0; display: block; font-size: 1rem; }
    .el-item-317bb8f__nav--open li::before { display: none; }
    .el-item-317bb8f__nav .sub-menu { display: block; position: static; box-shadow: none; border: none; padding: 0 0 0 1rem; min-width: auto; background: transparent; }
    .el-item-317bb8f__nav .sub-menu a { color: inherit; font-size: 0.9rem; padding: 6px 0; opacity: 0.85; }
    .el-item-317bb8f--white .el-item-317bb8f__nav--open { background: var(--bg-main); border-bottom: 1px solid var(--border-color); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
    .el-item-317bb8f--white .el-item-317bb8f__nav--open a { color: var(--text-main); }
    .el-item-317bb8f__actions { width: 100%; justify-content: space-between; margin-top: 0.5rem; }
    .el-item-317bb8f__sec-links { justify-content: flex-start; font-size: 0.85rem; }
    .el-item-317bb8f__sec-nav--dropdown .el-item-317bb8f__sec-links { display: flex; position: static; box-shadow: none; border: none; flex-wrap: wrap; gap: 0.5rem; background: transparent; padding: 0; }
    .el-item-317bb8f__sec-nav--dropdown .el-item-317bb8f__sec-toggle { display: none; }
    .el-item-317bb8f__sec-nav--pills .el-item-317bb8f__sec-links { gap: 0.35rem; }
    .el-item-317bb8f__sec-nav--pills .el-item-317bb8f__sec-links a { font-size: 0.75rem; padding: 0.2rem 0.6rem; }

    .itm-body-9c4d0--split > .ui-86cd7bc { grid-template-columns: 1fr !important; }
    .itm-body-9c4d0--left-aligned > .ui-86cd7bc { grid-template-columns: 1fr !important; }
    .itm-body-9c4d0__decor { min-height: auto; align-items: center; }
    .itm-body-9c4d0__title { font-size: clamp(1.75rem, 6vw, 2.5rem); }
    .itm-body-9c4d0__buttons { flex-direction: column; }
    .itm-body-9c4d0__buttons .itm-body-9c4d0__btn { text-align: center; }
    .itm-body-9c4d0__stats-row { gap: 1.5rem; }
    .itm-body-9c4d0__features-grid { grid-template-columns: 1fr 1fr !important; }
    .itm-body-9c4d0--checklist .itm-body-9c4d0__check-grid { grid-template-columns: 1fr !important; }
    .itm-body-9c4d0__badges-row { gap: 0.5rem; }
    .itm-body-9c4d0__badge { padding: 8px 12px; font-size: 0.8rem; }
    .itm-body-9c4d0__metrics-layout { grid-template-columns: 1fr; }

    .pnl-dock-463d7d4--bar .pnl-dock-463d7d4__bar { flex-wrap: wrap; }
    .pnl-dock-463d7d4__grid { gap: 1.25rem; }
    .pnl-dock-463d7d4__number { font-size: 1.75rem; }

    .lay-panel-469c9__grid { grid-template-columns: 1fr !important; }
    .lay-panel-469c9--numbered .lay-panel-469c9__grid { grid-template-columns: 1fr !important; }

    .sec-85d3391__grid { grid-template-columns: 1fr !important; }
    .sec-85d3391__row { grid-template-columns: 1fr !important; gap: 0.75rem; }
    .sec-85d3391__list-item { flex-direction: column; text-align: center; }

    .bl-form-9be97d1__grid { grid-template-columns: 1fr !important; }

    .mod-part-1c80a9__split-grid { grid-template-columns: 1fr !important; }

    .mod-row-19bec__grid { grid-template-columns: 1fr !important; }
    .mod-row-19bec__list-item { flex-direction: column; gap: 0.5rem; }
    .mod-row-19bec__inline-grid { flex-direction: column; }

    .box-form-4be83__grid { grid-template-columns: 1fr 1fr !important; }
    .box-form-4be83__item:not(:last-child)::after { display: none; }

    .mn-dock-0f7ae5e__grid { grid-template-columns: 1fr !important; }
    .mn-dock-0f7ae5e--featured .mn-dock-0f7ae5e__grid { grid-template-columns: 1fr !important; }
    .mn-dock-0f7ae5e--horizontal .mn-dock-0f7ae5e__row { flex-direction: column; align-items: center; text-align: center; }
    .mn-dock-0f7ae5e--horizontal .mn-dock-0f7ae5e__avatar { margin: 0 auto; }
    .mn-dock-0f7ae5e--masonry .mn-dock-0f7ae5e__grid { column-count: 1; }
    .mn-dock-0f7ae5e--sidebar .mn-dock-0f7ae5e__layout { grid-template-columns: 1fr !important; }
    .mn-dock-0f7ae5e--sidebar .mn-dock-0f7ae5e__side { position: static; }
    .mn-dock-0f7ae5e--sidebar .mn-dock-0f7ae5e__side h2 { text-align: center; }
    .mn-dock-0f7ae5e--sidebar .mn-dock-0f7ae5e__side::after { margin: 1rem auto; }
    .mn-dock-0f7ae5e--stack .mn-dock-0f7ae5e__card { flex-direction: column; text-align: center; }
    .mn-dock-0f7ae5e--stack .mn-dock-0f7ae5e__author { text-align: center; }

    .itm-2418b__grid { grid-template-columns: 1fr 1fr !important; }

    .ui-main-aac14__grid { grid-template-columns: 1fr !important; }

    .crd-block-ff8af__faq-grid { grid-template-columns: 1fr !important; }

    .cmp-954d__grid { grid-template-columns: 1fr 1fr !important; }
    .cmp-954d--list .cmp-954d__card { flex-direction: column; text-align: center; }
    .cmp-954d--list .cmp-954d__photo { width: 100%; }
    .itm-grid-a25cf__grid { grid-template-columns: 1fr 1fr !important; }
    .box-hero-45ca56__grid { grid-template-columns: 1fr !important; }
    .box-hero-45ca56__table { font-size: 0.85rem; overflow-x: auto; display: block; }
    .ft-item-40bd__grid { grid-template-columns: 1fr !important; }
    .ft-item-40bd--case .ft-item-40bd__item { grid-template-columns: 1fr !important; }
    .cp-aside-7204__item img { max-height: 30px; }

    .st-top-d567__grid { grid-template-columns: 1fr !important; }
    .st-top-d567__col nav ul { column-count: 1; }
    .st-top-d567__bottom { flex-direction: column; text-align: center; }

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

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

    .box-form-4be83__grid { grid-template-columns: 1fr !important; }
    .itm-2418b__grid { grid-template-columns: 1fr !important; }

    .pnl-dock-463d7d4__grid { flex-direction: column; align-items: center; }
    .pnl-dock-463d7d4--bar .pnl-dock-463d7d4__bar { flex-direction: column; }
    .pnl-dock-463d7d4--bar .pnl-dock-463d7d4__item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .pnl-dock-463d7d4--bar .pnl-dock-463d7d4__item:last-child { border-bottom: none; }

    .itm-body-9c4d0__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 */
.wrp-dock-94fef4c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}
@media (max-width: 600px) {
    .wrp-dock-94fef4c { grid-template-columns: 1fr !important; }
}

/* Content utility: card */
.wrp-outer-6297 {
    padding: 1.25rem;
    border-radius: 1rem;
    background: var(--card-bg);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    
    transition: all 0.25s ease;
}
.wrp-outer-6297 h3,
.wrp-outer-6297 h4 { margin: 0 0 0.5rem; }
.wrp-outer-6297 p:last-child { margin-bottom: 0; }
.wrp-outer-6297:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.12); }

/* Content utility: list */
.pnl-form-a4e068 {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.pnl-form-a4e068 li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.6;
}
.pnl-form-a4e068 li::before {
    content: '\2014'; color: var(--brand-color); font-weight: 300;
    position: absolute; left: 0;
    font-size: 1em;
}

/* Content utility: highlight */
.hd-col-476b852 {
    padding: 1.25rem;
    background: var(--brand-light);
    border-left: 4px solid var(--brand-color);
    border-radius: 0 1rem 1rem 0;
    margin: 1.5rem 0;
    color: #1e293b;
}
.hd-col-476b852 p, .hd-col-476b852 b, .hd-col-476b852 strong, .hd-col-476b852 span { color: #1e293b; }
.hd-col-476b852 p:last-child { margin-bottom: 0; }
/* ============================================================
   iGaming sections (emitted only for site_type=igaming)
   ============================================================ */

/* --- Casino / sportsbook ranked list (shared layout) --- */
.crd-outer-7741ad0__list, .mod-inner-677ba__list, .sec-aside-70e02__list { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; }
.crd-outer-7741ad0__item, .mod-inner-677ba__item, .sec-aside-70e02__item {
    display: grid; align-items: center; gap: 0.75rem 1.25rem;
    background: var(--card-bg); border: 1px solid var(--border-color);
    border-radius: var(--radius); padding: 1rem 1.25rem; box-shadow: var(--shadow);
    transition: box-shadow var(--transition), transform var(--transition);
}
.crd-outer-7741ad0__item { grid-template-columns: auto auto minmax(0,1fr) auto auto; }
.mod-inner-677ba__item, .sec-aside-70e02__item { grid-template-columns: auto auto minmax(0,1fr) auto; }
.crd-outer-7741ad0__item:hover, .mod-inner-677ba__item:hover, .sec-aside-70e02__item:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.crd-outer-7741ad0__rank, .mod-inner-677ba__rank, .sec-aside-70e02__rank { font-size: 1.4rem; font-weight: 800; color: var(--brand-color); min-width: 2rem; text-align: center; }
.crd-outer-7741ad0__logo img, .mod-inner-677ba__logo img, .sec-aside-70e02__logo img { max-width: 92px; height: auto; border-radius: 8px; display: block; }
.crd-outer-7741ad0__meta h3, .mod-inner-677ba__meta h3, .sec-aside-70e02__meta h3 { margin: 0 0 0.35rem; font-size: 1.1rem; }
.crd-outer-7741ad0__rating { display: flex; align-items: center; gap: 0.5rem; }
.crd-outer-7741ad0__stars { position: relative; display: inline-block; width: 92px; height: 10px; border-radius: 5px; background: var(--border-color); overflow: hidden; }
.crd-outer-7741ad0__stars::before { content: ''; position: absolute; inset: 0; width: var(--ig-stars, 0%); background: linear-gradient(90deg, #f5a623, #f7c948); }
.crd-outer-7741ad0__score, .sec-aside-70e02__rating { font-weight: 700; color: color-mix(in srgb, var(--brand-color) 55%, var(--text-main)); font-size: 0.9rem; }
.crd-outer-7741ad0__license, .mod-inner-677ba__meta small, .sec-aside-70e02__meta small { font-size: 0.78rem; color: var(--text-muted); }
.crd-outer-7741ad0__bonus { text-align: center; }
.crd-outer-7741ad0__bonus strong { display: block; color: var(--text-main); font-weight: 800; }
.crd-outer-7741ad0__bonus small, .sec-aside-70e02__offer { display: block; font-size: 0.78rem; color: var(--text-muted); }
.crd-outer-7741ad0__actions, .sec-aside-70e02__actions { display: flex; flex-direction: column; gap: 0.5rem; }
.crd-outer-7741ad0__cta-primary, .sec-aside-70e02__cta-primary, .mod-inner-677ba__cta {
    display: inline-block; text-align: center; padding: 0.6rem 1.1rem; border-radius: var(--radius);
    background: var(--accent-color); color: #fff; font-weight: 700; text-decoration: none; white-space: nowrap;
    transition: filter var(--transition), transform var(--transition);
}
.crd-outer-7741ad0__cta-primary:hover, .sec-aside-70e02__cta-primary:hover, .mod-inner-677ba__cta:hover { filter: brightness(1.08); transform: translateY(-1px); }
.crd-outer-7741ad0__cta-secondary, .sec-aside-70e02__cta-secondary { display: inline-block; text-align: center; font-size: 0.82rem; color: var(--brand-color); text-decoration: none; }
.crd-outer-7741ad0__cta-secondary:hover, .sec-aside-70e02__cta-secondary:hover { text-decoration: underline; }
.mod-inner-677ba__specs, .sec-aside-70e02__specs { list-style: none; padding: 0; margin: 0.35rem 0 0; display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; font-size: 0.82rem; color: var(--text-muted); }

/* --- Bonuses grid --- */
.crd-frame-66e0__grid, .st-body-a1eacd__grid, .wp-link-a83c07c__grid, .pnl-0f0f__grid, .hd-e0385__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.crd-frame-66e0__card, .wp-link-a83c07c__card {
    display: flex; flex-direction: column; gap: 0.5rem; background: var(--card-bg);
    border: 1px solid var(--border-color); border-radius: var(--radius); padding: 1.25rem; box-shadow: var(--shadow);
}
.crd-frame-66e0__type { display: inline-block; align-self: flex-start; background: var(--brand-light); color: var(--brand-dark); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.15rem 0.6rem; border-radius: 999px; }
.crd-frame-66e0__casino { font-weight: 700; font-size: 1.05rem; }
.crd-frame-66e0__amount, .wp-link-a83c07c__jackpot { font-size: 1.5rem; font-weight: 800; color: var(--brand-color); }
.crd-frame-66e0__terms, .wp-link-a83c07c__meta { list-style: none; padding: 0; margin: 0.25rem 0; display: flex; flex-direction: column; gap: 0.25rem; font-size: 0.85rem; color: var(--text-muted); }
.crd-frame-66e0__code { font-size: 0.85rem; }
.crd-frame-66e0__code code { background: var(--bg-alt); padding: 0.15rem 0.5rem; border-radius: 4px; font-weight: 700; }
.crd-frame-66e0__tcs { margin-top: auto; opacity: 0.6; font-size: 0.72rem; }

/* --- Slots / providers / game categories cards --- */
.st-body-a1eacd__card, .pnl-0f0f__card { display: flex; flex-direction: column; gap: 0.5rem; background: var(--card-bg); border: 1px solid var(--border-color); border-radius: var(--radius); padding: 1rem; box-shadow: var(--shadow); text-decoration: none; color: inherit; transition: box-shadow var(--transition), transform var(--transition); }
.pnl-0f0f__card:hover, .st-body-a1eacd__card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.st-body-a1eacd__thumb { aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; background: var(--bg-alt); display: flex; align-items: center; justify-content: center; }
.st-body-a1eacd__thumb img { width: 100%; height: 100%; object-fit: cover; }
.st-body-a1eacd__card h3, .pnl-0f0f__card h3 { margin: 0; font-size: 1rem; }
.st-body-a1eacd__prov { font-size: 0.78rem; color: var(--text-muted); }
.st-body-a1eacd__specs { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.3rem 0.75rem; font-size: 0.8rem; color: var(--text-muted); }
.hd-e0385__item { display: flex; flex-direction: column; align-items: center; gap: 0.4rem; padding: 1rem; background: var(--card-bg); border: 1px solid var(--border-color); border-radius: var(--radius); text-align: center; }
.hd-e0385__item img { max-height: 40px; width: auto; }
.hd-e0385__name-only { font-weight: 700; }
.pnl-0f0f__card img { max-height: 48px; width: auto; }

/* --- Jackpot ticker --- */
.wrp-text-34439__row { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 1.25rem; }
.wrp-text-34439__item { flex: 1 1 180px; max-width: 260px; text-align: center; background: var(--card-bg); border: 1px solid var(--border-color); border-radius: var(--radius); padding: 1rem; box-shadow: var(--shadow); }
.wrp-text-34439__game { font-size: 0.85rem; color: var(--text-muted); }
.wrp-text-34439__amount { font-size: 1.5rem; font-weight: 800; color: var(--brand-color); font-variant-numeric: tabular-nums; }
.wrp-text-34439__item small { font-size: 0.72rem; color: var(--text-muted); }

/* --- Payment methods --- */
.cp-base-aa1fb__row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.25rem; }
.cp-base-aa1fb__item { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--card-bg); border: 1px solid var(--border-color); border-radius: 999px; padding: 0.3rem 0.85rem 0.3rem 0.3rem; font-size: 0.85rem; }
.cp-base-aa1fb__mono { display: inline-flex; align-items: center; justify-content: center; min-width: 2rem; height: 1.6rem; padding: 0 0.4rem; border-radius: 999px; font-weight: 800; font-size: 0.7rem; }
.cp-base-aa1fb__name { font-weight: 600; }

/* --- License / RG badge rows (standalone trust sections: centered so a few
       badges read as an intentional strip rather than floating top-left) --- */
.mod-base-0bb3, .box-shelf-151a { text-align: center; }
.box-shelf-151a p { max-width: 720px; margin-left: auto; margin-right: auto; }
.mod-base-0bb3__row, .box-shelf-151a__row { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.25rem; justify-content: center; }
.mod-base-0bb3__badge, .box-shelf-151a__badge { display: inline-flex; flex-direction: column; align-items: center; gap: 0.25rem; text-decoration: none; }
.mod-base-0bb3__chip, .box-shelf-151a__chip { color: #fff; padding: 0.5rem 1.1rem; border-radius: 8px; font-weight: 700; font-size: 0.9rem; }
.mod-base-0bb3__badge small { font-size: 0.65rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.04em; }

/* --- Data tables (tournaments / rakeback / odds / results) --- */
.ft-aside-2687c__table, .pnl-hero-e755dd__table, .bl-outer-accaf8__table, .ft-9172a8__table { width: 100%; border-collapse: collapse; margin-top: 1.25rem; font-size: 0.9rem; }
.ft-aside-2687c__table th, .pnl-hero-e755dd__table th, .bl-outer-accaf8__table th, .ft-9172a8__table th { text-align: left; background: var(--brand-color); color: #fff; padding: 0.6rem 0.85rem; font-weight: 700; font-size: 0.82rem; }
.ft-aside-2687c__table td, .pnl-hero-e755dd__table td, .bl-outer-accaf8__table td, .ft-9172a8__table td { padding: 0.6rem 0.85rem; border-bottom: 1px solid var(--border-color); }
.ft-aside-2687c__table tr:nth-child(even) td, .pnl-hero-e755dd__table tr:nth-child(even) td, .bl-outer-accaf8__table tr:nth-child(even) td, .ft-9172a8__table tr:nth-child(even) td { background: var(--bg-alt); }
.ft-9172a8__numbers { font-weight: 700; letter-spacing: 0.04em; color: var(--brand-color); }

/* --- Events schedule --- */
.wp-8b0f5__list { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1rem; }
.wp-8b0f5__row { display: grid; grid-template-columns: auto minmax(0,1fr) auto auto; align-items: center; gap: 0.75rem 1.25rem; background: var(--card-bg); border: 1px solid var(--border-color); border-radius: var(--radius); padding: 0.85rem 1.1rem; }
.wp-8b0f5__sport { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-muted); }
.wp-8b0f5__when { font-size: 0.82rem; color: var(--text-muted); }
.wp-8b0f5__odds { display: flex; gap: 0.4rem; }
.wp-8b0f5__odd { display: inline-flex; flex-direction: column; align-items: center; min-width: 2.6rem; background: var(--bg-alt); border-radius: 6px; padding: 0.25rem 0.4rem; }
.wp-8b0f5__odd label { font-size: 0.65rem; color: var(--text-muted); }
.wp-8b0f5__odd b { font-size: 0.9rem; color: var(--brand-color); }

/* --- Lotteries extra --- */
.wp-link-a83c07c__country { font-size: 0.78rem; color: var(--text-muted); }

/* --- Review methodology --- */
.mod-nav-3406c__list { counter-reset: ig-step; list-style: none; padding: 0; margin: 1.25rem 0 0; display: flex; flex-direction: column; gap: 1rem; }
.mod-nav-3406c__item { counter-increment: ig-step; position: relative; padding-left: 3rem; }
.mod-nav-3406c__item::before { content: counter(ig-step); position: absolute; left: 0; top: 0; width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center; background: var(--brand-color); color: #fff; border-radius: 50%; font-weight: 800; }
.mod-nav-3406c__item h3 { margin: 0 0 0.25rem; font-size: 1.05rem; }

/* --- Author spotlight --- */
.wrp-flow-96a980__card { display: flex; gap: 1.25rem; align-items: flex-start; background: var(--card-bg); border: 1px solid var(--border-color); border-radius: var(--radius); padding: 1.5rem; margin-top: 1.25rem; box-shadow: var(--shadow); }
.wrp-flow-96a980__photo img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; }
.wrp-flow-96a980__photo span { display: flex; align-items: center; justify-content: center; width: 96px; height: 96px; border-radius: 50%; background: var(--brand-light); color: var(--brand-dark); font-weight: 800; font-size: 2rem; }
.wrp-flow-96a980__body blockquote { margin: 0 0 0.75rem; font-size: 1.1rem; font-style: italic; }
.wrp-flow-96a980__meta { font-size: 0.85rem; color: var(--text-muted); margin: 0 0 0.5rem; }

/* --- iGaming hero sub-elements (hero base styles inherited) --- */
.itm-body-9c4d0--ig-slots-bg { position: relative; overflow: hidden; }
.itm-body-9c4d0__age { display: inline-block; margin-top: 1rem; font-size: 0.8rem; font-weight: 600; opacity: 0.85; }
.itm-body-9c4d0__top3 { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin: 1.25rem 0; }
.itm-body-9c4d0__top3-item { display: flex; flex-direction: column; min-width: 120px; background: rgba(255,255,255,0.12); border-radius: var(--radius); padding: 0.5rem 0.9rem; }
.itm-body-9c4d0__top3-item span { font-size: 0.78rem; opacity: 0.85; }
.itm-body-9c4d0__top3-item strong { font-size: 1rem; color: #f7c948; }
.itm-body-9c4d0__counter, .itm-body-9c4d0__promo { display: inline-flex; flex-direction: column; gap: 0.25rem; margin: 1.25rem auto; padding: 1rem 1.5rem; border-radius: var(--radius); background: rgba(0,0,0,0.22); }
.itm-body-9c4d0__counter-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.8; }
.itm-body-9c4d0__counter-value, .itm-body-9c4d0__promo strong { font-size: clamp(1.6rem, 5vw, 2.75rem); font-weight: 800; color: #f7c948; font-variant-numeric: tabular-nums; }
.itm-body-9c4d0__mosaic { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; opacity: 0.16; pointer-events: none; }
.itm-body-9c4d0__mosaic img { width: 100%; height: 100%; object-fit: cover; }
.itm-body-9c4d0__trust-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; justify-content: center; margin: 1rem 0; font-size: 0.85rem; }
.itm-body-9c4d0__chip { display: inline-block; background: rgba(255,255,255,0.15); border-radius: 999px; padding: 0.2rem 0.7rem; font-weight: 600; font-size: 0.8rem; }
.itm-body-9c4d0__search { display: flex; gap: 0.5rem; max-width: 560px; margin: 1.5rem auto 0; }
.itm-body-9c4d0__search input { flex: 1; margin: 0; }
.itm-body-9c4d0__search button { padding: 0.65rem 1.25rem; border: 0; border-radius: var(--radius); background: var(--accent-color); color: #fff; font-weight: 700; cursor: pointer; }
.itm-body-9c4d0__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-top: 1rem; }
.itm-body-9c4d0__chips a { font-size: 0.85rem; background: rgba(255,255,255,0.12); border-radius: 999px; padding: 0.25rem 0.8rem; text-decoration: none; color: inherit; }

/* --- iGaming header badge / sticky --- */
.el-item-317bb8f__age { display: inline-block; background: var(--brand-color); color: #fff; font-weight: 700; font-size: 0.78rem; padding: 0.1rem 0.5rem; border-radius: 4px; }
.el-item-317bb8f--sticky { position: sticky; top: 0; z-index: 200; }

/* --- iGaming footer extras (footer base grid/col/bottom inherited) --- */
.st-top-d567__licenses, .st-top-d567__rg-orgs { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; margin: 0.85rem 0; font-size: 0.85rem; }
.st-top-d567__licenses strong, .st-top-d567__rg-orgs strong { opacity: 0.85; margin-right: 0.25rem; }
.st-top-d567__lic, .st-top-d567__rg, .st-top-d567__gpwa { display: inline-block; text-decoration: none; }
.st-top-d567__disclaimer { margin: 1rem 0; opacity: 0.6; font-size: 0.78rem; line-height: 1.55; }
.st-top-d567__disclaimer a { text-decoration: underline; }
.st-top-d567__stats { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; text-align: center; padding: 0 0 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.15); margin-bottom: 1.5rem; }
.st-top-d567__stats strong { display: block; font-size: 1.35rem; color: #fff; }
.st-top-d567__stats small { opacity: 0.7; font-size: 0.78rem; }
.st-top-d567__legal { list-style: none; margin: 0; padding: 0; border: 0; display: flex; flex-direction: column; gap: 0.45rem; }
.st-top-d567__legal li { margin: 0; list-style: none; }
.st-top-d567__legal a { font-size: 0.85rem; }

@media (max-width: 768px) {
    .crd-outer-7741ad0__item, .mod-inner-677ba__item, .sec-aside-70e02__item { grid-template-columns: auto 1fr; }
    .crd-outer-7741ad0__bonus, .crd-outer-7741ad0__actions, .sec-aside-70e02__actions, .mod-inner-677ba__specs { grid-column: 1 / -1; }
    .crd-outer-7741ad0__actions, .sec-aside-70e02__actions { flex-direction: row; flex-wrap: wrap; }
    .wp-8b0f5__row { grid-template-columns: 1fr; }
    .wrp-flow-96a980__card { flex-direction: column; align-items: center; text-align: center; }
}
/* ============================================================
   iGaming casino flair (flair=2, ns=gee40cf) — motion-safe
   ============================================================ */
@keyframes gee40cf-sheen { 0% { transform: translateX(-130%) skewX(-18deg); } 60%,100% { transform: translateX(230%) skewX(-18deg); } }
@keyframes gee40cf-glow { 0%,100% { box-shadow: 0 0 0 1px var(--brand-color), 0 0 12px -2px var(--brand-color); } 50% { box-shadow: 0 0 0 1px var(--brand-color), 0 0 26px 2px var(--brand-color); } }
@keyframes gee40cf-shimmer { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }

/* Primary CTAs: gradient + animated light sweep */
.crd-outer-7741ad0__cta-primary, .sec-aside-70e02__cta-primary, .mod-inner-677ba__cta, .el-item-317bb8f__cta {
    position: relative; overflow: hidden; border: 0;
    background: linear-gradient(120deg, var(--brand-color), var(--accent-color)); background-size: 180% 100%;
    color: #fff; font-weight: 800; letter-spacing: 0.01em;
    box-shadow: 0 6px 18px -6px var(--brand-color);
}
.crd-outer-7741ad0__cta-primary::after, .sec-aside-70e02__cta-primary::after, .mod-inner-677ba__cta::after, .el-item-317bb8f__cta::after {
    content: ''; position: absolute; top: 0; left: 0; width: 45%; height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,0.55), transparent);
    transform: translateX(-130%) skewX(-18deg); pointer-events: none;
}
.crd-outer-7741ad0__cta-primary:hover, .sec-aside-70e02__cta-primary:hover, .mod-inner-677ba__cta:hover, .el-item-317bb8f__cta:hover { filter: brightness(1.06); }

/* #1 ranked item: glowing gradient frame + crown rank */
.crd-outer-7741ad0__list .crd-outer-7741ad0__item:first-child, .sec-aside-70e02__list .sec-aside-70e02__item:first-child, .mod-inner-677ba__list .mod-inner-677ba__item:first-child {
    border-color: transparent;
    background:
        linear-gradient(var(--card-bg), var(--card-bg)) padding-box,
        linear-gradient(120deg, var(--brand-color), var(--accent-color)) border-box;
    border: 2px solid transparent;
}
.crd-outer-7741ad0__list .crd-outer-7741ad0__item:first-child .crd-outer-7741ad0__rank::before,
.sec-aside-70e02__list .sec-aside-70e02__item:first-child .sec-aside-70e02__rank::before,
.mod-inner-677ba__list .mod-inner-677ba__item:first-child .mod-inner-677ba__rank::before { content: '\2605 '; color: #f7c948; }

/* Jackpot / bonus amounts: gold gradient text */
.itm-body-9c4d0__counter-value, .itm-body-9c4d0__promo strong, .wrp-text-34439__amount, .crd-frame-66e0__amount, .wp-link-a83c07c__jackpot, .crd-outer-7741ad0__bonus strong {
    background: linear-gradient(92deg, #f7c948 0%, #ffe9a0 45%, #f0a500 100%); background-size: 200% auto;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: #f0a500;
    text-shadow: 0 0 18px rgba(247,201,72,0.4);
}

/* Hero counter / promo plate: subtle glowing frame */
.itm-body-9c4d0__counter, .itm-body-9c4d0__promo { border: 1px solid rgba(247,201,72,0.35); box-shadow: 0 0 30px -10px rgba(247,201,72,0.5); }

/* Section heading accent underline (iGaming) */
.crd-outer-7741ad0 > .block-lead, .crd-frame-66e0 > .block-lead { position: relative; }

/* License chips subtle sheen on hover */
.mod-base-0bb3__chip { position: relative; overflow: hidden; }

@media (prefers-reduced-motion: no-preference) {
    .crd-outer-7741ad0__cta-primary:hover::after, .sec-aside-70e02__cta-primary:hover::after,
    .mod-inner-677ba__cta:hover::after, .el-item-317bb8f__cta:hover::after { animation: gee40cf-sheen 0.9s ease; }
    .crd-outer-7741ad0__list .crd-outer-7741ad0__item:first-child, .sec-aside-70e02__list .sec-aside-70e02__item:first-child,
    .mod-inner-677ba__list .mod-inner-677ba__item:first-child { animation: gee40cf-glow 3.2s ease-in-out infinite; }
    .itm-body-9c4d0__counter-value, .itm-body-9c4d0__promo strong, .wrp-text-34439__amount {
        animation: gee40cf-shimmer 4s linear infinite;
    }
}