/*
Theme Name: ecommece-marketplace
Description: Custom theme
Version: 3.9
*/

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('fonts/urbanist-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: 'Urbanist';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('fonts/urbanist-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(188, 55%, 40%);
    --brand-dark: hsl(188, 55%, 25%);
    --brand-light: hsl(188, 35%, 85%);
    --accent-color: hsl(218, 55%, 50%);
    --accent-hover: hsl(218, 55%, 45%);
    --bg-main: #ffffff;
    --bg-alt: #f7f8fa;
    --text-main: #1a1a1a;
    --text-muted: #666666;
    --border-color: #e2e2e2;
    --card-bg: #ffffff;
    --ff-body: 'Urbanist', 'Helvetica Neue', sans-serif;
    --ff-heading: 'Urbanist', 'Helvetica Neue', 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: 800;
    color: var(--brand-dark);
    line-height: 1.15;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
    text-wrap: balance;
}
h1 { font-size: clamp(2.20rem, 4.4vw + 0.88rem, 4.13rem); }
h2 { font-size: clamp(1.44rem, 2.9vw + 0.58rem, 2.64rem); }
h3 { font-size: clamp(1.18rem, 1.5vw + 0.47rem, 1.55rem); }
h4 { font-size: clamp(0.96rem, 1.2vw + 0.38rem, 1.20rem); }
h5 { font-size: clamp(0.93rem, 1.0vw + 0.37rem, 1.08rem); }
h6 { font-size: clamp(0.87rem, 0.8vw + 0.35rem, 1.02rem); }

p { margin-bottom: 1rem; }

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

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

