/*
Theme Name: consulthub
Description: Custom theme
Version: 4.5
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap');

:root {
    --color-primary: hsl(25, 75%, 48%);
    --color-primary-dark: hsl(25, 75%, 33%);
    --color-primary-light: hsl(25, 55%, 88%);
    --color-accent: hsl(55, 75%, 58%);
    --color-accent-hover: hsl(55, 75%, 50%);
    --color-bg: #ffffff;
    --color-bg-alt: #f7f8fa;
    --color-text: #1a1a1a;
    --color-text-light: #666666;
    --color-border: #e2e2e2;
    --color-card: #ffffff;
    --font-main: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    --font-head: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    --radius: 6px;
    --shadow: 0 1px 3px rgba(0,0,0,0.08);
    --shadow-hover: 0 4px 12px rgba(0,0,0,0.12);
    --border-w: 1px;
    --container: 1200px;
    --gutter: 20px;
    --transition: 0.25s ease;
    /* Cross-set CSS variable aliases */
    --clr-main: var(--color-primary);
    --clr-main-dark: var(--color-primary-dark);
    --clr-main-light: var(--color-primary-light);
    --clr-accent: var(--color-accent);
    --clr-accent-hover: var(--color-accent-hover);
    --clr-surface: var(--color-bg);
    --clr-surface-alt: var(--color-bg-alt);
    --clr-body: var(--color-text);
    --clr-body-light: var(--color-text-light);
    --clr-border: var(--color-border);
    --clr-card: var(--color-card);
    --type-body: var(--font-main);
    --type-heading: var(--font-head);
    --brand-color: var(--color-primary);
    --brand-dark: var(--color-primary-dark);
    --brand-light: var(--color-primary-light);
    --accent-color: var(--color-accent);
    --accent-hover: var(--color-accent-hover);
    --bg-main: var(--color-bg);
    --bg-alt: var(--color-bg-alt);
    --text-main: var(--color-text);
    --text-muted: var(--color-text-light);
    --border-color: var(--color-border);
    --card-bg: var(--color-card);
    --ff-body: var(--font-main);
    --ff-heading: var(--font-head);
}

*, *::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(--color-bg);
    color: var(--color-text);
    font-family: var(--font-main);
    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(--font-head);
    font-weight: 700;
    color: var(--color-primary-dark);
    line-height: 1.15;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
    text-wrap: balance;
}
h1 { font-size: clamp(2.08rem, 4.2vw + 0.83rem, 3.90rem); }
h2 { font-size: clamp(1.43rem, 2.9vw + 0.57rem, 2.61rem); }
h3 { font-size: clamp(1.16rem, 1.5vw + 0.46rem, 1.52rem); }
h4 { font-size: clamp(1.07rem, 1.3vw + 0.43rem, 1.34rem); }
h5 { font-size: clamp(0.86rem, 0.9vw + 0.34rem, 0.99rem); }
h6 { font-size: clamp(0.77rem, 0.7vw + 0.31rem, 0.90rem); }

p { margin-bottom: 1rem; }

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

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

