/*
Theme Name: disco-night-club
Description: Starter theme for business sites
Version: 6.8
*/

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('fonts/inter-cyrillic-ext.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('fonts/inter-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('fonts/inter-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('fonts/inter-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --brand-color: hsl(28, 48%, 34%);
    --brand-dark: hsl(28, 48%, 19%);
    --brand-light: hsl(28, 28%, 85%);
    --accent-color: hsl(58, 48%, 44%);
    --accent-hover: hsl(58, 48%, 39%);
    --bg-main: #ffffff;
    --bg-alt: #f7f8fa;
    --text-main: #1a1a1a;
    --text-muted: #666666;
    --border-color: #e2e2e2;
    --card-bg: #ffffff;
    --ff-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --ff-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --radius: 8px;
    --shadow: 0 1px 3px rgba(0,0,0,0.04);
    --shadow-hover: 0 4px 12px rgba(0,0,0,0.08);
    --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; }

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

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

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ff-heading);
    font-weight: 500;
    color: var(--brand-dark);
    line-height: 1.15;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
    text-wrap: balance;
}
h1 { font-size: clamp(1.80rem, 3.6vw + 0.72rem, 3.38rem); }
h2 { font-size: clamp(1.52rem, 3.0vw + 0.61rem, 2.78rem); }
h3 { font-size: clamp(1.07rem, 1.4vw + 0.43rem, 1.40rem); }
h4 { font-size: clamp(1.03rem, 1.2vw + 0.41rem, 1.29rem); }
h5 { font-size: clamp(0.91rem, 1.0vw + 0.36rem, 1.06rem); }
h6 { font-size: clamp(0.81rem, 0.8vw + 0.32rem, 0.95rem); }

p { margin-bottom: 1rem; }

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

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