/* === Section wrapper === */
.wrp-flow-d9fa89 {
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.wrp-flow-d9fa89 > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 0.5rem; }
.wrp-flow-d9fa89 > .ui-item-415a5 > .section-desc { 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 === */
.section-desc {
    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 === */
.sec-main-8f73 {
    background: var(--brand-dark);
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    padding: 6px 0;
}
.sec-main-8f73 .ui-item-415a5 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.sec-main-8f73 a { color: rgba(255,255,255,0.85); }
.sec-main-8f73 a:hover { color: #fff; }

/* === Header === */
.itm-f6d8230 {
    background: var(--brand-dark);
    color: #fff;
    padding: 0.4rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 2px solid transparent; border-image: linear-gradient(90deg, var(--brand-color), var(--accent-color)) 1;
}
.itm-f6d8230 .ui-item-415a5 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.itm-f6d8230__brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; min-width: 0; }
.itm-f6d8230__logo { max-height: 36px; width: auto; }
.itm-f6d8230__brand img { max-height: 36px; width: auto; height: auto; } /* cap any opt-in raster logo (no oversized custom-logo) */
.itm-f6d8230__brand-name { font-family: var(--ff-heading); font-weight: 800; font-size: 1.1rem; color: #fff; overflow-wrap: break-word; word-break: break-word; }
.itm-f6d8230__row-brand .itm-f6d8230__brand-name { color: var(--text-main); }
/* === Brand monogram (CSS mark — no raster, header-foreground-aware) === */
.itm-f6d8230__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) */
.itm-f6d8230__mono--rounded { background: var(--accent-color); border-radius: 9px; }
.itm-f6d8230__mono--circle { background: var(--accent-color); border-radius: 50%; }
.itm-f6d8230__mono--squircle { background: var(--accent-color); border-radius: 32% / 42%; }
.itm-f6d8230__mono--square { background: var(--accent-color); border-radius: 3px; }
.itm-f6d8230__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) */
.itm-f6d8230__mono--ring { border: 2px solid currentColor; border-radius: 50%; }
.itm-f6d8230__mono--outline { border: 2px solid currentColor; border-radius: 9px; }
.itm-f6d8230--white .itm-f6d8230__mono--ring, .itm-f6d8230--white .itm-f6d8230__mono--outline,
.itm-f6d8230__row-brand .itm-f6d8230__mono--ring, .itm-f6d8230__row-brand .itm-f6d8230__mono--outline { color: var(--text-main); }
/* wordmark accent treatments — small brand-colour pops */
.itm-f6d8230__brand-name--dot::after { content: '.'; color: var(--accent-color); }
.itm-f6d8230__brand-name--underline { border-bottom: 2px solid var(--accent-color); padding-bottom: 1px; }
.itm-f6d8230__brand-name--accent-first::first-letter { color: var(--accent-color); }
.itm-f6d8230__brand-name--bracket::before { content: '['; color: var(--accent-color); margin-right: 2px; }
.itm-f6d8230__brand-name--bracket::after { content: ']'; color: var(--accent-color); margin-left: 2px; }
.itm-f6d8230__nav { display: flex; gap: 0; list-style: none; align-items: center; }
.itm-f6d8230__nav li { display: flex; align-items: center; list-style: none; }
.itm-f6d8230__nav a { color: rgba(255,255,255,0.85); font-weight: 500; font-size: 0.85rem; white-space: nowrap; }
.itm-f6d8230__nav a:hover { color: #fff; }
.itm-f6d8230__nav a {
    padding: 6px 12px;
    border-left: 3px solid transparent;
    transition: border-color 0.25s ease, background 0.25s ease;
}
.itm-f6d8230__nav a:hover { border-left-color: var(--accent-color); background: rgba(255,255,255,0.06); }
.itm-f6d8230__nav a.current-menu-item { border-left-color: #fff; background: rgba(255,255,255,0.1); }
.itm-f6d8230__nav li + li::before { content: '|'; margin: 0 0.6rem; opacity: 0.4; }

.itm-f6d8230__nav > a + a { margin-left: calc(0.6rem * 2); }

.itm-f6d8230__actions { display: flex; align-items: center; gap: 1rem; margin-left: auto; }
.itm-f6d8230__phone a { color: #fff; font-weight: 600; font-size: 1.05rem; white-space: nowrap; }
.itm-f6d8230__phone a:hover { color: var(--accent-color); }
.itm-f6d8230__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.04em;
    white-space: nowrap;
    transition: background var(--transition), transform var(--transition);
}
.itm-f6d8230__cta:hover { background: var(--accent-hover); color: #fff; transform: translateY(-1px); }
.itm-f6d8230__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) === */
.itm-f6d8230--white { background: var(--bg-main); color: var(--text-main); border-bottom: 1px solid var(--border-color); box-shadow: none; }
.itm-f6d8230--white .itm-f6d8230__brand-name { color: var(--text-main); }
.itm-f6d8230--white .itm-f6d8230__nav a { color: var(--text-main); opacity: 0.75; }
.itm-f6d8230--white .itm-f6d8230__nav a:hover { color: var(--brand-color); opacity: 1; }
.itm-f6d8230--white .itm-f6d8230__phone a { color: var(--text-main); }
.itm-f6d8230--white .itm-f6d8230__burger { color: var(--text-main); }

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

/* === Secondary Nav === */
.itm-f6d8230__sec-nav {
    background: var(--bg-alt);
    border-bottom: 1px solid var(--border-color);
    padding: 0.4rem 0;
    font-size: 0.9rem;
}
.itm-f6d8230__sec-links { display: flex; gap: 1.25rem; list-style: none; flex-wrap: wrap; justify-content: center; }
.itm-f6d8230__sec-links li { list-style: none; max-width: 220px; }
.itm-f6d8230__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; }
.itm-f6d8230__sec-links a:hover { color: var(--brand-color); }
.itm-f6d8230__sec-nav--tags .itm-f6d8230__sec-links { flex-wrap: wrap; gap: 0.4rem; justify-content: center; }
.itm-f6d8230__sec-nav--tags .itm-f6d8230__sec-links li { max-width: none; }
.itm-f6d8230__sec-nav--tags .itm-f6d8230__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);
}
.itm-f6d8230__sec-nav--tags .itm-f6d8230__sec-links li:nth-child(3n+1) a { font-size: 0.9rem; font-weight: 600; }
.itm-f6d8230__sec-nav--tags .itm-f6d8230__sec-links li:nth-child(5n) a { font-size: 0.75rem; }
.itm-f6d8230__sec-nav--tags .itm-f6d8230__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) === */
.itm-f6d8230--agency-dark { background: #181818; color: #fff; }
.itm-f6d8230--agency-dark .itm-f6d8230__row-brand > .ui-item-415a5 { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 0; }
.itm-f6d8230--agency-dark .itm-f6d8230__brand-group { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.itm-f6d8230--agency-dark .itm-f6d8230__brand, .itm-f6d8230--agency-dark .itm-f6d8230__brand * { color: #fff; }
.itm-f6d8230--agency-dark .itm-f6d8230__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; }
.itm-f6d8230--agency-dark .itm-f6d8230__actions { display: flex; align-items: center; gap: 1.4rem; flex-shrink: 0; }
.itm-f6d8230--agency-dark .itm-f6d8230__phone a { color: #fff; font-weight: 600; font-size: 1.05rem; }
.itm-f6d8230--agency-dark .itm-f6d8230__cta { color: #fff; font-weight: 700; background: none; padding: 0; border: 0; }
.itm-f6d8230--agency-dark .itm-f6d8230__cta::before { content: '+ '; color: var(--brand-color); }
.itm-f6d8230--agency-dark .itm-f6d8230__row-nav { border-top: 1px solid rgba(255,255,255,0.08); }
.itm-f6d8230--agency-dark .itm-f6d8230__row-nav > .ui-item-415a5 { padding: 0; }
.itm-f6d8230--agency-dark .itm-f6d8230__nav, .itm-f6d8230--agency-dark .itm-f6d8230__nav ul { display: flex; align-items: center; gap: 1.75rem; list-style: none; margin: 0; padding: 0; }
.itm-f6d8230--agency-dark .itm-f6d8230__nav a { color: #e6e6e6; display: block; padding: 0.85rem 0; font-size: 0.9rem; }
.itm-f6d8230--agency-dark .itm-f6d8230__nav a:hover { color: var(--brand-color); }
.itm-f6d8230--agency-dark .itm-f6d8230__burger { color: #fff; }

/* === Footer: agency-dark (ingest wpnew.ru — dark 4-col + newsletter band) === */
.hd-main-4cb060.hd-main-4cb060--agency-dark { background: #181818; color: #cfcfcf; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__main { background: #181818; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__news { background: #1f1f1f; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__news > .ui-item-415a5 { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding: 2.5rem 0; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__news-head h2 { color: #fff; font-size: 1.6rem; margin: 0 0 0.4rem; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__news-head p { color: #9a9a9a; margin: 0; max-width: 460px; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__news-form { display: flex; gap: 0.75rem; flex: 1; min-width: 280px; max-width: 460px; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__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; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__news-form input::placeholder { color: #8a8a8a; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__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; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__main { padding: 3rem 0; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__grid { display: grid; gap: 2rem; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__col h3 { color: #fff; font-size: 1rem; margin: 0 0 1rem; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__nav { display: flex; flex-direction: column; gap: 0.6rem; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__col a, .hd-main-4cb060--agency-dark .hd-main-4cb060__fphone, .hd-main-4cb060--agency-dark .hd-main-4cb060__femail { color: #b7b7b7; display: block; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__col a:hover { color: var(--brand-color); }
.hd-main-4cb060--agency-dark .hd-main-4cb060__fphone { color: #fff; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.4rem; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__femail { margin-bottom: 1rem; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__social { display: flex; gap: 0.75rem; margin-top: 0.5rem; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__social a { color: #b7b7b7; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__social a:hover { color: var(--brand-color); }
.hd-main-4cb060--agency-dark .hd-main-4cb060__bottom { border-top: 1px solid rgba(255,255,255,0.08); background: #141414; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__bottom > .ui-item-415a5 { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; padding: 1.5rem 0; font-size: 0.85rem; color: #8a8a8a; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__blogo, .hd-main-4cb060--agency-dark .hd-main-4cb060__blogo * { color: #fff; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__legal { display: flex; gap: 1rem; flex-wrap: wrap; margin-left: auto; }
.hd-main-4cb060--agency-dark .hd-main-4cb060__legal a { color: #8a8a8a; }
@media (max-width: 860px) { .hd-main-4cb060--agency-dark .hd-main-4cb060__grid { grid-template-columns: 1fr 1fr !important; } .itm-f6d8230--agency-dark .itm-f6d8230__tagline { display: none; } }
@media (max-width: 520px) { .hd-main-4cb060--agency-dark .hd-main-4cb060__grid { grid-template-columns: 1fr !important; } }

/* === Header: accent-bar (ingest fl.ru — solid accent bar, white nav, light CTA) === */
.itm-f6d8230--accent-bar { background: var(--brand-color); color: #fff; }
.itm-f6d8230--accent-bar > .ui-item-415a5 { display: flex; align-items: center; gap: 2rem; }
.itm-f6d8230--accent-bar .itm-f6d8230__brand, .itm-f6d8230--accent-bar .itm-f6d8230__brand * { color: #fff; }
.itm-f6d8230--accent-bar .itm-f6d8230__nav { display: flex; align-items: center; gap: 1.5rem; flex: 1 1 auto; flex-wrap: wrap; }
.itm-f6d8230--accent-bar .itm-f6d8230__nav a { color: rgba(255,255,255,0.92); font-weight: 500; }
.itm-f6d8230--accent-bar .itm-f6d8230__nav a:hover { color: #fff; }
.itm-f6d8230--accent-bar .itm-f6d8230__actions { display: flex; align-items: center; gap: 1.25rem; margin-left: auto; }
.itm-f6d8230--accent-bar .itm-f6d8230__phone a { color: #fff; font-weight: 600; }
.itm-f6d8230--accent-bar .itm-f6d8230__cta { background: #fff; color: var(--brand-color); border-radius: var(--radius); padding: 0.5rem 1.25rem; font-weight: 700; }
.itm-f6d8230--accent-bar .itm-f6d8230__cta:hover { background: rgba(255,255,255,0.88); }
@media (max-width: 860px) {
    .itm-f6d8230--accent-bar .itm-f6d8230__nav { display: none; }
    .itm-f6d8230--accent-bar .itm-f6d8230__burger { display: inline-flex; color: #fff; }
}

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

/* === Header: saas-topline (ingest intellectdialog — white bar, accent top-line, pill CTA) === */
.itm-f6d8230--saas-topline { background: #fff; border-top: 3px solid var(--brand-color); }
.itm-f6d8230--saas-topline > .ui-item-415a5 { display: flex; align-items: center; gap: 2.5rem; padding: 0.85rem 0; }
.itm-f6d8230--saas-topline .itm-f6d8230__brand, .itm-f6d8230--saas-topline .itm-f6d8230__brand * { color: var(--text-main); }
.itm-f6d8230--saas-topline .itm-f6d8230__nav { display: flex; align-items: center; gap: 1.75rem; flex: 1 1 auto; flex-wrap: wrap; }
.itm-f6d8230--saas-topline .itm-f6d8230__nav a { color: var(--text-main); font-weight: 500; }
.itm-f6d8230--saas-topline .itm-f6d8230__nav a:hover { color: var(--brand-color); }
.itm-f6d8230--saas-topline .itm-f6d8230__actions { display: flex; align-items: center; gap: 1.5rem; margin-left: auto; }
.itm-f6d8230--saas-topline .itm-f6d8230__phone a { color: var(--brand-color); font-weight: 600; }
.itm-f6d8230--saas-topline .itm-f6d8230__cta { background: var(--brand-color); color: #fff; border-radius: 999px; padding: 0.6rem 1.6rem; font-weight: 700; }
.itm-f6d8230--saas-topline .itm-f6d8230__cta:hover { filter: brightness(1.08); }
@media (max-width: 860px) { .itm-f6d8230--saas-topline .itm-f6d8230__nav { display: none; } .itm-f6d8230--saas-topline .itm-f6d8230__burger { display: inline-flex; color: var(--text-main); } }

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

/* === Header: tri-bar (ingest hightime.agency — 3-tier: dark promo / utility / main) === */
.itm-f6d8230--tri-bar .itm-f6d8230__promo { background: #16161a; color: #fff; }
.itm-f6d8230--tri-bar .itm-f6d8230__promo > .ui-item-415a5 { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 0.55rem 0; font-size: 0.85rem; flex-wrap: wrap; }
.itm-f6d8230--tri-bar .itm-f6d8230__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; }
.itm-f6d8230--tri-bar .itm-f6d8230__promo-cta:hover { background: rgba(255,255,255,0.12); }
.itm-f6d8230--tri-bar .itm-f6d8230__utility { background: var(--bg-alt); border-bottom: 1px solid var(--border-color); }
.itm-f6d8230--tri-bar .itm-f6d8230__utility > .ui-item-415a5 { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 0.4rem 0; font-size: 0.85rem; flex-wrap: wrap; }
.itm-f6d8230--tri-bar .itm-f6d8230__util-nav { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.itm-f6d8230--tri-bar .itm-f6d8230__util-nav a { color: var(--text-muted); }
.itm-f6d8230--tri-bar .itm-f6d8230__util-nav a:hover { color: var(--brand-color); }
.itm-f6d8230--tri-bar .itm-f6d8230__util-phone { color: var(--text-main); font-weight: 600; white-space: nowrap; }
.itm-f6d8230--tri-bar .itm-f6d8230__row-main { background: var(--bg-main); }
.itm-f6d8230--tri-bar .itm-f6d8230__row-main > .ui-item-415a5 { display: flex; align-items: center; gap: 2rem; padding: 1rem 0; }
.itm-f6d8230--tri-bar .itm-f6d8230__brand-group { display: flex; flex-direction: column; }
.itm-f6d8230--tri-bar .itm-f6d8230__brand, .itm-f6d8230--tri-bar .itm-f6d8230__brand * { color: var(--text-main); }
.itm-f6d8230--tri-bar .itm-f6d8230__tagline { font-size: 0.75rem; color: var(--text-muted); }
.itm-f6d8230--tri-bar .itm-f6d8230__nav { display: flex; flex: 1; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.itm-f6d8230--tri-bar .itm-f6d8230__row-main .itm-f6d8230__nav a { color: var(--text-main); }
.itm-f6d8230--tri-bar .itm-f6d8230__row-main .itm-f6d8230__nav a:hover { color: var(--brand-color); }
.itm-f6d8230--tri-bar .itm-f6d8230__actions { display: flex; align-items: center; gap: 1rem; margin-left: auto; }
@media (max-width: 860px) { .itm-f6d8230--tri-bar .itm-f6d8230__nav, .itm-f6d8230--tri-bar .itm-f6d8230__util-nav { display: none; } .itm-f6d8230--tri-bar .itm-f6d8230__burger { display: inline-flex; color: var(--text-main); } }

/* === Footer: brand-columns (ingest hightime.agency — two-tone: light body + dark bottom bar) === */
.hd-main-4cb060--brand-columns .hd-main-4cb060__bc-body { background: var(--bg-alt); color: var(--text-main); padding: 3.5rem 0; }
.hd-main-4cb060--brand-columns .hd-main-4cb060__bc-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2.5rem; }
.hd-main-4cb060--brand-columns .hd-main-4cb060__col h3 { font-size: 0.9rem; font-weight: 700; margin: 0 0 1rem; color: var(--text-main); }
.hd-main-4cb060--brand-columns .hd-main-4cb060__nav { display: flex; flex-direction: column; gap: 0.55rem; }
.hd-main-4cb060--brand-columns .hd-main-4cb060__col a { color: var(--text-muted); }
.hd-main-4cb060--brand-columns .hd-main-4cb060__col a:hover { color: var(--brand-color); }
.hd-main-4cb060--brand-columns .hd-main-4cb060__bc-logo { font-size: 1.3rem; font-weight: 800; margin-bottom: 0.75rem; color: var(--text-main); }
.hd-main-4cb060--brand-columns .hd-main-4cb060__bc-logo * { color: var(--text-main); }
.hd-main-4cb060--brand-columns .hd-main-4cb060__bc-tagline { font-size: 0.85rem; color: var(--text-muted); line-height: 1.5; margin: 0 0 1.25rem; max-width: 260px; }
.hd-main-4cb060--brand-columns .hd-main-4cb060__bc-phone { display: block; font-size: 1.2rem; font-weight: 700; color: var(--text-main) !important; margin-bottom: 0.4rem; }
.hd-main-4cb060--brand-columns .hd-main-4cb060__bc-email { display: block; color: var(--brand-color) !important; margin-bottom: 0.6rem; }
.hd-main-4cb060--brand-columns .hd-main-4cb060__bc-company { font-size: 0.78rem; color: var(--text-muted); line-height: 1.5; margin: 0.4rem 0; }
.hd-main-4cb060--brand-columns .hd-main-4cb060__social { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.hd-main-4cb060--brand-columns .hd-main-4cb060__bc-darkbar { background: #16161a; color: rgba(255,255,255,0.6); }
.hd-main-4cb060--brand-columns .hd-main-4cb060__bc-darkbar > .ui-item-415a5 { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding: 1.25rem 0; font-size: 0.82rem; }
.hd-main-4cb060.hd-main-4cb060--brand-columns .hd-main-4cb060__legal { border: 0; margin: 0; padding: 0; }
.hd-main-4cb060--brand-columns .hd-main-4cb060__bc-darkbar a { color: rgba(255,255,255,0.6); }
.hd-main-4cb060--brand-columns .hd-main-4cb060__bc-darkbar a:hover { color: #fff; }
@media (max-width: 860px) { .hd-main-4cb060--brand-columns .hd-main-4cb060__bc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .hd-main-4cb060--brand-columns .hd-main-4cb060__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 === */
.st-block-c345f73 {
    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;
}

.st-block-c345f73::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 0;
}
.st-block-c345f73 { position: relative; }
.st-block-c345f73 > .ui-item-415a5 { position: relative; z-index: 1; }

.st-block-c345f73--split > .ui-item-415a5 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.st-block-c345f73--split .st-block-c345f73__buttons { justify-content: flex-start; }

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

/* === Hero light variant (portal / hh.ru style) === */
.st-block-c345f73--light { background: var(--bg-main); color: var(--text-main); }
.st-block-c345f73--light .st-block-c345f73__title { color: var(--text-main); }
.st-block-c345f73--light .st-block-c345f73__eyebrow { color: var(--brand-color); opacity: 1; }
.st-block-c345f73--light .st-block-c345f73__subtitle { opacity: 1; }
.st-block-c345f73--light .st-block-c345f73__subtitle p { color: var(--text-muted); }
.st-block-c345f73--light .st-block-c345f73__btn--secondary { border-color: var(--border-color); color: var(--text-main); }
.st-block-c345f73--light .st-block-c345f73__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 === */
.st-block-c345f73--lab { background: var(--bg-main); overflow: hidden; }
.st-block-c345f73--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; }
.st-block-c345f73--lab > .ui-item-415a5 { position: relative; z-index: 1; }
.st-block-c345f73__title-accent { color: var(--brand-color); }
.st-block-c345f73__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.st-block-c345f73__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); }
.st-block-c345f73__preview { display: flex; justify-content: center; align-items: center; }
.st-block-c345f73__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; }
.st-block-c345f73__pcard-head { display: flex; gap: 0.4rem; margin-bottom: 1rem; }
.st-block-c345f73__pcard-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--border-color); }
.st-block-c345f73__pcard-dot:first-child { background: color-mix(in srgb, var(--brand-color) 75%, #fff); }
.st-block-c345f73__prow { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 0.7rem 0; border-bottom: 1px solid var(--border-color); }
.st-block-c345f73__prow:last-child { border-bottom: 0; }
.st-block-c345f73__plabel { font-size: 0.9rem; color: var(--text-main); font-weight: 500; }
.st-block-c345f73__pval { font-size: 1.05rem; color: var(--brand-color); font-weight: 800; white-space: nowrap; }
.st-block-c345f73__pbar { height: 9px; border-radius: 5px; background: var(--bg-alt); flex: 1; }
.st-block-c345f73__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) === */
.cp-group-21f2a { padding: 3.5rem 0; }
.cp-group-21f2a h2 { text-align: center; }
.cp-group-21f2a__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 1.25rem; margin-top: 2rem; }
.cp-group-21f2a__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); }
.cp-group-21f2a__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.cp-group-21f2a__row { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; margin-bottom: 0.4rem; }
.cp-group-21f2a__title { font-size: 1.05rem; margin: 0; color: var(--text-main); }
.cp-group-21f2a__value { font-size: 1.6rem; font-weight: 800; color: var(--brand-color); line-height: 1.1; margin-bottom: 0.5rem; }
.cp-group-21f2a__desc { font-size: 0.9rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.cp-group-21f2a__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; }
.cp-group-21f2a__status--good { background: #ecfdf5; color: #047857; }
.cp-group-21f2a__status--warn { background: #fffbeb; color: #b45309; }
.cp-group-21f2a__status--bad  { background: #fef2f2; color: #b91c1c; }
.cp-group-21f2a__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) === */
.cmp-6f06f45 { padding: 2rem 0; }
.cmp-6f06f45 h2 { text-align: center; }
.cmp-6f06f45__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-top: 1rem; }
.cmp-6f06f45__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") === */
.itm-5ff129f--feature-rows .itm-5ff129f__frows { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 1.75rem; margin-top: 2rem; }
.itm-5ff129f__frow { display: flex; gap: 1rem; align-items: flex-start; }
.itm-5ff129f__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; }
.itm-5ff129f__fcircle img { width: 24px; height: 24px; object-fit: contain; }
.itm-5ff129f__ftext h3 { font-size: 1.05rem; margin: 0 0 0.35rem; color: var(--text-main); }
.itm-5ff129f__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) === */
.ft-cell-2447--band .ft-cell-2447__band { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.ft-cell-2447__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; }
.ft-cell-2447__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; }
.ft-cell-2447--band .ft-cell-2447__number { font-size: 2rem; font-weight: 800; color: var(--brand-color); line-height: 1.1; }
.ft-cell-2447--band .ft-cell-2447__label { font-size: 0.9rem; color: var(--text-muted); margin-top: 0.25rem; }

/* === fresh-green: market-hero (centred light hero, green accent phrase, rating) === */
.st-block-c345f73--market { background: var(--color-bg-alt, #f6f6f6); color: var(--text-main); text-align: center; overflow: hidden; }
.st-block-c345f73--market > .ui-item-415a5 { position: relative; z-index: 1; max-width: 780px; }
.st-block-c345f73--market .st-block-c345f73__title { color: var(--text-main); }
.st-block-c345f73--market .st-block-c345f73__subtitle { max-width: 620px; margin: 0.5rem auto 0; opacity: 1; color: var(--text-muted); }
.st-block-c345f73--market .st-block-c345f73__buttons { justify-content: center; }
.st-block-c345f73--market::before, .st-block-c345f73--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; }
.st-block-c345f73--market::before { top: 1.5rem; left: 1.5rem; }
.st-block-c345f73--market::after { bottom: 1.5rem; right: 1.5rem; }
.st-block-c345f73__rating { display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 1.25rem; font-size: 0.95rem; color: var(--text-muted); }
.st-block-c345f73__rating-stars { color: #ffb63c; letter-spacing: 1px; }
.st-block-c345f73__rating strong { color: var(--text-main); }

/* === fresh-green: offer cards (products --offer) === */
.mod-form-73f6ea6--offer .mod-form-73f6ea6__offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 1.25rem; margin-top: 2rem; }
.mod-form-73f6ea6__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-form-73f6ea6__offer:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.mod-form-73f6ea6__offer-media { position: relative; aspect-ratio: 16 / 10; background: var(--bg-alt); overflow: hidden; }
.mod-form-73f6ea6__offer-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mod-form-73f6ea6__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-form-73f6ea6__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-form-73f6ea6__offer-body { padding: 1rem 1.1rem 1.15rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.mod-form-73f6ea6__offer-title { font-size: 1rem; margin: 0; color: var(--text-main); line-height: 1.35; }
.mod-form-73f6ea6__offer-rating { font-size: 0.85rem; color: var(--text-muted); display: flex; align-items: center; gap: 0.3rem; }
.mod-form-73f6ea6__offer-rating span { color: #ffb63c; }
.mod-form-73f6ea6__offer-rating strong { color: var(--text-main); }
.mod-form-73f6ea6__offer-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding-top: 0.4rem; }
.mod-form-73f6ea6__offer-price { font-size: 1.15rem; font-weight: 800; color: var(--text-main); }
.mod-form-73f6ea6__offer-cta { font-size: 0.85rem; padding: 0.45rem 0.9rem; white-space: nowrap; }

/* === fresh-green: versus (us vs them comparison) === */
.st-block-2a778ba { padding: 3.5rem 0; }
.st-block-2a778ba h2 { text-align: center; }
.st-block-2a778ba__table { max-width: 720px; margin: 2rem auto 0; border: 1px solid var(--border-color); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.st-block-2a778ba__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); }
.st-block-2a778ba__row:last-child { border-bottom: 0; }
.st-block-2a778ba__row:nth-child(even) { background: var(--bg-alt); }
.st-block-2a778ba__row--head { background: var(--brand-color); }
.st-block-2a778ba__row--head .st-block-2a778ba__them, .st-block-2a778ba__row--head .st-block-2a778ba__us { color: #fff; font-weight: 700; justify-content: center; }
.st-block-2a778ba__feat { font-weight: 500; color: var(--text-main); }
.st-block-2a778ba__them, .st-block-2a778ba__us { font-size: 0.9rem; color: var(--text-muted); display: flex; align-items: center; gap: 0.4rem; }
.st-block-2a778ba__us { color: var(--text-main); font-weight: 500; }
.st-block-2a778ba__x { color: #f24c4c; font-weight: 800; }
.st-block-2a778ba__check { color: var(--brand-color); font-weight: 800; }
@media (max-width: 600px) { .st-block-2a778ba__row { grid-template-columns: 1fr; gap: 0.2rem; } .st-block-2a778ba__row--head { display: none; } .st-block-2a778ba__feat { font-weight: 700; } }

/* === fresh-green: arc steps (dashed connectors between numbered circles) === */
.cmp-top-33ba0e--arc .cmp-top-33ba0e__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 2rem; margin-top: 2.5rem; }
.cmp-top-33ba0e--arc .cmp-top-33ba0e__item { text-align: center; position: relative; background: none; border: 0; box-shadow: none; padding: 0; }
.cmp-top-33ba0e--arc .cmp-top-33ba0e__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); }
.cmp-top-33ba0e--arc .cmp-top-33ba0e__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) { .cmp-top-33ba0e--arc .cmp-top-33ba0e__item:not(:last-child)::after { display: none; } }

/* === Hero: stats-row variant === */
.st-block-c345f73__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); }
.st-block-c345f73__stat { text-align: center; }
.st-block-c345f73__stat-value { display: block; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; color: #fff; line-height: 1.2; }
.st-block-c345f73__stat-label { font-size: 0.85rem; opacity: 0.75; display: block; margin-top: 0.25rem; }
.st-block-c345f73--light .st-block-c345f73__stats-row { border-top-color: var(--border-color); }
.st-block-c345f73--light .st-block-c345f73__stat-value { color: var(--brand-color); }
.st-block-c345f73--light .st-block-c345f73__stat-label { color: var(--text-muted); opacity: 1; }

/* === Hero: feature-cards variant === */
.st-block-c345f73__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; text-align: center; }
.st-block-c345f73__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); }
.st-block-c345f73__feature-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.st-block-c345f73__feature-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.st-block-c345f73__feature-card h3 { font-size: 1rem; margin: 0 0 0.5rem; color: #fff; }
.st-block-c345f73__feature-card p { font-size: 0.85rem; opacity: 0.8; margin: 0; line-height: 1.5; }
.st-block-c345f73--light .st-block-c345f73__feature-card { background: var(--card-bg); border: 1px solid var(--border-color); }
.st-block-c345f73--light .st-block-c345f73__feature-card h3 { color: var(--text-main); }
.st-block-c345f73--light .st-block-c345f73__feature-card p { color: var(--text-muted); opacity: 1; }

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

/* === Hero: two-col-plates variant === */
.st-block-c345f73--plates { background: var(--bg-alt); color: var(--text-main); padding: 2.5rem 0; }
.st-block-c345f73__plates-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: stretch; }
.st-block-c345f73__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);
}
.st-block-c345f73__plate h1 { color: var(--text-main); font-size: clamp(1.3rem, 2.5vw, 2rem); }
.st-block-c345f73__plate .st-block-c345f73__subtitle { color: var(--text-muted); }
.st-block-c345f73__plate--info { display: flex; flex-direction: column; justify-content: center; }
.st-block-c345f73__plate-stats { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.st-block-c345f73__plate-stat { text-align: center; flex: 1; min-width: 80px; }
.st-block-c345f73__plate-stat-val { display: block; font-size: 1.75rem; font-weight: 700; color: var(--brand-color); line-height: 1.2; }
.st-block-c345f73__plate-stat-lbl { display: block; font-size: 0.8rem; color: var(--text-muted); margin-top: 0.25rem; }
@media (max-width: 768px) {
    .st-block-c345f73__plates-grid { grid-template-columns: 1fr; }
}

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

/* === Hero: checklist variant === */
.st-block-c345f73--checklist .st-block-c345f73__check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.st-block-c345f73__check-list { list-style: none; padding: 0; margin: 1.25rem 0; }
.st-block-c345f73__check-list li { padding: 0.5rem 0; font-size: 1rem; display: flex; align-items: center; gap: 0.75rem; }
.st-block-c345f73__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; }
.st-block-c345f73__check-image img { width: 100%; height: auto; border-radius: var(--radius); }
.st-block-c345f73--light .st-block-c345f73__check-list li { color: var(--text-main); }

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

/* === Hero: saas-metrics variant === */
.st-block-c345f73--saas-metrics > .ui-item-415a5 { text-align: left; }
.st-block-c345f73__metrics-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.st-block-c345f73__metrics-text .st-block-c345f73__buttons { justify-content: flex-start; }
.st-block-c345f73__metrics-grid { display: grid; gap: 1rem; }
.st-block-c345f73__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;
}
.st-block-c345f73__metric-card h3 { margin: 0 0 0.25rem; font-size: 1rem; }
.st-block-c345f73__metric-card p { margin: 0; font-size: 0.9rem; opacity: 0.85; }
.st-block-c345f73__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;
}
.st-block-c345f73__metric-icon--0 { background: hsla(188,55%,40%,0.12); }
.st-block-c345f73__metric-icon--1 { background: hsla(218,55%,50%,0.12); }
.st-block-c345f73__metric-icon--2 { background: hsla(188,55%,85%,0.15); }
.st-block-c345f73--light .st-block-c345f73__metric-card { background: var(--card-bg); border-color: var(--border-color); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.st-block-c345f73--light .st-block-c345f73__metric-card h3 { color: var(--text-main); }
.st-block-c345f73--light .st-block-c345f73__metric-card p { color: var(--text-muted); }

/* === Stats === */
.ft-cell-2447 { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.ft-cell-2447 > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.ft-cell-2447__grid { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; text-align: center; }
.ft-cell-2447__item { min-width: 120px; }
.ft-cell-2447__number { font-size: 2.25rem; font-weight: 800; font-family: var(--ff-heading); color: var(--brand-color); line-height: 1.2; }
.ft-cell-2447__label { font-size: 0.9rem; color: var(--text-muted); margin-top: 0.2rem; }

/* Stats variant: cards */
.ft-cell-2447--cards .ft-cell-2447__grid { gap: 1.25rem; }
.ft-cell-2447--cards .ft-cell-2447__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 */
.ft-cell-2447--bar { padding: 0; }
.ft-cell-2447__bar {
    display: flex;
    background: var(--brand-dark);
    color: #fff;
    padding: 1.25rem 0;
}
.ft-cell-2447--bar .ft-cell-2447__item { flex: 1; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); padding: 0.5rem 1rem; }
.ft-cell-2447--bar .ft-cell-2447__item:last-child { border-right: none; }
.ft-cell-2447--bar .ft-cell-2447__number { color: #fff; font-size: 2rem; }
.ft-cell-2447--bar .ft-cell-2447__label { color: rgba(255,255,255,0.8); }

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

.el-brand-2770eb4 {
    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);
}
.el-brand-2770eb4:hover { box-shadow: var(--shadow-hover); border-color: var(--brand-light); transform: translateY(-2px); }
.el-brand-2770eb4__icon { margin-bottom: 0.75rem; }
.el-brand-2770eb4__icon img { width: 48px; height: 48px; }

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

/* Adv variant: list */
.itm-5ff129f--list .itm-5ff129f__grid { grid-template-columns: 1fr; gap: 1rem; }
.itm-5ff129f--list .itm-5ff129f__item { display: flex; gap: 1.25rem; text-align: left; align-items: flex-start; }
.itm-5ff129f--list .itm-5ff129f__icon { flex-shrink: 0; }
.itm-5ff129f--list .itm-5ff129f__text p { margin-bottom: 0; }

/* Adv variant: numbered */
.itm-5ff129f--numbered .itm-5ff129f__grid { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.itm-5ff129f--numbered .itm-5ff129f__item { display: flex; gap: 1rem; text-align: left; padding: 1.25rem; }
.itm-5ff129f__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: 800;
    font-size: 1.25rem;
    border-radius: var(--radius);
    font-family: var(--ff-heading);
}
.itm-5ff129f--numbered .itm-5ff129f__text p { margin-bottom: 0; }

/* Adv variant: bordered */
.itm-5ff129f--bordered .itm-5ff129f__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;
}
.itm-5ff129f--bordered .itm-5ff129f__item:hover { border-left-color: var(--accent-color); }

/* === Tariffs === */
.cp-f9cc { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.cp-f9cc > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.cp-f9cc__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.cp-f9cc__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);
}
.cp-f9cc__card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.cp-f9cc__card--highlighted { border-color: var(--brand-color); box-shadow: 0 0 0 2px var(--brand-light); position: relative; }
.cp-f9cc__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;
}
.cp-f9cc__price { font-size: 1.75rem; font-weight: 800; color: var(--brand-color); margin: 0.5rem 0; }
.cp-f9cc__features { list-style: none; padding: 0; margin: 0.75rem 0; text-align: left; }
.cp-f9cc__features li { padding: 0.35rem 0; border-bottom: 1px solid var(--border-color); font-size: 0.9rem; }

/* Tariff variant: horizontal */
.cp-f9cc--horizontal .cp-f9cc__grid { display: none; }
.cp-f9cc__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);
}
.cp-f9cc__row--hl { border-color: var(--brand-color); background: var(--brand-light); }
.cp-f9cc__row-head .cp-f9cc__price { font-size: 1.4rem; margin: 0.25rem 0; }
.cp-f9cc__row-body .cp-f9cc__features { margin: 0; }
.cp-f9cc__row-body .cp-f9cc__features li { display: inline; }
.cp-f9cc__row-body .cp-f9cc__features li::after { content: ' \00B7  '; }
.cp-f9cc__row-body .cp-f9cc__features li:last-child::after { content: ''; }