/* === Section wrapper === */
.wp-base-5dac {
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.wp-base-5dac > .lay-flow-56b9750 > h2 { text-align: center; margin-bottom: 0.5rem; }
.wp-base-5dac > .lay-flow-56b9750 > .sec-text { margin-bottom: 2rem; }

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

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

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

/* === Top Bar === */
.wrp-74b090d {
    background: var(--color-primary-dark);
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    padding: 6px 0;
}
.wrp-74b090d .lay-flow-56b9750 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.wrp-74b090d a { color: rgba(255,255,255,0.85); }
.wrp-74b090d a:hover { color: #fff; }

/* === Header === */
.sec-shelf-9a45 {
    background: var(--color-primary-dark);
    color: #fff;
    padding: 1.1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.sec-shelf-9a45 .lay-flow-56b9750 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.sec-shelf-9a45__brand { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; flex-shrink: 0; }
.sec-shelf-9a45__logo { max-height: 52px; width: auto; }
.sec-shelf-9a45__brand-name { font-family: var(--font-head); font-weight: 700; font-size: 1.4rem; color: #fff; }
.sec-shelf-9a45__row-brand .sec-shelf-9a45__brand-name { color: var(--color-text); }
.sec-shelf-9a45__nav { display: flex; gap: 1.25rem; list-style: none; align-items: center; }
.sec-shelf-9a45__nav li { list-style: none; }
.sec-shelf-9a45__nav a { color: rgba(255,255,255,0.85); font-weight: 500; font-size: 1rem; white-space: nowrap; }
.sec-shelf-9a45__nav a:hover { color: #fff; }
.sec-shelf-9a45__nav a {
    padding: 6px 12px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.25s ease, background 0.25s ease;
}
.sec-shelf-9a45__nav a:hover { background: rgba(255,255,255,0.08); border-bottom-color: rgba(255,255,255,0.5); }
.sec-shelf-9a45__nav a.current-menu-item { border-bottom-color: #fff; }
.sec-shelf-9a45__nav li + li::before { content: '|'; margin: 0 0.3rem; opacity: 0.4; }

.sec-shelf-9a45__actions { display: flex; align-items: center; gap: 1rem; flex-shrink: 0; }
.sec-shelf-9a45__phone a { color: #fff; font-weight: 600; font-size: 1.05rem; white-space: nowrap; }
.sec-shelf-9a45__phone a:hover { color: var(--color-accent); }
.sec-shelf-9a45__cta {
    display: inline-block;
    padding: 8px 20px;
    background: var(--color-accent);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 6px;
    text-transform: none;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transition: background var(--transition), transform var(--transition);
}
.sec-shelf-9a45__cta:hover { background: var(--color-accent-hover); color: #fff; transform: translateY(-1px); }
.sec-shelf-9a45__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) === */
.sec-shelf-9a45--white { background: var(--color-bg); color: var(--color-text); border-bottom: 1px solid var(--color-border); box-shadow: none; }
.sec-shelf-9a45--white .sec-shelf-9a45__brand-name { color: var(--color-text); }
.sec-shelf-9a45--white .sec-shelf-9a45__nav a { color: var(--color-text); opacity: 0.75; }
.sec-shelf-9a45--white .sec-shelf-9a45__nav a:hover { color: var(--color-primary); opacity: 1; }
.sec-shelf-9a45--white .sec-shelf-9a45__phone a { color: var(--color-text); }
.sec-shelf-9a45--white .sec-shelf-9a45__burger { color: var(--color-text); }

/* === Primary nav submenu (dropdown navMode) === */
.sec-shelf-9a45__nav li { position: relative; }
.sec-shelf-9a45__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; }
.sec-shelf-9a45__nav li:hover > .sub-menu { display: block; }
.sec-shelf-9a45__nav .sub-menu li { max-width: none; }
.sec-shelf-9a45__nav .sub-menu a { display: block; padding: 0.4rem 1rem; color: var(--color-text, #333); font-size: 0.88rem; white-space: nowrap; }
.sec-shelf-9a45__nav .sub-menu a:hover { background: var(--color-bg-alt, #f5f5f5); color: var(--color-primary); }

/* === Secondary Nav === */
.sec-shelf-9a45__sec-nav {
    background: var(--color-bg-alt);
    border-bottom: 1px solid var(--color-border);
    padding: 0.4rem 0;
    font-size: 0.9rem;
}
.sec-shelf-9a45__sec-links { display: flex; gap: 1.25rem; list-style: none; flex-wrap: wrap; justify-content: center; }
.sec-shelf-9a45__sec-links li { list-style: none; max-width: 220px; }
.sec-shelf-9a45__sec-links a { color: var(--color-text); font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.3; }
.sec-shelf-9a45__sec-links a:hover { color: var(--color-primary); }
.sec-shelf-9a45__sec-nav--pills { overflow: hidden; padding: 0.5rem 0; }
.sec-shelf-9a45__sec-nav--pills .sec-shelf-9a45__sec-links { flex-wrap: wrap; gap: 0.5rem; justify-content: center; max-height: 4.5rem; overflow: auto; }
.sec-shelf-9a45__sec-nav--pills .sec-shelf-9a45__sec-links li { max-width: none; }
.sec-shelf-9a45__sec-nav--pills .sec-shelf-9a45__sec-links a {
    display: inline-block; -webkit-line-clamp: unset;
    background: var(--color-bg); border: 1px solid var(--color-border); border-radius: 999px;
    padding: 0.25rem 0.85rem; font-size: 0.8rem; font-weight: 500;
    max-width: 200px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
    transition: background var(--transition), border-color var(--transition);
}
.sec-shelf-9a45__sec-nav--pills .sec-shelf-9a45__sec-links a:hover { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }

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



.pg-frame-e9d8--split > .lay-flow-56b9750 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.pg-frame-e9d8--split .pg-frame-e9d8__buttons { justify-content: flex-start; }

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

/* === Hero light variant (portal / hh.ru style) === */
.pg-frame-e9d8--light { background: var(--color-bg); color: var(--color-text); }
.pg-frame-e9d8--light .pg-frame-e9d8__title { color: var(--color-text); }
.pg-frame-e9d8--light .pg-frame-e9d8__eyebrow { color: var(--color-primary); opacity: 1; }
.pg-frame-e9d8--light .pg-frame-e9d8__subtitle { opacity: 1; }
.pg-frame-e9d8--light .pg-frame-e9d8__subtitle p { color: var(--color-text-light); }
.pg-frame-e9d8--light .pg-frame-e9d8__btn--secondary { border-color: var(--color-border); color: var(--color-text); }
.pg-frame-e9d8--light .pg-frame-e9d8__btn--secondary:hover { border-color: var(--color-primary); color: var(--color-primary); background: transparent; }

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

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

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

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

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

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

/* === Hero: badges-row variant === */
.pg-frame-e9d8__badges-row { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.pg-frame-e9d8__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); }
.pg-frame-e9d8__badge:hover { background: rgba(255,255,255,0.2); }
.pg-frame-e9d8__badge-icon { font-size: 1.2rem; }
.pg-frame-e9d8--light .pg-frame-e9d8__badge { background: var(--color-card); border: 1px solid var(--color-border); color: var(--color-text); }
.pg-frame-e9d8--light .pg-frame-e9d8__badge:hover { border-color: var(--color-primary); }

/* === Hero: saas-metrics variant === */
.pg-frame-e9d8--saas-metrics > .lay-flow-56b9750 { text-align: left; }
.pg-frame-e9d8__metrics-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.pg-frame-e9d8__metrics-text .pg-frame-e9d8__buttons { justify-content: flex-start; }
.pg-frame-e9d8__metrics-grid { display: grid; gap: 1rem; }
.pg-frame-e9d8__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;
}
.pg-frame-e9d8__metric-card h3 { margin: 0 0 0.25rem; font-size: 1rem; }
.pg-frame-e9d8__metric-card p { margin: 0; font-size: 0.9rem; opacity: 0.85; }
.pg-frame-e9d8__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;
}
.pg-frame-e9d8__metric-icon--0 { background: hsla(25,75%,48%,0.12); }
.pg-frame-e9d8__metric-icon--1 { background: hsla(55,75%,50%,0.12); }
.pg-frame-e9d8__metric-icon--2 { background: hsla(25,75%,85%,0.15); }
.pg-frame-e9d8--light .pg-frame-e9d8__metric-card { background: var(--color-card); border-color: var(--color-border); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.pg-frame-e9d8--light .pg-frame-e9d8__metric-card h3 { color: var(--color-text); }
.pg-frame-e9d8--light .pg-frame-e9d8__metric-card p { color: var(--color-text-light); }

/* === Stats === */
.lay-shelf-ccd5f0e { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.lay-shelf-ccd5f0e > .lay-flow-56b9750 > h2 { text-align: center; margin-bottom: 1.5rem; }
.lay-shelf-ccd5f0e__grid { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; text-align: center; }
.lay-shelf-ccd5f0e__item { min-width: 120px; }
.lay-shelf-ccd5f0e__number { font-size: 2.25rem; font-weight: 700; font-family: var(--font-head); color: var(--color-primary); line-height: 1.2; }
.lay-shelf-ccd5f0e__label { font-size: 0.9rem; color: var(--color-text-light); margin-top: 0.2rem; }

/* Stats variant: cards */
.lay-shelf-ccd5f0e--cards .lay-shelf-ccd5f0e__grid { gap: 1.25rem; }
.lay-shelf-ccd5f0e--cards .lay-shelf-ccd5f0e__item {
    padding: 1.25rem;
    background: var(--color-card);
    border: var(--border-w) solid var(--color-border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    min-width: 160px;
    flex: 1;
}

/* Stats variant: bar */
.lay-shelf-ccd5f0e--bar { padding: 0; }
.lay-shelf-ccd5f0e__bar {
    display: flex;
    background: var(--color-primary-dark);
    color: #fff;
    padding: 1.25rem 0;
}
.lay-shelf-ccd5f0e--bar .lay-shelf-ccd5f0e__item { flex: 1; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); padding: 0.5rem 1rem; }
.lay-shelf-ccd5f0e--bar .lay-shelf-ccd5f0e__item:last-child { border-right: none; }
.lay-shelf-ccd5f0e--bar .lay-shelf-ccd5f0e__number { color: #fff; font-size: 2rem; }
.lay-shelf-ccd5f0e--bar .lay-shelf-ccd5f0e__label { color: rgba(255,255,255,0.8); }

/* === Body / Block === */
.wp-cta-aae63 { padding: clamp(2rem, 4vw, 3.5rem) 0; }

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

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

/* Adv variant: list */
.box-nav-a5cd33--list .box-nav-a5cd33__grid { grid-template-columns: 1fr; gap: 1rem; }
.box-nav-a5cd33--list .box-nav-a5cd33__item { display: flex; gap: 1.25rem; text-align: left; align-items: flex-start; }
.box-nav-a5cd33--list .box-nav-a5cd33__icon { flex-shrink: 0; }
.box-nav-a5cd33--list .box-nav-a5cd33__text p { margin-bottom: 0; }

/* Adv variant: numbered */
.box-nav-a5cd33--numbered .box-nav-a5cd33__grid { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.box-nav-a5cd33--numbered .box-nav-a5cd33__item { display: flex; gap: 1rem; text-align: left; padding: 1.25rem; }
.box-nav-a5cd33__num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary-light);
    color: var(--color-primary-dark);
    font-weight: 700;
    font-size: 1.25rem;
    border-radius: var(--radius);
    font-family: var(--font-head);
}
.box-nav-a5cd33--numbered .box-nav-a5cd33__text p { margin-bottom: 0; }

/* Adv variant: bordered */
.box-nav-a5cd33--bordered .box-nav-a5cd33__item {
    border: var(--border-w) solid var(--color-border);
    border-left: 4px solid var(--color-primary);
    text-align: left;
    border-radius: 0 var(--radius) var(--radius) 0;
}
.box-nav-a5cd33--bordered .box-nav-a5cd33__item:hover { border-left-color: var(--color-accent); }

/* === Tariffs === */
.st-a9b0f7 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.st-a9b0f7 > .lay-flow-56b9750 > h2 { text-align: center; margin-bottom: 1.5rem; }
.st-a9b0f7__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.st-a9b0f7__card {
    padding: 1.75rem;
    border: var(--border-w) solid var(--color-border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    transition: box-shadow var(--transition), transform var(--transition);
    background: var(--color-card);
}
.st-a9b0f7__card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.st-a9b0f7__card--highlighted { border-color: var(--color-primary); box-shadow: 0 0 0 2px var(--color-primary-light); position: relative; }
.st-a9b0f7__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;
}
.st-a9b0f7__price { font-size: 1.75rem; font-weight: 700; color: var(--color-primary); margin: 0.5rem 0; }
.st-a9b0f7__features { list-style: none; padding: 0; margin: 0.75rem 0; text-align: left; }
.st-a9b0f7__features li { padding: 0.35rem 0; border-bottom: 1px solid var(--color-border); font-size: 0.9rem; }

/* Tariff variant: horizontal */
.st-a9b0f7--horizontal .st-a9b0f7__grid { display: none; }
.st-a9b0f7__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(--color-border);
    border-radius: var(--radius);
    margin-bottom: 0.75rem;
    background: var(--color-card);
}
.st-a9b0f7__row--hl { border-color: var(--color-primary); background: var(--color-primary-light); }
.st-a9b0f7__row-head .st-a9b0f7__price { font-size: 1.4rem; margin: 0.25rem 0; }
.st-a9b0f7__row-body .st-a9b0f7__features { margin: 0; }
.st-a9b0f7__row-body .st-a9b0f7__features li { display: inline; }
.st-a9b0f7__row-body .st-a9b0f7__features li::after { content: ' \00B7  '; }
.st-a9b0f7__row-body .st-a9b0f7__features li:last-child::after { content: ''; }

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

/* === Benefits === */
.mn-wrap-b0ab6 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.mn-wrap-b0ab6 > .lay-flow-56b9750 > h2 { text-align: center; margin-bottom: 1.5rem; }
.mn-wrap-b0ab6__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.mn-wrap-b0ab6__item {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--color-card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.mn-wrap-b0ab6__item h3 { margin-bottom: 0.2rem; }

/* Benefits variant: checklist */
.mn-wrap-b0ab6--checklist .mn-wrap-b0ab6__grid { display: none; }
.mn-wrap-b0ab6__list { max-width: 700px; margin: 0 auto; }
.mn-wrap-b0ab6__check-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-border);
    align-items: flex-start;
}
.mn-wrap-b0ab6__check-mark {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50%;
    font-size: 0.85rem;
    margin-top: 0.1rem;
}
.mn-wrap-b0ab6__check-item p { margin: 0.25rem 0 0; color: var(--color-text-light); font-size: 0.9rem; }

/* Benefits variant: icons */
.mn-wrap-b0ab6--icons .mn-wrap-b0ab6__item { flex-direction: column; text-align: center; align-items: center; }
.mn-wrap-b0ab6__icon-big { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.5rem; }
.mn-wrap-b0ab6__icon-big img { width: 56px; height: 56px; }

/* === FAQ === */
.wp-cta-aae63#faq { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.wp-cta-aae63#faq h2, .wp-cta-aae63 > .lay-flow-56b9750 > h2 { text-align: center; margin-bottom: 1.5rem; }

/* FAQ variant: grid */
.wp-cta-aae63__faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(480px, 1fr)); gap: 1rem; }

/* FAQ details/accordion */
details.ui-col-269340 { cursor: pointer; }
details.ui-col-269340 summary { font-weight: 600; }
details.ui-col-269340[open] summary { color: var(--color-primary); }

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

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

/* CTA variant: split */
.hd-cell-94c35--split { text-align: left; }
.hd-cell-94c35__split-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: center; }
.hd-cell-94c35__split-action { text-align: center; }

/* === Products === */
.cp-flow-9967ab { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.cp-flow-9967ab > .lay-flow-56b9750 > h2 { text-align: center; margin-bottom: 1.5rem; }
.cp-flow-9967ab__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.cp-flow-9967ab__card {
    border-radius: var(--radius);
    overflow: hidden;
    border: var(--border-w) solid var(--color-border);
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition), transform var(--transition);
    background: var(--color-card);
}
.cp-flow-9967ab__card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.cp-flow-9967ab__card-body { padding: 1.25rem; }

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

/* Products variant: inline */
.cp-flow-9967ab--inline .cp-flow-9967ab__grid { display: none; }
.cp-flow-9967ab__inline-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.cp-flow-9967ab__inline-item {
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem;
    border: var(--border-w) solid var(--color-border);
    border-radius: var(--radius);
    background: var(--color-card);
    transition: border-color var(--transition);
    color: var(--color-text);
    flex: 1 1 auto;
    min-width: 200px;
}
.cp-flow-9967ab__inline-item:hover { border-color: var(--color-primary); }
.cp-flow-9967ab__inline-item span { font-size: 0.85rem; color: var(--color-text-light); margin-top: 0.25rem; }

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

/* Transparent header: push hero content below header */
.sec-shelf-9a45--transparent ~ main > .pg-frame-e9d8 { padding-top: calc(80px + 2rem); }
/* Transparent header on non-hero pages (single, subpages): push first child down */
.sec-shelf-9a45--transparent ~ main > .lay-flow-56b9750:first-child { padding-top: calc(80px + 2rem); }
.sec-shelf-9a45--transparent ~ main > .wp-cta-aae63:first-child { padding-top: calc(80px + 2rem); }

/* === Testimonials === */
.box-stack-335e17 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.box-stack-335e17 > .lay-flow-56b9750 > h2 { text-align: center; margin-bottom: 1.5rem; }
.box-stack-335e17__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.box-stack-335e17__card {
    padding: 1.5rem;
    background: var(--color-card);
    border: var(--border-w) solid var(--color-border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.box-stack-335e17__quote {
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1rem;
    padding: 0;
    border: none;
    color: var(--color-text);
    position: relative;
    padding-left: 1.5rem;
}
.box-stack-335e17__quote::before { content: '\201C'; font-size: 2.5rem; color: var(--color-primary-light); position: absolute; top: -0.5rem; left: 0; font-family: serif; line-height: 1; }
.box-stack-335e17__author { display: flex; gap: 0.75rem; align-items: center; }
.box-stack-335e17__avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.box-stack-335e17__avatar img { width: 100%; height: 100%; object-fit: cover; }
.box-stack-335e17__position { display: block; color: var(--color-text-light); font-size: 0.9rem; }
.box-stack-335e17__cite { display: block; font-style: normal; margin-top: 0.75rem; color: var(--color-text-light); }
.box-stack-335e17__cite strong { color: var(--color-text); }
.box-stack-335e17__meta { color: var(--color-text-light); font-size: 0.9rem; }
.box-stack-335e17__meta strong { color: var(--color-text); }

/* -- test-bubble -- */
.box-stack-335e17--bubble .box-stack-335e17__bubble {
    background: var(--color-card);
    border: var(--border-w) solid var(--color-border);
    border-radius: var(--radius);
    padding: 1.25rem;
    position: relative;
    margin-bottom: 1rem;
}
.box-stack-335e17--bubble .box-stack-335e17__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(--color-card);
}
.box-stack-335e17--bubble .box-stack-335e17__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(--color-border);
}
.box-stack-335e17--bubble .box-stack-335e17__card { background: none; border: none; box-shadow: none; padding: 0; }
.box-stack-335e17--bubble .box-stack-335e17__quote { padding-left: 0; margin: 0; }
.box-stack-335e17--bubble .box-stack-335e17__quote::before { display: none; }
.box-stack-335e17--bubble .box-stack-335e17__author { padding-left: 0.5rem; }

/* -- test-minimal -- */
.box-stack-335e17--minimal { text-align: center; }
.box-stack-335e17--minimal .lay-flow-56b9750 > h2 { margin-bottom: 2rem; }
.box-stack-335e17--minimal .box-stack-335e17__list { max-width: 700px; margin: 0 auto; }
.box-stack-335e17--minimal .box-stack-335e17__item { padding: 2rem 0; border-bottom: 1px solid var(--color-border); }
.box-stack-335e17--minimal .box-stack-335e17__item:last-child { border-bottom: none; }
.box-stack-335e17--minimal .box-stack-335e17__quote { font-size: 1.1rem; padding-left: 0; }
.box-stack-335e17--minimal .box-stack-335e17__quote::before { display: none; }

/* -- test-featured -- */
.box-stack-335e17--featured .box-stack-335e17__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.box-stack-335e17--featured .box-stack-335e17__card--feat {
    grid-column: 1 / -1;
    border-left: 4px solid var(--color-primary);
    background: color-mix(in srgb, var(--color-primary) 5%, var(--color-card));
}
.box-stack-335e17--featured .box-stack-335e17__card--feat .box-stack-335e17__avatar { width: 72px; height: 72px; }

/* -- test-horizontal -- */
.box-stack-335e17--horizontal .box-stack-335e17__row {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: var(--color-card);
    border: var(--border-w) solid var(--color-border);
    border-radius: var(--radius);
    margin-bottom: 1rem;
}
.box-stack-335e17--horizontal .box-stack-335e17__row:last-child { margin-bottom: 0; }
.box-stack-335e17--horizontal .box-stack-335e17__avatar { width: 64px; height: 64px; border-radius: 8px; flex-shrink: 0; overflow: hidden; }
.box-stack-335e17--horizontal .box-stack-335e17__avatar img { border-radius: 8px; }
.box-stack-335e17--horizontal .box-stack-335e17__content { flex: 1; }
.box-stack-335e17--horizontal .box-stack-335e17__quote { padding-left: 0; margin-bottom: 0.75rem; }
.box-stack-335e17--horizontal .box-stack-335e17__quote::before { display: none; }

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

/* -- test-large-avatar -- */
.box-stack-335e17--lg-avatar .box-stack-335e17__card { text-align: center; }
.box-stack-335e17--lg-avatar .box-stack-335e17__avatar { width: 80px; height: 80px; margin: 0 auto 1rem; }
.box-stack-335e17--lg-avatar .box-stack-335e17__quote { padding-left: 0; text-align: center; }
.box-stack-335e17--lg-avatar .box-stack-335e17__quote::before { position: static; display: block; text-align: center; margin-bottom: -0.5rem; }
.box-stack-335e17--lg-avatar .box-stack-335e17__meta { margin-top: 0.75rem; }

/* -- test-masonry -- */
.box-stack-335e17--masonry .box-stack-335e17__grid { display: block; column-count: 2; column-gap: 1.25rem; }
.box-stack-335e17--masonry .box-stack-335e17__card { break-inside: avoid; margin-bottom: 1.25rem; border-top: 3px solid var(--color-primary); box-shadow: none; }
.box-stack-335e17--masonry .box-stack-335e17__quote::before { display: none; }
.box-stack-335e17--masonry .box-stack-335e17__quote { padding-left: 0; }

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

/* -- test-stack -- */
.box-stack-335e17--stack .box-stack-335e17__grid { display: flex; flex-direction: column; gap: 0; }
.box-stack-335e17--stack .box-stack-335e17__card { display: flex; gap: 1.5rem; align-items: center; padding: 2rem; border: none; border-radius: 0; box-shadow: none; }
.box-stack-335e17--stack .box-stack-335e17__card:nth-child(even) { background: var(--color-bg-alt); }
.box-stack-335e17--stack .box-stack-335e17__card:nth-child(odd) { background: var(--color-card); }
.box-stack-335e17--stack .box-stack-335e17__quote { flex: 1; padding-left: 0; margin-bottom: 0; }
.box-stack-335e17--stack .box-stack-335e17__quote::before { display: none; }
.box-stack-335e17--stack .box-stack-335e17__author { flex-shrink: 0; text-align: right; }
.box-stack-335e17--stack .box-stack-335e17__avatar { width: 56px; height: 56px; }

/* === Partners === */
.pnl-top-3a67 { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.pnl-top-3a67 > .lay-flow-56b9750 > h2 { text-align: center; margin-bottom: 1.5rem; }
.pnl-top-3a67__logos { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: center; }
.pnl-top-3a67__logo-item { display: flex; align-items: center; justify-content: center; min-width: 120px; }
.pnl-top-3a67__logo-item img { max-height: 48px; width: auto; filter: grayscale(100%); opacity: 0.6; transition: all var(--transition); }
.pnl-top-3a67__logo-item:hover img { filter: grayscale(0%); opacity: 1; }
.pnl-top-3a67__logo-text {
    padding: 0.5rem 1.5rem;
    border: var(--border-w) solid var(--color-border);
    border-radius: var(--radius);
    font-weight: 500;
    color: var(--color-text-light);
    font-size: 0.9rem;
    transition: color var(--transition), border-color var(--transition);
}
.pnl-top-3a67__logo-item:hover .pnl-top-3a67__logo-text { color: var(--color-primary); border-color: var(--color-primary); }

/* === Gallery === */
.lay-nav-735e4 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.lay-nav-735e4 > .lay-flow-56b9750 > h2 { text-align: center; margin-bottom: 1.5rem; }
.lay-nav-735e4__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0.75rem; }
.lay-nav-735e4__item { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/3; }
.lay-nav-735e4__item img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition); }
.lay-nav-735e4__item:hover img { transform: scale(1.05); }
.lay-nav-735e4__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 === */
.cp-card-7b23f { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.cp-card-7b23f > .lay-flow-56b9750 > h2 { text-align: center; margin-bottom: 1.5rem; }
.cp-card-7b23f__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.cp-card-7b23f__thumb { border-radius: var(--radius); overflow: hidden; margin-bottom: 0.75rem; }
.cp-card-7b23f__thumb img { width: 100%; height: 180px; object-fit: cover; display: block; }
.cp-card-7b23f__date { font-size: 0.8rem; color: var(--color-text-light); display: block; margin-bottom: 0.25rem; }
.cp-card-7b23f__excerpt { font-size: 0.9rem; color: var(--color-text-light); line-height: 1.6; }
.cp-card-7b23f__more { font-size: 0.85rem; color: var(--color-primary); text-decoration: none; font-weight: 500; }
.cp-card-7b23f__more:hover { text-decoration: underline; }
/* Blog: list variant */
.cp-card-7b23f--list .cp-card-7b23f__item { display: flex; gap: 1.25rem; padding: 1rem 0; border-bottom: 1px solid var(--color-border); }
.cp-card-7b23f--list .cp-card-7b23f__thumb { flex-shrink: 0; width: 200px; margin: 0; }
.cp-card-7b23f--list .cp-card-7b23f__thumb img { height: 130px; }
.cp-card-7b23f--list .cp-card-7b23f__item-body h3 { margin: 0 0 0.25rem; font-size: 1.1rem; }
.cp-card-7b23f--list .cp-card-7b23f__item-body h3 a { color: var(--color-text); text-decoration: none; }
.cp-card-7b23f--list .cp-card-7b23f__item-body h3 a:hover { color: var(--color-primary); }
/* Blog: cards variant */
.cp-card-7b23f--cards .cp-card-7b23f__card { display: flex; flex-direction: column; }
.cp-card-7b23f--cards .cp-card-7b23f__card-body { flex: 1; display: flex; flex-direction: column; padding: 1rem 0; }
.cp-card-7b23f--cards .cp-card-7b23f__card-body h3 { margin: 0.25rem 0 0.5rem; font-size: 1.05rem; }
.cp-card-7b23f--cards .cp-card-7b23f__card-body h3 a { color: var(--color-text); text-decoration: none; }
.cp-card-7b23f--cards .cp-card-7b23f__card-body h3 a:hover { color: var(--color-primary); }
.cp-card-7b23f--cards .cp-card-7b23f__more { margin-top: auto; }
/* Blog: minimal variant */
.cp-card-7b23f--minimal .cp-card-7b23f__list { list-style: none; padding: 0; }
.cp-card-7b23f--minimal .cp-card-7b23f__list li { padding: 0.75rem 0; border-bottom: 1px solid var(--color-border); display: flex; justify-content: space-between; align-items: center; }
.cp-card-7b23f--minimal .cp-card-7b23f__list a { color: var(--color-text); text-decoration: none; font-weight: 500; }
.cp-card-7b23f--minimal .cp-card-7b23f__list a:hover { color: var(--color-primary); }

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

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

/* === Code Showcase (CSS-only tabs) === */.crd-core-70b5b { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.crd-core-70b5b > .lay-flow-56b9750 > h2 { text-align: center; margin-bottom: 0.5rem; }
.crd-core-70b5b__panel { position: relative; max-width: 720px; margin: 2rem auto 0; }
.crd-core-70b5b__radio { display: none; }
.crd-core-70b5b__tabs { display: flex; gap: 5px; }
.crd-core-70b5b__tab-btn { padding: 10px 25px; font-size: 0.9rem; font-weight: 600; color: var(--color-text-light); background: var(--color-bg-alt); border-radius: 8px 8px 0 0; cursor: pointer; transition: background var(--transition), color var(--transition); }
.crd-core-70b5b__code-block { display: none; background: #1e293b; border-radius: 0 8px 8px 8px; overflow-x: auto; }
.crd-core-70b5b__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; }
.crd-core-70b5b__code-block code { white-space: pre; }
.crd-core-70b5b__radio:nth-of-type(1):checked ~ .crd-core-70b5b__code-block--curl { display: block; }
.crd-core-70b5b__radio:nth-of-type(2):checked ~ .crd-core-70b5b__code-block--python { display: block; }
.crd-core-70b5b__radio:nth-of-type(3):checked ~ .crd-core-70b5b__code-block--php { display: block; }
.crd-core-70b5b__radio:nth-of-type(1):checked ~ .crd-core-70b5b__tabs .crd-core-70b5b__tab-btn:nth-of-type(1),
.crd-core-70b5b__radio:nth-of-type(2):checked ~ .crd-core-70b5b__tabs .crd-core-70b5b__tab-btn:nth-of-type(2),
.crd-core-70b5b__radio:nth-of-type(3):checked ~ .crd-core-70b5b__tabs .crd-core-70b5b__tab-btn:nth-of-type(3) {
    background: #1e293b; color: #fff;
}
/* === Categories === */
.hd-77c693 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.hd-77c693 > .lay-flow-56b9750 > h2 { text-align: center; margin-bottom: 0.5rem; }
.hd-77c693__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; }
.hd-77c693__card { padding: 1.5rem; background: var(--color-card); border: var(--border-w) solid var(--color-border); border-radius: var(--radius); text-decoration: none; color: var(--color-text); transition: all var(--transition); display: block; }
.hd-77c693__card:hover { border-color: var(--color-primary); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.hd-77c693__item { text-decoration: none; color: var(--color-text); transition: background var(--transition); }
.hd-77c693__item:hover { background: var(--color-bg-alt); }
.hd-77c693--icons .hd-77c693__item { text-decoration: none; color: var(--color-text); transition: color var(--transition); }
.hd-77c693--icons .hd-77c693__item:hover { color: var(--color-primary); }

/* === Newsletter === */
.pg-form-36c71 { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.pg-form-36c71 h2 { text-align: center; margin-bottom: 0.5rem; }
.pg-form-36c71 p { text-align: center; color: var(--color-text-light); margin-bottom: 1.5rem; }
.pg-form-36c71__form { display: flex; gap: 0.75rem; max-width: 500px; margin: 0 auto; }
.pg-form-36c71__form input[type="email"] { flex: 1; padding: 0.75rem 1rem; border: var(--border-w) solid var(--color-border); border-radius: var(--radius); font-size: 0.95rem; background: var(--color-card); color: var(--color-text); margin-bottom: 0; }
.pg-form-36c71__form button { white-space: nowrap; }
.pg-form-36c71--full { background: var(--color-bg-alt); }
.pg-form-36c71--card > .lay-flow-56b9750 { background: var(--color-card); border-radius: var(--radius); padding: 2rem; max-width: 600px; margin: 0 auto; box-shadow: var(--shadow); }
.pg-form-36c71--inline .pg-form-36c71__form { max-width: 700px; }

/* === Comparison === */
.el-link-6e85 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.el-link-6e85 > .lay-flow-56b9750 > h2 { text-align: center; margin-bottom: 0.5rem; }
.el-link-6e85__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.el-link-6e85__card { padding: 1.5rem; background: var(--color-card); border: var(--border-w) solid var(--color-border); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.el-link-6e85__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.el-link-6e85__card h3 { margin: 0 0 0.75rem; font-size: 1.1rem; }
.el-link-6e85__rating { color: var(--color-accent); font-size: 1.1rem; margin-bottom: 0.75rem; }
.el-link-6e85__pros, .el-link-6e85__cons { font-size: 0.9rem; margin-bottom: 0.5rem; }
.el-link-6e85__table { width: 100%; border-spacing: 0; border-collapse: collapse; }
.el-link-6e85__table th { font-weight: 600; color: var(--color-text); background: var(--color-bg-alt); }
.el-link-6e85__table td, .el-link-6e85__table th { padding: 0.75rem; border-bottom: 1px solid var(--color-border); text-align: left; }
.el-link-6e85__table tr:hover td { background: var(--color-bg-alt); }
.el-link-6e85__wrapper { overflow-x: auto; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid var(--color-border); }
.el-link-6e85__th-feature, .el-link-6e85__td-feature { position: sticky; left: 0; z-index: 1; background: var(--color-bg); box-shadow: 2px 0 5px rgba(0,0,0,0.05); }
.el-link-6e85__th-feature { z-index: 2; background: var(--color-bg-alt); }
.el-link-6e85__th-hl { background: var(--color-primary-light); border-top: 3px solid var(--color-primary); color: var(--color-primary-dark); }
.el-link-6e85__td-hl { background: var(--color-primary-light); }
.el-link-6e85--list .el-link-6e85__item { padding: 1.25rem 0; border-bottom: 1px solid var(--color-border); }

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

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

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

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

/* === Footer === */
.crd-cta-931928 {
    background: var(--color-primary-dark);
    color: rgba(255,255,255,0.8);
    padding: 2rem 0 1.25rem;
    margin-top: 0;
}
.crd-cta-931928__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-bottom: 1.25rem; }
.crd-cta-931928__col h3 { color: #fff; font-size: 1rem; margin-bottom: 0.5rem; }
.crd-cta-931928__col p { font-size: 0.9rem; margin-bottom: 0.4rem; }
.crd-cta-931928__col a { color: rgba(255,255,255,0.7); }
.crd-cta-931928__col a:hover { color: #fff; }
.crd-cta-931928__col ul { list-style: none; padding: 0; }
.crd-cta-931928__col ul li { margin-bottom: 0.35rem; }
.crd-cta-931928__col nav ul { list-style: none; padding: 0; column-count: 3; column-gap: 1.5rem; }
.crd-cta-931928__col nav ul li { margin-bottom: 0.35rem; break-inside: avoid; }
.crd-cta-931928__col nav a { color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.crd-cta-931928__col nav a:hover { color: #fff; }
.crd-cta-931928__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; }
.crd-cta-931928__social { display: flex; gap: 0.75rem; }
.crd-cta-931928__social a { color: rgba(255,255,255,0.7); }
.crd-cta-931928__social a:hover { color: #fff; }

/* Footer: legal bar */
.crd-cta-931928__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;
}
.crd-cta-931928__legal li { list-style: none; }
.crd-cta-931928__legal a { color: rgba(255,255,255,0.55); }
.crd-cta-931928__legal a:hover { color: rgba(255,255,255,0.9); }

/* Footer: custom HTML */
.crd-cta-931928__custom { padding: 0.75rem 0; }

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

/* === Section modifier utility classes === */
.mod--grad { background: linear-gradient(135deg, var(--color-bg) 0%, var(--color-bg-alt) 100%) !important; }
.bg--muted { background: var(--color-primary-light) !important; }
/* Ensure text contrast on light background overrides */
.bg--muted, .bg--muted p, .bg--muted li, .bg--muted span, .bg--muted h2, .bg--muted h3 { color: var(--color-text) !important; }
.bg--muted .lay-shelf-ccd5f0e__number { color: var(--color-primary-dark) !important; }
.bg--muted .lay-shelf-ccd5f0e__label { color: var(--color-text-light) !important; }
.bg--muted .lay-shelf-ccd5f0e__bar { background: var(--color-primary-dark) !important; color: #fff !important; }
.bg--muted .lay-shelf-ccd5f0e__bar .lay-shelf-ccd5f0e__number, .bg--muted .lay-shelf-ccd5f0e__bar .lay-shelf-ccd5f0e__label { color: #fff !important; }
.layer--blur { background: rgba(255,255,255,0.7) !important; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
/* Glass: ensure child elements with dark bg keep their bg, text on glass stays dark */
.layer--blur > .lay-flow-56b9750 { color: var(--color-text); }
.layer--blur h2, .layer--blur h3, .layer--blur p, .layer--blur span { color: var(--color-text); }
.layer--blur .lay-shelf-ccd5f0e__number { color: var(--color-primary-dark); }
.alt--fade {
    background: var(--color-primary-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(--color-accent);
    --color-primary-dark: var(--color-accent);
    --color-primary-light: rgba(255,255,255,0.12);
    /* Set B canonical */
    --clr-card: rgba(255,255,255,0.08);
    --clr-surface: transparent;
    --clr-surface-alt: rgba(255,255,255,0.04);
    --clr-body: #fff;
    --clr-body-light: rgba(255,255,255,0.75);
    --clr-border: rgba(255,255,255,0.15);
    --clr-main: var(--clr-accent);
    --clr-main-dark: var(--clr-accent);
    --clr-main-light: rgba(255,255,255,0.12);
    /* Set C canonical */
    --card-bg: rgba(255,255,255,0.08);
    --bg-main: transparent;
    --bg-alt: rgba(255,255,255,0.04);
    --text-main: #fff;
    --text-muted: rgba(255,255,255,0.75);
    --border-color: rgba(255,255,255,0.15);
    --brand-color: var(--accent-color);
    --brand-dark: var(--accent-color);
    --brand-light: rgba(255,255,255,0.12);
}
.alt--fade h2, .alt--fade h3 { color: #fff; }
.alt--fade p, .alt--fade li, .alt--fade span { color: rgba(255,255,255,0.9); }
.alt--fade a { color: var(--color-accent); }
.alt--fade .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--raised { border: var(--border-w) solid var(--color-border); box-shadow: none; }
.tile--outline { background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); }
.box--hover { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.box--hover:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); }
.box--chevron { box-shadow: none; border: none; background: var(--color-bg-alt); }
.tile--plain { position: relative; padding-right: 2.5rem; cursor: pointer; transition: border-color 0.2s; }
.tile--plain::after { content: '\2192'; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: var(--color-text-light); font-size: 1.1rem; transition: right 0.2s, color 0.2s; }
.tile--plain:hover { border-color: var(--color-primary); }
.tile--plain:hover::after { right: 0.75rem; color: var(--color-primary); }

/* === Forms === */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 10px 14px;
    border: var(--border-w) solid var(--color-border);
    border-radius: var(--radius);
    background: var(--color-card);
    color: var(--color-text);
    font-family: var(--font-main);
    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(--color-primary); box-shadow: 0 0 0 3px var(--color-primary-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; }

    .wrp-74b090d .lay-flow-56b9750 { font-size: 0.8rem; flex-wrap: wrap; justify-content: center; text-align: center; }

    .sec-shelf-9a45 .lay-flow-56b9750 { flex-wrap: wrap; }
    .sec-shelf-9a45__nav { display: none; }
    .sec-shelf-9a45__burger { display: block; }
    .sec-shelf-9a45__nav--open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--color-primary-dark);
        padding: 1rem var(--gutter);
        gap: 0.5rem;
        z-index: 99;
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }
    .sec-shelf-9a45__nav--open a { padding: 8px 0; display: block; font-size: 1rem; }
    .sec-shelf-9a45__nav .sub-menu { display: block; position: static; box-shadow: none; border: none; padding: 0 0 0 1rem; min-width: auto; background: transparent; }
    .sec-shelf-9a45__nav .sub-menu a { color: inherit; font-size: 0.9rem; padding: 6px 0; opacity: 0.85; }
    .sec-shelf-9a45--white .sec-shelf-9a45__nav--open { background: var(--color-bg); border-bottom: 1px solid var(--color-border); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
    .sec-shelf-9a45--white .sec-shelf-9a45__nav--open a { color: var(--color-text); }
    .sec-shelf-9a45__actions { width: 100%; justify-content: space-between; margin-top: 0.5rem; }
    .sec-shelf-9a45__sec-links { justify-content: flex-start; font-size: 0.85rem; }
    .sec-shelf-9a45__sec-nav--dropdown .sec-shelf-9a45__sec-links { display: flex; position: static; box-shadow: none; border: none; flex-wrap: wrap; gap: 0.5rem; background: transparent; padding: 0; }
    .sec-shelf-9a45__sec-nav--dropdown .sec-shelf-9a45__sec-toggle { display: none; }
    .sec-shelf-9a45__sec-nav--pills .sec-shelf-9a45__sec-links { gap: 0.35rem; }
    .sec-shelf-9a45__sec-nav--pills .sec-shelf-9a45__sec-links a { font-size: 0.75rem; padding: 0.2rem 0.6rem; }

    .pg-frame-e9d8--split > .lay-flow-56b9750 { grid-template-columns: 1fr !important; }
    .pg-frame-e9d8--left-aligned > .lay-flow-56b9750 { grid-template-columns: 1fr !important; }
    .pg-frame-e9d8__decor { min-height: auto; align-items: center; }
    .pg-frame-e9d8__title { font-size: clamp(1.75rem, 6vw, 2.5rem); }
    .pg-frame-e9d8__buttons { flex-direction: column; }
    .pg-frame-e9d8__buttons .pg-frame-e9d8__btn { text-align: center; }
    .pg-frame-e9d8__stats-row { gap: 1.5rem; }
    .pg-frame-e9d8__features-grid { grid-template-columns: 1fr 1fr !important; }
    .pg-frame-e9d8--checklist .pg-frame-e9d8__check-grid { grid-template-columns: 1fr !important; }
    .pg-frame-e9d8__badges-row { gap: 0.5rem; }
    .pg-frame-e9d8__badge { padding: 8px 12px; font-size: 0.8rem; }
    .pg-frame-e9d8__metrics-layout { grid-template-columns: 1fr; }

    .lay-shelf-ccd5f0e--bar .lay-shelf-ccd5f0e__bar { flex-wrap: wrap; }
    .lay-shelf-ccd5f0e__grid { gap: 1.25rem; }
    .lay-shelf-ccd5f0e__number { font-size: 1.75rem; }

    .box-nav-a5cd33__grid { grid-template-columns: 1fr !important; }
    .box-nav-a5cd33--numbered .box-nav-a5cd33__grid { grid-template-columns: 1fr !important; }

    .st-a9b0f7__grid { grid-template-columns: 1fr !important; }
    .st-a9b0f7__row { grid-template-columns: 1fr !important; gap: 0.75rem; }
    .st-a9b0f7__list-item { flex-direction: column; text-align: center; }

    .mn-wrap-b0ab6__grid { grid-template-columns: 1fr !important; }

    .hd-cell-94c35__split-grid { grid-template-columns: 1fr !important; }

    .cp-flow-9967ab__grid { grid-template-columns: 1fr !important; }
    .cp-flow-9967ab__list-item { flex-direction: column; gap: 0.5rem; }
    .cp-flow-9967ab__inline-grid { flex-direction: column; }

    .blk-frame-a1fd__grid { grid-template-columns: 1fr 1fr !important; }
    .blk-frame-a1fd__item:not(:last-child)::after { display: none; }

    .box-stack-335e17__grid { grid-template-columns: 1fr !important; }
    .box-stack-335e17--featured .box-stack-335e17__grid { grid-template-columns: 1fr !important; }
    .box-stack-335e17--horizontal .box-stack-335e17__row { flex-direction: column; align-items: center; text-align: center; }
    .box-stack-335e17--horizontal .box-stack-335e17__avatar { margin: 0 auto; }
    .box-stack-335e17--masonry .box-stack-335e17__grid { column-count: 1; }
    .box-stack-335e17--sidebar .box-stack-335e17__layout { grid-template-columns: 1fr !important; }
    .box-stack-335e17--sidebar .box-stack-335e17__side { position: static; }
    .box-stack-335e17--sidebar .box-stack-335e17__side h2 { text-align: center; }
    .box-stack-335e17--sidebar .box-stack-335e17__side::after { margin: 1rem auto; }
    .box-stack-335e17--stack .box-stack-335e17__card { flex-direction: column; text-align: center; }
    .box-stack-335e17--stack .box-stack-335e17__author { text-align: center; }

    .lay-nav-735e4__grid { grid-template-columns: 1fr 1fr !important; }

    .cp-card-7b23f__grid { grid-template-columns: 1fr !important; }

    .wp-cta-aae63__faq-grid { grid-template-columns: 1fr !important; }

    .itm-grid-5a0d__grid { grid-template-columns: 1fr 1fr !important; }
    .itm-grid-5a0d--list .itm-grid-5a0d__card { flex-direction: column; text-align: center; }
    .itm-grid-5a0d--list .itm-grid-5a0d__photo { width: 100%; }
    .pg-form-36c71__form { flex-direction: column; }
    .hd-77c693__grid { grid-template-columns: 1fr 1fr !important; }
    .el-link-6e85__grid { grid-template-columns: 1fr !important; }
    .el-link-6e85__table { font-size: 0.85rem; overflow-x: auto; display: block; }
    .el-inner-75d9ca4__grid { grid-template-columns: 1fr !important; }
    .el-inner-75d9ca4--case .el-inner-75d9ca4__item { grid-template-columns: 1fr !important; }
    .sec-b2762dc__item img { max-height: 30px; }

    .crd-cta-931928__grid { grid-template-columns: 1fr !important; }
    .crd-cta-931928__col nav ul { column-count: 1; }
    .crd-cta-931928__bottom { flex-direction: column; text-align: center; }

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

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

    .blk-frame-a1fd__grid { grid-template-columns: 1fr !important; }
    .lay-nav-735e4__grid { grid-template-columns: 1fr !important; }

    .lay-shelf-ccd5f0e__grid { flex-direction: column; align-items: center; }
    .lay-shelf-ccd5f0e--bar .lay-shelf-ccd5f0e__bar { flex-direction: column; }
    .lay-shelf-ccd5f0e--bar .lay-shelf-ccd5f0e__item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .lay-shelf-ccd5f0e--bar .lay-shelf-ccd5f0e__item:last-child { border-bottom: none; }

    .pg-frame-e9d8__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 */
.lay-brand-a092eb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
    margin: 1.5rem 0;
}
@media (max-width: 600px) {
    .lay-brand-a092eb { grid-template-columns: 1fr !important; }
}

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

/* Content utility: list */
.hd-zone-91c9 {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.hd-zone-91c9 li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.6;
}
.hd-zone-91c9 li::before {
    content: '\2713'; color: var(--color-primary);
    position: absolute; left: 0;
    font-size: 1em;
}

/* Content utility: highlight */
.bl-cta-c6d9b0 {
    padding: 1.5rem;
    background: var(--color-primary-light);
    border-top: 3px solid var(--color-primary);
    border-radius: 0 0 0.75rem 0.75rem;
    margin: 1.5rem 0;
}
.bl-cta-c6d9b0 p:last-child { margin-bottom: 0; }