/*
Theme Name: ovation-spa-blocks
Description: Starter theme for business sites
Version: 3.2
*/

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('fonts/outfit-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: 'Outfit';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('fonts/outfit-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(182, 92%, 40%);
    --brand-dark: hsl(182, 92%, 25%);
    --brand-light: hsl(182, 72%, 85%);
    --accent-color: hsl(212, 92%, 50%);
    --accent-hover: hsl(212, 92%, 45%);
    --bg-main: #0f172a;
    --bg-alt: #1e293b;
    --text-main: #e2e8f0;
    --text-muted: #94a3b8;
    --border-color: rgba(255,255,255,0.1);
    --card-bg: #1e293b;
    --ff-body: 'Outfit', 'Segoe UI', sans-serif;
    --ff-heading: 'Outfit', 'Segoe UI', sans-serif;
    --radius: 10px;
    --shadow: 0 2px 8px rgba(0,0,0,0.3);
    --shadow-hover: 0 8px 32px rgba(0,0,0,0.4);
    --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: 300;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ff-heading);
    font-weight: 700;
    color: #f1f5f9;
    line-height: 1.15;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
    text-wrap: balance;
}
h1 { font-size: clamp(2.12rem, 4.2vw + 0.85rem, 3.98rem); }
h2 { font-size: clamp(1.35rem, 2.7vw + 0.54rem, 2.48rem); }
h3 { font-size: clamp(1.06rem, 1.4vw + 0.42rem, 1.38rem); }
h4 { font-size: clamp(1.00rem, 1.2vw + 0.40rem, 1.25rem); }
h5 { font-size: clamp(1.02rem, 1.1vw + 0.41rem, 1.18rem); }
h6 { font-size: clamp(0.77rem, 0.7vw + 0.31rem, 0.91rem); }

p { margin-bottom: 1rem; }