/* Tariff variant: minimal */
.cp-f9cc--minimal .cp-f9cc__grid { display: none; }
.cp-f9cc__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border-color);
}
.cp-f9cc--minimal .cp-f9cc__price { font-size: 1.25rem; white-space: nowrap; margin: 0; }

/* === Benefits === */
.mn-group-24de54 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.mn-group-24de54 > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.mn-group-24de54__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.mn-group-24de54__item {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--card-bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.mn-group-24de54__item h3 { margin-bottom: 0.2rem; }

/* Benefits variant: checklist */
.mn-group-24de54--checklist .mn-group-24de54__grid { display: none; }
.mn-group-24de54__list { max-width: 700px; margin: 0 auto; }
.mn-group-24de54__check-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
    align-items: flex-start;
}
.mn-group-24de54__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;
}
.mn-group-24de54__check-item p { margin: 0.25rem 0 0; color: var(--text-muted); font-size: 0.9rem; }

/* Benefits variant: icons */
.mn-group-24de54--icons .mn-group-24de54__item { flex-direction: column; text-align: center; align-items: center; }
.mn-group-24de54__icon-big { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.5rem; }
.mn-group-24de54__icon-big img { width: 56px; height: 56px; }

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

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

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

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

/* CTA variant: split */
.mn-49519b8--split { text-align: left; }
.mn-49519b8__split-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: center; }
.mn-49519b8__split-action { text-align: center; }