/* === Section wrapper === */
.blk-shelf-21e4 {
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.blk-shelf-21e4 > .wrp-base-d644 > h2 { text-align: center; margin-bottom: 0.5rem; }
.blk-shelf-21e4 > .wrp-base-d644 > .block-subtitle { 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-subtitle {
    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 === */
.cmp-cell-f86baf9 {
    background: var(--brand-dark);
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    padding: 6px 0;
}
.cmp-cell-f86baf9 .wrp-base-d644 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.cmp-cell-f86baf9 a { color: rgba(255,255,255,0.85); }
.cmp-cell-f86baf9 a:hover { color: #fff; }

/* === Header === */
.mn-grid-551b {
    background: var(--brand-dark);
    color: #fff;
    padding: 0.75rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    
}
.mn-grid-551b .wrp-base-d644 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.mn-grid-551b__brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; min-width: 0; }
.mn-grid-551b__logo { max-height: 44px; width: auto; }
.mn-grid-551b__brand img { max-height: 44px; width: auto; height: auto; } /* cap any opt-in raster logo (no oversized custom-logo) */
.mn-grid-551b__brand-name { font-family: var(--ff-heading); font-weight: 500; font-size: 1.25rem; color: #fff; overflow-wrap: break-word; word-break: break-word; }
.mn-grid-551b__row-brand .mn-grid-551b__brand-name { color: var(--text-main); }
/* === Brand monogram (CSS mark — no raster, header-foreground-aware) === */
.mn-grid-551b__mono { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex: 0 0 auto; font-family: var(--ff-heading); font-weight: 800; font-size: calc(44px * 0.46); line-height: 1; letter-spacing: -0.02em; color: #fff; }
/* solid shapes — accent chip + inherited white glyph (mirrors the proven __cta colours, legible on every header) */
.mn-grid-551b__mono--rounded { background: var(--accent-color); border-radius: 9px; }
.mn-grid-551b__mono--circle { background: var(--accent-color); border-radius: 50%; }
.mn-grid-551b__mono--squircle { background: var(--accent-color); border-radius: 32% / 42%; }
.mn-grid-551b__mono--square { background: var(--accent-color); border-radius: 3px; }
.mn-grid-551b__mono--hex { background: var(--accent-color); clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%); }
/* outline shapes — currentColor, transparent (flip with the header text colour) */
.mn-grid-551b__mono--ring { border: 2px solid currentColor; border-radius: 50%; }
.mn-grid-551b__mono--outline { border: 2px solid currentColor; border-radius: 9px; }
.mn-grid-551b--white .mn-grid-551b__mono--ring, .mn-grid-551b--white .mn-grid-551b__mono--outline,
.mn-grid-551b__row-brand .mn-grid-551b__mono--ring, .mn-grid-551b__row-brand .mn-grid-551b__mono--outline { color: var(--text-main); }
/* wordmark accent treatments — small brand-colour pops */
.mn-grid-551b__brand-name--dot::after { content: '.'; color: var(--accent-color); }
.mn-grid-551b__brand-name--underline { border-bottom: 2px solid var(--accent-color); padding-bottom: 1px; }
.mn-grid-551b__brand-name--accent-first::first-letter { color: var(--accent-color); }
.mn-grid-551b__brand-name--bracket::before { content: '['; color: var(--accent-color); margin-right: 2px; }
.mn-grid-551b__brand-name--bracket::after { content: ']'; color: var(--accent-color); margin-left: 2px; }
.mn-grid-551b__nav { display: flex; gap: 1.25rem; list-style: none; align-items: center; }
.mn-grid-551b__nav li { display: flex; align-items: center; list-style: none; }
.mn-grid-551b__nav a { color: rgba(255,255,255,0.85); font-weight: 500; font-size: 0.95rem; white-space: nowrap; }
.mn-grid-551b__nav a:hover { color: #fff; }
.mn-grid-551b__nav a {
    padding: 6px 12px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.25s ease, background 0.25s ease;
}
.mn-grid-551b__nav a:hover { background: rgba(255,255,255,0.08); border-bottom-color: rgba(255,255,255,0.5); }
.mn-grid-551b__nav a.current-menu-item { border-bottom-color: #fff; }

.mn-grid-551b__nav > a + a { margin-left: 1.25rem; }

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

/* === Header white variant (portal / hh.ru style) === */
.mn-grid-551b--white { background: var(--bg-main); color: var(--text-main); border-bottom: 1px solid var(--border-color); box-shadow: none; }
.mn-grid-551b--white .mn-grid-551b__brand-name { color: var(--text-main); }
.mn-grid-551b--white .mn-grid-551b__nav a { color: var(--text-main); opacity: 0.75; }
.mn-grid-551b--white .mn-grid-551b__nav a:hover { color: var(--brand-color); opacity: 1; }
.mn-grid-551b--white .mn-grid-551b__phone a { color: var(--text-main); }
.mn-grid-551b--white .mn-grid-551b__burger { color: var(--text-main); }

/* === Primary nav submenu (dropdown navMode) === */
.mn-grid-551b__nav li { position: relative; }
.mn-grid-551b__nav .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 200px; background: var(--color-bg, #fff); border: 1px solid var(--color-border, #e5e5e5); box-shadow: 0 8px 24px rgba(0,0,0,0.1); border-radius: 4px; padding: 0.5rem 0; z-index: 100; list-style: none; }
/* reveal on hover AND keyboard focus (WCAG); caret affordance only on items that have children */
.mn-grid-551b__nav li:hover > .sub-menu, .mn-grid-551b__nav li:focus-within > .sub-menu { display: block; }
.mn-grid-551b__nav .menu-item-has-children > a::after { content: '\00a0\25be'; font-size: 0.7em; opacity: 0.65; }
.mn-grid-551b__nav .sub-menu li { max-width: none; }
.mn-grid-551b__nav .sub-menu a { display: block; padding: 0.4rem 1rem; color: var(--color-text, #333); font-size: 0.88rem; white-space: nowrap; }
.mn-grid-551b__nav .sub-menu a:hover { background: var(--color-bg-alt, #f5f5f5); color: var(--brand-color); }

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

/* === Hero === */
.blk-6477c {
    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;
}

.blk-6477c::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 0;
}
.blk-6477c { position: relative; }
.blk-6477c > .wrp-base-d644 { position: relative; z-index: 1; }

.blk-6477c--split > .wrp-base-d644 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.blk-6477c--split .blk-6477c__buttons { justify-content: flex-start; }

/* === Hero: left-aligned variant (2-column with image/decor) === */
.blk-6477c--left-aligned > .wrp-base-d644 { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; text-align: left; }
.blk-6477c--left-aligned .blk-6477c__buttons { justify-content: flex-start; }
.blk-6477c--left-aligned .blk-6477c__subtitle { max-width: 100%; }
.blk-6477c__decor { position: relative; min-height: 280px; display: flex; flex-direction: column; gap: 1rem; align-items: flex-end; justify-content: center; }
.blk-6477c__decor-card { background: rgba(255,255,255,0.12); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius); padding: 1rem 1.5rem; display: flex; align-items: center; gap: 0.75rem; max-width: 280px; width: 100%; transition: transform 0.3s ease; }
.blk-6477c__decor-card:hover { transform: translateY(-3px); }
.blk-6477c__decor-card--1 { align-self: flex-start; margin-left: 10%; }
.blk-6477c__decor-card--2 { align-self: flex-end; margin-right: 5%; }
.blk-6477c__decor-card--3 { align-self: center; }
.blk-6477c__decor-icon { font-size: 1.5rem; }
.blk-6477c__decor-text { font-size: 0.95rem; font-weight: 600; color: #fff; }
.blk-6477c__decor-num { font-size: 1.75rem; font-weight: 800; color: #fff; line-height: 1; }
.blk-6477c__decor-label { font-size: 0.8rem; color: rgba(255,255,255,0.75); }
/* Light variant decor adjustments */
.blk-6477c--light .blk-6477c__decor-card { background: var(--color-card, #fff); border-color: var(--border-color); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.blk-6477c--light .blk-6477c__decor-text { color: var(--text-main); }
.blk-6477c--light .blk-6477c__decor-num { color: var(--brand-color); }
.blk-6477c--light .blk-6477c__decor-label { color: var(--text-muted); }
.blk-6477c__eyebrow { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.8; margin-bottom: 0.5rem; font-weight: 600; }
.blk-6477c__title { color: #fff; font-size: clamp(2.2rem, 5vw, 3.5rem); margin-bottom: 0.75rem; }
.blk-6477c__subtitle { font-size: 1.1rem; line-height: 1.65; max-width: 640px; opacity: 0.9; margin-bottom: 1rem; }
.blk-6477c__subtitle p { color: rgba(255,255,255,0.9); }
.blk-6477c__buttons { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.25rem; justify-content: center; }
.blk-6477c__btn {
    display: inline-block;
    padding: 12px 28px;
    background: var(--accent-color);
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-transform: none;
    letter-spacing: 0.01em;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}
.blk-6477c__btn:hover { background: var(--accent-hover); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.blk-6477c__btn--secondary {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
}
.blk-6477c__btn--secondary:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; transform: translateY(-2px); }
.blk-6477c__image img { border-radius: var(--radius); }

/* === Hero light variant (portal / hh.ru style) === */
.blk-6477c--light { background: var(--bg-main); color: var(--text-main); }
.blk-6477c--light .blk-6477c__title { color: var(--text-main); }
.blk-6477c--light .blk-6477c__eyebrow { color: var(--brand-color); opacity: 1; }
.blk-6477c--light .blk-6477c__subtitle { opacity: 1; }
.blk-6477c--light .blk-6477c__subtitle p { color: var(--text-muted); }
.blk-6477c--light .blk-6477c__btn--secondary { border-color: var(--border-color); color: var(--text-main); }
.blk-6477c--light .blk-6477c__btn--secondary:hover { border-color: var(--brand-color); color: var(--brand-color); background: transparent; }

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

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

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

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

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

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

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

/* === Hero: saas-metrics variant === */
.blk-6477c--saas-metrics > .wrp-base-d644 { text-align: left; }
.blk-6477c__metrics-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.blk-6477c__metrics-text .blk-6477c__buttons { justify-content: flex-start; }
.blk-6477c__metrics-grid { display: grid; gap: 1rem; }
.blk-6477c__metric-card {
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius); padding: 1.25rem;
}
.blk-6477c__metric-card h3 { margin: 0 0 0.25rem; font-size: 1rem; }
.blk-6477c__metric-card p { margin: 0; font-size: 0.9rem; opacity: 0.85; }
.blk-6477c__metric-icon {
    width: 40px; height: 40px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.2rem; margin-bottom: 0.75rem;
}
.blk-6477c__metric-icon--0 { background: hsla(28,48%,34%,0.12); }
.blk-6477c__metric-icon--1 { background: hsla(58,48%,50%,0.12); }
.blk-6477c__metric-icon--2 { background: hsla(28,48%,85%,0.15); }
.blk-6477c--light .blk-6477c__metric-card { background: var(--card-bg); border-color: var(--border-color); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.blk-6477c--light .blk-6477c__metric-card h3 { color: var(--text-main); }
.blk-6477c--light .blk-6477c__metric-card p { color: var(--text-muted); }

/* === Stats === */
.blk-outer-eb54 { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.blk-outer-eb54 > .wrp-base-d644 > h2 { text-align: center; margin-bottom: 1.5rem; }
.blk-outer-eb54__grid { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; text-align: center; }
.blk-outer-eb54__item { min-width: 120px; }
.blk-outer-eb54__number { font-size: 2.25rem; font-weight: 500; font-family: var(--ff-heading); color: var(--brand-color); line-height: 1.2; }
.blk-outer-eb54__label { font-size: 0.9rem; color: var(--text-muted); margin-top: 0.2rem; }

/* Stats variant: cards */
.blk-outer-eb54--cards .blk-outer-eb54__grid { gap: 1.25rem; }
.blk-outer-eb54--cards .blk-outer-eb54__item {
    padding: 1.25rem;
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    min-width: 160px;
    flex: 1;
}

/* Stats variant: bar */
.blk-outer-eb54--bar { padding: 0; }
.blk-outer-eb54__bar {
    display: flex;
    background: var(--brand-dark);
    color: #fff;
    padding: 1.25rem 0;
}
.blk-outer-eb54--bar .blk-outer-eb54__item { flex: 1; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); padding: 0.5rem 1rem; }
.blk-outer-eb54--bar .blk-outer-eb54__item:last-child { border-right: none; }
.blk-outer-eb54--bar .blk-outer-eb54__number { color: #fff; font-size: 2rem; }
.blk-outer-eb54--bar .blk-outer-eb54__label { color: rgba(255,255,255,0.8); }

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

.cp-content-5b0f {
    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);
}
.cp-content-5b0f:hover { box-shadow: var(--shadow-hover); border-color: var(--brand-light); transform: translateY(-2px); }
.cp-content-5b0f__icon { margin-bottom: 0.75rem; }
.cp-content-5b0f__icon img { width: 48px; height: 48px; }

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

/* Adv variant: list */
.el-top-19e9a1c--list .el-top-19e9a1c__grid { grid-template-columns: 1fr; gap: 1rem; }
.el-top-19e9a1c--list .el-top-19e9a1c__item { display: flex; gap: 1.25rem; text-align: left; align-items: flex-start; }
.el-top-19e9a1c--list .el-top-19e9a1c__icon { flex-shrink: 0; }
.el-top-19e9a1c--list .el-top-19e9a1c__text p { margin-bottom: 0; }

/* Adv variant: numbered */
.el-top-19e9a1c--numbered .el-top-19e9a1c__grid { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.el-top-19e9a1c--numbered .el-top-19e9a1c__item { display: flex; gap: 1rem; text-align: left; padding: 1.25rem; }
.el-top-19e9a1c__num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-light);
    color: var(--brand-dark);
    font-weight: 500;
    font-size: 1.25rem;
    border-radius: var(--radius);
    font-family: var(--ff-heading);
}
.el-top-19e9a1c--numbered .el-top-19e9a1c__text p { margin-bottom: 0; }

/* Adv variant: bordered */
.el-top-19e9a1c--bordered .el-top-19e9a1c__item {
    border: var(--border-w) solid var(--border-color);
    border-left: 4px solid var(--brand-color);
    text-align: left;
    border-radius: 0 var(--radius) var(--radius) 0;
}
.el-top-19e9a1c--bordered .el-top-19e9a1c__item:hover { border-left-color: var(--accent-color); }

/* === Tariffs === */
.blk-rail-07ca4 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.blk-rail-07ca4 > .wrp-base-d644 > h2 { text-align: center; margin-bottom: 1.5rem; }
.blk-rail-07ca4__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.blk-rail-07ca4__card {
    padding: 1.75rem;
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    transition: box-shadow var(--transition), transform var(--transition);
    background: var(--card-bg);
}
.blk-rail-07ca4__card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.blk-rail-07ca4__card--highlighted { border-color: var(--brand-color); box-shadow: 0 0 0 2px var(--brand-light); position: relative; }
.blk-rail-07ca4__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;
}
.blk-rail-07ca4__price { font-size: 1.75rem; font-weight: 500; color: var(--brand-color); margin: 0.5rem 0; }
.blk-rail-07ca4__features { list-style: none; padding: 0; margin: 0.75rem 0; text-align: left; }
.blk-rail-07ca4__features li { padding: 0.35rem 0; border-bottom: 1px solid var(--border-color); font-size: 0.9rem; }

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

/* Tariff variant: minimal */
.blk-rail-07ca4--minimal .blk-rail-07ca4__grid { display: none; }
.blk-rail-07ca4__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border-color);
}
.blk-rail-07ca4--minimal .blk-rail-07ca4__price { font-size: 1.25rem; white-space: nowrap; margin: 0; }

/* === Benefits === */
.sec-panel-5cf85 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.sec-panel-5cf85 > .wrp-base-d644 > h2 { text-align: center; margin-bottom: 1.5rem; }
.sec-panel-5cf85__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.sec-panel-5cf85__item {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--card-bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.sec-panel-5cf85__item h3 { margin-bottom: 0.2rem; }

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

/* Benefits variant: icons */
.sec-panel-5cf85--icons .sec-panel-5cf85__item { flex-direction: column; text-align: center; align-items: center; }
.sec-panel-5cf85__icon-big { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.5rem; }
.sec-panel-5cf85__icon-big img { width: 56px; height: 56px; }

/* === FAQ === */
.st-92b7b#faq { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.st-92b7b#faq h2, .st-92b7b > .wrp-base-d644 > h2 { text-align: center; margin-bottom: 1.5rem; }

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

/* FAQ details/accordion */
details.cp-content-5b0f { cursor: pointer; }
details.cp-content-5b0f summary { font-weight: 600; }
details.cp-content-5b0f[open] summary { color: var(--brand-color); }

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

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

/* CTA variant: split */
.pg-aside-248b7--split { text-align: left; }
.pg-aside-248b7__split-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: center; }
.pg-aside-248b7__split-action { text-align: center; }

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

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

/* Products variant: inline */
.pg-base-b70146--inline .pg-base-b70146__grid { display: none; }
.pg-base-b70146__inline-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.pg-base-b70146__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;
}
.pg-base-b70146__inline-item:hover { border-color: var(--brand-color); }
.pg-base-b70146__inline-item span { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.25rem; }

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

/* Transparent header: push hero content below header */
.mn-grid-551b--transparent ~ main > .blk-6477c { padding-top: calc(80px + 2rem); }
/* Transparent header on non-hero pages (single, subpages): push first child down */
.mn-grid-551b--transparent ~ main > .wrp-base-d644:first-child { padding-top: calc(80px + 2rem); }
.mn-grid-551b--transparent ~ main > .st-92b7b:first-child { padding-top: calc(80px + 2rem); }

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

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

/* -- test-minimal -- */
.box-16ebb--minimal { text-align: center; }
.box-16ebb--minimal .wrp-base-d644 > h2 { margin-bottom: 2rem; }
.box-16ebb--minimal .box-16ebb__list { max-width: 700px; margin: 0 auto; }
.box-16ebb--minimal .box-16ebb__item { padding: 2rem 0; border-bottom: 1px solid var(--border-color); }
.box-16ebb--minimal .box-16ebb__item:last-child { border-bottom: none; }
.box-16ebb--minimal .box-16ebb__quote { font-size: 1.1rem; padding-left: 0; }
.box-16ebb--minimal .box-16ebb__quote::before { display: none; }

/* -- test-featured -- */
.box-16ebb--featured .box-16ebb__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.box-16ebb--featured .box-16ebb__card--feat {
    grid-column: 1 / -1;
    border-left: 4px solid var(--brand-color);
    background: color-mix(in srgb, var(--brand-color) 5%, var(--card-bg));
}
.box-16ebb--featured .box-16ebb__card--feat .box-16ebb__avatar { width: 72px; height: 72px; }

/* -- test-horizontal -- */
.box-16ebb--horizontal .box-16ebb__row {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    margin-bottom: 1rem;
}
.box-16ebb--horizontal .box-16ebb__row:last-child { margin-bottom: 0; }
.box-16ebb--horizontal .box-16ebb__avatar { width: 64px; height: 64px; border-radius: 8px; flex-shrink: 0; overflow: hidden; }
.box-16ebb--horizontal .box-16ebb__avatar img { border-radius: 8px; }
.box-16ebb--horizontal .box-16ebb__content { flex: 1; }
.box-16ebb--horizontal .box-16ebb__quote { padding-left: 0; margin-bottom: 0.75rem; }
.box-16ebb--horizontal .box-16ebb__quote::before { display: none; }

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

/* -- test-large-avatar -- */
.box-16ebb--lg-avatar .box-16ebb__card { text-align: center; }
.box-16ebb--lg-avatar .box-16ebb__avatar { width: 80px; height: 80px; margin: 0 auto 1rem; }
.box-16ebb--lg-avatar .box-16ebb__quote { padding-left: 0; text-align: center; }
.box-16ebb--lg-avatar .box-16ebb__quote::before { position: static; display: block; text-align: center; margin-bottom: -0.5rem; }
.box-16ebb--lg-avatar .box-16ebb__meta { margin-top: 0.75rem; }

/* -- test-masonry -- */
.box-16ebb--masonry .box-16ebb__grid { display: block; column-count: 2; column-gap: 1.25rem; }
.box-16ebb--masonry .box-16ebb__card { break-inside: avoid; margin-bottom: 1.25rem; border-top: 3px solid var(--brand-color); box-shadow: none; }
.box-16ebb--masonry .box-16ebb__quote::before { display: none; }
.box-16ebb--masonry .box-16ebb__quote { padding-left: 0; }

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

/* -- test-stack -- */
.box-16ebb--stack .box-16ebb__grid { display: flex; flex-direction: column; gap: 0; }
.box-16ebb--stack .box-16ebb__card { display: flex; gap: 1.5rem; align-items: center; padding: 2rem; border: none; border-radius: 0; box-shadow: none; }
.box-16ebb--stack .box-16ebb__card:nth-child(even) { background: var(--bg-alt); }
.box-16ebb--stack .box-16ebb__card:nth-child(odd) { background: var(--card-bg); }
.box-16ebb--stack .box-16ebb__quote { flex: 1; padding-left: 0; margin-bottom: 0; }
.box-16ebb--stack .box-16ebb__quote::before { display: none; }
.box-16ebb--stack .box-16ebb__author { flex-shrink: 0; text-align: right; }
.box-16ebb--stack .box-16ebb__avatar { width: 56px; height: 56px; }

/* === Partners === */
.el-cta-4190dd { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.el-cta-4190dd > .wrp-base-d644 > h2 { text-align: center; margin-bottom: 1.5rem; }
.el-cta-4190dd__logos { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: center; }
.el-cta-4190dd__logo-item { display: flex; align-items: center; justify-content: center; min-width: 120px; }
.el-cta-4190dd__logo-item img { max-height: 48px; width: auto; filter: grayscale(100%); opacity: 0.6; transition: all var(--transition); }
.el-cta-4190dd__logo-item:hover img { filter: grayscale(0%); opacity: 1; }
.el-cta-4190dd__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);
}
.el-cta-4190dd__logo-item:hover .el-cta-4190dd__logo-text { color: var(--brand-color); border-color: var(--brand-color); }

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

/* === Blog === */
.mod-list-59155d6 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.mod-list-59155d6 > .wrp-base-d644 > h2 { text-align: center; margin-bottom: 1.5rem; }
.mod-list-59155d6__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.mod-list-59155d6__thumb { border-radius: var(--radius); overflow: hidden; margin-bottom: 0.75rem; }
.mod-list-59155d6__thumb img { width: 100%; height: 180px; object-fit: cover; display: block; }
.mod-list-59155d6__date { font-size: 0.8rem; color: var(--text-muted); display: block; margin-bottom: 0.25rem; }
.mod-list-59155d6__excerpt { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }
.mod-list-59155d6__more { font-size: 0.85rem; color: var(--brand-color); text-decoration: none; font-weight: 500; }
.mod-list-59155d6__more:hover { text-decoration: underline; }
/* Blog: list variant */
.mod-list-59155d6--list .mod-list-59155d6__item { display: flex; gap: 1.25rem; padding: 1rem 0; border-bottom: 1px solid var(--border-color); }
.mod-list-59155d6--list .mod-list-59155d6__thumb { flex-shrink: 0; width: 200px; margin: 0; }
.mod-list-59155d6--list .mod-list-59155d6__thumb img { height: 130px; }
.mod-list-59155d6--list .mod-list-59155d6__item-body h3 { margin: 0 0 0.25rem; font-size: 1.1rem; }
.mod-list-59155d6--list .mod-list-59155d6__item-body h3 a { color: var(--text-main); text-decoration: none; }
.mod-list-59155d6--list .mod-list-59155d6__item-body h3 a:hover { color: var(--brand-color); }
/* Blog: cards variant */
.mod-list-59155d6--cards .mod-list-59155d6__card { display: flex; flex-direction: column; }
.mod-list-59155d6--cards .mod-list-59155d6__card-body { flex: 1; display: flex; flex-direction: column; padding: 1rem 0; }
.mod-list-59155d6--cards .mod-list-59155d6__card-body h3 { margin: 0.25rem 0 0.5rem; font-size: 1.05rem; }
.mod-list-59155d6--cards .mod-list-59155d6__card-body h3 a { color: var(--text-main); text-decoration: none; }
.mod-list-59155d6--cards .mod-list-59155d6__card-body h3 a:hover { color: var(--brand-color); }
.mod-list-59155d6--cards .mod-list-59155d6__more { margin-top: auto; }
/* Blog: minimal variant */
.mod-list-59155d6--minimal .mod-list-59155d6__list { list-style: none; padding: 0; }
.mod-list-59155d6--minimal .mod-list-59155d6__list li { padding: 0.75rem 0; border-bottom: 1px solid var(--border-color); display: flex; justify-content: space-between; align-items: center; }
.mod-list-59155d6--minimal .mod-list-59155d6__list a { color: var(--text-main); text-decoration: none; font-weight: 500; }
.mod-list-59155d6--minimal .mod-list-59155d6__list a:hover { color: var(--brand-color); }

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

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

/* === Code Showcase (CSS-only tabs) === */.itm-base-3deb3 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.itm-base-3deb3 > .wrp-base-d644 > h2 { text-align: center; margin-bottom: 0.5rem; }
.itm-base-3deb3__panel { position: relative; max-width: 720px; margin: 2rem auto 0; }
.itm-base-3deb3__radio { display: none; }
.itm-base-3deb3__tabs { display: flex; gap: 5px; }
.itm-base-3deb3__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); }
.itm-base-3deb3__code-block { display: none; background: #1e293b; border-radius: 0 8px 8px 8px; overflow-x: auto; }
.itm-base-3deb3__code-block pre { color: #f1f5f9; padding: 25px; font-size: 0.85rem; line-height: 1.6; margin: 0; font-family: 'SFMono-Regular',Consolas,'Liberation Mono',Menlo,monospace; }
.itm-base-3deb3__code-block code { white-space: pre; }
.itm-base-3deb3__radio:nth-of-type(1):checked ~ .itm-base-3deb3__code-block--curl { display: block; }
.itm-base-3deb3__radio:nth-of-type(2):checked ~ .itm-base-3deb3__code-block--python { display: block; }
.itm-base-3deb3__radio:nth-of-type(3):checked ~ .itm-base-3deb3__code-block--php { display: block; }
.itm-base-3deb3__radio:nth-of-type(1):checked ~ .itm-base-3deb3__tabs .itm-base-3deb3__tab-btn:nth-of-type(1),
.itm-base-3deb3__radio:nth-of-type(2):checked ~ .itm-base-3deb3__tabs .itm-base-3deb3__tab-btn:nth-of-type(2),
.itm-base-3deb3__radio:nth-of-type(3):checked ~ .itm-base-3deb3__tabs .itm-base-3deb3__tab-btn:nth-of-type(3) {
    background: #1e293b; color: #fff;
}
/* === Categories === */
.pnl-0111 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.pnl-0111 > .wrp-base-d644 > h2 { text-align: center; margin-bottom: 0.5rem; }
.pnl-0111__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; }
.pnl-0111__card { padding: 1.5rem; background: var(--card-bg); border: var(--border-w) solid var(--border-color); border-radius: var(--radius); text-decoration: none; color: var(--text-main); transition: all var(--transition); display: block; }
.pnl-0111__card:hover { border-color: var(--brand-color); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.pnl-0111__item { text-decoration: none; color: var(--text-main); transition: background var(--transition); }
.pnl-0111__item:hover { background: var(--bg-alt); }
.pnl-0111--icons .pnl-0111__item { text-decoration: none; color: var(--text-main); transition: color var(--transition); }
.pnl-0111--icons .pnl-0111__item:hover { color: var(--brand-color); }

/* === Comparison === */
.el-653d46 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.el-653d46 > .wrp-base-d644 > h2 { text-align: center; margin-bottom: 0.5rem; }
.el-653d46__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.el-653d46__card { padding: 1.5rem; background: var(--card-bg); border: var(--border-w) solid var(--border-color); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.el-653d46__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.el-653d46__card h3 { margin: 0 0 0.75rem; font-size: 1.1rem; }
.el-653d46__rating { color: var(--accent-color); font-size: 1.1rem; margin-bottom: 0.75rem; }
.el-653d46__pros, .el-653d46__cons { font-size: 0.9rem; margin-bottom: 0.5rem; }
.el-653d46__table { width: 100%; border-spacing: 0; border-collapse: collapse; }
.el-653d46__table th { font-weight: 600; color: var(--text-main); background: var(--bg-alt); }
.el-653d46__table td, .el-653d46__table th { padding: 0.75rem; border-bottom: 1px solid var(--border-color); text-align: left; }
.el-653d46__table tr:hover td { background: var(--bg-alt); }
.el-653d46__wrapper { overflow-x: auto; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid var(--border-color); }
.el-653d46__th-feature, .el-653d46__td-feature { position: sticky; left: 0; z-index: 1; background: var(--bg-main); box-shadow: 2px 0 5px rgba(0,0,0,0.05); }
.el-653d46__th-feature { z-index: 2; background: var(--bg-alt); }
.el-653d46__th-hl { background: var(--brand-light); border-top: 3px solid var(--brand-color); color: var(--brand-dark); }
.el-653d46__td-hl { background: var(--brand-light); }
.el-653d46--list .el-653d46__item { padding: 1.25rem 0; border-bottom: 1px solid var(--border-color); }

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

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

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

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

/* Footer: legal bar */
.sec-rail-6d2e069__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;
}
.sec-rail-6d2e069__legal li { list-style: none; }
.sec-rail-6d2e069__legal a { color: rgba(255,255,255,0.55); }
.sec-rail-6d2e069__legal a:hover { color: rgba(255,255,255,0.9); }

/* Footer: custom HTML */
.sec-rail-6d2e069__custom { padding: 0.75rem 0; }

/* === Buttons === */
.btn {
    display: inline-block;
    padding: 10px 24px;
    font-family: var(--ff-body);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.01em;
    border: var(--border-w) solid var(--brand-color);
    background: transparent;
    color: var(--brand-color);
    cursor: pointer;
    transition: all var(--transition);
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
}
.btn:hover { background: var(--brand-color); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.btn-primary {
    background: var(--brand-color);
    color: #fff;
    border-color: var(--brand-color);
}
.btn-primary:hover { background: var(--accent-color); border-color: var(--accent-color); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.btn-outline {
    background: transparent;
    color: var(--brand-color);
    border: 2px solid var(--brand-color);
}
.btn-outline:hover { background: var(--brand-color); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
/* Gradient CTA button style */
.btn-primary {
    background: linear-gradient(45deg, var(--brand-color), var(--accent-color));
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    border-radius: 12px;
}
.btn-primary:hover { filter: brightness(1.1); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.2); }
.btn-primary:active { filter: brightness(0.95); transform: translateY(0); }
.cta-link {
    display: inline-block;
    padding: 10px 24px;
    font-family: var(--ff-body);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.01em;
    background: var(--brand-color);
    color: #fff;
    border: var(--border-w) solid var(--brand-color);
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
    cursor: pointer;
    transition: all var(--transition);
}
.cta-link:hover { background: var(--accent-color); border-color: var(--accent-color); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

/* === Section modifier utility classes === */
.mod--tinted { background: linear-gradient(135deg, var(--bg-main) 0%, var(--bg-alt) 100%) !important; }
.layer--accent {
    background: var(--brand-light) !important;
    /* Override ALL text vars to dark — accent-bg is always light */
    --color-text: #1e293b; --color-text-light: #475569; --color-card: #fff;
    --color-bg-alt: rgba(0,0,0,0.03); --color-border: rgba(0,0,0,0.12);
    --clr-body: #1e293b; --clr-body-light: #475569; --clr-card: #fff;
    --clr-surface-alt: rgba(0,0,0,0.03); --clr-border: rgba(0,0,0,0.12);
    --text-main: #1e293b; --text-muted: #475569; --card-bg: #fff;
    --bg-alt: rgba(0,0,0,0.03); --border-color: rgba(0,0,0,0.12);
}
.layer--accent, .layer--accent p, .layer--accent li, .layer--accent span, .layer--accent h2, .layer--accent h3 { color: #1e293b !important; }
.layer--accent .blk-outer-eb54__number { color: var(--brand-dark) !important; }
.layer--accent .blk-outer-eb54__label { color: #475569 !important; }
.layer--accent .blk-outer-eb54__bar { background: var(--brand-dark) !important; color: #fff !important; }
.layer--accent .blk-outer-eb54__bar .blk-outer-eb54__number, .layer--accent .blk-outer-eb54__bar .blk-outer-eb54__label { color: #fff !important; }
.alt--glow {
    background: rgba(255,255,255,0.7) !important; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    /* Override ALL text vars to dark — glass bg is always light */
    --color-text: #1e293b; --color-text-light: #475569; --color-card: rgba(255,255,255,0.5);
    --color-bg-alt: rgba(0,0,0,0.03); --color-border: rgba(0,0,0,0.1);
    --clr-body: #1e293b; --clr-body-light: #475569; --clr-card: rgba(255,255,255,0.5);
    --clr-surface-alt: rgba(0,0,0,0.03); --clr-border: rgba(0,0,0,0.1);
    --text-main: #1e293b; --text-muted: #475569; --card-bg: rgba(255,255,255,0.5);
    --bg-alt: rgba(0,0,0,0.03); --border-color: rgba(0,0,0,0.1);
}
.alt--glow h2, .alt--glow h3, .alt--glow p, .alt--glow span { color: #1e293b; }
.alt--glow .blk-outer-eb54__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 .blk-rail-07ca4__price { color: #fff; }
.alt--contrast .block-subtitle { color: rgba(255,255,255,0.7); }

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

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

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

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

    .cmp-cell-f86baf9 .wrp-base-d644 { font-size: 0.8rem; flex-wrap: wrap; justify-content: center; text-align: center; }

    .mn-grid-551b .wrp-base-d644 { flex-wrap: wrap; }
    .mn-grid-551b__nav { display: none; }
    .mn-grid-551b__burger { display: block; }
    .mn-grid-551b__nav--open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--brand-dark);
        padding: 1rem var(--gutter);
        gap: 0.5rem;
        z-index: 99;
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }
    .mn-grid-551b__nav--open a { padding: 8px 0; display: block; font-size: 1rem; }
    .mn-grid-551b__nav--open li::before { display: none; }
    .mn-grid-551b__nav .sub-menu { display: block; position: static; box-shadow: none; border: none; padding: 0 0 0 1rem; min-width: auto; background: transparent; }
    .mn-grid-551b__nav .sub-menu a { color: inherit; font-size: 0.9rem; padding: 6px 0; opacity: 0.85; }
    .mn-grid-551b--white .mn-grid-551b__nav--open { background: var(--bg-main); border-bottom: 1px solid var(--border-color); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
    .mn-grid-551b--white .mn-grid-551b__nav--open a { color: var(--text-main); }
    .mn-grid-551b__actions { width: 100%; justify-content: space-between; margin-top: 0.5rem; }
    .mn-grid-551b__sec-links { justify-content: flex-start; font-size: 0.85rem; }
    .mn-grid-551b__sec-nav--dropdown .mn-grid-551b__sec-links { display: flex; position: static; box-shadow: none; border: none; flex-wrap: wrap; gap: 0.5rem; background: transparent; padding: 0; }
    .mn-grid-551b__sec-nav--dropdown .mn-grid-551b__sec-toggle { display: none; }
    .mn-grid-551b__sec-nav--pills .mn-grid-551b__sec-links { gap: 0.35rem; }
    .mn-grid-551b__sec-nav--pills .mn-grid-551b__sec-links a { font-size: 0.75rem; padding: 0.2rem 0.6rem; }

    .blk-6477c--split > .wrp-base-d644 { grid-template-columns: 1fr !important; }
    .blk-6477c--left-aligned > .wrp-base-d644 { grid-template-columns: 1fr !important; }
    .blk-6477c__decor { min-height: auto; align-items: center; }
    .blk-6477c__title { font-size: clamp(1.75rem, 6vw, 2.5rem); }
    .blk-6477c__buttons { flex-direction: column; }
    .blk-6477c__buttons .blk-6477c__btn { text-align: center; }
    .blk-6477c__stats-row { gap: 1.5rem; }
    .blk-6477c__features-grid { grid-template-columns: 1fr 1fr !important; }
    .blk-6477c--checklist .blk-6477c__check-grid { grid-template-columns: 1fr !important; }
    .blk-6477c__badges-row { gap: 0.5rem; }
    .blk-6477c__badge { padding: 8px 12px; font-size: 0.8rem; }
    .blk-6477c__metrics-layout { grid-template-columns: 1fr; }

    .blk-outer-eb54--bar .blk-outer-eb54__bar { flex-wrap: wrap; }
    .blk-outer-eb54__grid { gap: 1.25rem; }
    .blk-outer-eb54__number { font-size: 1.75rem; }

    .el-top-19e9a1c__grid { grid-template-columns: 1fr !important; }
    .el-top-19e9a1c--numbered .el-top-19e9a1c__grid { grid-template-columns: 1fr !important; }

    .blk-rail-07ca4__grid { grid-template-columns: 1fr !important; }
    .blk-rail-07ca4__row { grid-template-columns: 1fr !important; gap: 0.75rem; }
    .blk-rail-07ca4__list-item { flex-direction: column; text-align: center; }

    .sec-panel-5cf85__grid { grid-template-columns: 1fr !important; }

    .pg-aside-248b7__split-grid { grid-template-columns: 1fr !important; }

    .pg-base-b70146__grid { grid-template-columns: 1fr !important; }
    .pg-base-b70146__list-item { flex-direction: column; gap: 0.5rem; }
    .pg-base-b70146__inline-grid { flex-direction: column; }

    .lay-aside-7e48c__grid { grid-template-columns: 1fr 1fr !important; }
    .lay-aside-7e48c__item:not(:last-child)::after { display: none; }

    .box-16ebb__grid { grid-template-columns: 1fr !important; }
    .box-16ebb--featured .box-16ebb__grid { grid-template-columns: 1fr !important; }
    .box-16ebb--horizontal .box-16ebb__row { flex-direction: column; align-items: center; text-align: center; }
    .box-16ebb--horizontal .box-16ebb__avatar { margin: 0 auto; }
    .box-16ebb--masonry .box-16ebb__grid { column-count: 1; }
    .box-16ebb--sidebar .box-16ebb__layout { grid-template-columns: 1fr !important; }
    .box-16ebb--sidebar .box-16ebb__side { position: static; }
    .box-16ebb--sidebar .box-16ebb__side h2 { text-align: center; }
    .box-16ebb--sidebar .box-16ebb__side::after { margin: 1rem auto; }
    .box-16ebb--stack .box-16ebb__card { flex-direction: column; text-align: center; }
    .box-16ebb--stack .box-16ebb__author { text-align: center; }

    .ft-promo-706fc8__grid { grid-template-columns: 1fr 1fr !important; }

    .mod-list-59155d6__grid { grid-template-columns: 1fr !important; }

    .st-92b7b__faq-grid { grid-template-columns: 1fr !important; }

    .ft-grid-4bf4f__grid { grid-template-columns: 1fr 1fr !important; }
    .ft-grid-4bf4f--list .ft-grid-4bf4f__card { flex-direction: column; text-align: center; }
    .ft-grid-4bf4f--list .ft-grid-4bf4f__photo { width: 100%; }
    .pnl-0111__grid { grid-template-columns: 1fr 1fr !important; }
    .el-653d46__grid { grid-template-columns: 1fr !important; }
    .el-653d46__table { font-size: 0.85rem; overflow-x: auto; display: block; }
    .sec-item-1698c12__grid { grid-template-columns: 1fr !important; }
    .sec-item-1698c12--case .sec-item-1698c12__item { grid-template-columns: 1fr !important; }
    .box-hub-38ea__item img { max-height: 30px; }

    .sec-rail-6d2e069__grid { grid-template-columns: 1fr !important; }
    .sec-rail-6d2e069__col nav ul { column-count: 1; }
    .sec-rail-6d2e069__bottom { flex-direction: column; text-align: center; }

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

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

    .lay-aside-7e48c__grid { grid-template-columns: 1fr !important; }
    .ft-promo-706fc8__grid { grid-template-columns: 1fr !important; }

    .blk-outer-eb54__grid { flex-direction: column; align-items: center; }
    .blk-outer-eb54--bar .blk-outer-eb54__bar { flex-direction: column; }
    .blk-outer-eb54--bar .blk-outer-eb54__item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .blk-outer-eb54--bar .blk-outer-eb54__item:last-child { border-bottom: none; }

    .blk-6477c__title { font-size: clamp(1.5rem, 7vw, 2rem); }

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

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

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

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