a { color: hsl(182, 82%, 65%); text-decoration: none; transition: color var(--transition); }
a:hover { color: #ffffff; }

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

/* === Section wrapper === */
.lay-strip-7c8a {
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.lay-strip-7c8a > .cmp-da802d2 > h2 { text-align: center; margin-bottom: 0.5rem; }
.lay-strip-7c8a > .cmp-da802d2 > .block-lead { margin-bottom: 2rem; }

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

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

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

/* === Top Bar === */
.bl-strip-7c726e7 {
    background: var(--brand-dark);
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    padding: 6px 0;
}
.bl-strip-7c726e7 .cmp-da802d2 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.bl-strip-7c726e7 a { color: rgba(255,255,255,0.85); }
.bl-strip-7c726e7 a:hover { color: #fff; }

/* === Header === */
.mn-base-35c9d3 {
    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;
}
.mn-base-35c9d3 .cmp-da802d2 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.mn-base-35c9d3__identity { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; min-width: 0; }
.mn-base-35c9d3__logo { max-height: 36px; width: auto; }
.mn-base-35c9d3__identity img { max-height: 36px; width: auto; height: auto; } /* cap any opt-in raster logo (no oversized custom-logo) */
.mn-base-35c9d3__identity-name { font-family: var(--ff-heading); font-weight: 700; font-size: 1.1rem; color: #fff; overflow-wrap: break-word; word-break: break-word; }
.mn-base-35c9d3__lane-brand .mn-base-35c9d3__identity-name { color: var(--text-main); }
/* === Brand monogram (CSS mark — no raster, header-foreground-aware) === */
.mn-base-35c9d3__lettermark { 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) */
.mn-base-35c9d3__lettermark--rounded { background: var(--accent-color); border-radius: 9px; }
.mn-base-35c9d3__lettermark--circle { background: var(--accent-color); border-radius: 50%; }
.mn-base-35c9d3__lettermark--squircle { background: var(--accent-color); border-radius: 32% / 42%; }
.mn-base-35c9d3__lettermark--square { background: var(--accent-color); border-radius: 3px; }
.mn-base-35c9d3__lettermark--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) */
.mn-base-35c9d3__lettermark--ring { border: 2px solid currentColor; border-radius: 50%; }
.mn-base-35c9d3__lettermark--outline { border: 2px solid currentColor; border-radius: 9px; }
.mn-base-35c9d3--white .mn-base-35c9d3__lettermark--ring, .mn-base-35c9d3--white .mn-base-35c9d3__lettermark--outline,
.mn-base-35c9d3__lane-brand .mn-base-35c9d3__lettermark--ring, .mn-base-35c9d3__lane-brand .mn-base-35c9d3__lettermark--outline { color: var(--text-main); }
/* wordmark accent treatments — small brand-colour pops */
.mn-base-35c9d3__identity-name--dot::after { content: '.'; color: var(--accent-color); }
.mn-base-35c9d3__identity-name--underline { border-bottom: 2px solid var(--accent-color); padding-bottom: 1px; }
.mn-base-35c9d3__identity-name--accent-first::first-letter { color: var(--accent-color); }
.mn-base-35c9d3__identity-name--bracket::before { content: '['; color: var(--accent-color); margin-right: 2px; }
.mn-base-35c9d3__identity-name--bracket::after { content: ']'; color: var(--accent-color); margin-left: 2px; }
/* Nav wraps INSIDE the header row: without flex-wrap here a long (foreign-language)
   menu overflowed and pushed __tools onto an orphaned second line (operator report
   2026-07-24). min-width:0 lets it shrink instead of forcing the parent to wrap. */
.mn-base-35c9d3__menu { display: flex; gap: 1.25rem; list-style: none; align-items: center; flex: 0 1 auto; flex-wrap: wrap; min-width: 0; }
.mn-base-35c9d3__menu li { display: flex; align-items: center; list-style: none; }
.mn-base-35c9d3__menu a { color: rgba(255,255,255,0.85); font-weight: 500; font-size: 0.85rem; white-space: nowrap; }
.mn-base-35c9d3__menu a:hover { color: #fff; }
.mn-base-35c9d3__menu a {
    padding: 6px 12px;
    border-left: 3px solid transparent;
    transition: border-color 0.25s ease, background 0.25s ease;
}
.mn-base-35c9d3__menu a:hover { border-left-color: var(--accent-color); background: rgba(255,255,255,0.06); }
.mn-base-35c9d3__menu a.current-menu-item { border-left-color: #fff; background: rgba(255,255,255,0.1); }

.mn-base-35c9d3__menu > a + a { margin-left: 1.25rem; }

.mn-base-35c9d3__tools { display: flex; align-items: center; gap: 1rem; margin-left: auto; flex-shrink: 0; }
.mn-base-35c9d3__telephone a { color: #fff; font-weight: 600; font-size: 1.05rem; white-space: nowrap; }
.mn-base-35c9d3__telephone a:hover { color: var(--accent-color); }
.mn-base-35c9d3__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.02em;
    white-space: nowrap;
    transition: background var(--transition), transform var(--transition);
}
.mn-base-35c9d3__cta:hover { background: var(--accent-hover); color: #fff; transform: translateY(-1px); }
.mn-base-35c9d3__opener { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; padding: 4px 8px; }

/* === Header white variant (portal / hh.ru style) === */
.mn-base-35c9d3--white { background: var(--bg-main); color: var(--text-main); border-bottom: 1px solid var(--border-color); box-shadow: none; }
.mn-base-35c9d3--white .mn-base-35c9d3__identity-name { color: var(--text-main); }
.mn-base-35c9d3--white .mn-base-35c9d3__menu a { color: var(--text-main); opacity: 0.75; }
.mn-base-35c9d3--white .mn-base-35c9d3__menu a:hover { color: var(--brand-color); opacity: 1; }
.mn-base-35c9d3--white .mn-base-35c9d3__telephone a { color: var(--text-main); }
.mn-base-35c9d3--white .mn-base-35c9d3__opener { color: var(--text-main); }

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

/* === Secondary Nav === */
.mn-base-35c9d3__secondary-nav {
    background: var(--bg-alt);
    border-bottom: 1px solid var(--border-color);
    padding: 0.4rem 0;
    font-size: 0.9rem;
}
.mn-base-35c9d3__secondary-links { display: flex; gap: 1.25rem; list-style: none; flex-wrap: wrap; justify-content: center; }
.mn-base-35c9d3__secondary-links li { list-style: none; max-width: 220px; }
.mn-base-35c9d3__secondary-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; }
.mn-base-35c9d3__secondary-links a:hover { color: var(--brand-color); }
.mn-base-35c9d3__secondary-nav--two-row { padding: 0.35rem 0; }
.mn-base-35c9d3__secondary-nav--two-row .mn-base-35c9d3__secondary-links {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 0.25rem 1.75rem;
}
.mn-base-35c9d3__secondary-nav--two-row .mn-base-35c9d3__secondary-links li { max-width: none; }
.mn-base-35c9d3__secondary-nav--two-row .mn-base-35c9d3__secondary-links a { font-size: 0.82rem; -webkit-line-clamp: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; padding: 0.15rem 0; }
.mn-base-35c9d3__secondary-nav--two-row .mn-base-35c9d3__secondary-links li:nth-child(-n+4) a { font-weight: 600; font-size: 0.88rem; color: var(--color-primary-dark, var(--brand-color)); }

/* === Header: agency-dark (ingest wpnew.ru — 2-tier dark, accent = --color-primary) === */
.mn-base-35c9d3--agency-dark { background: #181818; color: #fff; }
.mn-base-35c9d3--agency-dark .mn-base-35c9d3__lane-brand > .cmp-da802d2 { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 0; }
.mn-base-35c9d3--agency-dark .mn-base-35c9d3__identity-group { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.mn-base-35c9d3--agency-dark .mn-base-35c9d3__identity, .mn-base-35c9d3--agency-dark .mn-base-35c9d3__identity * { color: #fff; }
.mn-base-35c9d3--agency-dark .mn-base-35c9d3__subline { 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; }
.mn-base-35c9d3--agency-dark .mn-base-35c9d3__tools { display: flex; align-items: center; gap: 1.4rem; flex-shrink: 0; }
.mn-base-35c9d3--agency-dark .mn-base-35c9d3__telephone a { color: #fff; font-weight: 600; font-size: 1.05rem; }
.mn-base-35c9d3--agency-dark .mn-base-35c9d3__cta { color: #fff; font-weight: 700; background: none; padding: 0; border: 0; }
.mn-base-35c9d3--agency-dark .mn-base-35c9d3__cta::before { content: '+ '; color: var(--brand-color); }
.mn-base-35c9d3--agency-dark .mn-base-35c9d3__lane-nav { border-top: 1px solid rgba(255,255,255,0.08); }
.mn-base-35c9d3--agency-dark .mn-base-35c9d3__lane-nav > .cmp-da802d2 { padding: 0; }
.mn-base-35c9d3--agency-dark .mn-base-35c9d3__menu, .mn-base-35c9d3--agency-dark .mn-base-35c9d3__menu ul { display: flex; align-items: center; gap: 1.75rem; list-style: none; margin: 0; padding: 0; }
.mn-base-35c9d3--agency-dark .mn-base-35c9d3__menu a { color: #e6e6e6; display: block; padding: 0.85rem 0; font-size: 0.9rem; }
.mn-base-35c9d3--agency-dark .mn-base-35c9d3__menu a:hover { color: var(--brand-color); }
.mn-base-35c9d3--agency-dark .mn-base-35c9d3__opener { color: #fff; }

/* === Footer: agency-dark (ingest wpnew.ru — dark 4-col + newsletter band) === */
.lay-hub-c4ec.lay-hub-c4ec--agency-dark { background: #181818; color: #cfcfcf; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__main { background: #181818; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__newsletter { background: #1f1f1f; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__newsletter > .cmp-da802d2 { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding: 2.5rem 0; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__newsletter-head h2 { color: #fff; font-size: 1.6rem; margin: 0 0 0.4rem; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__newsletter-head p { color: #9a9a9a; margin: 0; max-width: 460px; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__newsletter-form { display: flex; gap: 0.75rem; flex: 1; min-width: 280px; max-width: 460px; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__newsletter-form input { flex: 1; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,0.3); color: #fff; padding: 0.6rem 0.2rem; font-size: 1rem; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__newsletter-form input::placeholder { color: #8a8a8a; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__newsletter-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; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__main { padding: 3rem 0; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__matrix { display: grid; gap: 2rem; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__col h3 { color: #fff; font-size: 1rem; margin: 0 0 1rem; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__menu { display: flex; flex-direction: column; gap: 0.6rem; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__col a, .lay-hub-c4ec--agency-dark .lay-hub-c4ec__foot-phone, .lay-hub-c4ec--agency-dark .lay-hub-c4ec__femail { color: #b7b7b7; display: block; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__col a:hover { color: var(--brand-color); }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__foot-phone { color: #fff; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.4rem; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__femail { margin-bottom: 1rem; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__socials { display: flex; gap: 0.75rem; margin-top: 0.5rem; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__socials a { color: #b7b7b7; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__socials a:hover { color: var(--brand-color); }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__lower { border-top: 1px solid rgba(255,255,255,0.08); background: #141414; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__lower > .cmp-da802d2 { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; padding: 1.5rem 0; font-size: 0.85rem; color: #8a8a8a; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__brand-foot, .lay-hub-c4ec--agency-dark .lay-hub-c4ec__brand-foot * { color: #fff; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__legal { display: flex; gap: 1rem; flex-wrap: wrap; margin-left: auto; }
.lay-hub-c4ec--agency-dark .lay-hub-c4ec__legal a { color: #8a8a8a; }
@media (max-width: 860px) { .lay-hub-c4ec--agency-dark .lay-hub-c4ec__matrix { grid-template-columns: 1fr 1fr !important; } .mn-base-35c9d3--agency-dark .mn-base-35c9d3__subline { display: none; } }
@media (max-width: 520px) { .lay-hub-c4ec--agency-dark .lay-hub-c4ec__matrix { grid-template-columns: 1fr !important; } }

/* === Header: accent-bar (ingest fl.ru — solid accent bar, white nav, light CTA) === */
.mn-base-35c9d3--accent-bar { background: var(--brand-color); color: #fff; }
.mn-base-35c9d3--accent-bar > .cmp-da802d2 { display: flex; align-items: center; gap: 2rem; }
.mn-base-35c9d3--accent-bar .mn-base-35c9d3__identity, .mn-base-35c9d3--accent-bar .mn-base-35c9d3__identity * { color: #fff; }
.mn-base-35c9d3--accent-bar .mn-base-35c9d3__menu { display: flex; align-items: center; gap: 1.5rem; flex: 1 1 auto; flex-wrap: wrap; }
.mn-base-35c9d3--accent-bar .mn-base-35c9d3__menu a { color: rgba(255,255,255,0.92); font-weight: 500; }
.mn-base-35c9d3--accent-bar .mn-base-35c9d3__menu a:hover { color: #fff; }
.mn-base-35c9d3--accent-bar .mn-base-35c9d3__tools { display: flex; align-items: center; gap: 1.25rem; margin-left: auto; }
.mn-base-35c9d3--accent-bar .mn-base-35c9d3__telephone a { color: #fff; font-weight: 600; }
.mn-base-35c9d3--accent-bar .mn-base-35c9d3__cta { background: #fff; color: var(--brand-color); border-radius: var(--radius); padding: 0.5rem 1.25rem; font-weight: 700; }
.mn-base-35c9d3--accent-bar .mn-base-35c9d3__cta:hover { background: rgba(255,255,255,0.88); }
@media (max-width: 860px) {
    .mn-base-35c9d3--accent-bar .mn-base-35c9d3__menu { display: none; }
    .mn-base-35c9d3--accent-bar .mn-base-35c9d3__opener { display: inline-flex; color: #fff; }
}

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

/* === Header: saas-topline (ingest intellectdialog — white bar, accent top-line, pill CTA) === */
.mn-base-35c9d3--saas-topline { background: #fff; border-top: 3px solid var(--brand-color); }
.mn-base-35c9d3--saas-topline > .cmp-da802d2 { display: flex; align-items: center; gap: 2.5rem; padding: 0.85rem 0; }
.mn-base-35c9d3--saas-topline .mn-base-35c9d3__identity, .mn-base-35c9d3--saas-topline .mn-base-35c9d3__identity * { color: var(--text-main); }
.mn-base-35c9d3--saas-topline .mn-base-35c9d3__menu { display: flex; align-items: center; gap: 1.75rem; flex: 1 1 auto; flex-wrap: wrap; }
.mn-base-35c9d3--saas-topline .mn-base-35c9d3__menu a { color: var(--text-main); font-weight: 500; }
.mn-base-35c9d3--saas-topline .mn-base-35c9d3__menu a:hover { color: var(--brand-color); }
.mn-base-35c9d3--saas-topline .mn-base-35c9d3__tools { display: flex; align-items: center; gap: 1.5rem; margin-left: auto; }
.mn-base-35c9d3--saas-topline .mn-base-35c9d3__telephone a { color: var(--brand-color); font-weight: 600; }
.mn-base-35c9d3--saas-topline .mn-base-35c9d3__cta { background: var(--brand-color); color: #fff; border-radius: 999px; padding: 0.6rem 1.6rem; font-weight: 700; }
.mn-base-35c9d3--saas-topline .mn-base-35c9d3__cta:hover { filter: brightness(1.08); }
@media (max-width: 860px) { .mn-base-35c9d3--saas-topline .mn-base-35c9d3__menu { display: none; } .mn-base-35c9d3--saas-topline .mn-base-35c9d3__opener { display: inline-flex; color: var(--text-main); } }

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

/* === Header: tri-bar (ingest hightime.agency — 3-tier: dark promo / utility / main) === */
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__splash { background: #16161a; color: #fff; }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__splash > .cmp-da802d2 { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 0.55rem 0; font-size: 0.85rem; flex-wrap: wrap; }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__splash-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; }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__splash-cta:hover { background: rgba(255,255,255,0.12); }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__utility { background: var(--bg-alt); border-bottom: 1px solid var(--border-color); }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__utility > .cmp-da802d2 { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 0.4rem 0; font-size: 0.85rem; flex-wrap: wrap; }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__quick-nav { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__quick-nav a { color: var(--text-muted); }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__quick-nav a:hover { color: var(--brand-color); }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__quick-phone { color: var(--text-main); font-weight: 600; white-space: nowrap; }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__lane-main { background: var(--bg-main); }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__lane-main > .cmp-da802d2 { display: flex; align-items: center; gap: 2rem; padding: 1rem 0; }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__identity-group { display: flex; flex-direction: column; }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__identity, .mn-base-35c9d3--tri-bar .mn-base-35c9d3__identity * { color: var(--text-main); }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__subline { font-size: 0.75rem; color: var(--text-muted); }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__menu { display: flex; flex: 1; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__lane-main .mn-base-35c9d3__menu a { color: var(--text-main); }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__lane-main .mn-base-35c9d3__menu a:hover { color: var(--brand-color); }
.mn-base-35c9d3--tri-bar .mn-base-35c9d3__tools { display: flex; align-items: center; gap: 1rem; margin-left: auto; flex-shrink: 0; }
@media (max-width: 860px) { .mn-base-35c9d3--tri-bar .mn-base-35c9d3__menu, .mn-base-35c9d3--tri-bar .mn-base-35c9d3__quick-nav { display: none; } .mn-base-35c9d3--tri-bar .mn-base-35c9d3__opener { display: inline-flex; color: var(--text-main); } }

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



.bl-part-e8865--split > .cmp-da802d2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.bl-part-e8865--split .bl-part-e8865__cta-row { justify-content: flex-start; }

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

/* === Hero light variant (portal / hh.ru style) === */
.bl-part-e8865--light { background: var(--bg-main); color: var(--text-main); }
.bl-part-e8865--light .bl-part-e8865__title { color: var(--text-main); }
.bl-part-e8865--light .bl-part-e8865__overline { color: var(--brand-color); opacity: 1; }
.bl-part-e8865--light .bl-part-e8865__subhead { opacity: 1; }
.bl-part-e8865--light .bl-part-e8865__subhead p { color: var(--text-muted); }
.bl-part-e8865--light .bl-part-e8865__button--secondary { border-color: var(--border-color); color: var(--text-main); }
.bl-part-e8865--light .bl-part-e8865__button--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 === */
.bl-part-e8865--lab { background: var(--bg-main); overflow: hidden; }
.bl-part-e8865--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; }
.bl-part-e8865--lab > .cmp-da802d2 { position: relative; z-index: 1; }
.bl-part-e8865__title-accent { color: var(--brand-color); }
.bl-part-e8865__caps { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.bl-part-e8865__capsule { 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); }
.bl-part-e8865__snapshot { display: flex; justify-content: center; align-items: center; }
.bl-part-e8865__partner-card { 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; }
.bl-part-e8865__partner-card-head { display: flex; gap: 0.4rem; margin-bottom: 1rem; }
.bl-part-e8865__partner-card-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--border-color); }
.bl-part-e8865__partner-card-dot:first-child { background: color-mix(in srgb, var(--brand-color) 75%, #fff); }
.bl-part-e8865__mini-row { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 0.7rem 0; border-bottom: 1px solid var(--border-color); }
.bl-part-e8865__mini-row:last-child { border-bottom: 0; }
.bl-part-e8865__plabel { font-size: 0.9rem; color: var(--text-main); font-weight: 500; }
.bl-part-e8865__pval { font-size: 1.05rem; color: var(--brand-color); font-weight: 800; white-space: nowrap; }
.bl-part-e8865__progress { height: 9px; border-radius: 5px; background: var(--bg-alt); flex: 1; }
.bl-part-e8865__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) === */
.ft-area-30d0c24 { padding: 3.5rem 0; }
.ft-area-30d0c24 h2 { text-align: center; }
.ft-area-30d0c24__matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 1.25rem; margin-top: 2rem; }
.ft-area-30d0c24__module { 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); }
.ft-area-30d0c24__module:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.ft-area-30d0c24__lane { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; margin-bottom: 0.4rem; }
.ft-area-30d0c24__title { font-size: 1.05rem; margin: 0; color: var(--text-main); }
.ft-area-30d0c24__figure { font-size: 1.6rem; font-weight: 800; color: var(--brand-color); line-height: 1.1; margin-bottom: 0.5rem; }
.ft-area-30d0c24__desc { font-size: 0.9rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.ft-area-30d0c24__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; }
.ft-area-30d0c24__status--good { background: #ecfdf5; color: #047857; }
.ft-area-30d0c24__status--warn { background: #fffbeb; color: #b45309; }
.ft-area-30d0c24__status--bad  { background: #fef2f2; color: #b91c1c; }
.ft-area-30d0c24__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) === */
.wp-dock-74c0 { padding: 2rem 0; }
.wp-dock-74c0 h2 { text-align: center; }
.wp-dock-74c0__lane { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-top: 1rem; }
.wp-dock-74c0__capsule { 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") === */
.pnl-a7ccf--feature-rows .pnl-a7ccf__f-rows { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 1.75rem; margin-top: 2rem; }
.pnl-a7ccf__f-row { display: flex; gap: 1rem; align-items: flex-start; }
.pnl-a7ccf__foot-dot { 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; }
.pnl-a7ccf__foot-dot img { width: 24px; height: 24px; object-fit: contain; }
.pnl-a7ccf__ftext h3 { font-size: 1.05rem; margin: 0 0 0.35rem; color: var(--text-main); }
.pnl-a7ccf__ftext p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.55; margin: 0; }

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

/* === fresh-green: market-hero (centred light hero, green accent phrase, rating) === */
.bl-part-e8865--market { background: var(--color-bg-alt, #f6f6f6); color: var(--text-main); text-align: center; overflow: hidden; }
.bl-part-e8865--market > .cmp-da802d2 { position: relative; z-index: 1; max-width: 780px; }
.bl-part-e8865--market .bl-part-e8865__title { color: var(--text-main); }
.bl-part-e8865--market .bl-part-e8865__subhead { max-width: 620px; margin: 0.5rem auto 0; opacity: 1; color: var(--text-muted); }
.bl-part-e8865--market .bl-part-e8865__cta-row { justify-content: center; }
.bl-part-e8865--market::before, .bl-part-e8865--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; }
.bl-part-e8865--market::before { top: 1.5rem; left: 1.5rem; }
.bl-part-e8865--market::after { bottom: 1.5rem; right: 1.5rem; }
.bl-part-e8865__rate { display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 1.25rem; font-size: 0.95rem; color: var(--text-muted); }
.bl-part-e8865__rate-stars { color: #ffb63c; letter-spacing: 1px; }
.bl-part-e8865__rate strong { color: var(--text-main); }

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

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

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

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

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

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

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

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

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

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

/* === Hero: saas-metrics variant === */
.bl-part-e8865--saas-metrics > .cmp-da802d2 { text-align: left; }
.bl-part-e8865__metrics-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.bl-part-e8865__metrics-text .bl-part-e8865__cta-row { justify-content: flex-start; }
.bl-part-e8865__metrics-grid { display: grid; gap: 1rem; }
.bl-part-e8865__measure-card {
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius); padding: 1.25rem;
}
.bl-part-e8865__measure-card h3 { margin: 0 0 0.25rem; font-size: 1rem; }
.bl-part-e8865__measure-card p { margin: 0; font-size: 0.9rem; opacity: 0.85; }
.bl-part-e8865__measure-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;
}
.bl-part-e8865__measure-icon--0 { background: hsla(182,92%,40%,0.12); }
.bl-part-e8865__measure-icon--1 { background: hsla(212,92%,50%,0.12); }
.bl-part-e8865__measure-icon--2 { background: hsla(182,92%,85%,0.15); }
.bl-part-e8865--light .bl-part-e8865__measure-card { background: var(--card-bg); border-color: var(--border-color); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.bl-part-e8865--light .bl-part-e8865__measure-card h3 { color: var(--text-main); }
.bl-part-e8865--light .bl-part-e8865__measure-card p { color: var(--text-muted); }

/* === Stats === */
.pnl-frame-9922933 { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.pnl-frame-9922933 > .cmp-da802d2 > h2 { text-align: center; margin-bottom: 1.5rem; }
.pnl-frame-9922933__matrix { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; text-align: center; }
.pnl-frame-9922933__unit { min-width: 120px; }
.pnl-frame-9922933__number { font-size: 2.25rem; font-weight: 700; font-family: var(--ff-heading); color: var(--brand-color); line-height: 1.2; }
.pnl-frame-9922933__lbl { font-size: 0.9rem; color: var(--text-muted); margin-top: 0.2rem; }

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

/* Stats variant: bar */
.pnl-frame-9922933--bar { padding: 0; }
.pnl-frame-9922933__bar {
    display: flex;
    background: var(--brand-dark);
    color: #fff;
    padding: 1.25rem 0;
}
.pnl-frame-9922933--bar .pnl-frame-9922933__unit { flex: 1; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); padding: 0.5rem 1rem; }
.pnl-frame-9922933--bar .pnl-frame-9922933__unit:last-child { border-right: none; }
.pnl-frame-9922933--bar .pnl-frame-9922933__number { color: #fff; font-size: 2rem; }
.pnl-frame-9922933--bar .pnl-frame-9922933__lbl { color: rgba(255,255,255,0.8); }

/* === Body / Block === */
.wrp-item-21cc8d { padding: clamp(2rem, 4vw, 3.5rem) 0; }

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

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

/* Adv variant: list */
.pnl-a7ccf--list .pnl-a7ccf__matrix { grid-template-columns: 1fr; gap: 1rem; }
.pnl-a7ccf--list .pnl-a7ccf__unit { display: flex; gap: 1.25rem; text-align: left; align-items: flex-start; }
.pnl-a7ccf--list .pnl-a7ccf__icon { flex-shrink: 0; }
.pnl-a7ccf--list .pnl-a7ccf__txt p { margin-bottom: 0; }

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

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

/* === Tariffs === */
.cp-frame-06d212a { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.cp-frame-06d212a > .cmp-da802d2 > h2 { text-align: center; margin-bottom: 1.5rem; }
.cp-frame-06d212a__matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.cp-frame-06d212a__module {
    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-frame-06d212a__module:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.cp-frame-06d212a__module--highlighted { border-color: var(--brand-color); box-shadow: 0 0 0 2px var(--brand-light); position: relative; }
.cp-frame-06d212a__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-frame-06d212a__cost { font-size: 1.75rem; font-weight: 700; color: var(--brand-color); margin: 0.5rem 0; }
.cp-frame-06d212a__pluses { list-style: none; padding: 0; margin: 0.75rem 0; text-align: left; }
.cp-frame-06d212a__pluses li { padding: 0.35rem 0; border-bottom: 1px solid var(--border-color); font-size: 0.9rem; }

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

/* Tariff variant: minimal */
.cp-frame-06d212a--minimal .cp-frame-06d212a__matrix { display: none; }
.cp-frame-06d212a__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-frame-06d212a--minimal .cp-frame-06d212a__cost { font-size: 1.25rem; white-space: nowrap; margin: 0; }

/* === Benefits === */
.itm-nav-d92f03 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.itm-nav-d92f03 > .cmp-da802d2 > h2 { text-align: center; margin-bottom: 1.5rem; }
.itm-nav-d92f03__matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.itm-nav-d92f03__unit {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--card-bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.itm-nav-d92f03__unit h3 { margin-bottom: 0.2rem; }

/* Benefits variant: checklist */
.itm-nav-d92f03--checklist .itm-nav-d92f03__matrix { display: none; }
.itm-nav-d92f03__list { max-width: 700px; margin: 0 auto; }
.itm-nav-d92f03__tick-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
    align-items: flex-start;
}
.itm-nav-d92f03__tick-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;
}
.itm-nav-d92f03__tick-item p { margin: 0.25rem 0 0; color: var(--text-muted); font-size: 0.9rem; }

/* Benefits variant: icons */
.itm-nav-d92f03--icons .itm-nav-d92f03__unit { flex-direction: column; text-align: center; align-items: center; }
.itm-nav-d92f03__icon-big { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.5rem; }
.itm-nav-d92f03__icon-big img { width: 56px; height: 56px; }

/* === FAQ === */
.wrp-item-21cc8d#faq { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.wrp-item-21cc8d#faq h2, .wrp-item-21cc8d > .cmp-da802d2 > 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. */
.wrp-item-21cc8d__qa-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(480px, 100%), 1fr)); gap: 1rem; }

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

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

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

/* CTA variant: split */
.pg-strip-4e40a--split { text-align: left; }
.pg-strip-4e40a__split-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: center; }
.pg-strip-4e40a__split-action { text-align: center; }

/* === Products === */
.lay-b8bd { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.lay-b8bd > .cmp-da802d2 > h2 { text-align: center; margin-bottom: 1.5rem; }
.lay-b8bd__matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.lay-b8bd__module {
    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);
}
.lay-b8bd__module:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.lay-b8bd__module-body { padding: 1.25rem; }

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

/* Products variant: inline */
.lay-b8bd--inline .lay-b8bd__matrix { display: none; }
.lay-b8bd__inline-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.lay-b8bd__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;
}
.lay-b8bd__inline-item:hover { border-color: var(--brand-color); }
.lay-b8bd__inline-item span { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.25rem; }

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

/* Transparent header: push hero content below header */
.mn-base-35c9d3--transparent ~ main > .bl-part-e8865 { padding-top: calc(80px + 2rem); }
/* Transparent header on non-hero pages (single, subpages): push first child down */
.mn-base-35c9d3--transparent ~ main > .cmp-da802d2:first-child { padding-top: calc(80px + 2rem); }
.mn-base-35c9d3--transparent ~ main > .wrp-item-21cc8d:first-child { padding-top: calc(80px + 2rem); }

/* === Testimonials === */
.wrp-form-fe55c { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.wrp-form-fe55c > .cmp-da802d2 > h2 { text-align: center; margin-bottom: 1.5rem; }
.wrp-form-fe55c__matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.wrp-form-fe55c__module {
    padding: 1.5rem;
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.wrp-form-fe55c__saying {
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1rem;
    padding: 0;
    border: none;
    color: var(--text-main);
    position: relative;
    padding-left: 1.5rem;
}
.wrp-form-fe55c__saying::before { content: '\201C'; font-size: 2.5rem; color: var(--brand-light); position: absolute; top: -0.5rem; left: 0; font-family: serif; line-height: 1; }
.wrp-form-fe55c__expert { display: flex; gap: 0.75rem; align-items: center; }
.wrp-form-fe55c__ava { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.wrp-form-fe55c__ava img { width: 100%; height: 100%; object-fit: cover; }
.wrp-form-fe55c__role { display: block; color: var(--text-muted); font-size: 0.9rem; }
.wrp-form-fe55c__attribution { display: block; font-style: normal; margin-top: 0.75rem; color: var(--text-muted); }
.wrp-form-fe55c__attribution strong { color: var(--text-main); }
.wrp-form-fe55c__details { color: var(--text-muted); font-size: 0.9rem; }
.wrp-form-fe55c__details strong { color: var(--text-main); }

/* -- test-bubble -- */
.wrp-form-fe55c--bubble .wrp-form-fe55c__balloon {
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    padding: 1.25rem;
    position: relative;
    margin-bottom: 1rem;
}
.wrp-form-fe55c--bubble .wrp-form-fe55c__balloon::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 24px;
    width: 0; height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--card-bg);
}
.wrp-form-fe55c--bubble .wrp-form-fe55c__balloon::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 23px;
    width: 0; height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid var(--border-color);
}
.wrp-form-fe55c--bubble .wrp-form-fe55c__module { background: none; border: none; box-shadow: none; padding: 0; }
.wrp-form-fe55c--bubble .wrp-form-fe55c__saying { padding-left: 0; margin: 0; }
.wrp-form-fe55c--bubble .wrp-form-fe55c__saying::before { display: none; }
.wrp-form-fe55c--bubble .wrp-form-fe55c__expert { padding-left: 0.5rem; }

/* -- test-minimal -- */
.wrp-form-fe55c--minimal { text-align: center; }
.wrp-form-fe55c--minimal .cmp-da802d2 > h2 { margin-bottom: 2rem; }
.wrp-form-fe55c--minimal .wrp-form-fe55c__list { max-width: 700px; margin: 0 auto; }
.wrp-form-fe55c--minimal .wrp-form-fe55c__unit { padding: 2rem 0; border-bottom: 1px solid var(--border-color); }
.wrp-form-fe55c--minimal .wrp-form-fe55c__unit:last-child { border-bottom: none; }
.wrp-form-fe55c--minimal .wrp-form-fe55c__saying { font-size: 1.1rem; padding-left: 0; }
.wrp-form-fe55c--minimal .wrp-form-fe55c__saying::before { display: none; }

/* -- test-featured -- */
.wrp-form-fe55c--featured .wrp-form-fe55c__matrix { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.wrp-form-fe55c--featured .wrp-form-fe55c__module--feat {
    grid-column: 1 / -1;
    border-left: 4px solid var(--brand-color);
    background: color-mix(in srgb, var(--brand-color) 5%, var(--card-bg));
}
.wrp-form-fe55c--featured .wrp-form-fe55c__module--feat .wrp-form-fe55c__ava { width: 72px; height: 72px; }

/* -- test-horizontal -- */
.wrp-form-fe55c--horizontal .wrp-form-fe55c__lane {
    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;
}
.wrp-form-fe55c--horizontal .wrp-form-fe55c__lane:last-child { margin-bottom: 0; }
.wrp-form-fe55c--horizontal .wrp-form-fe55c__ava { width: 64px; height: 64px; border-radius: 8px; flex-shrink: 0; overflow: hidden; }
.wrp-form-fe55c--horizontal .wrp-form-fe55c__ava img { border-radius: 8px; }
.wrp-form-fe55c--horizontal .wrp-form-fe55c__content { flex: 1; }
.wrp-form-fe55c--horizontal .wrp-form-fe55c__saying { padding-left: 0; margin-bottom: 0.75rem; }
.wrp-form-fe55c--horizontal .wrp-form-fe55c__saying::before { display: none; }

/* -- test-accent -- */
.wrp-form-fe55c--accent .wrp-form-fe55c__module {
    border-left: 3px solid var(--brand-color);
    background: color-mix(in srgb, var(--brand-color) 4%, var(--card-bg));
    position: relative;
    overflow: hidden;
}
.wrp-form-fe55c--accent .wrp-form-fe55c__module::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;
}
.wrp-form-fe55c--accent .wrp-form-fe55c__saying::before { display: none; }
.wrp-form-fe55c--accent .wrp-form-fe55c__saying { padding-left: 0; }

/* -- test-large-avatar -- */
.wrp-form-fe55c--lg-avatar .wrp-form-fe55c__module { text-align: center; }
.wrp-form-fe55c--lg-avatar .wrp-form-fe55c__ava { width: 80px; height: 80px; margin: 0 auto 1rem; }
.wrp-form-fe55c--lg-avatar .wrp-form-fe55c__saying { padding-left: 0; text-align: center; }
.wrp-form-fe55c--lg-avatar .wrp-form-fe55c__saying::before { position: static; display: block; text-align: center; margin-bottom: -0.5rem; }
.wrp-form-fe55c--lg-avatar .wrp-form-fe55c__details { margin-top: 0.75rem; }

/* -- test-masonry -- */
.wrp-form-fe55c--masonry .wrp-form-fe55c__matrix { display: block; column-count: 2; column-gap: 1.25rem; }
.wrp-form-fe55c--masonry .wrp-form-fe55c__module { break-inside: avoid; margin-bottom: 1.25rem; border-top: 3px solid var(--brand-color); box-shadow: none; }
.wrp-form-fe55c--masonry .wrp-form-fe55c__saying::before { display: none; }
.wrp-form-fe55c--masonry .wrp-form-fe55c__saying { padding-left: 0; }

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

/* -- test-stack -- */
.wrp-form-fe55c--stack .wrp-form-fe55c__matrix { display: flex; flex-direction: column; gap: 0; }
.wrp-form-fe55c--stack .wrp-form-fe55c__module { display: flex; gap: 1.5rem; align-items: center; padding: 2rem; border: none; border-radius: 0; box-shadow: none; }
.wrp-form-fe55c--stack .wrp-form-fe55c__module:nth-child(even) { background: var(--bg-alt); }
.wrp-form-fe55c--stack .wrp-form-fe55c__module:nth-child(odd) { background: var(--card-bg); }
.wrp-form-fe55c--stack .wrp-form-fe55c__saying { flex: 1; padding-left: 0; margin-bottom: 0; }
.wrp-form-fe55c--stack .wrp-form-fe55c__saying::before { display: none; }
.wrp-form-fe55c--stack .wrp-form-fe55c__expert { flex-shrink: 0; text-align: right; }
.wrp-form-fe55c--stack .wrp-form-fe55c__ava { width: 56px; height: 56px; }

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

/* === Gallery === */
.st-inner-c303c0 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.st-inner-c303c0 > .cmp-da802d2 > h2 { text-align: center; margin-bottom: 1.5rem; }
.st-inner-c303c0__matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0.75rem; }
.st-inner-c303c0__unit { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/3; }
.st-inner-c303c0__unit img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition); }
.st-inner-c303c0__unit:hover img { transform: scale(1.05); }
.st-inner-c303c0__figcaption {
    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 === */
.sec-col-983986 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.sec-col-983986 > .cmp-da802d2 > h2 { text-align: center; margin-bottom: 1.5rem; }
.sec-col-983986__matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.sec-col-983986__pic { border-radius: var(--radius); overflow: hidden; margin-bottom: 0.75rem; }
.sec-col-983986__pic img { width: 100%; height: 180px; object-fit: cover; display: block; }
.sec-col-983986__pubdate { font-size: 0.8rem; color: var(--text-muted); display: block; margin-bottom: 0.25rem; }
.sec-col-983986__intro { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }
.sec-col-983986__more { font-size: 0.85rem; color: var(--brand-color); text-decoration: none; font-weight: 500; }
.sec-col-983986__more:hover { text-decoration: underline; }
/* Blog: list variant */
.sec-col-983986--list .sec-col-983986__unit { display: flex; gap: 1.25rem; padding: 1rem 0; border-bottom: 1px solid var(--border-color); }
.sec-col-983986--list .sec-col-983986__pic { flex-shrink: 0; width: 200px; margin: 0; }
.sec-col-983986--list .sec-col-983986__pic img { height: 130px; }
.sec-col-983986--list .sec-col-983986__unit-body h3 { margin: 0 0 0.25rem; font-size: 1.1rem; }
.sec-col-983986--list .sec-col-983986__unit-body h3 a { color: var(--text-main); text-decoration: none; }
.sec-col-983986--list .sec-col-983986__unit-body h3 a:hover { color: var(--brand-color); }
/* Blog: cards variant */
.sec-col-983986--cards .sec-col-983986__module { display: flex; flex-direction: column; }
.sec-col-983986--cards .sec-col-983986__module-body { flex: 1; display: flex; flex-direction: column; padding: 1rem 0; }
.sec-col-983986--cards .sec-col-983986__module-body h3 { margin: 0.25rem 0 0.5rem; font-size: 1.05rem; }
.sec-col-983986--cards .sec-col-983986__module-body h3 a { color: var(--text-main); text-decoration: none; }
.sec-col-983986--cards .sec-col-983986__module-body h3 a:hover { color: var(--brand-color); }
.sec-col-983986--cards .sec-col-983986__more { margin-top: auto; }
/* Blog: minimal variant */
.sec-col-983986--minimal .sec-col-983986__list { list-style: none; padding: 0; }
.sec-col-983986--minimal .sec-col-983986__list li { padding: 0.75rem 0; border-bottom: 1px solid var(--border-color); display: flex; justify-content: space-between; align-items: center; }
.sec-col-983986--minimal .sec-col-983986__list a { color: var(--text-main); text-decoration: none; font-weight: 500; }
.sec-col-983986--minimal .sec-col-983986__list a:hover { color: var(--brand-color); }

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

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

/* === Code Showcase (CSS-only tabs) === */.cp-part-2b5c { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.cp-part-2b5c > .cmp-da802d2 > h2 { text-align: center; margin-bottom: 0.5rem; }
.cp-part-2b5c__panel { position: relative; max-width: 720px; margin: 2rem auto 0; }
.cp-part-2b5c__selector { display: none; }
.cp-part-2b5c__toggles { display: flex; gap: 5px; }
.cp-part-2b5c__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); }
.cp-part-2b5c__src-block { display: none; background: #1e293b; border-radius: 0 8px 8px 8px; overflow-x: auto; }
.cp-part-2b5c__src-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; }
.cp-part-2b5c__src-block code { white-space: pre; }
.cp-part-2b5c__selector:nth-of-type(1):checked ~ .cp-part-2b5c__src-block--curl { display: block; }
.cp-part-2b5c__selector:nth-of-type(2):checked ~ .cp-part-2b5c__src-block--python { display: block; }
.cp-part-2b5c__selector:nth-of-type(3):checked ~ .cp-part-2b5c__src-block--php { display: block; }
.cp-part-2b5c__selector:nth-of-type(1):checked ~ .cp-part-2b5c__toggles .cp-part-2b5c__tab-btn:nth-of-type(1),
.cp-part-2b5c__selector:nth-of-type(2):checked ~ .cp-part-2b5c__toggles .cp-part-2b5c__tab-btn:nth-of-type(2),
.cp-part-2b5c__selector:nth-of-type(3):checked ~ .cp-part-2b5c__toggles .cp-part-2b5c__tab-btn:nth-of-type(3) {
    background: #1e293b; color: #fff;
}
/* === Categories === */
.wrp-efdfe { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.wrp-efdfe > .cmp-da802d2 > h2 { text-align: center; margin-bottom: 0.5rem; }
.wrp-efdfe__matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; }
.wrp-efdfe__module { 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; }
.wrp-efdfe__module:hover { border-color: var(--brand-color); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.wrp-efdfe__unit { text-decoration: none; color: var(--text-main); transition: background var(--transition); }
.wrp-efdfe__unit:hover { background: var(--bg-alt); }
.wrp-efdfe--icons .wrp-efdfe__unit { text-decoration: none; color: var(--text-main); transition: color var(--transition); }
.wrp-efdfe--icons .wrp-efdfe__unit:hover { color: var(--brand-color); }

/* === Comparison === */
.box-03e30 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.box-03e30 > .cmp-da802d2 > h2 { text-align: center; margin-bottom: 0.5rem; }
.box-03e30__matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.box-03e30__module { padding: 1.5rem; background: var(--card-bg); border: var(--border-w) solid var(--border-color); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.box-03e30__module:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.box-03e30__module h3 { margin: 0 0 0.75rem; font-size: 1.1rem; }
.box-03e30__rate { color: var(--accent-color); font-size: 1.1rem; margin-bottom: 0.75rem; }
.box-03e30__pros, .box-03e30__downsides { font-size: 0.9rem; margin-bottom: 0.5rem; }
.box-03e30__table { width: 100%; border-spacing: 0; border-collapse: collapse; }
.box-03e30__table th { font-weight: 600; color: var(--text-main); background: var(--bg-alt); }
.box-03e30__table td, .box-03e30__table th { padding: 0.75rem; border-bottom: 1px solid var(--border-color); text-align: left; }
.box-03e30__table tr:hover td { background: var(--bg-alt); }
.box-03e30__shell { overflow-x: auto; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid var(--border-color); }
.box-03e30__hcell-feature, .box-03e30__td-feature { position: sticky; left: 0; z-index: 1; background: var(--bg-main); box-shadow: 2px 0 5px rgba(0,0,0,0.05); }
.box-03e30__hcell-feature { z-index: 2; background: var(--bg-alt); }
.box-03e30__hcell-hl { background: var(--brand-light); border-top: 3px solid var(--brand-color); color: var(--brand-dark); }
.box-03e30__td-hl { background: var(--brand-light); }
.box-03e30--list .box-03e30__unit { padding: 1.25rem 0; border-bottom: 1px solid var(--border-color); }

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

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

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

/* === Footer === */
.lay-hub-c4ec {
    background: var(--brand-dark);
    color: rgba(255,255,255,0.8);
    padding: 2rem 0 1.25rem;
    margin-top: 0;
}
.lay-hub-c4ec__matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-bottom: 1.25rem; }
.lay-hub-c4ec__col h3 { color: #fff; font-size: 1rem; margin-bottom: 0.5rem; }
.lay-hub-c4ec__col p { font-size: 0.9rem; margin-bottom: 0.4rem; }
.lay-hub-c4ec__col a { color: rgba(255,255,255,0.7); }
.lay-hub-c4ec__col a:hover { color: #fff; }
.lay-hub-c4ec__col ul { list-style: none; padding: 0; }
.lay-hub-c4ec__col ul li { margin-bottom: 0.35rem; }
.lay-hub-c4ec__col nav ul { list-style: none; padding: 0; column-width: 11rem; column-count: 2; 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) */
.lay-hub-c4ec__col nav ul li { margin-bottom: 0.35rem; break-inside: avoid; }
.lay-hub-c4ec__col nav a { color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.lay-hub-c4ec__col nav a:hover { color: #fff; }
/* minimal-rg quick-links: one centered horizontal row (parity with the other footers) */
.lay-hub-c4ec__links, .lay-hub-c4ec__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; }
.lay-hub-c4ec__links ul { margin: 0; }
.lay-hub-c4ec__links li { margin: 0; list-style: none; }
.lay-hub-c4ec__links a { color: rgba(255,255,255,0.82); font-size: 0.9rem; }
.lay-hub-c4ec__links a:hover { color: #fff; }
.lay-hub-c4ec__lower { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 0.75rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; flex-wrap: wrap; gap: 0.5rem; }
.lay-hub-c4ec__socials { display: flex; gap: 0.75rem; }
.lay-hub-c4ec__socials a { color: rgba(255,255,255,0.7); }
.lay-hub-c4ec__socials a:hover { color: #fff; }

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

/* Footer: custom HTML */
.lay-hub-c4ec__extra { 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.02em;
    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.02em;
    background: var(--brand-color);
    color: #fff;
    border: var(--border-w) solid var(--brand-color);
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
    cursor: pointer;
    transition: all var(--transition);
}
.cta-link:hover { background: var(--accent-color); border-color: var(--accent-color); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

/* === Section modifier utility classes === */
.mod--grad { background: linear-gradient(135deg, var(--bg-main) 0%, var(--bg-alt) 100%) !important; }
.mod--soft {
    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);
}
.mod--soft, .mod--soft p, .mod--soft li, .mod--soft span, .mod--soft h2, .mod--soft h3 { color: #1e293b !important; }
.mod--soft .pnl-frame-9922933__number { color: var(--brand-dark) !important; }
.mod--soft .pnl-frame-9922933__lbl { color: #475569 !important; }
.mod--soft .pnl-frame-9922933__bar { background: var(--brand-dark) !important; color: #fff !important; }
.mod--soft .pnl-frame-9922933__bar .pnl-frame-9922933__number, .mod--soft .pnl-frame-9922933__bar .pnl-frame-9922933__lbl { color: #fff !important; }
.alt--fade {
    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--fade h2, .alt--fade h3, .alt--fade p, .alt--fade span { color: #1e293b; }
.alt--fade .pnl-frame-9922933__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-frame-06d212a__cost { color: #fff; }
.alt--contrast .block-subtitle { color: rgba(255,255,255,0.7); }

/* === Card modifier utility classes === */
.item--bordered { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.box--raised { 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--outline { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.box--outline:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); }
.box--minimal { box-shadow: none; border: none; background: var(--bg-alt); }
.tile--arrow { position: relative; padding-right: 2.5rem; cursor: pointer; transition: border-color 0.2s; }
.tile--arrow::after { content: '\2192'; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: var(--text-muted); font-size: 1.1rem; transition: right 0.2s, color 0.2s; }
.tile--arrow:hover { border-color: var(--brand-color); }
.tile--arrow: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; }

    .bl-strip-7c726e7 .cmp-da802d2 { font-size: 0.8rem; flex-wrap: wrap; justify-content: center; text-align: center; }

    .mn-base-35c9d3 .cmp-da802d2 { flex-wrap: wrap; }
    .mn-base-35c9d3__menu { display: none; }
    .mn-base-35c9d3__opener { display: block; }
    .mn-base-35c9d3__menu--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);
    }
    .mn-base-35c9d3__menu--open a { padding: 8px 0; display: block; font-size: 1rem; }
    .mn-base-35c9d3__menu--open li::before { display: none; }
    .mn-base-35c9d3__menu .sub-menu { display: block; position: static; box-shadow: none; border: none; padding: 0 0 0 1rem; min-width: auto; background: transparent; }
    .mn-base-35c9d3__menu .sub-menu a { color: inherit; font-size: 0.9rem; padding: 6px 0; opacity: 0.85; }
    .mn-base-35c9d3--white .mn-base-35c9d3__menu--open { background: var(--bg-main); border-bottom: 1px solid var(--border-color); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
    .mn-base-35c9d3--white .mn-base-35c9d3__menu--open a { color: var(--text-main); }
    .mn-base-35c9d3__tools { width: 100%; justify-content: space-between; margin-top: 0.5rem; }
    .mn-base-35c9d3__secondary-links { justify-content: flex-start; font-size: 0.85rem; }
    .mn-base-35c9d3__secondary-nav--dropdown .mn-base-35c9d3__secondary-links { display: flex; position: static; box-shadow: none; border: none; flex-wrap: wrap; gap: 0.5rem; background: transparent; padding: 0; }
    .mn-base-35c9d3__secondary-nav--dropdown .mn-base-35c9d3__secondary-toggle { display: none; }
    .mn-base-35c9d3__secondary-nav--pills .mn-base-35c9d3__secondary-links { gap: 0.35rem; }
    .mn-base-35c9d3__secondary-nav--pills .mn-base-35c9d3__secondary-links a { font-size: 0.75rem; padding: 0.2rem 0.6rem; }

    .bl-part-e8865--split > .cmp-da802d2 { grid-template-columns: 1fr !important; }
    .bl-part-e8865--left-aligned > .cmp-da802d2 { grid-template-columns: 1fr !important; }
    .bl-part-e8865__ornament { min-height: auto; align-items: center; }
    .bl-part-e8865__title { font-size: clamp(1.75rem, 6vw, 2.5rem); }
    .bl-part-e8865__cta-row { flex-direction: column; }
    .bl-part-e8865__cta-row .bl-part-e8865__button { text-align: center; }
    .bl-part-e8865__figures-row { gap: 1.5rem; }
    .bl-part-e8865__pluses-grid { grid-template-columns: 1fr 1fr !important; }
    .bl-part-e8865--checklist .bl-part-e8865__tick-grid { grid-template-columns: 1fr !important; }
    .bl-part-e8865__badges-row { gap: 0.5rem; }
    .bl-part-e8865__badge { padding: 8px 12px; font-size: 0.8rem; }
    .bl-part-e8865__metrics-layout { grid-template-columns: 1fr; }

    .pnl-frame-9922933--bar .pnl-frame-9922933__bar { flex-wrap: wrap; }
    .pnl-frame-9922933__matrix { gap: 1.25rem; }
    .pnl-frame-9922933__number { font-size: 1.75rem; }

    .pnl-a7ccf__matrix { grid-template-columns: 1fr !important; }
    .pnl-a7ccf--numbered .pnl-a7ccf__matrix { grid-template-columns: 1fr !important; }

    .cp-frame-06d212a__matrix { grid-template-columns: 1fr !important; }
    .cp-frame-06d212a__lane { grid-template-columns: 1fr !important; gap: 0.75rem; }
    .cp-frame-06d212a__list-item { flex-direction: column; text-align: center; }

    .itm-nav-d92f03__matrix { grid-template-columns: 1fr !important; }

    .pg-strip-4e40a__split-grid { grid-template-columns: 1fr !important; }

    .lay-b8bd__matrix { grid-template-columns: 1fr !important; }
    .lay-b8bd__list-item { flex-direction: column; gap: 0.5rem; }
    .lay-b8bd__inline-grid { flex-direction: column; }

    .lay-view-ae51__matrix { grid-template-columns: 1fr 1fr !important; }
    .lay-view-ae51__unit:not(:last-child)::after { display: none; }

    .wrp-form-fe55c__matrix { grid-template-columns: 1fr !important; }
    .wrp-form-fe55c--featured .wrp-form-fe55c__matrix { grid-template-columns: 1fr !important; }
    .wrp-form-fe55c--horizontal .wrp-form-fe55c__lane { flex-direction: column; align-items: center; text-align: center; }
    .wrp-form-fe55c--horizontal .wrp-form-fe55c__ava { margin: 0 auto; }
    .wrp-form-fe55c--masonry .wrp-form-fe55c__matrix { column-count: 1; }
    .wrp-form-fe55c--sidebar .wrp-form-fe55c__structure { grid-template-columns: 1fr !important; }
    .wrp-form-fe55c--sidebar .wrp-form-fe55c__side { position: static; }
    .wrp-form-fe55c--sidebar .wrp-form-fe55c__side h2 { text-align: center; }
    .wrp-form-fe55c--sidebar .wrp-form-fe55c__side::after { margin: 1rem auto; }
    .wrp-form-fe55c--stack .wrp-form-fe55c__module { flex-direction: column; text-align: center; }
    .wrp-form-fe55c--stack .wrp-form-fe55c__expert { text-align: center; }

    .st-inner-c303c0__matrix { grid-template-columns: 1fr 1fr !important; }

    .sec-col-983986__matrix { grid-template-columns: 1fr !important; }

    .wrp-item-21cc8d__qa-grid { grid-template-columns: 1fr !important; }

    .mn-18cd6__matrix { grid-template-columns: 1fr 1fr !important; }
    .mn-18cd6--list .mn-18cd6__module { flex-direction: column; text-align: center; }
    .mn-18cd6--list .mn-18cd6__shot { width: 100%; }
    .wrp-efdfe__matrix { grid-template-columns: 1fr 1fr !important; }
    .box-03e30__matrix { grid-template-columns: 1fr !important; }
    .box-03e30__table { font-size: 0.85rem; overflow-x: auto; display: block; }
    .cmp-fcd3__matrix { grid-template-columns: 1fr !important; }
    .cmp-fcd3--case .cmp-fcd3__unit { grid-template-columns: 1fr !important; }
    .hd-zone-87fa0__unit img { max-height: 30px; }

    .lay-hub-c4ec__matrix { grid-template-columns: 1fr !important; }
    .lay-hub-c4ec__col nav ul { column-count: 1; }
    .lay-hub-c4ec__lower { flex-direction: column; text-align: center; }

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

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

    .lay-view-ae51__matrix { grid-template-columns: 1fr !important; }
    .st-inner-c303c0__matrix { grid-template-columns: 1fr !important; }

    .pnl-frame-9922933__matrix { flex-direction: column; align-items: center; }
    .pnl-frame-9922933--bar .pnl-frame-9922933__bar { flex-direction: column; }
    .pnl-frame-9922933--bar .pnl-frame-9922933__unit { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .pnl-frame-9922933--bar .pnl-frame-9922933__unit:last-child { border-bottom: none; }

    .bl-part-e8865__title { font-size: clamp(1.5rem, 7vw, 2rem); }

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

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

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

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

/* --- Casino / sportsbook ranked list (shared layout) --- */
.box-12277d0__list, .pg-body-986beda__list, .blk-strip-1d89__list { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; }
.box-12277d0__unit, .pg-body-986beda__unit, .blk-strip-1d89__unit {
    display: grid; align-items: center; gap: 0.75rem 1.25rem;
    background: var(--card-bg); border: 1px solid var(--border-color);
    border-radius: var(--radius); padding: 1rem 1.25rem; box-shadow: var(--shadow);
    transition: box-shadow var(--transition), transform var(--transition);
}
.box-12277d0__unit { grid-template-columns: auto auto minmax(0,1fr) auto auto; }
.pg-body-986beda__unit, .blk-strip-1d89__unit { grid-template-columns: auto auto minmax(0,1fr) auto; }
.box-12277d0__unit:hover, .pg-body-986beda__unit:hover, .blk-strip-1d89__unit:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.box-12277d0__rank, .pg-body-986beda__rank, .blk-strip-1d89__rank { font-size: 1.4rem; font-weight: 800; color: var(--brand-color); min-width: 2rem; text-align: center; }
.box-12277d0__logo img, .pg-body-986beda__logo img, .blk-strip-1d89__logo img { max-width: 92px; height: auto; border-radius: 8px; display: block; }
.box-12277d0__details h3, .pg-body-986beda__details h3, .blk-strip-1d89__details h3 { margin: 0 0 0.35rem; font-size: 1.1rem; }
.box-12277d0__rate { display: flex; align-items: center; gap: 0.5rem; }
.box-12277d0__stars { position: relative; display: inline-block; width: 92px; height: 10px; border-radius: 5px; background: var(--border-color); overflow: hidden; }
.box-12277d0__stars::before { content: ''; position: absolute; inset: 0; width: var(--ig-stars, 0%); background: linear-gradient(90deg, #f5a623, #f7c948); }
.box-12277d0__pts, .blk-strip-1d89__rate { font-weight: 700; color: color-mix(in srgb, var(--brand-color) 55%, var(--text-main)); font-size: 0.9rem; }
.box-12277d0__permit, .pg-body-986beda__details small, .blk-strip-1d89__details small { font-size: 0.78rem; color: var(--text-muted); }
.box-12277d0__gift { text-align: center; }
.box-12277d0__gift strong { display: block; color: var(--text-main); font-weight: 800; }
.box-12277d0__gift small, .blk-strip-1d89__deal { display: block; font-size: 0.78rem; color: var(--text-muted); }
.box-12277d0__tools, .blk-strip-1d89__tools { display: flex; flex-direction: column; gap: 0.5rem; }
.box-12277d0__cta-primary, .blk-strip-1d89__cta-primary, .pg-body-986beda__cta {
    display: inline-block; text-align: center; padding: 0.6rem 1.1rem; border-radius: var(--radius);
    background: var(--accent-color); color: #fff; font-weight: 700; text-decoration: none; white-space: nowrap;
    transition: filter var(--transition), transform var(--transition);
}
.box-12277d0__cta-primary:hover, .blk-strip-1d89__cta-primary:hover, .pg-body-986beda__cta:hover { filter: brightness(1.08); transform: translateY(-1px); }
.box-12277d0__cta-secondary, .blk-strip-1d89__cta-secondary { display: inline-block; text-align: center; font-size: 0.82rem; color: var(--brand-color); text-decoration: none; }
.box-12277d0__cta-secondary:hover, .blk-strip-1d89__cta-secondary:hover { text-decoration: underline; }
.pg-body-986beda__props, .blk-strip-1d89__props { list-style: none; padding: 0; margin: 0.35rem 0 0; display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; font-size: 0.82rem; color: var(--text-muted); }

/* --- Bonuses grid --- */
.mn-6b4c__matrix, .cmp-863273__matrix, .wrp-view-0420__matrix, .crd-base-29a83__matrix, .blk-text-94b895__matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.mn-6b4c__module, .wrp-view-0420__module {
    display: flex; flex-direction: column; gap: 0.5rem; background: var(--card-bg);
    border: 1px solid var(--border-color); border-radius: var(--radius); padding: 1.25rem; box-shadow: var(--shadow);
}
.mn-6b4c__type { display: inline-block; align-self: flex-start; background: var(--brand-light); color: var(--brand-dark); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.15rem 0.6rem; border-radius: 999px; }
.mn-6b4c__house { font-weight: 700; font-size: 1.05rem; }
.mn-6b4c__amount, .wrp-view-0420__prize { font-size: 1.5rem; font-weight: 800; color: var(--brand-color); }
.mn-6b4c__rules, .wrp-view-0420__details { list-style: none; padding: 0; margin: 0.25rem 0; display: flex; flex-direction: column; gap: 0.25rem; font-size: 0.85rem; color: var(--text-muted); }
.mn-6b4c__src { font-size: 0.85rem; }
.mn-6b4c__src code { background: var(--bg-alt); padding: 0.15rem 0.5rem; border-radius: 4px; font-weight: 700; }
.mn-6b4c__tcs { margin-top: auto; opacity: 0.6; font-size: 0.72rem; }

/* --- Slots / providers / game categories cards --- */
.cmp-863273__module, .crd-base-29a83__module { display: flex; flex-direction: column; gap: 0.5rem; background: var(--card-bg); border: 1px solid var(--border-color); border-radius: var(--radius); padding: 1rem; box-shadow: var(--shadow); text-decoration: none; color: inherit; transition: box-shadow var(--transition), transform var(--transition); }
.crd-base-29a83__module:hover, .cmp-863273__module:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.cmp-863273__pic { aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; background: var(--bg-alt); display: flex; align-items: center; justify-content: center; }
.cmp-863273__pic img { width: 100%; height: 100%; object-fit: cover; }
.cmp-863273__module h3, .crd-base-29a83__module h3 { margin: 0; font-size: 1rem; }
.cmp-863273__vendor { font-size: 0.78rem; color: var(--text-muted); }
.cmp-863273__props { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.3rem 0.75rem; font-size: 0.8rem; color: var(--text-muted); }
.blk-text-94b895__unit { display: flex; flex-direction: column; align-items: center; gap: 0.4rem; padding: 1rem; background: var(--card-bg); border: 1px solid var(--border-color); border-radius: var(--radius); text-align: center; }
.blk-text-94b895__unit img { max-height: 40px; width: auto; }
.blk-text-94b895__name-only { font-weight: 700; }
.crd-base-29a83__module img { max-height: 48px; width: auto; }

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

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

/* --- License / RG badge rows (standalone trust sections: centered so a few
       badges read as an intentional strip rather than floating top-left) --- */
.mod-hero-2cadf1b, .sec-block-091dce { text-align: center; }
.sec-block-091dce p { max-width: 720px; margin-left: auto; margin-right: auto; }
.mod-hero-2cadf1b__lane, .sec-block-091dce__lane { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.25rem; justify-content: center; }
.mod-hero-2cadf1b__badge, .sec-block-091dce__badge { display: inline-flex; flex-direction: column; align-items: center; gap: 0.25rem; text-decoration: none; }
.mod-hero-2cadf1b__capsule, .sec-block-091dce__capsule { color: #fff; padding: 0.5rem 1.1rem; border-radius: 8px; font-weight: 700; font-size: 0.9rem; }
.mod-hero-2cadf1b__badge small { font-size: 0.65rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.04em; }

/* --- Data tables (tournaments / rakeback / odds / results) --- */
.crd-shelf-c2e60__table, .wrp-stack-e6b24__table, .mn-main-1299__table, .ft-list-8562__table { width: 100%; border-collapse: collapse; margin-top: 1.25rem; font-size: 0.9rem; }
.crd-shelf-c2e60__table th, .wrp-stack-e6b24__table th, .mn-main-1299__table th, .ft-list-8562__table th { text-align: left; background: var(--brand-color); color: #fff; padding: 0.6rem 0.85rem; font-weight: 700; font-size: 0.82rem; }
.crd-shelf-c2e60__table td, .wrp-stack-e6b24__table td, .mn-main-1299__table td, .ft-list-8562__table td { padding: 0.6rem 0.85rem; border-bottom: 1px solid var(--border-color); }
.crd-shelf-c2e60__table tr:nth-child(even) td, .wrp-stack-e6b24__table tr:nth-child(even) td, .mn-main-1299__table tr:nth-child(even) td, .ft-list-8562__table tr:nth-child(even) td { background: var(--bg-alt); }
.ft-list-8562__numbers { font-weight: 700; letter-spacing: 0.04em; color: var(--brand-color); }

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

/* --- Lotteries extra --- */
.wrp-view-0420__country { font-size: 0.78rem; color: var(--text-muted); }

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

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

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

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

/* --- iGaming footer extras (footer base grid/col/bottom inherited) --- */
.lay-hub-c4ec__permits, .lay-hub-c4ec__rg-orgs { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; margin: 0.85rem 0; font-size: 0.85rem; }
.lay-hub-c4ec__permits strong, .lay-hub-c4ec__rg-orgs strong { opacity: 0.85; margin-right: 0.25rem; }
.lay-hub-c4ec__reg, .lay-hub-c4ec__rg, .lay-hub-c4ec__portal-badge { display: inline-block; text-decoration: none; }
.lay-hub-c4ec__disclaimer { margin: 1rem 0; opacity: 0.6; font-size: 0.78rem; line-height: 1.55; }
.lay-hub-c4ec__disclaimer a { text-decoration: underline; }
.lay-hub-c4ec__figures { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; text-align: center; padding: 0 0 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.15); margin-bottom: 1.5rem; }
.lay-hub-c4ec__figures strong { display: block; font-size: 1.35rem; color: #fff; }
.lay-hub-c4ec__figures small { opacity: 0.7; font-size: 0.78rem; }
.lay-hub-c4ec__legal { list-style: none; margin: 0; padding: 0; border: 0; display: flex; flex-direction: column; gap: 0.45rem; }
.lay-hub-c4ec__legal li { margin: 0; list-style: none; }
.lay-hub-c4ec__legal a { font-size: 0.85rem; }

@media (max-width: 768px) {
    .box-12277d0__unit, .pg-body-986beda__unit, .blk-strip-1d89__unit { grid-template-columns: auto 1fr; }
    .box-12277d0__gift, .box-12277d0__tools, .blk-strip-1d89__tools, .pg-body-986beda__props { grid-column: 1 / -1; }
    .box-12277d0__tools, .blk-strip-1d89__tools { flex-direction: row; flex-wrap: wrap; }
    .lay-cell-91dd5__lane { grid-template-columns: 1fr; }
    .crd-panel-9a00f__module { flex-direction: column; align-items: center; text-align: center; }
}
/* ============================================================
   iGaming casino flair (flair=1, ns=g78a3d9) — motion-safe
   ============================================================ */
@keyframes g78a3d9-sheen { 0% { transform: translateX(-130%) skewX(-18deg); } 60%,100% { transform: translateX(230%) skewX(-18deg); } }
@keyframes g78a3d9-glow { 0%,100% { box-shadow: 0 0 0 1px var(--accent-color), 0 0 12px -2px var(--accent-color); } 50% { box-shadow: 0 0 0 1px var(--accent-color), 0 0 26px 2px var(--accent-color); } }
@keyframes g78a3d9-shimmer { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }

/* Primary CTAs: gradient + animated light sweep */
.box-12277d0__cta-primary, .blk-strip-1d89__cta-primary, .pg-body-986beda__cta, .mn-base-35c9d3__cta {
    position: relative; overflow: hidden; border: 0;
    background: linear-gradient(120deg, var(--accent-color), var(--brand-color)); background-size: 180% 100%;
    color: #fff; font-weight: 800; letter-spacing: 0.01em;
    box-shadow: 0 6px 18px -6px var(--accent-color);
}
.box-12277d0__cta-primary::after, .blk-strip-1d89__cta-primary::after, .pg-body-986beda__cta::after, .mn-base-35c9d3__cta::after {
    content: ''; position: absolute; top: 0; left: 0; width: 45%; height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,0.55), transparent);
    transform: translateX(-130%) skewX(-18deg); pointer-events: none;
}
.box-12277d0__cta-primary:hover, .blk-strip-1d89__cta-primary:hover, .pg-body-986beda__cta:hover, .mn-base-35c9d3__cta:hover { filter: brightness(1.06); }

/* #1 ranked item: glowing gradient frame + crown rank */
.box-12277d0__list .box-12277d0__unit:first-child, .blk-strip-1d89__list .blk-strip-1d89__unit:first-child, .pg-body-986beda__list .pg-body-986beda__unit:first-child {
    border-color: transparent;
    background:
        linear-gradient(var(--card-bg), var(--card-bg)) padding-box,
        linear-gradient(120deg, var(--accent-color), var(--brand-color)) border-box;
    border: 2px solid transparent;
}
.box-12277d0__list .box-12277d0__unit:first-child .box-12277d0__rank::before,
.blk-strip-1d89__list .blk-strip-1d89__unit:first-child .blk-strip-1d89__rank::before,
.pg-body-986beda__list .pg-body-986beda__unit:first-child .pg-body-986beda__rank::before { content: '\2605 '; color: #f7c948; }

/* Jackpot / bonus amounts: gold gradient text */
.bl-part-e8865__tally-value, .bl-part-e8865__splash strong, .lay-hub-fd3fc74__amount, .mn-6b4c__amount, .wrp-view-0420__prize, .box-12277d0__gift strong {
    background: linear-gradient(92deg, #f7c948 0%, #ffe9a0 45%, #f0a500 100%); background-size: 200% auto;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: #f0a500;
    text-shadow: 0 0 18px rgba(247,201,72,0.55);
}

/* Hero counter / promo plate: subtle glowing frame */
.bl-part-e8865__tally, .bl-part-e8865__splash { border: 1px solid rgba(247,201,72,0.35); box-shadow: 0 0 30px -10px rgba(247,201,72,0.5); }

/* Section heading accent underline (iGaming) */
.box-12277d0 > .block-lead, .mn-6b4c > .block-lead { position: relative; }

/* License chips subtle sheen on hover */
.mod-hero-2cadf1b__capsule { position: relative; overflow: hidden; }

@media (prefers-reduced-motion: no-preference) {
    .box-12277d0__cta-primary:hover::after, .blk-strip-1d89__cta-primary:hover::after,
    .pg-body-986beda__cta:hover::after, .mn-base-35c9d3__cta:hover::after { animation: g78a3d9-sheen 0.9s ease; }
    .box-12277d0__list .box-12277d0__unit:first-child, .blk-strip-1d89__list .blk-strip-1d89__unit:first-child,
    .pg-body-986beda__list .pg-body-986beda__unit:first-child { animation: g78a3d9-glow 3.2s ease-in-out infinite; }
    .bl-part-e8865__tally-value, .bl-part-e8865__splash strong, .lay-hub-fd3fc74__amount {
        animation: g78a3d9-shimmer 4s linear infinite;
    }
}
.lay-strip-7c8a > .cmp-da802d2 > h2::after { content: ''; display: block; width: 44px; height: 3px; margin: 0.7rem auto 0; background: var(--brand-color); border-radius: 2px; }