/* === Products === */
.mod-form-73f6ea6 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.mod-form-73f6ea6 > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.mod-form-73f6ea6__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.mod-form-73f6ea6__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-form-73f6ea6__card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.mod-form-73f6ea6__card-body { padding: 1.25rem; }

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

/* Products variant: inline */
.mod-form-73f6ea6--inline .mod-form-73f6ea6__grid { display: none; }
.mod-form-73f6ea6__inline-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.mod-form-73f6ea6__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-form-73f6ea6__inline-item:hover { border-color: var(--brand-color); }
.mod-form-73f6ea6__inline-item span { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.25rem; }

/* === Steps === */
.cmp-top-33ba0e { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.cmp-top-33ba0e > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.cmp-top-33ba0e__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.25rem; counter-reset: step; position: relative; }
.cmp-top-33ba0e__item { text-align: center; position: relative; }
.cmp-top-33ba0e__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--brand-color);
    color: #fff;
    font-weight: 800;
    font-size: 1.25rem;
    border-radius: 50%;
    margin-bottom: 0.75rem;
    font-family: var(--ff-heading);
}
.cmp-top-33ba0e__item h3 { font-size: 1.1rem; }
.cmp-top-33ba0e__item p { font-size: 0.9rem; color: var(--text-muted); margin: 0; }
/* Connector line between steps */
.cmp-top-33ba0e__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 */
.itm-f6d8230--transparent ~ main > .st-block-c345f73 { padding-top: calc(80px + 2rem); }
/* Transparent header on non-hero pages (single, subpages): push first child down */
.itm-f6d8230--transparent ~ main > .ui-item-415a5:first-child { padding-top: calc(80px + 2rem); }
.itm-f6d8230--transparent ~ main > .st-5252c8f:first-child { padding-top: calc(80px + 2rem); }

/* === Testimonials === */
.mn-dock-0b319 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.mn-dock-0b319 > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.mn-dock-0b319__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.mn-dock-0b319__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-0b319__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-0b319__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-0b319__author { display: flex; gap: 0.75rem; align-items: center; }
.mn-dock-0b319__avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.mn-dock-0b319__avatar img { width: 100%; height: 100%; object-fit: cover; }
.mn-dock-0b319__position { display: block; color: var(--text-muted); font-size: 0.9rem; }
.mn-dock-0b319__cite { display: block; font-style: normal; margin-top: 0.75rem; color: var(--text-muted); }
.mn-dock-0b319__cite strong { color: var(--text-main); }
.mn-dock-0b319__meta { color: var(--text-muted); font-size: 0.9rem; }
.mn-dock-0b319__meta strong { color: var(--text-main); }

/* -- test-bubble -- */
.mn-dock-0b319--bubble .mn-dock-0b319__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-0b319--bubble .mn-dock-0b319__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-0b319--bubble .mn-dock-0b319__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-0b319--bubble .mn-dock-0b319__card { background: none; border: none; box-shadow: none; padding: 0; }
.mn-dock-0b319--bubble .mn-dock-0b319__quote { padding-left: 0; margin: 0; }
.mn-dock-0b319--bubble .mn-dock-0b319__quote::before { display: none; }
.mn-dock-0b319--bubble .mn-dock-0b319__author { padding-left: 0.5rem; }

/* -- test-minimal -- */
.mn-dock-0b319--minimal { text-align: center; }
.mn-dock-0b319--minimal .ui-item-415a5 > h2 { margin-bottom: 2rem; }
.mn-dock-0b319--minimal .mn-dock-0b319__list { max-width: 700px; margin: 0 auto; }
.mn-dock-0b319--minimal .mn-dock-0b319__item { padding: 2rem 0; border-bottom: 1px solid var(--border-color); }
.mn-dock-0b319--minimal .mn-dock-0b319__item:last-child { border-bottom: none; }
.mn-dock-0b319--minimal .mn-dock-0b319__quote { font-size: 1.1rem; padding-left: 0; }
.mn-dock-0b319--minimal .mn-dock-0b319__quote::before { display: none; }

/* -- test-featured -- */
.mn-dock-0b319--featured .mn-dock-0b319__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.mn-dock-0b319--featured .mn-dock-0b319__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-0b319--featured .mn-dock-0b319__card--feat .mn-dock-0b319__avatar { width: 72px; height: 72px; }

/* -- test-horizontal -- */
.mn-dock-0b319--horizontal .mn-dock-0b319__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-0b319--horizontal .mn-dock-0b319__row:last-child { margin-bottom: 0; }
.mn-dock-0b319--horizontal .mn-dock-0b319__avatar { width: 64px; height: 64px; border-radius: 8px; flex-shrink: 0; overflow: hidden; }
.mn-dock-0b319--horizontal .mn-dock-0b319__avatar img { border-radius: 8px; }
.mn-dock-0b319--horizontal .mn-dock-0b319__content { flex: 1; }
.mn-dock-0b319--horizontal .mn-dock-0b319__quote { padding-left: 0; margin-bottom: 0.75rem; }
.mn-dock-0b319--horizontal .mn-dock-0b319__quote::before { display: none; }

/* -- test-accent -- */
.mn-dock-0b319--accent .mn-dock-0b319__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-0b319--accent .mn-dock-0b319__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-0b319--accent .mn-dock-0b319__quote::before { display: none; }
.mn-dock-0b319--accent .mn-dock-0b319__quote { padding-left: 0; }

/* -- test-large-avatar -- */
.mn-dock-0b319--lg-avatar .mn-dock-0b319__card { text-align: center; }
.mn-dock-0b319--lg-avatar .mn-dock-0b319__avatar { width: 80px; height: 80px; margin: 0 auto 1rem; }
.mn-dock-0b319--lg-avatar .mn-dock-0b319__quote { padding-left: 0; text-align: center; }
.mn-dock-0b319--lg-avatar .mn-dock-0b319__quote::before { position: static; display: block; text-align: center; margin-bottom: -0.5rem; }
.mn-dock-0b319--lg-avatar .mn-dock-0b319__meta { margin-top: 0.75rem; }

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

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

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

/* === Partners === */
.ui-frame-ce777f { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.ui-frame-ce777f > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.ui-frame-ce777f__logos { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: center; }
.ui-frame-ce777f__logo-item { display: flex; align-items: center; justify-content: center; min-width: 120px; }
.ui-frame-ce777f__logo-item img { max-height: 48px; width: auto; filter: grayscale(100%); opacity: 0.6; transition: all var(--transition); }
.ui-frame-ce777f__logo-item:hover img { filter: grayscale(0%); opacity: 1; }
.ui-frame-ce777f__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);
}
.ui-frame-ce777f__logo-item:hover .ui-frame-ce777f__logo-text { color: var(--brand-color); border-color: var(--brand-color); }

/* === Gallery === */
.el-ef85af { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.el-ef85af > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.el-ef85af__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0.75rem; }
.el-ef85af__item { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/3; }
.el-ef85af__item img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition); }
.el-ef85af__item:hover img { transform: scale(1.05); }
.el-ef85af__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-row-b0ee758 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.ui-row-b0ee758 > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.ui-row-b0ee758__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.ui-row-b0ee758__thumb { border-radius: var(--radius); overflow: hidden; margin-bottom: 0.75rem; }
.ui-row-b0ee758__thumb img { width: 100%; height: 180px; object-fit: cover; display: block; }
.ui-row-b0ee758__date { font-size: 0.8rem; color: var(--text-muted); display: block; margin-bottom: 0.25rem; }
.ui-row-b0ee758__excerpt { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }
.ui-row-b0ee758__more { font-size: 0.85rem; color: var(--brand-color); text-decoration: none; font-weight: 500; }
.ui-row-b0ee758__more:hover { text-decoration: underline; }
/* Blog: list variant */
.ui-row-b0ee758--list .ui-row-b0ee758__item { display: flex; gap: 1.25rem; padding: 1rem 0; border-bottom: 1px solid var(--border-color); }
.ui-row-b0ee758--list .ui-row-b0ee758__thumb { flex-shrink: 0; width: 200px; margin: 0; }
.ui-row-b0ee758--list .ui-row-b0ee758__thumb img { height: 130px; }
.ui-row-b0ee758--list .ui-row-b0ee758__item-body h3 { margin: 0 0 0.25rem; font-size: 1.1rem; }
.ui-row-b0ee758--list .ui-row-b0ee758__item-body h3 a { color: var(--text-main); text-decoration: none; }
.ui-row-b0ee758--list .ui-row-b0ee758__item-body h3 a:hover { color: var(--brand-color); }
/* Blog: cards variant */
.ui-row-b0ee758--cards .ui-row-b0ee758__card { display: flex; flex-direction: column; }
.ui-row-b0ee758--cards .ui-row-b0ee758__card-body { flex: 1; display: flex; flex-direction: column; padding: 1rem 0; }
.ui-row-b0ee758--cards .ui-row-b0ee758__card-body h3 { margin: 0.25rem 0 0.5rem; font-size: 1.05rem; }
.ui-row-b0ee758--cards .ui-row-b0ee758__card-body h3 a { color: var(--text-main); text-decoration: none; }
.ui-row-b0ee758--cards .ui-row-b0ee758__card-body h3 a:hover { color: var(--brand-color); }
.ui-row-b0ee758--cards .ui-row-b0ee758__more { margin-top: auto; }
/* Blog: minimal variant */
.ui-row-b0ee758--minimal .ui-row-b0ee758__list { list-style: none; padding: 0; }
.ui-row-b0ee758--minimal .ui-row-b0ee758__list li { padding: 0.75rem 0; border-bottom: 1px solid var(--border-color); display: flex; justify-content: space-between; align-items: center; }
.ui-row-b0ee758--minimal .ui-row-b0ee758__list a { color: var(--text-main); text-decoration: none; font-weight: 500; }
.ui-row-b0ee758--minimal .ui-row-b0ee758__list a:hover { color: var(--brand-color); }

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

/* === Team === */
.wp-9f0b4 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.wp-9f0b4 > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 0.5rem; }
.wp-9f0b4__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.wp-9f0b4__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); }
.wp-9f0b4__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.wp-9f0b4__photo { aspect-ratio: 1/1; overflow: hidden; }
.wp-9f0b4__photo img { width: 100%; height: 100%; object-fit: cover; }
.wp-9f0b4__card h3 { margin: 0.75rem 0 0.25rem; font-size: 1rem; }
.wp-9f0b4__card p { font-size: 0.85rem; color: var(--text-muted); margin: 0 0 0.75rem; padding: 0 1rem; }
.wp-9f0b4--list .wp-9f0b4__grid { grid-template-columns: 1fr; }
.wp-9f0b4--list .wp-9f0b4__card { display: flex; text-align: left; }
.wp-9f0b4--list .wp-9f0b4__photo { width: 120px; flex-shrink: 0; aspect-ratio: 1/1; }
.wp-9f0b4--compact .wp-9f0b4__grid { gap: 1rem; }
.wp-9f0b4--compact .wp-9f0b4__photo { width: 80px; height: 80px; border-radius: 50%; margin: 1rem auto 0.5rem; }

/* === Code Showcase (CSS-only tabs) === */.blk-stack-f3de { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.blk-stack-f3de > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 0.5rem; }
.blk-stack-f3de__panel { position: relative; max-width: 720px; margin: 2rem auto 0; }
.blk-stack-f3de__radio { display: none; }
.blk-stack-f3de__tabs { display: flex; gap: 5px; }
.blk-stack-f3de__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); }
.blk-stack-f3de__code-block { display: none; background: #1e293b; border-radius: 0 8px 8px 8px; overflow-x: auto; }
.blk-stack-f3de__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; }
.blk-stack-f3de__code-block code { white-space: pre; }
.blk-stack-f3de__radio:nth-of-type(1):checked ~ .blk-stack-f3de__code-block--curl { display: block; }
.blk-stack-f3de__radio:nth-of-type(2):checked ~ .blk-stack-f3de__code-block--python { display: block; }
.blk-stack-f3de__radio:nth-of-type(3):checked ~ .blk-stack-f3de__code-block--php { display: block; }
.blk-stack-f3de__radio:nth-of-type(1):checked ~ .blk-stack-f3de__tabs .blk-stack-f3de__tab-btn:nth-of-type(1),
.blk-stack-f3de__radio:nth-of-type(2):checked ~ .blk-stack-f3de__tabs .blk-stack-f3de__tab-btn:nth-of-type(2),
.blk-stack-f3de__radio:nth-of-type(3):checked ~ .blk-stack-f3de__tabs .blk-stack-f3de__tab-btn:nth-of-type(3) {
    background: #1e293b; color: #fff;
}
/* === Categories === */
.itm-shelf-3236c { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.itm-shelf-3236c > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 0.5rem; }
.itm-shelf-3236c__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; }
.itm-shelf-3236c__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-shelf-3236c__card:hover { border-color: var(--brand-color); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.itm-shelf-3236c__item { text-decoration: none; color: var(--text-main); transition: background var(--transition); }
.itm-shelf-3236c__item:hover { background: var(--bg-alt); }
.itm-shelf-3236c--icons .itm-shelf-3236c__item { text-decoration: none; color: var(--text-main); transition: color var(--transition); }
.itm-shelf-3236c--icons .itm-shelf-3236c__item:hover { color: var(--brand-color); }

/* === Comparison === */
.st-top-bb32 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.st-top-bb32 > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 0.5rem; }
.st-top-bb32__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.st-top-bb32__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); }
.st-top-bb32__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.st-top-bb32__card h3 { margin: 0 0 0.75rem; font-size: 1.1rem; }
.st-top-bb32__rating { color: var(--accent-color); font-size: 1.1rem; margin-bottom: 0.75rem; }
.st-top-bb32__pros, .st-top-bb32__cons { font-size: 0.9rem; margin-bottom: 0.5rem; }
.st-top-bb32__table { width: 100%; border-spacing: 0; border-collapse: collapse; }
.st-top-bb32__table th { font-weight: 600; color: var(--text-main); background: var(--bg-alt); }
.st-top-bb32__table td, .st-top-bb32__table th { padding: 0.75rem; border-bottom: 1px solid var(--border-color); text-align: left; }
.st-top-bb32__table tr:hover td { background: var(--bg-alt); }
.st-top-bb32__wrapper { overflow-x: auto; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid var(--border-color); }
.st-top-bb32__th-feature, .st-top-bb32__td-feature { position: sticky; left: 0; z-index: 1; background: var(--bg-main); box-shadow: 2px 0 5px rgba(0,0,0,0.05); }
.st-top-bb32__th-feature { z-index: 2; background: var(--bg-alt); }
.st-top-bb32__th-hl { background: var(--brand-light); border-top: 3px solid var(--brand-color); color: var(--brand-dark); }
.st-top-bb32__td-hl { background: var(--brand-light); }
.st-top-bb32--list .st-top-bb32__item { padding: 1.25rem 0; border-bottom: 1px solid var(--border-color); }

/* === Projects === */
.sec-top-91dae { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.sec-top-91dae > .ui-item-415a5 > h2 { text-align: center; margin-bottom: 0.5rem; }
.sec-top-91dae__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.sec-top-91dae__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); }
.sec-top-91dae__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.sec-top-91dae__card img { width: 100%; height: 200px; object-fit: cover; display: block; }
.sec-top-91dae__card-body { padding: 1.25rem; }
.sec-top-91dae__card-body h3 { margin: 0 0 0.5rem; font-size: 1.05rem; }
.sec-top-91dae__card-body p { font-size: 0.9rem; color: var(--text-muted); margin: 0; }
.sec-top-91dae__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; }
.sec-top-91dae--case .sec-top-91dae__grid { grid-template-columns: 1fr; gap: 2rem; }
.sec-top-91dae--case .sec-top-91dae__item { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: center; }
.sec-top-91dae--case .sec-top-91dae__item img { width: 100%; height: auto; display: block; border-radius: var(--radius); }
.sec-top-91dae--minimal .sec-top-91dae__grid { grid-template-columns: 1fr; }
.sec-top-91dae--minimal .sec-top-91dae__item { padding: 1rem 0; border-bottom: 1px solid var(--border-color); }

/* === Entry content === */
.ui-content-72ee6 { line-height: 1.8; }
.ui-content-72ee6 p { margin-bottom: 1rem; }
.ui-content-72ee6 h2, .ui-content-72ee6 h3, .ui-content-72ee6 h4 { margin: 1.5rem 0 0.75rem; }
.ui-content-72ee6 img { max-width: 100%; height: auto; border-radius: var(--radius); }
.ui-content-72ee6 ul, .ui-content-72ee6 ol { margin: 0 0 1rem 1.5rem; }
.ui-content-72ee6 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 === */
.el-d05d367 { padding: clamp(1.5rem, 3vw, 2.5rem) 0; }
.el-d05d367__strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(1rem, 3vw, 2.5rem); }
.el-d05d367__item { display: inline-flex; align-items: center; }
.el-d05d367__item img { max-height: 40px; width: auto; filter: grayscale(1); opacity: 0.6; transition: all var(--transition); }
.el-d05d367__item:hover img { filter: grayscale(0); opacity: 1; }
.el-d05d367__item a { text-decoration: none; }

/* === Marquee banner === */
@keyframes tgf00c1 { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ft-7b6eecd { background: var(--brand-light); overflow: hidden; padding: 0.6rem 0; white-space: nowrap; }
.ft-7b6eecd__track { display: inline-flex; animation: tgf00c1 29s linear infinite; }
.ft-7b6eecd__text { display: inline-block; padding: 0 2rem; font-size: 0.95rem; font-weight: 500; color: var(--brand-dark); 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 === */
.hd-main-4cb060 {
    background: var(--brand-dark);
    color: rgba(255,255,255,0.8);
    padding: 2rem 0 1.25rem;
    margin-top: 0;
}
.hd-main-4cb060__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-bottom: 1.25rem; }
.hd-main-4cb060__col h3 { color: #fff; font-size: 1rem; margin-bottom: 0.5rem; }
.hd-main-4cb060__col p { font-size: 0.9rem; margin-bottom: 0.4rem; }
.hd-main-4cb060__col a { color: rgba(255,255,255,0.7); }
.hd-main-4cb060__col a:hover { color: #fff; }
.hd-main-4cb060__col ul { list-style: none; padding: 0; }
.hd-main-4cb060__col ul li { margin-bottom: 0.35rem; }
.hd-main-4cb060__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) */
.hd-main-4cb060__col nav ul li { margin-bottom: 0.35rem; break-inside: avoid; }
.hd-main-4cb060__col nav a { color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.hd-main-4cb060__col nav a:hover { color: #fff; }
/* minimal-rg quick-links: one centered horizontal row (parity with the other footers) */
.hd-main-4cb060__links, .hd-main-4cb060__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; }
.hd-main-4cb060__links ul { margin: 0; }
.hd-main-4cb060__links li { margin: 0; list-style: none; }
.hd-main-4cb060__links a { color: rgba(255,255,255,0.82); font-size: 0.9rem; }
.hd-main-4cb060__links a:hover { color: #fff; }
.hd-main-4cb060__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; }
.hd-main-4cb060__social { display: flex; gap: 0.75rem; }
.hd-main-4cb060__social a { color: rgba(255,255,255,0.7); }
.hd-main-4cb060__social a:hover { color: #fff; }

/* Footer: legal bar */
.hd-main-4cb060__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;
}
.hd-main-4cb060__legal li { list-style: none; }
.hd-main-4cb060__legal a { color: rgba(255,255,255,0.55); }
.hd-main-4cb060__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>). */
.hd-main-4cb060__legal.hd-main-4cb060__legal--sep-pipe,
.hd-main-4cb060__legal.hd-main-4cb060__legal--sep-dot,
.hd-main-4cb060__legal.hd-main-4cb060__legal--sep-bullet,
.hd-main-4cb060__legal.hd-main-4cb060__legal--sep-slash,
.hd-main-4cb060__legal.hd-main-4cb060__legal--sep-dash { flex-direction: row; flex-wrap: wrap; gap: 0.5rem; }
.hd-main-4cb060__legal--sep-pipe > a + a::before, .hd-main-4cb060__legal--sep-pipe > li + li::before { content: '\2502'; margin-right: 0.5rem; opacity: 0.4; }
.hd-main-4cb060__legal--sep-dot > a + a::before, .hd-main-4cb060__legal--sep-dot > li + li::before { content: '\00B7'; margin-right: 0.5rem; opacity: 0.55; }
.hd-main-4cb060__legal--sep-bullet > a + a::before, .hd-main-4cb060__legal--sep-bullet > li + li::before { content: '\2022'; margin-right: 0.5rem; opacity: 0.45; }
.hd-main-4cb060__legal--sep-slash > a + a::before, .hd-main-4cb060__legal--sep-slash > li + li::before { content: '/'; margin-right: 0.5rem; opacity: 0.4; }
.hd-main-4cb060__legal--sep-dash > a + a::before, .hd-main-4cb060__legal--sep-dash > li + li::before { content: '\2013'; margin-right: 0.5rem; opacity: 0.4; }
.hd-main-4cb060__legal.hd-main-4cb060__legal--stacked { flex-direction: column; gap: 0.4rem; }
.hd-main-4cb060__legal.hd-main-4cb060__legal--pills { flex-direction: row; flex-wrap: wrap; gap: 0.5rem; }
.hd-main-4cb060__legal--pills > a, .hd-main-4cb060__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. */
.hd-main-4cb060--fb-a .hd-main-4cb060__bottom, .hd-main-4cb060--fb-b .hd-main-4cb060__bottom { justify-content: center; text-align: center; }
.hd-main-4cb060--fb-c .hd-main-4cb060__bottom, .hd-main-4cb060--fb-e .hd-main-4cb060__bottom { justify-content: flex-start; text-align: left; }
.hd-main-4cb060--fb-d .hd-main-4cb060__bottom { justify-content: flex-end; text-align: right; }
.hd-main-4cb060.hd-main-4cb060--fb-b .hd-main-4cb060__legal, .hd-main-4cb060.hd-main-4cb060--fb-d .hd-main-4cb060__legal, .hd-main-4cb060.hd-main-4cb060--fb-e .hd-main-4cb060__legal { border-bottom: 0; margin-bottom: 0.5rem; padding-bottom: 0; }

/* Footer: custom HTML */
.hd-main-4cb060__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.04em;
    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.04em;
    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 === */
.bg--gradient { background: linear-gradient(135deg, var(--bg-main) 0%, var(--bg-alt) 100%) !important; }
.alt--fade {
    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);
}
.alt--fade, .alt--fade p, .alt--fade li, .alt--fade span, .alt--fade h2, .alt--fade h3 { color: #1e293b !important; }
.alt--fade .ft-cell-2447__number { color: var(--brand-dark) !important; }
.alt--fade .ft-cell-2447__label { color: #475569 !important; }
.alt--fade .ft-cell-2447__bar { background: var(--brand-dark) !important; color: #fff !important; }
.alt--fade .ft-cell-2447__bar .ft-cell-2447__number, .alt--fade .ft-cell-2447__bar .ft-cell-2447__label { color: #fff !important; }
.alt--glow {
    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);
}
.alt--glow h2, .alt--glow h3, .alt--glow p, .alt--glow span { color: #1e293b; }
.alt--glow .ft-cell-2447__number { color: var(--brand-dark); }
.alt--contrast {
    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);
}
.alt--contrast h2, .alt--contrast h3 { color: #fff; }
.alt--contrast p, .alt--contrast li, .alt--contrast span { color: rgba(255,255,255,0.9); }
.alt--contrast 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 */
.alt--contrast .btn-primary { color: #fff !important; }
.alt--contrast .cp-f9cc__price { color: #fff; }
.alt--contrast .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--raised { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.box--raised:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); }
.box--outline { box-shadow: none; border: none; background: var(--bg-alt); }
.box--minimal { position: relative; padding-right: 2.5rem; cursor: pointer; transition: border-color 0.2s; }
.box--minimal::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; }
.box--minimal:hover { border-color: var(--brand-color); }
.box--minimal: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; }

    .sec-main-8f73 .ui-item-415a5 { font-size: 0.8rem; flex-wrap: wrap; justify-content: center; text-align: center; }

    .itm-f6d8230 .ui-item-415a5 { flex-wrap: wrap; }
    .itm-f6d8230__nav { display: none; }
    .itm-f6d8230__burger { display: block; }
    .itm-f6d8230__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);
    }
    .itm-f6d8230__nav--open a { padding: 8px 0; display: block; font-size: 1rem; }
    .itm-f6d8230__nav--open li::before { display: none; }
    .itm-f6d8230__nav .sub-menu { display: block; position: static; box-shadow: none; border: none; padding: 0 0 0 1rem; min-width: auto; background: transparent; }
    .itm-f6d8230__nav .sub-menu a { color: inherit; font-size: 0.9rem; padding: 6px 0; opacity: 0.85; }
    .itm-f6d8230--white .itm-f6d8230__nav--open { background: var(--bg-main); border-bottom: 1px solid var(--border-color); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
    .itm-f6d8230--white .itm-f6d8230__nav--open a { color: var(--text-main); }
    .itm-f6d8230__actions { width: 100%; justify-content: space-between; margin-top: 0.5rem; }
    .itm-f6d8230__sec-links { justify-content: flex-start; font-size: 0.85rem; }
    .itm-f6d8230__sec-nav--dropdown .itm-f6d8230__sec-links { display: flex; position: static; box-shadow: none; border: none; flex-wrap: wrap; gap: 0.5rem; background: transparent; padding: 0; }
    .itm-f6d8230__sec-nav--dropdown .itm-f6d8230__sec-toggle { display: none; }
    .itm-f6d8230__sec-nav--pills .itm-f6d8230__sec-links { gap: 0.35rem; }
    .itm-f6d8230__sec-nav--pills .itm-f6d8230__sec-links a { font-size: 0.75rem; padding: 0.2rem 0.6rem; }

    .st-block-c345f73--split > .ui-item-415a5 { grid-template-columns: 1fr !important; }
    .st-block-c345f73--left-aligned > .ui-item-415a5 { grid-template-columns: 1fr !important; }
    .st-block-c345f73__decor { min-height: auto; align-items: center; }
    .st-block-c345f73__title { font-size: clamp(1.75rem, 6vw, 2.5rem); }
    .st-block-c345f73__buttons { flex-direction: column; }
    .st-block-c345f73__buttons .st-block-c345f73__btn { text-align: center; }
    .st-block-c345f73__stats-row { gap: 1.5rem; }
    .st-block-c345f73__features-grid { grid-template-columns: 1fr 1fr !important; }
    .st-block-c345f73--checklist .st-block-c345f73__check-grid { grid-template-columns: 1fr !important; }
    .st-block-c345f73__badges-row { gap: 0.5rem; }
    .st-block-c345f73__badge { padding: 8px 12px; font-size: 0.8rem; }
    .st-block-c345f73__metrics-layout { grid-template-columns: 1fr; }

    .ft-cell-2447--bar .ft-cell-2447__bar { flex-wrap: wrap; }
    .ft-cell-2447__grid { gap: 1.25rem; }
    .ft-cell-2447__number { font-size: 1.75rem; }

    .itm-5ff129f__grid { grid-template-columns: 1fr !important; }
    .itm-5ff129f--numbered .itm-5ff129f__grid { grid-template-columns: 1fr !important; }

    .cp-f9cc__grid { grid-template-columns: 1fr !important; }
    .cp-f9cc__row { grid-template-columns: 1fr !important; gap: 0.75rem; }
    .cp-f9cc__list-item { flex-direction: column; text-align: center; }

    .mn-group-24de54__grid { grid-template-columns: 1fr !important; }

    .mn-49519b8__split-grid { grid-template-columns: 1fr !important; }

    .mod-form-73f6ea6__grid { grid-template-columns: 1fr !important; }
    .mod-form-73f6ea6__list-item { flex-direction: column; gap: 0.5rem; }
    .mod-form-73f6ea6__inline-grid { flex-direction: column; }

    .cmp-top-33ba0e__grid { grid-template-columns: 1fr 1fr !important; }
    .cmp-top-33ba0e__item:not(:last-child)::after { display: none; }

    .mn-dock-0b319__grid { grid-template-columns: 1fr !important; }
    .mn-dock-0b319--featured .mn-dock-0b319__grid { grid-template-columns: 1fr !important; }
    .mn-dock-0b319--horizontal .mn-dock-0b319__row { flex-direction: column; align-items: center; text-align: center; }
    .mn-dock-0b319--horizontal .mn-dock-0b319__avatar { margin: 0 auto; }
    .mn-dock-0b319--masonry .mn-dock-0b319__grid { column-count: 1; }
    .mn-dock-0b319--sidebar .mn-dock-0b319__layout { grid-template-columns: 1fr !important; }
    .mn-dock-0b319--sidebar .mn-dock-0b319__side { position: static; }
    .mn-dock-0b319--sidebar .mn-dock-0b319__side h2 { text-align: center; }
    .mn-dock-0b319--sidebar .mn-dock-0b319__side::after { margin: 1rem auto; }
    .mn-dock-0b319--stack .mn-dock-0b319__card { flex-direction: column; text-align: center; }
    .mn-dock-0b319--stack .mn-dock-0b319__author { text-align: center; }

    .el-ef85af__grid { grid-template-columns: 1fr 1fr !important; }

    .ui-row-b0ee758__grid { grid-template-columns: 1fr !important; }

    .st-5252c8f__faq-grid { grid-template-columns: 1fr !important; }

    .wp-9f0b4__grid { grid-template-columns: 1fr 1fr !important; }
    .wp-9f0b4--list .wp-9f0b4__card { flex-direction: column; text-align: center; }
    .wp-9f0b4--list .wp-9f0b4__photo { width: 100%; }
    .itm-shelf-3236c__grid { grid-template-columns: 1fr 1fr !important; }
    .st-top-bb32__grid { grid-template-columns: 1fr !important; }
    .st-top-bb32__table { font-size: 0.85rem; overflow-x: auto; display: block; }
    .sec-top-91dae__grid { grid-template-columns: 1fr !important; }
    .sec-top-91dae--case .sec-top-91dae__item { grid-template-columns: 1fr !important; }
    .el-d05d367__item img { max-height: 30px; }

    .hd-main-4cb060__grid { grid-template-columns: 1fr !important; }
    .hd-main-4cb060__col nav ul { column-count: 1; }
    .hd-main-4cb060__bottom { flex-direction: column; text-align: center; }

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

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

    .cmp-top-33ba0e__grid { grid-template-columns: 1fr !important; }
    .el-ef85af__grid { grid-template-columns: 1fr !important; }

    .ft-cell-2447__grid { flex-direction: column; align-items: center; }
    .ft-cell-2447--bar .ft-cell-2447__bar { flex-direction: column; }
    .ft-cell-2447--bar .ft-cell-2447__item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .ft-cell-2447--bar .ft-cell-2447__item:last-child { border-bottom: none; }

    .st-block-c345f73__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 */
.crd-nav-7c2aca {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}
@media (max-width: 600px) {
    .crd-nav-7c2aca { grid-template-columns: 1fr !important; }
}

/* Content utility: card */
.crd-outer-1dab3 {
    padding: 1.75rem;
    border-radius: 0.75rem;
    background: var(--card-bg);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    
    transition: all 0.25s ease;
}
.crd-outer-1dab3 h3,
.crd-outer-1dab3 h4 { margin: 0 0 0.5rem; }
.crd-outer-1dab3 p:last-child { margin-bottom: 0; }
.crd-outer-1dab3:hover { border-color: var(--brand-color); }

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

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