/*
Theme Name: flixify
Description: Lightweight multipurpose theme
Version: 2.0
*/

@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: url('fonts/source-sans-3-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: 'Source Sans 3';
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: url('fonts/source-sans-3-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: url('fonts/source-sans-3-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: 'Source Sans 3';
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: url('fonts/source-sans-3-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 {
    --color-primary: hsl(186, 58%, 35%);
    --color-primary-dark: hsl(186, 58%, 20%);
    --color-primary-light: hsl(186, 38%, 85%);
    --color-accent: hsl(216, 58%, 45%);
    --color-accent-hover: hsl(216, 58%, 40%);
    --color-bg: #ffffff;
    --color-bg-alt: #f7f8fa;
    --color-text: #1a1a1a;
    --color-text-light: #666666;
    --color-border: #e2e2e2;
    --color-card: #ffffff;
    --view-263ae11e: #000000;
    --edge-fe71595c: #ffffff;
    --shade-b1d04f3a: #111827;
    --tone-55989239: hsl(186, 58%, 33%);
    --mark-0273ea89: hsl(186, 58%, 28.5%);
    --paint-40a1f909: hsl(216, 58%, 81%);
    --signal-840be0d7: rgba(255,255,255,0.68);
    --face-d6e9a6ee: hsl(186, 58%, 34%);
    --ink-24a53d2d: hsl(186, 58%, 20%);
    --print-a8a09a0c: hsl(216, 58%, 45%);
    --read-9087b8eb: hsl(216, 58%, 40%);
    --font-main: 'Source Sans 3', 'Segoe UI', Arial, sans-serif;
    --font-head: 'Source Sans 3', 'Segoe UI', Arial, sans-serif;
    --radius: 16px;
    --shadow: 0 2px 8px rgba(0,0,0,0.05), 0 8px 24px rgba(0,0,0,0.06);
    --shadow-hover: 0 6px 16px rgba(0,0,0,0.08), 0 16px 40px rgba(0,0,0,0.10);
    --border-w: 0;
    --container: 1200px;
    --gutter: 20px;
    --transition: 0.25s ease;

    --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; }

html { overflow-x: clip; }

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

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

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-head);
    font-weight: 700;
    color: var(--color-primary-dark);
    line-height: 1.15;
    margin-bottom: 0.75rem;
    letter-spacing: 0;
    text-wrap: balance;
}
h1 { font-size: clamp(1.92rem, 3.8vw + 0.77rem, 3.60rem); }
h2 { font-size: clamp(1.52rem, 3.0vw + 0.61rem, 2.78rem); }
h3 { font-size: clamp(1.05rem, 1.4vw + 0.42rem, 1.37rem); }
h4 { font-size: clamp(1.01rem, 1.2vw + 0.40rem, 1.26rem); }
h5 { font-size: clamp(1.05rem, 1.1vw + 0.42rem, 1.21rem); }
h6 { font-size: clamp(0.83rem, 0.8vw + 0.33rem, 0.98rem); }

p { margin-bottom: 1rem; }

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

.box-strip-9ac6 { min-width: 0; }
.box-strip-9ac6 ul, .box-strip-9ac6 ol { margin: 0 0 1rem; padding-left: 1.5rem; }
.box-strip-9ac6 blockquote { margin: 1.5rem 0; padding: 0.2rem 0 0.2rem 1.25rem; border-left: 3px solid var(--color-primary); color: var(--color-text-light); }
.box-strip-9ac6 pre {
    display: block; max-width: 100%; overflow-x: auto; padding: 1rem 1.1rem;
    margin: 1.5rem 0; border: 1px solid var(--color-border); border-radius: var(--radius);
    background: var(--color-bg-alt); line-height: 1.55; -webkit-overflow-scrolling: touch;
}
.box-strip-9ac6 pre code { display: inline; white-space: pre; overflow-wrap: normal; word-break: normal; }
.box-strip-9ac6 :not(pre) > code { padding: 0.12em 0.35em; border-radius: 0.25em; background: var(--color-bg-alt); }
.box-strip-9ac6 table { display: block; width: 100%; max-width: 100%; overflow-x: auto; margin: 1.5rem 0; border-collapse: collapse; -webkit-overflow-scrolling: touch; }
.box-strip-9ac6 th, .box-strip-9ac6 td { padding: 0.65rem 0.75rem; border: 1px solid var(--color-border); text-align: left; }
.box-strip-9ac6 figure { max-width: 100%; margin: 1.5rem 0; }
.box-strip-9ac6 figcaption { margin-top: 0.55rem; color: var(--color-text-light); font-size: 0.88rem; line-height: 1.45; }
.box-strip-9ac6 hr { height: 1px; margin: 2rem 0; border: 0; background: var(--color-border); }
.box-strip-9ac6 iframe, .box-strip-9ac6 embed, .box-strip-9ac6 object, .box-strip-9ac6 video { max-width: 100%; }

.lay-item-0692f5 {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
}

.ft-hero-9bba78 {
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.ft-hero-9bba78 > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 0.5rem; }
.ft-hero-9bba78 > .lay-item-0692f5 > .sec-text { margin-bottom: 2rem; }

:where(main) > :where(section):nth-child(even) { background: var(--color-bg-alt); }
:where(main) > :where(section):nth-child(odd) { background: var(--color-bg); }

.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;
}

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

.blk-rail-3a18c43 {
    background: var(--ink-24a53d2d);
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    padding: 6px 0;
}
.blk-rail-3a18c43 .lay-item-0692f5 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.blk-rail-3a18c43 a { color: rgba(255,255,255,0.85); }
.blk-rail-3a18c43 a:hover { color: #fff; }

.mn-603f4d {
    background: var(--ink-24a53d2d);
    color: #fff;
    padding: 0.4rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 2px solid transparent; border-image: linear-gradient(90deg, var(--color-primary), var(--color-accent)) 1;
}
.mn-603f4d .lay-item-0692f5 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.mn-603f4d__brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; min-width: 0; }
.mn-603f4d__symbol { max-height: 36px; width: auto; }
.mn-603f4d__brand img { max-height: 36px; width: auto; height: auto; }
.mn-603f4d__brand-name { font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; color: #fff; overflow-wrap: break-word; word-break: break-word; }
.mn-603f4d__row-brand .mn-603f4d__brand-name { color: var(--color-text); }

.mn-603f4d__mono { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; flex: 0 0 auto; font-family: var(--font-head); font-weight: 800; font-size: calc(36px * 0.46); line-height: 1; letter-spacing: -0.02em; color: #fff; }

.mn-603f4d__mono--rounded { background: var(--color-accent); color: var(--edge-fe71595c); border-radius: 9px; }
.mn-603f4d__mono--circle { background: var(--color-accent); color: var(--edge-fe71595c); border-radius: 50%; }
.mn-603f4d__mono--squircle { background: var(--color-accent); color: var(--edge-fe71595c); border-radius: 32% / 42%; }
.mn-603f4d__mono--square { background: var(--color-accent); color: var(--edge-fe71595c); border-radius: 3px; }
.mn-603f4d__mono--hex { background: var(--color-accent); color: var(--edge-fe71595c); clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%); }

.mn-603f4d__mono--ring { border: 2px solid currentColor; border-radius: 50%; }
.mn-603f4d__mono--outline { border: 2px solid currentColor; border-radius: 9px; }
.mn-603f4d--white .mn-603f4d__mono--ring, .mn-603f4d--white .mn-603f4d__mono--outline,
.mn-603f4d__row-brand .mn-603f4d__mono--ring, .mn-603f4d__row-brand .mn-603f4d__mono--outline { color: var(--color-text); }

.mn-603f4d__brand-name--dot::after { content: '.'; color: currentColor; }
.mn-603f4d__brand-name--underline { border-bottom: 2px solid currentColor; padding-bottom: 1px; }
.mn-603f4d__brand-name--accent-first::first-letter { color: currentColor; font-weight: 900; }
.mn-603f4d__brand-name--bracket::before { content: '['; color: currentColor; margin-right: 2px; }
.mn-603f4d__brand-name--bracket::after { content: ']'; color: currentColor; margin-left: 2px; }

.mn-603f4d__topnav { display: flex; gap: 1.25rem; list-style: none; align-items: center; flex: 0 1 auto; flex-wrap: wrap; min-width: 0; }
.mn-603f4d__topnav li { display: flex; align-items: center; list-style: none; }
.mn-603f4d__topnav a { color: rgba(255,255,255,0.85); font-weight: 500; font-size: 0.85rem; white-space: nowrap; }
.mn-603f4d__topnav a:hover { color: #fff; }
.mn-603f4d__topnav a {
    padding: 6px 14px;
    border-radius: 50px;
    transition: background 0.25s ease, color 0.25s ease;
}
.mn-603f4d__topnav a:hover { background: rgba(255,255,255,0.18); color: #fff; }
.mn-603f4d__topnav a.current-menu-item { background: rgba(255,255,255,0.22); color: #fff; }

.mn-603f4d__topnav > a + a { margin-left: 1.25rem; }

.mn-603f4d__tools { display: flex; align-items: center; gap: 1rem; margin-left: auto; flex-shrink: 0; }
.mn-603f4d__telephone a { color: #fff; font-weight: 600; font-size: 1.05rem; white-space: nowrap; }
.mn-603f4d__telephone a:hover { color: var(--color-accent); }
.mn-603f4d__action {
    display: inline-block;
    padding: 8px 20px;
    background: var(--color-accent);
    color: var(--edge-fe71595c);
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 50px;
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
    transition: background var(--transition), transform var(--transition);
}
.mn-603f4d__action:hover { background: var(--read-9087b8eb); color: #fff; transform: translateY(-1px); }
.mn-603f4d__nav-btn { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; padding: 4px 8px; }

.mn-603f4d__mastrow { min-width: 0; }
.mn-603f4d__mastrow > .mn-603f4d__brand { flex: 0 1 auto; max-width: min(22rem, 40%); }
.mn-603f4d__mastrow > .mn-603f4d__brand .mn-603f4d__brand-name { min-width: 0; line-height: 1.2; }
.mn-603f4d__mastrow > .mn-603f4d__topnav { flex: 1 1 auto; justify-content: center; }
.mn-603f4d__mastrow > .mn-603f4d__tools { flex: 0 1 auto; max-width: 55%; margin-left: 0; flex-wrap: wrap; justify-content: flex-end; }
.mn-603f4d__mastrow > .mn-603f4d__tools .mn-603f4d__action,
.mn-603f4d__mastrow > .mn-603f4d__action { max-width: 18rem; white-space: normal; text-align: center; line-height: 1.2; }
.mn-603f4d__mastrow--fit { flex-wrap: nowrap !important; position: relative; }
.mn-603f4d__mastrow--fit > .mn-603f4d__brand { flex: 1 1 0; max-width: none; }
.mn-603f4d__mastrow--fit .mn-603f4d__topnav--fit:not(.mn-603f4d__topnav--open) { display: none !important; }
.mn-603f4d__mastrow--fit .mn-603f4d__nav-btn--fit { display: inline-flex !important; align-items: center; justify-content: center; flex: 0 0 auto; }
.mn-603f4d__mastrow--fit .mn-603f4d__topnav--open {
    display: flex !important; flex-direction: column; align-items: stretch; flex-wrap: nowrap;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--ink-24a53d2d); padding: 1rem var(--gutter); gap: 0.5rem;
    z-index: 99; box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.mn-603f4d__mastrow--fit .mn-603f4d__topnav--open li { display: block; width: 100%; }
.mn-603f4d__mastrow--fit .mn-603f4d__topnav--open a { display: block; padding: 8px 0; white-space: normal; }
.mn-603f4d__mastrow--fit .mn-603f4d__topnav--open li::before { display: none; }
.mn-603f4d__mastrow--fit .mn-603f4d__topnav--open .sub-menu { display: block; position: static; box-shadow: none; border: 0; padding: 0 0 0 1rem; min-width: 0; background: transparent; }
.mn-603f4d--white .mn-603f4d__mastrow--fit .mn-603f4d__topnav--open,
.mn-603f4d--saas-topline .mn-603f4d__mastrow--fit .mn-603f4d__topnav--open { background: var(--color-bg); border-bottom: 1px solid var(--color-border); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.mn-603f4d--white .mn-603f4d__mastrow--fit .mn-603f4d__topnav--open a,
.mn-603f4d--saas-topline .mn-603f4d__mastrow--fit .mn-603f4d__topnav--open a { color: var(--color-text); }

.mn-603f4d--white { background: var(--color-bg); color: var(--color-text); border-bottom: 1px solid var(--color-border); box-shadow: none; }
.mn-603f4d--white .mn-603f4d__brand-name { color: var(--color-text); }
.mn-603f4d--white .mn-603f4d__topnav a { color: var(--color-text); opacity: 0.75; }
.mn-603f4d--white .mn-603f4d__topnav a:hover { color: var(--color-primary); opacity: 1; }
.mn-603f4d--white .mn-603f4d__telephone a { color: var(--color-text); }
.mn-603f4d--white .mn-603f4d__nav-btn { color: var(--color-text); }

.mn-603f4d--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--ink-24a53d2d);
    color: #fff;
}

.mn-603f4d__topnav li { position: relative; }
.mn-603f4d__topnav .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 200px; max-width: 320px; 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; }

.mn-603f4d__topnav li:hover > .sub-menu, .mn-603f4d__topnav li:focus-within > .sub-menu { display: block; }
.mn-603f4d__topnav .menu-item-has-children > a::after { content: '\00a0\25be'; font-size: 0.7em; opacity: 0.65; }
.mn-603f4d__topnav .sub-menu li { max-width: none; }

.mn-603f4d__topnav .sub-menu a { display: block; padding: 0.4rem 1rem; color: var(--color-text, #333); font-size: 0.88rem; white-space: normal; line-height: 1.35; }
.mn-603f4d__topnav .sub-menu a:hover { background: var(--color-bg-alt, #f5f5f5); color: var(--color-primary); }

.mn-603f4d__sec-nav {
    background: var(--color-bg-alt);
    border-bottom: 1px solid var(--color-border);
    padding: 0.4rem 0;
    font-size: 0.9rem;
}
.mn-603f4d__sec-links { display: flex; gap: 1.25rem; list-style: none; flex-wrap: wrap; justify-content: center; }
.mn-603f4d__sec-links li { list-style: none; max-width: 220px; }
.mn-603f4d__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; }
.mn-603f4d__sec-links a:hover { color: var(--color-primary); }
.mn-603f4d__sec-nav--tags .mn-603f4d__sec-links { flex-wrap: wrap; gap: 0.4rem; justify-content: center; }
.mn-603f4d__sec-nav--tags .mn-603f4d__sec-links li { max-width: none; }
.mn-603f4d__sec-nav--tags .mn-603f4d__sec-links a {
    display: inline-block; -webkit-line-clamp: unset;
    border: 1px solid var(--color-border); border-radius: 3px;
    padding: 0.2rem 0.65rem; font-size: 0.8rem;
    transition: background var(--transition), color var(--transition), border-color var(--transition);
}
.mn-603f4d__sec-nav--tags .mn-603f4d__sec-links li:nth-child(3n+1) a { font-size: 0.9rem; font-weight: 600; }
.mn-603f4d__sec-nav--tags .mn-603f4d__sec-links li:nth-child(5n) a { font-size: 0.75rem; }
.mn-603f4d__sec-nav--tags .mn-603f4d__sec-links a:hover { background: var(--color-primary); color: var(--view-263ae11e); border-color: var(--color-primary); }

.mn-603f4d--agency-dark { background: #181818; color: #fff; }
.mn-603f4d--agency-dark .mn-603f4d__row-brand > .lay-item-0692f5 { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 0; }
.mn-603f4d--agency-dark .mn-603f4d__brand-group { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.mn-603f4d--agency-dark .mn-603f4d__brand, .mn-603f4d--agency-dark .mn-603f4d__brand * { color: #fff; }
.mn-603f4d--agency-dark .mn-603f4d__tagline { font-size: 0.78rem; color: #9a9a9a; max-width: 230px; line-height: 1.35; border-left: 1px solid rgba(255,255,255,0.16); padding-left: 1rem; }
.mn-603f4d--agency-dark .mn-603f4d__tools { display: flex; align-items: center; gap: 1.4rem; flex-shrink: 0; }
.mn-603f4d--agency-dark .mn-603f4d__telephone a { color: #fff; font-weight: 600; font-size: 1.05rem; }
.mn-603f4d--agency-dark .mn-603f4d__action { color: #fff; font-weight: 700; background: none; padding: 0; border: 0; }
.mn-603f4d--agency-dark .mn-603f4d__action::before { content: '+ '; color: #fff; }
.mn-603f4d--agency-dark .mn-603f4d__row-nav { border-top: 1px solid rgba(255,255,255,0.08); }
.mn-603f4d--agency-dark .mn-603f4d__row-nav > .lay-item-0692f5 { padding: 0; }

.mn-603f4d--agency-dark .mn-603f4d__topnav, .mn-603f4d--agency-dark .mn-603f4d__topnav > ul { display: flex; align-items: center; gap: 1.75rem; list-style: none; margin: 0; padding: 0; }
.mn-603f4d--agency-dark .mn-603f4d__topnav a { color: #e6e6e6; display: block; padding: 0.85rem 0; font-size: 0.9rem; }
.mn-603f4d--agency-dark .mn-603f4d__topnav a:hover { color: var(--color-primary); }

.mn-603f4d--agency-dark .mn-603f4d__topnav .sub-menu a { color: var(--color-text, #333); padding: 0.4rem 1rem; }
.mn-603f4d--agency-dark .mn-603f4d__topnav .sub-menu a:hover { color: var(--color-primary); }
.mn-603f4d--agency-dark .mn-603f4d__nav-btn { color: #fff; }

.hd-hub-ea03ba7.hd-hub-ea03ba7--agency-dark { background: #181818; color: #cfcfcf; padding: 0; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__main { background: #181818; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__digest { background: #1f1f1f; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__digest > .lay-item-0692f5 { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding: 2.5rem 0; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__digest-head h2 { color: #fff; font-size: 1.6rem; margin: 0 0 0.4rem; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__digest-head p { color: #9a9a9a; margin: 0; max-width: 460px; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__digest-form { display: flex; gap: 0.75rem; flex: 1; min-width: 280px; max-width: 460px; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__digest-form input { flex: 1; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,0.3); color: #fff; padding: 0.6rem 0.2rem; font-size: 1rem; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__digest-form input::placeholder { color: #8a8a8a; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__digest-form button { background: var(--color-primary); color: var(--view-263ae11e); border: 0; border-radius: var(--radius); padding: 0.7rem 1.6rem; font-weight: 700; cursor: pointer; white-space: nowrap; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__main { padding: 3rem 0; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__grid { display: grid; gap: 2rem; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__col h3 { color: #fff; font-size: 1rem; margin: 0 0 1rem; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__topnav { display: flex; flex-direction: column; gap: 0.6rem; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__col a, .hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__f-phone, .hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__foot-email { color: #b7b7b7; display: block; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__col a:hover { color: var(--color-primary); }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__f-phone { color: #fff; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.4rem; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__foot-email { margin-bottom: 1rem; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__socials { display: flex; gap: 0.75rem; margin-top: 0.5rem; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__socials a { color: #b7b7b7; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__socials a:hover { color: var(--color-primary); }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__bottom { border-top: 1px solid rgba(255,255,255,0.08); background: #141414; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__bottom > .lay-item-0692f5 { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; padding: 1.5rem 0; font-size: 0.85rem; color: #8a8a8a; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__brand-foot, .hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__brand-foot * { color: #fff; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__legals { display: flex; gap: 1rem; flex-wrap: wrap; margin-left: auto; }
.hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__legals a { color: #8a8a8a; }
@media (max-width: 860px) { .hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__grid { grid-template-columns: 1fr 1fr !important; } .mn-603f4d--agency-dark .mn-603f4d__tagline { display: none; } }
@media (max-width: 520px) { .hd-hub-ea03ba7--agency-dark .hd-hub-ea03ba7__grid { grid-template-columns: 1fr !important; } }

.mn-603f4d--accent-bar { background: var(--face-d6e9a6ee); color: #fff; }
.mn-603f4d--accent-bar > .lay-item-0692f5 { display: flex; align-items: center; gap: 2rem; }
.mn-603f4d--accent-bar .mn-603f4d__brand, .mn-603f4d--accent-bar .mn-603f4d__brand * { color: #fff; }
.mn-603f4d--accent-bar .mn-603f4d__topnav { display: flex; align-items: center; gap: 1.5rem; flex: 1 1 auto; flex-wrap: wrap; }
.mn-603f4d--accent-bar .mn-603f4d__topnav a { color: #fff; font-weight: 500; }
.mn-603f4d--accent-bar .mn-603f4d__topnav a:hover { color: #fff; }
.mn-603f4d--accent-bar .mn-603f4d__tools { display: flex; align-items: center; gap: 1.25rem; margin-left: auto; }
.mn-603f4d--accent-bar .mn-603f4d__telephone a { color: #fff; font-weight: 600; }
.mn-603f4d--accent-bar .mn-603f4d__action { background: #fff; color: var(--shade-b1d04f3a); border-radius: var(--radius); padding: 0.5rem 1.25rem; font-weight: 700; }
.mn-603f4d--accent-bar .mn-603f4d__action:hover { background: rgba(255,255,255,0.88); }
@media (max-width: 860px) {
    .mn-603f4d--accent-bar .mn-603f4d__topnav { display: none; }
    .mn-603f4d--accent-bar .mn-603f4d__nav-btn { display: inline-flex; color: #fff; }
}

.hd-hub-ea03ba7.hd-hub-ea03ba7--light-inline { background: transparent; color: var(--color-text); padding: 2rem 0; }
.hd-hub-ea03ba7--light-inline > .lay-item-0692f5 { border-top: 1px solid var(--color-border); padding-top: 1.5rem; }
.hd-hub-ea03ba7--light-inline .hd-hub-ea03ba7__flow-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.hd-hub-ea03ba7--light-inline .hd-hub-ea03ba7__flow-left { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; font-size: 0.9rem; }
.hd-hub-ea03ba7--light-inline .hd-hub-ea03ba7__flow-left a { color: var(--tone-55989239); }
.hd-hub-ea03ba7.hd-hub-ea03ba7--light-inline .hd-hub-ea03ba7__legals { border: 0; margin: 0; padding: 0; }
.hd-hub-ea03ba7--light-inline .hd-hub-ea03ba7__legals a { color: var(--tone-55989239); }
.hd-hub-ea03ba7--light-inline .hd-hub-ea03ba7__socials { display: flex; gap: 0.75rem; }
.hd-hub-ea03ba7--light-inline .hd-hub-ea03ba7__socials a { color: var(--color-text); }
.hd-hub-ea03ba7--light-inline .hd-hub-ea03ba7__flow-right { font-weight: 700; color: var(--color-text); }
.hd-hub-ea03ba7--light-inline .hd-hub-ea03ba7__fine-legal { margin: 1.25rem 0 0; font-size: 0.75rem; color: var(--color-text-light); line-height: 1.5; }
@media (max-width: 640px) { .hd-hub-ea03ba7--light-inline .hd-hub-ea03ba7__flow-row { flex-direction: column; align-items: flex-start; } }

.mn-603f4d--saas-topline { background: #fff; border-top: 3px solid var(--color-primary); padding: 0; }
.mn-603f4d--saas-topline > .lay-item-0692f5 { display: flex; align-items: center; gap: 2.5rem; padding: 0.85rem 0; }
.mn-603f4d--saas-topline .mn-603f4d__brand, .mn-603f4d--saas-topline .mn-603f4d__brand * { color: var(--shade-b1d04f3a); }
.mn-603f4d--saas-topline .mn-603f4d__topnav { display: flex; align-items: center; gap: 1.75rem; flex: 1 1 auto; flex-wrap: wrap; }
.mn-603f4d--saas-topline .mn-603f4d__topnav a { color: var(--shade-b1d04f3a); font-weight: 500; }
.mn-603f4d--saas-topline .mn-603f4d__topnav a:hover { color: var(--color-primary); }
.mn-603f4d--saas-topline .mn-603f4d__tools { display: flex; align-items: center; gap: 1.5rem; margin-left: auto; }
.mn-603f4d--saas-topline .mn-603f4d__telephone a { color: var(--color-primary); font-weight: 600; }
.mn-603f4d--saas-topline .mn-603f4d__action { background: var(--color-primary); color: var(--view-263ae11e); border-radius: 999px; padding: 0.6rem 1.6rem; font-weight: 700; }
.mn-603f4d--saas-topline .mn-603f4d__action:hover { filter: brightness(1.08); }
.mn-603f4d--saas-topline .mn-603f4d__nav-btn { color: var(--shade-b1d04f3a); }
@media (max-width: 860px) { .mn-603f4d--saas-topline .mn-603f4d__topnav { display: none; } .mn-603f4d--saas-topline .mn-603f4d__nav-btn { display: inline-flex; color: var(--shade-b1d04f3a); } }

.hd-hub-ea03ba7.hd-hub-ea03ba7--mega-columns { background: var(--color-bg-alt); color: var(--color-text); padding: 3.5rem 0 1.5rem; }
.hd-hub-ea03ba7--mega-columns .hd-hub-ea03ba7__big-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 2rem 2.5rem; }
.hd-hub-ea03ba7--mega-columns .hd-hub-ea03ba7__col h3 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 1rem; color: var(--color-text); }
.hd-hub-ea03ba7--mega-columns .hd-hub-ea03ba7__topnav { display: flex; flex-direction: column; gap: 0.6rem; }
.hd-hub-ea03ba7--mega-columns .hd-hub-ea03ba7__col a { color: var(--color-text-light); }
.hd-hub-ea03ba7--mega-columns .hd-hub-ea03ba7__col a:hover { color: var(--color-primary); }
.hd-hub-ea03ba7--mega-columns .hd-hub-ea03ba7__big-phone { display: inline-block; font-size: 1.15rem; font-weight: 700; color: var(--color-text) !important; margin-bottom: 0.5rem; }
.hd-hub-ea03ba7--mega-columns .hd-hub-ea03ba7__big-company { font-size: 0.8rem; color: var(--color-text-light); line-height: 1.5; margin: 0.5rem 0; }
.hd-hub-ea03ba7--mega-columns .hd-hub-ea03ba7__big-email { display: inline-block; color: var(--tone-55989239) !important; margin-top: 0.25rem; }
.hd-hub-ea03ba7--mega-columns .hd-hub-ea03ba7__socials { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.hd-hub-ea03ba7--mega-columns .hd-hub-ea03ba7__big-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--color-border); font-size: 0.85rem; }
.hd-hub-ea03ba7.hd-hub-ea03ba7--mega-columns .hd-hub-ea03ba7__legals { border: 0; margin: 0; padding: 0; }
.hd-hub-ea03ba7--mega-columns .hd-hub-ea03ba7__legals a { color: var(--color-text-light); }
.hd-hub-ea03ba7--mega-columns .hd-hub-ea03ba7__fine-legal { margin: 1rem 0 0; font-size: 0.72rem; color: var(--color-text-light); line-height: 1.5; }
@media (max-width: 640px) { .hd-hub-ea03ba7--mega-columns .hd-hub-ea03ba7__big-grid { grid-template-columns: 1fr 1fr; } }

.mn-603f4d--tri-bar .mn-603f4d__splash { background: #16161a; color: #fff; }
.mn-603f4d--tri-bar .mn-603f4d__splash > .lay-item-0692f5 { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 0.55rem 0; font-size: 0.85rem; flex-wrap: wrap; }
.mn-603f4d--tri-bar .mn-603f4d__splash-cta { color: #fff; border: 1px solid rgba(255,255,255,0.4); border-radius: 999px; padding: 0.2rem 0.9rem; font-weight: 600; white-space: nowrap; }
.mn-603f4d--tri-bar .mn-603f4d__splash-cta:hover { background: rgba(255,255,255,0.12); }
.mn-603f4d--tri-bar .mn-603f4d__toprow { background: var(--color-bg-alt); border-bottom: 1px solid var(--color-border); }
.mn-603f4d--tri-bar .mn-603f4d__toprow > .lay-item-0692f5 { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 0.4rem 0; font-size: 0.85rem; flex-wrap: wrap; }
.mn-603f4d--tri-bar .mn-603f4d__upper-nav { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.mn-603f4d--tri-bar .mn-603f4d__upper-nav a { color: var(--color-text-light); }
.mn-603f4d--tri-bar .mn-603f4d__upper-nav a:hover { color: var(--color-primary); }
.mn-603f4d--tri-bar .mn-603f4d__upper-phone { color: var(--color-text); font-weight: 600; white-space: nowrap; }
.mn-603f4d--tri-bar .mn-603f4d__row-main { background: var(--color-bg); }
.mn-603f4d--tri-bar .mn-603f4d__row-main > .lay-item-0692f5 { display: flex; align-items: center; gap: 2rem; padding: 1rem 0; }
.mn-603f4d--tri-bar .mn-603f4d__brand-group { display: flex; flex-direction: column; }
.mn-603f4d--tri-bar .mn-603f4d__brand, .mn-603f4d--tri-bar .mn-603f4d__brand * { color: var(--color-text); }
.mn-603f4d--tri-bar .mn-603f4d__tagline { font-size: 0.75rem; color: var(--color-text-light); }
.mn-603f4d--tri-bar .mn-603f4d__topnav { display: flex; flex: 1; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.mn-603f4d--tri-bar .mn-603f4d__row-main .mn-603f4d__topnav a { color: var(--color-text); }
.mn-603f4d--tri-bar .mn-603f4d__row-main .mn-603f4d__topnav a:hover { color: var(--color-primary); }
.mn-603f4d--tri-bar .mn-603f4d__tools { display: flex; align-items: center; gap: 1rem; margin-left: auto; flex-shrink: 0; }
.mn-603f4d--tri-bar .mn-603f4d__nav-btn { color: var(--color-text); }
@media (max-width: 860px) { .mn-603f4d--tri-bar .mn-603f4d__topnav, .mn-603f4d--tri-bar .mn-603f4d__upper-nav { display: none; } .mn-603f4d--tri-bar .mn-603f4d__nav-btn { display: inline-flex; color: var(--color-text); } }

.mn-603f4d .mn-603f4d__mono--rounded,
.mn-603f4d .mn-603f4d__mono--circle,
.mn-603f4d .mn-603f4d__mono--squircle,
.mn-603f4d .mn-603f4d__mono--square,
.mn-603f4d .mn-603f4d__mono--hex { color: var(--edge-fe71595c); }

.hd-hub-ea03ba7.hd-hub-ea03ba7--brand-columns { background: transparent; padding: 0; }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__bc-body { background: var(--color-bg-alt); color: var(--color-text); padding: 3.5rem 0; }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__bc-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2.5rem; }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__col h3 { font-size: 0.9rem; font-weight: 700; margin: 0 0 1rem; color: var(--color-text); }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__topnav { display: flex; flex-direction: column; gap: 0.55rem; }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__col a { color: var(--color-text-light); }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__col a:hover { color: var(--color-primary); }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__bc-logo { font-size: 1.3rem; font-weight: 800; margin-bottom: 0.75rem; color: var(--color-text); }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__bc-logo * { color: var(--color-text); }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__bc-tagline { font-size: 0.85rem; color: var(--color-text-light); line-height: 1.5; margin: 0 0 1.25rem; max-width: 260px; }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__bc-phone { display: block; font-size: 1.2rem; font-weight: 700; color: var(--color-text) !important; margin-bottom: 0.4rem; }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__bc-email { display: block; color: var(--tone-55989239) !important; margin-bottom: 0.6rem; }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__bc-company { font-size: 0.78rem; color: var(--color-text-light); line-height: 1.5; margin: 0.4rem 0; }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__socials { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__bc-darkbar { background: #16161a; color: rgba(255,255,255,0.6); }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__bc-darkbar > .lay-item-0692f5 { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding: 1.25rem 0; font-size: 0.82rem; }
.hd-hub-ea03ba7.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__legals { border: 0; margin: 0; padding: 0; }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__bc-darkbar a { color: rgba(255,255,255,0.6); }
.hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__bc-darkbar a:hover { color: #fff; }
@media (max-width: 860px) { .hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__bc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .hd-hub-ea03ba7--brand-columns .hd-hub-ea03ba7__bc-grid { grid-template-columns: 1fr; } }

.bl-card-73b20d { display: grid; grid-template-columns: minmax(0, 1fr) clamp(240px, 26%, 320px); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.pnl-f7281 { min-width: 0; }
.bl-card-73b20d .el-part-189cb { position: sticky; top: 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.bl-card-73b20d .box-cell-731ecc { background: var(--color-bg-alt); border: 1px solid var(--color-border); border-radius: var(--radius); padding: 1.25rem 1.4rem; }
.bl-card-73b20d .box-cell-731ecc h3 { font-size: 0.95rem; margin: 0 0 0.85rem; }
.bl-card-73b20d .box-cell-731ecc ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.bl-card-73b20d .box-cell-731ecc a { color: var(--color-text); font-size: 0.9rem; line-height: 1.4; }
.bl-card-73b20d .box-cell-731ecc a:hover { color: var(--color-primary); }
@media (max-width: 860px) { .bl-card-73b20d { grid-template-columns: minmax(0, 1fr); } .bl-card-73b20d .el-part-189cb { position: static; } }

.blk-371aea6 {
    background: linear-gradient(135deg, var(--face-d6e9a6ee) 0%, var(--ink-24a53d2d) 100%);
    color: #fff;
    padding: 3rem 0 2.5rem;
    background-size: cover;
    background-position: center;
}

.blk-371aea6--split > .lay-item-0692f5 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.blk-371aea6--split .blk-371aea6__cta-row { justify-content: flex-start; }

.blk-371aea6--left-aligned > .lay-item-0692f5 { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; text-align: left; }
.blk-371aea6--left-aligned .blk-371aea6__cta-row { justify-content: flex-start; }
.blk-371aea6--left-aligned .blk-371aea6__sub { max-width: 100%; }
.blk-371aea6__decor { position: relative; min-height: 280px; display: flex; flex-direction: column; gap: 1rem; align-items: flex-end; justify-content: center; }
.blk-371aea6__decor-card { background: var(--ink-24a53d2d); border: 1px solid rgba(255,255,255,0.2); 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-371aea6__decor-card:hover { transform: translateY(-3px); }
.blk-371aea6__decor-card--1 { align-self: flex-start; margin-left: 10%; }
.blk-371aea6__decor-card--2 { align-self: flex-end; margin-right: 5%; }
.blk-371aea6__decor-card--3 { align-self: center; }
.blk-371aea6__decor-icon { font-size: 1.5rem; }
.blk-371aea6__decor-text { font-size: 0.95rem; font-weight: 600; color: #fff; }
.blk-371aea6__decor-num { font-size: 1.75rem; font-weight: 800; color: #fff; line-height: 1; }
.blk-371aea6__decor-label { font-size: 0.8rem; color: #fff; }

.blk-371aea6--light .blk-371aea6__decor-card { background: var(--color-card, #fff); border-color: var(--color-border); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.blk-371aea6--light .blk-371aea6__decor-text { color: var(--color-text); }
.blk-371aea6--light .blk-371aea6__decor-num { color: var(--tone-55989239); }
.blk-371aea6--light .blk-371aea6__decor-label { color: var(--color-text-light); }
.blk-371aea6__kicker { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; color: #fff; margin-bottom: 0.5rem; font-weight: 600; }
.blk-371aea6__headline { color: #fff; font-size: clamp(2.2rem, 5vw, 3.5rem); margin-bottom: 0.75rem; }
.blk-371aea6__sub { font-size: 1.1rem; line-height: 1.65; max-width: 640px; margin-bottom: 1rem; }
.blk-371aea6__sub p { color: #fff; }
.blk-371aea6__cta-row { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.25rem; justify-content: center; }
.blk-371aea6__button {
    display: inline-block;
    padding: 12px 28px;
    background: var(--print-a8a09a0c);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-transform: none;
    letter-spacing: 0;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}
.blk-371aea6__button:hover { background: var(--read-9087b8eb); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.blk-371aea6__button--secondary {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
}
.blk-371aea6__button--secondary:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; transform: translateY(-2px); }
.blk-371aea6__button--quiet { background: none; border: none; padding-left: 0; padding-right: 0; color: #fff; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(255,255,255,0.4); }
.blk-371aea6__button--quiet:hover { background: none; box-shadow: none; transform: none; text-decoration-color: currentColor; }
.blk-371aea6__picture img { border-radius: var(--radius); }

.blk-371aea6--light { background: var(--color-bg); color: var(--color-text); }
.blk-371aea6--light .blk-371aea6__headline { color: var(--color-text); }
.blk-371aea6--light .blk-371aea6__kicker { color: var(--tone-55989239); opacity: 1; }
.blk-371aea6--light .blk-371aea6__sub { opacity: 1; }
.blk-371aea6--light .blk-371aea6__sub p { color: var(--color-text-light); }
.blk-371aea6--light .blk-371aea6__button--secondary { border-color: var(--color-border); color: var(--color-text); }
.blk-371aea6--light .blk-371aea6__button--secondary:hover { border-color: var(--color-primary); color: var(--color-primary); background: transparent; }
.blk-371aea6--light .blk-371aea6__button--quiet { color: var(--color-primary); text-decoration-color: var(--color-primary-light); }
.blk-371aea6--light .blk-371aea6__button--quiet:hover { color: var(--color-primary-dark); }

.blk-371aea6--lab { background: var(--color-bg); overflow: hidden; }
.blk-371aea6--lab::before { content: ''; position: absolute; top: -30%; right: 0; width: 48%; height: 150%; background: radial-gradient(circle at 60% 40%, color-mix(in srgb, var(--color-primary) 16%, transparent), transparent 68%); pointer-events: none; z-index: 0; }
.blk-371aea6--lab > .lay-item-0692f5 { position: relative; z-index: 1; }
.blk-371aea6__headline-accent { color: var(--color-primary); }
.blk-371aea6__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.blk-371aea6__token { font-size: 0.8rem; font-weight: 600; padding: 0.3rem 0.85rem; border-radius: 999px; background: color-mix(in srgb, var(--color-primary) 9%, var(--color-card, #fff)); color: var(--color-primary); border: 1px solid color-mix(in srgb, var(--color-primary) 22%, transparent); }
.blk-371aea6__snapshot { display: flex; justify-content: center; align-items: center; }
.blk-371aea6__p-card { background: var(--color-card, #fff); border: 1px solid var(--color-border); border-radius: calc(var(--radius) + 4px); box-shadow: var(--shadow); padding: 1.25rem 1.4rem; width: 100%; max-width: 340px; }
.blk-371aea6__p-card-head { display: flex; gap: 0.4rem; margin-bottom: 1rem; }
.blk-371aea6__p-card-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--color-border); }
.blk-371aea6__p-card-dot:first-child { background: color-mix(in srgb, var(--color-primary) 75%, #fff); }
.blk-371aea6__prow { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 0.7rem 0; border-bottom: 1px solid var(--color-border); }
.blk-371aea6__prow:last-child { border-bottom: 0; }
.blk-371aea6__plabel { font-size: 0.9rem; color: var(--color-text); font-weight: 500; }
.blk-371aea6__pval { font-size: 1.05rem; color: var(--color-primary); font-weight: 800; white-space: nowrap; }
.blk-371aea6__pbar { height: 9px; border-radius: 5px; background: var(--color-bg-alt); flex: 1; }
.blk-371aea6__marker-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--color-primary); flex-shrink: 0; }

.st-hub-f154386 { padding: 3.5rem 0; }
.st-hub-f154386 h2 { text-align: center; }
.st-hub-f154386__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 1.25rem; margin-top: 2rem; }
.st-hub-f154386__module { background: var(--color-card, #fff); border: 1px solid var(--color-border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.5rem; transition: transform var(--transition), box-shadow var(--transition); }
.st-hub-f154386__module:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.st-hub-f154386__row { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; margin-bottom: 0.4rem; }
.st-hub-f154386__headline { font-size: 1.05rem; margin: 0; color: var(--color-text); }
.st-hub-f154386__value { font-size: 1.6rem; font-weight: 800; color: var(--color-primary); line-height: 1.1; margin-bottom: 0.5rem; }
.st-hub-f154386__desc { font-size: 0.9rem; color: var(--color-text-light); line-height: 1.55; margin: 0; }
.st-hub-f154386__status { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; padding: 0.2rem 0.6rem; border-radius: 999px; white-space: nowrap; flex-shrink: 0; }
.st-hub-f154386__status--good { background: #ecfdf5; color: #047857; }
.st-hub-f154386__status--warn { background: #fffbeb; color: #b45309; }
.st-hub-f154386__status--bad  { background: #fef2f2; color: #b91c1c; }
.st-hub-f154386__status--info { background: color-mix(in srgb, var(--color-primary) 12%, #fff); color: var(--color-primary); }

.sec-area-4209 { padding: 2rem 0; }
.sec-area-4209 h2 { text-align: center; }
.sec-area-4209__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-top: 1rem; }
.sec-area-4209__token { font-size: 0.85rem; font-weight: 600; padding: 0.35rem 0.9rem; border-radius: 999px; background: color-mix(in srgb, var(--color-primary) 8%, var(--color-card, #fff)); color: var(--color-primary); border: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent); }

.pnl-cta-4cd27--feature-rows .pnl-cta-4cd27__botrows { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 1.75rem; margin-top: 2rem; }
.pnl-cta-4cd27__botrow { display: flex; gap: 1rem; align-items: flex-start; }
.pnl-cta-4cd27__f-circle { flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--color-primary) 12%, #fff); color: var(--color-primary); font-size: 1.4rem; font-weight: 700; }
.pnl-cta-4cd27__f-circle img { width: 24px; height: 24px; object-fit: contain; }
.pnl-cta-4cd27__f-text h3 { font-size: 1.05rem; margin: 0 0 0.35rem; color: var(--color-text); }
.pnl-cta-4cd27__f-text p { font-size: 0.92rem; color: var(--color-text-light); line-height: 1.55; margin: 0; }

.crd-grid-75b53--band .crd-grid-75b53__band { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.crd-grid-75b53__bandcard { background: var(--color-card, #fff); border: 1px solid var(--color-border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.5rem 1.25rem; text-align: center; }
.crd-grid-75b53__band-ico { width: 52px; height: 52px; margin: 0 auto 0.75rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--color-primary) 12%, #fff); color: var(--color-primary); font-size: 1.5rem; line-height: 1; }
.crd-grid-75b53--band .crd-grid-75b53__number { font-size: 2rem; font-weight: 800; color: var(--color-primary); line-height: 1.1; }
.crd-grid-75b53--band .crd-grid-75b53__label { font-size: 0.9rem; color: var(--color-text-light); margin-top: 0.25rem; }

.blk-371aea6--market { background: var(--color-bg-alt, #f6f6f6); color: var(--color-text); text-align: center; overflow: hidden; }
.blk-371aea6--market > .lay-item-0692f5 { position: relative; z-index: 1; max-width: 780px; }
.blk-371aea6--market .blk-371aea6__headline { color: var(--color-text); }
.blk-371aea6--market .blk-371aea6__sub { max-width: 620px; margin: 0.5rem auto 0; opacity: 1; color: var(--color-text-light); }
.blk-371aea6--market .blk-371aea6__cta-row { justify-content: center; }
.blk-371aea6--market::before, .blk-371aea6--market::after { content: ''; position: absolute; width: 110px; height: 110px; pointer-events: none; opacity: 0.5; background-image: radial-gradient(color-mix(in srgb, var(--color-primary) 55%, transparent) 1.5px, transparent 1.7px); background-size: 18px 18px; }
.blk-371aea6--market::before { top: 1.5rem; left: 1.5rem; }
.blk-371aea6--market::after { bottom: 1.5rem; right: 1.5rem; }
.blk-371aea6__rate { display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 1.25rem; font-size: 0.95rem; color: var(--color-text-light); }
.blk-371aea6__rate-stars { color: #ffb63c; letter-spacing: 1px; }
.blk-371aea6__rate strong { color: var(--color-text); }

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

.itm-cell-bce89 { padding: 3.5rem 0; }
.itm-cell-bce89 h2 { text-align: center; }
.itm-cell-bce89__table { max-width: 720px; margin: 2rem auto 0; border: 1px solid var(--color-border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.itm-cell-bce89__row { display: grid; grid-template-columns: 1.7fr 1fr 1fr; align-items: center; gap: 0.5rem; padding: 0.85rem 1.25rem; border-bottom: 1px solid var(--color-border); }
.itm-cell-bce89__row:last-child { border-bottom: 0; }
.itm-cell-bce89__row:nth-child(even) { background: var(--color-bg-alt); }
.itm-cell-bce89__row--head { background: var(--color-primary); }
.itm-cell-bce89__row--head .itm-cell-bce89__rivals, .itm-cell-bce89__row--head .itm-cell-bce89__ours { color: var(--view-263ae11e); font-weight: 700; justify-content: center; }
.itm-cell-bce89__feat { font-weight: 500; color: var(--color-text); }
.itm-cell-bce89__rivals, .itm-cell-bce89__ours { font-size: 0.9rem; color: var(--color-text-light); display: flex; align-items: center; gap: 0.4rem; }
.itm-cell-bce89__ours { color: var(--color-text); font-weight: 500; }
.itm-cell-bce89__x { color: #f24c4c; font-weight: 800; }
.itm-cell-bce89__check { color: var(--color-primary); font-weight: 800; }
@media (max-width: 600px) { .itm-cell-bce89__row { grid-template-columns: 1fr; gap: 0.2rem; } .itm-cell-bce89__row--head { display: none; } .itm-cell-bce89__feat { font-weight: 700; } }

.wp-f705ab--arc .wp-f705ab__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 2rem; margin-top: 2.5rem; }
.wp-f705ab--arc .wp-f705ab__entry { text-align: center; position: relative; background: none; border: 0; box-shadow: none; padding: 0; }
.wp-f705ab--arc .wp-f705ab__idx { width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 800; color: var(--color-primary); background: color-mix(in srgb, var(--color-primary) 12%, #fff); border: 2px solid color-mix(in srgb, var(--color-primary) 35%, transparent); }
.wp-f705ab--arc .wp-f705ab__entry:not(:last-child)::after { content: ''; position: absolute; top: 31px; left: calc(50% + 42px); right: calc(-50% + 42px); border-top: 2px dashed color-mix(in srgb, var(--color-primary) 38%, transparent); }
@media (max-width: 700px) { .wp-f705ab--arc .wp-f705ab__entry:not(:last-child)::after { display: none; } }

.blk-371aea6__kpis-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-371aea6__kpi { text-align: center; }
.blk-371aea6__kpi-value { display: block; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; color: #fff; line-height: 1.2; }
.blk-371aea6__kpi-label { font-size: 0.85rem; color: #fff; display: block; margin-top: 0.25rem; }
.blk-371aea6--light .blk-371aea6__kpis-row { border-top-color: var(--color-border); }
.blk-371aea6--light .blk-371aea6__kpi-value { color: var(--color-primary); }
.blk-371aea6--light .blk-371aea6__kpi-label { color: var(--color-text-light); opacity: 1; }

.blk-371aea6__pluses-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; text-align: center; }
.blk-371aea6__plus-card { background: var(--ink-24a53d2d); border: 1px solid rgba(255,255,255,0.2); border-radius: var(--radius); padding: 1.5rem 1rem; transition: transform var(--transition), box-shadow var(--transition); }
.blk-371aea6__plus-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.blk-371aea6__plus-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.blk-371aea6__plus-card h3 { font-size: 1rem; margin: 0 0 0.5rem; color: #fff; }
.blk-371aea6__plus-card p { font-size: 0.85rem; color: #fff; margin: 0; line-height: 1.5; }
.blk-371aea6--light .blk-371aea6__plus-card { background: var(--color-card); border: 1px solid var(--color-border); }
.blk-371aea6--light .blk-371aea6__plus-card h3 { color: var(--color-text); }
.blk-371aea6--light .blk-371aea6__plus-card p { color: var(--color-text-light); opacity: 1; }

.blk-371aea6--search { padding-bottom: 3rem; }
.blk-371aea6__seek-form { display: flex; gap: 0; max-width: 600px; margin: 1.5rem auto 0; border-radius: 50px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.blk-371aea6__seek-input { flex: 1; padding: 14px 20px; border: none; font-size: 1rem; outline: none; background: #fff; color: #333; }
.blk-371aea6__seek-form .blk-371aea6__button { border-radius: 0; padding: 14px 28px; }
.blk-371aea6__seek-tags { display: flex; justify-content: center; gap: 0.5rem; flex-wrap: wrap; margin-top: 1rem; }
.blk-371aea6__seek-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-371aea6__seek-tag:hover { background: rgba(255,255,255,0.3); color: #fff; }
.blk-371aea6--light .blk-371aea6__seek-input { border: 1px solid var(--color-border); }
.blk-371aea6--light .blk-371aea6__seek-tag { background: var(--color-card); color: var(--color-text); border: 1px solid var(--color-border); }
.blk-371aea6--light .blk-371aea6__seek-tag:hover { border-color: var(--color-primary); color: var(--color-primary); }

.blk-371aea6--plates { background: var(--color-bg-alt); color: var(--color-text); padding: 2.5rem 0; }
.blk-371aea6__slabs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: stretch; }
.blk-371aea6__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);
}
.blk-371aea6__plate h1 { color: var(--color-text); font-size: clamp(1.3rem, 2.5vw, 2rem); }
.blk-371aea6__plate .blk-371aea6__sub { color: var(--color-text-light); }
.blk-371aea6__plate--info { display: flex; flex-direction: column; justify-content: center; }
.blk-371aea6__plate-stats { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.blk-371aea6__plate-stat { text-align: center; flex: 1; min-width: 80px; }
.blk-371aea6__plate-stat-val { display: block; font-size: 1.75rem; font-weight: 700; color: var(--color-primary); line-height: 1.2; }
.blk-371aea6__plate-stat-lbl { display: block; font-size: 0.8rem; color: var(--color-text-light); margin-top: 0.25rem; }
@media (max-width: 768px) {
    .blk-371aea6__slabs-grid { grid-template-columns: 1fr; }
}

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

.blk-371aea6--checklist .blk-371aea6__check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.blk-371aea6__check-list { list-style: none; padding: 0; margin: 1.25rem 0; }
.blk-371aea6__check-list li { padding: 0.5rem 0; font-size: 1rem; display: flex; align-items: center; gap: 0.75rem; }
.blk-371aea6__check-icon { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: var(--color-accent); color: var(--edge-fe71595c); border-radius: 50%; font-size: 0.75rem; flex-shrink: 0; }
.blk-371aea6__check-image img { width: 100%; height: auto; border-radius: var(--radius); }
.blk-371aea6--light .blk-371aea6__check-list li { color: var(--color-text); }

.blk-371aea6__badges-row { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.blk-371aea6__badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 10px 18px; background: var(--ink-24a53d2d); color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 40px; font-size: 0.9rem; font-weight: 500; transition: filter var(--transition); }
.blk-371aea6__badge:hover { filter: brightness(1.08); }
.blk-371aea6__badge-icon { font-size: 1.2rem; }
.blk-371aea6--light .blk-371aea6__badge { background: var(--color-card); border: 1px solid var(--color-border); color: var(--color-text); }
.blk-371aea6--light .blk-371aea6__badge:hover { border-color: var(--color-primary); }

.blk-371aea6--saas-metrics > .lay-item-0692f5 { text-align: left; }
.blk-371aea6__gauges-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.blk-371aea6__gauges-text .blk-371aea6__cta-row { justify-content: flex-start; }
.blk-371aea6__gauges-grid { display: grid; gap: 1rem; }
.blk-371aea6__measure-card {
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius); padding: 1.25rem;
}
.blk-371aea6__measure-card h3 { margin: 0 0 0.25rem; font-size: 1rem; color: #fff; }
.blk-371aea6__measure-card p { margin: 0; font-size: 0.9rem; color: #fff; }
.blk-371aea6__measure-icon {
    width: 40px; height: 40px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.2rem; margin-bottom: 0.75rem; color: #fff;
}
.blk-371aea6__measure-icon--0 { background: var(--ink-24a53d2d); }
.blk-371aea6__measure-icon--1 { background: var(--print-a8a09a0c); }
.blk-371aea6__measure-icon--2 { background: var(--read-9087b8eb); }
.blk-371aea6__gauges-grid--inline .blk-371aea6__measure-card { display: flex; align-items: center; gap: 1rem; }
.blk-371aea6__gauges-grid--inline .blk-371aea6__measure-icon { margin-bottom: 0; flex-shrink: 0; }
.blk-371aea6__gauges-grid--plain .blk-371aea6__measure-card { display: flex; align-items: center; gap: 1rem; background: none; border: none; box-shadow: none; border-radius: 0; padding: 0.9rem 0; border-bottom: 1px solid rgba(255,255,255,0.18); }
.blk-371aea6__gauges-grid--plain .blk-371aea6__measure-card:last-child { border-bottom: none; }
.blk-371aea6__gauges-grid--plain .blk-371aea6__measure-icon { margin-bottom: 0; flex-shrink: 0; }
.blk-371aea6--light .blk-371aea6__measure-card { background: var(--color-card); border-color: var(--color-border); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.blk-371aea6--light .blk-371aea6__gauges-grid--plain .blk-371aea6__measure-card { background: none; border: none; box-shadow: none; border-bottom: 1px solid var(--color-border); }
.blk-371aea6--light .blk-371aea6__gauges-grid--plain .blk-371aea6__measure-card:last-child { border-bottom: none; }
.blk-371aea6--light .blk-371aea6__measure-card h3 { color: var(--color-text); }
.blk-371aea6--light .blk-371aea6__measure-card p { color: var(--color-text-light); }

.crd-grid-75b53 { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.crd-grid-75b53 > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.crd-grid-75b53__grid { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; text-align: center; }
.crd-grid-75b53__entry { min-width: 120px; }
.crd-grid-75b53__number { font-size: 2.25rem; font-weight: 700; font-family: var(--font-head); color: var(--tone-55989239); line-height: 1.2; }
.crd-grid-75b53__label { font-size: 0.9rem; color: var(--color-text-light); margin-top: 0.2rem; }

.crd-grid-75b53--cards .crd-grid-75b53__grid { gap: 1.25rem; }
.crd-grid-75b53--cards .crd-grid-75b53__entry {
    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;
}

.crd-grid-75b53--bar { padding: 0; }
.crd-grid-75b53__bar {
    display: flex;
    background: var(--ink-24a53d2d);
    color: #fff;
    padding: 1.25rem 0;
}
.crd-grid-75b53--bar .crd-grid-75b53__entry { flex: 1; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); padding: 0.5rem 1rem; }
.crd-grid-75b53--bar .crd-grid-75b53__entry:last-child { border-right: none; }
.crd-grid-75b53--bar .crd-grid-75b53__number { color: #fff; font-size: 2rem; }
.crd-grid-75b53--bar .crd-grid-75b53__label { color: var(--signal-840be0d7); }

.hd-content-93cb8 { padding: clamp(2rem, 4vw, 3.5rem) 0; }

.sec-shelf-a1012 {
    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);
}
.sec-shelf-a1012:hover { box-shadow: var(--shadow-hover); border-color: var(--color-primary-light); transform: translateY(-2px); }
.sec-shelf-a1012__icon { margin-bottom: 0.75rem; }
.sec-shelf-a1012__icon img { width: 48px; height: 48px; }
.sec-shelf-a1012__mosaic { column-count: 2; column-gap: 1.5rem; }
.sec-shelf-a1012__mosaic > .sec-shelf-a1012 { break-inside: avoid; }

.pnl-cta-4cd27 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.pnl-cta-4cd27 h2 { text-align: center; margin-bottom: 1.5rem; }
.pnl-cta-4cd27__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.pnl-cta-4cd27__entry {
    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;
}
.pnl-cta-4cd27__entry:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); border-color: var(--color-primary-light); }
.pnl-cta-4cd27__entry h3 { margin-top: 0.5rem; }
.pnl-cta-4cd27__icon img { width: 48px; height: 48px; margin: 0 auto; }

.pnl-cta-4cd27--list .pnl-cta-4cd27__grid { grid-template-columns: 1fr; gap: 1rem; }
.pnl-cta-4cd27--list .pnl-cta-4cd27__entry { display: flex; gap: 1.25rem; text-align: left; align-items: flex-start; }
.pnl-cta-4cd27--list .pnl-cta-4cd27__icon { flex-shrink: 0; }
.pnl-cta-4cd27--list .pnl-cta-4cd27__copy p { margin-bottom: 0; }

.pnl-cta-4cd27--numbered .pnl-cta-4cd27__grid { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.pnl-cta-4cd27--numbered .pnl-cta-4cd27__entry { display: flex; gap: 1rem; text-align: left; padding: 1.25rem; }
.pnl-cta-4cd27__idx {
    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);
}
.pnl-cta-4cd27--numbered .pnl-cta-4cd27__copy p { margin-bottom: 0; }

.pnl-cta-4cd27--bordered .pnl-cta-4cd27__entry {
    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;
}
.pnl-cta-4cd27--bordered .pnl-cta-4cd27__entry:hover { border-left-color: var(--color-accent); }

.crd-outer-f1f742c { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.crd-outer-f1f742c > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.crd-outer-f1f742c__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.crd-outer-f1f742c__module {
    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);
}
.crd-outer-f1f742c__module:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.crd-outer-f1f742c__module--highlighted { border-color: var(--color-primary); box-shadow: 0 0 0 2px var(--color-primary-light); position: relative; }
.crd-outer-f1f742c__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;
}
.crd-outer-f1f742c__cost { font-size: 1.75rem; font-weight: 700; color: var(--color-primary); margin: 0.5rem 0; }
.crd-outer-f1f742c__pluses { list-style: none; padding: 0; margin: 0.75rem 0; text-align: left; }
.crd-outer-f1f742c__pluses li { padding: 0.35rem 0; border-bottom: 1px solid var(--color-border); font-size: 0.9rem; }

.crd-outer-f1f742c--horizontal .crd-outer-f1f742c__grid { display: none; }
.crd-outer-f1f742c__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);
}
.crd-outer-f1f742c--horizontal .crd-outer-f1f742c__row--hl { border-color: var(--color-primary); background: var(--color-primary-light); }
.crd-outer-f1f742c__row-head .crd-outer-f1f742c__cost { font-size: 1.4rem; margin: 0.25rem 0; }
.crd-outer-f1f742c__row-body .crd-outer-f1f742c__pluses { margin: 0; }
.crd-outer-f1f742c__row-body .crd-outer-f1f742c__pluses li { display: inline; }
.crd-outer-f1f742c__row-body .crd-outer-f1f742c__pluses li::after { content: ' \00B7  '; }
.crd-outer-f1f742c__row-body .crd-outer-f1f742c__pluses li:last-child::after { content: ''; }

.crd-outer-f1f742c--minimal .crd-outer-f1f742c__grid { display: none; }
.crd-outer-f1f742c__listing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--color-border);
}
.crd-outer-f1f742c--minimal .crd-outer-f1f742c__cost { font-size: 1.25rem; white-space: nowrap; margin: 0; }

.cmp-base-5253 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.cmp-base-5253 > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.cmp-base-5253__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.cmp-base-5253__entry {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--color-card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.cmp-base-5253__entry h3 { margin-bottom: 0.2rem; }

.cmp-base-5253--checklist .cmp-base-5253__grid { display: none; }
.cmp-base-5253__listing { max-width: 700px; margin: 0 auto; }
.cmp-base-5253__check-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-border);
    align-items: flex-start;
}
.cmp-base-5253__check-mark {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: var(--view-263ae11e);
    border-radius: 50%;
    font-size: 0.85rem;
    margin-top: 0.1rem;
}
.cmp-base-5253__check-item p { margin: 0.25rem 0 0; color: var(--color-text-light); font-size: 0.9rem; }

.cmp-base-5253--icons .cmp-base-5253__entry { flex-direction: column; text-align: center; align-items: center; }
.cmp-base-5253__icon-big { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.5rem; }
.cmp-base-5253__icon-big img { width: 56px; height: 56px; }

.hd-content-93cb8#faq { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.hd-content-93cb8#faq h2, .hd-content-93cb8 > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 1.5rem; }

.hd-content-93cb8__questions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(480px, 100%), 1fr)); gap: 1rem; }

details.sec-shelf-a1012 { cursor: pointer; }
details.sec-shelf-a1012 summary { font-weight: 600; }
details.sec-shelf-a1012[open] summary { color: var(--color-primary); }
.hd-content-93cb8 details.sec-shelf-a1012 > div > :where(p, ul, ol, blockquote) {
    max-width: 760px;
}

.crd-cac5 {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: var(--face-d6e9a6ee) !important;
    color: #fff;
    text-align: center;
}
.crd-cac5 h2 { color: #fff; margin-bottom: 0.75rem; }
.crd-cac5 p { color: #fff; max-width: 600px; margin-left: auto; margin-right: auto; }
.crd-cac5 .btn { background: #fff; color: var(--shade-b1d04f3a); border-color: #fff; margin-top: 0.75rem; }
.crd-cac5 .btn:hover { background: rgba(255,255,255,0.9); }

.crd-cac5--card-wrap { background: var(--color-bg-alt) !important; }
.crd-cac5__module {
    max-width: 640px;
    margin: 0 auto;
    padding: 2.5rem;
    background: var(--face-d6e9a6ee);
    border-radius: var(--radius);
    text-align: center;
}
.crd-cac5__module h2 { color: #fff; }
.crd-cac5__module p { color: #fff; }
.crd-cac5__module .btn { background: #fff; color: var(--shade-b1d04f3a); border-color: #fff; }

.crd-cac5--split { text-align: left; }
.crd-cac5__split-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: center; }
.crd-cac5__split-action { text-align: center; }

.wrp-card-7dd1 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.wrp-card-7dd1 > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.wrp-card-7dd1__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.wrp-card-7dd1__module {
    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);
}
.wrp-card-7dd1__module:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.wrp-card-7dd1__module-body { padding: 1.25rem; }

.wrp-card-7dd1--list .wrp-card-7dd1__grid { display: none; }
.wrp-card-7dd1__listing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border-bottom: 1px solid var(--color-border);
}
.wrp-card-7dd1__listing-item:last-child { border-bottom: none; }
.wrp-card-7dd1__listing-item p { margin: 0; }

.wrp-card-7dd1--inline .wrp-card-7dd1__grid { display: none; }
.wrp-card-7dd1__flow-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.wrp-card-7dd1__flow-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;
}
.wrp-card-7dd1__flow-item:hover { border-color: var(--color-primary); }
.wrp-card-7dd1__flow-item span { font-size: 0.85rem; color: var(--color-text-light); margin-top: 0.25rem; }

.wp-f705ab { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.wp-f705ab > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.wp-f705ab__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.25rem; counter-reset: step; position: relative; }
.wp-f705ab__entry { text-align: center; position: relative; }
.wp-f705ab__idx {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--color-primary);
    color: var(--view-263ae11e);
    font-weight: 700;
    font-size: 1.25rem;
    border-radius: 50%;
    margin-bottom: 0.75rem;
    font-family: var(--font-head);
}
.wp-f705ab__entry h3 { font-size: 1.1rem; }
.wp-f705ab__entry p { font-size: 0.9rem; color: var(--color-text-light); margin: 0; }

.wp-f705ab__entry: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;
    display: none;
}

@media (min-width: 481px) { .wp-f705ab__grid--n2 .wp-f705ab__entry:not(:last-child)::after { display: block; } }
@media (min-width: 769px) { .wp-f705ab__grid--n3 .wp-f705ab__entry:not(:last-child)::after { display: block; } }
@media (min-width: 820px) { .wp-f705ab:not(.wp-f705ab--arc) .wp-f705ab__grid--n4 .wp-f705ab__entry:not(:last-child)::after { display: block; } }
@media (min-width: 936px) { .wp-f705ab--arc .wp-f705ab__grid--n4 .wp-f705ab__entry:not(:last-child)::after { display: block; } }
@media (min-width: 1020px) { .wp-f705ab:not(.wp-f705ab--arc) .wp-f705ab__grid--n5 .wp-f705ab__entry:not(:last-child)::after { display: block; } }
@media (min-width: 1168px) { .wp-f705ab--arc .wp-f705ab__grid--n5 .wp-f705ab__entry:not(:last-child)::after { display: block; } }

.mn-603f4d--transparent ~ main > .blk-371aea6 { padding-top: calc(80px + 2rem); }

.mn-603f4d--transparent ~ main > .lay-item-0692f5:first-child { padding-top: calc(80px + 2rem); }
.mn-603f4d--transparent ~ main > .hd-content-93cb8:first-child { padding-top: calc(80px + 2rem); }

.ui-b3c8 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.ui-b3c8 > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.ui-b3c8__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.ui-b3c8__module {
    padding: 1.5rem;
    background: var(--color-card);
    border: var(--border-w) solid var(--color-border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.ui-b3c8__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;
}
.ui-b3c8__quote::before { content: '\201C'; font-size: 2.5rem; color: var(--tone-55989239); position: absolute; top: -0.5rem; left: 0; font-family: serif; line-height: 1; }
.ui-b3c8__author { display: flex; gap: 0.75rem; align-items: center; }
.ui-b3c8__avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.ui-b3c8__avatar img { width: 100%; height: 100%; object-fit: cover; }
.ui-b3c8__role { display: block; color: var(--color-text-light); font-size: 0.9rem; }
.ui-b3c8__cite { display: block; font-style: normal; margin-top: 0.75rem; color: var(--color-text-light); }
.ui-b3c8__cite strong { color: var(--color-text); }
.ui-b3c8__meta { color: var(--color-text-light); font-size: 0.9rem; }
.ui-b3c8__meta strong { color: var(--color-text); }

.ui-b3c8--bubble .ui-b3c8__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;
}
.ui-b3c8--bubble .ui-b3c8__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);
}
.ui-b3c8--bubble .ui-b3c8__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);
}
.ui-b3c8--bubble .ui-b3c8__module { background: none; border: none; box-shadow: none; padding: 0; }
.ui-b3c8--bubble .ui-b3c8__quote { padding-left: 0; margin: 0; }
.ui-b3c8--bubble .ui-b3c8__quote::before { display: none; }
.ui-b3c8--bubble .ui-b3c8__author { padding-left: 0.5rem; }

.ui-b3c8--minimal { text-align: center; }
.ui-b3c8--minimal .lay-item-0692f5 > h2 { margin-bottom: 2rem; }
.ui-b3c8--minimal .ui-b3c8__listing { max-width: 700px; margin: 0 auto; }
.ui-b3c8--minimal .ui-b3c8__entry { padding: 2rem 0; border-bottom: 1px solid var(--color-border); }
.ui-b3c8--minimal .ui-b3c8__entry:last-child { border-bottom: none; }
.ui-b3c8--minimal .ui-b3c8__quote { font-size: 1.1rem; padding-left: 0; }
.ui-b3c8--minimal .ui-b3c8__quote::before { display: none; }

.ui-b3c8--featured .ui-b3c8__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.ui-b3c8--featured .ui-b3c8__module--feat {
    grid-column: 1 / -1;
    border-left: 4px solid var(--color-primary);
    background: color-mix(in srgb, var(--color-primary) 5%, var(--color-card));
}
.ui-b3c8--featured .ui-b3c8__module--feat .ui-b3c8__avatar { width: 72px; height: 72px; }

.ui-b3c8--horizontal .ui-b3c8__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;
}
.ui-b3c8--horizontal .ui-b3c8__row:last-child { margin-bottom: 0; }
.ui-b3c8--horizontal .ui-b3c8__avatar { width: 64px; height: 64px; border-radius: 8px; flex-shrink: 0; overflow: hidden; }
.ui-b3c8--horizontal .ui-b3c8__avatar img { border-radius: 8px; }
.ui-b3c8--horizontal .ui-b3c8__content { flex: 1; }
.ui-b3c8--horizontal .ui-b3c8__quote { padding-left: 0; margin-bottom: 0.75rem; }
.ui-b3c8--horizontal .ui-b3c8__quote::before { display: none; }

.ui-b3c8--accent .ui-b3c8__module {
    border-left: 3px solid var(--color-primary);
    background: color-mix(in srgb, var(--color-primary) 4%, var(--color-card));
    position: relative;
    overflow: hidden;
}
.ui-b3c8--accent .ui-b3c8__module::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;
}
.ui-b3c8--accent .ui-b3c8__quote::before { display: none; }
.ui-b3c8--accent .ui-b3c8__quote { padding-left: 0; }

.ui-b3c8--lg-avatar .ui-b3c8__module { text-align: center; }
.ui-b3c8--lg-avatar .ui-b3c8__avatar { width: 80px; height: 80px; margin: 0 auto 1rem; }
.ui-b3c8--lg-avatar .ui-b3c8__quote { padding-left: 0; text-align: center; }
.ui-b3c8--lg-avatar .ui-b3c8__quote::before { position: static; display: block; text-align: center; margin-bottom: -0.5rem; }
.ui-b3c8--lg-avatar .ui-b3c8__meta { margin-top: 0.75rem; }

.ui-b3c8--masonry .ui-b3c8__grid { display: block; column-count: 2; column-gap: 1.25rem; }
.ui-b3c8--masonry .ui-b3c8__module { break-inside: avoid; margin-bottom: 1.25rem; border-top: 3px solid var(--color-primary); box-shadow: none; }
.ui-b3c8--masonry .ui-b3c8__quote::before { display: none; }
.ui-b3c8--masonry .ui-b3c8__quote { padding-left: 0; }

.ui-b3c8--sidebar .ui-b3c8__structure { display: grid; grid-template-columns: 280px 1fr; gap: 2.5rem; align-items: start; }
.ui-b3c8--sidebar .ui-b3c8__side { position: sticky; top: 2rem; }
.ui-b3c8--sidebar .ui-b3c8__side h2 { text-align: left; margin-bottom: 1rem; }
.ui-b3c8--sidebar .ui-b3c8__side::after { content: ''; display: block; width: 48px; height: 3px; background: var(--color-primary); margin-top: 1rem; border-radius: 2px; }
.ui-b3c8--sidebar .ui-b3c8__module { margin-bottom: 1rem; }
.ui-b3c8--sidebar .ui-b3c8__module:last-child { margin-bottom: 0; }

.ui-b3c8--stack .ui-b3c8__grid { display: flex; flex-direction: column; gap: 0; }
.ui-b3c8--stack .ui-b3c8__module { display: flex; gap: 1.5rem; align-items: center; padding: 2rem; border: none; border-radius: 0; box-shadow: none; }
.ui-b3c8--stack .ui-b3c8__module:nth-child(even) { background: var(--color-bg-alt); }
.ui-b3c8--stack .ui-b3c8__module:nth-child(odd) { background: var(--color-card); }
.ui-b3c8--stack .ui-b3c8__quote { flex: 1; padding-left: 0; margin-bottom: 0; }
.ui-b3c8--stack .ui-b3c8__quote::before { display: none; }
.ui-b3c8--stack .ui-b3c8__author { flex-shrink: 0; text-align: right; }
.ui-b3c8--stack .ui-b3c8__avatar { width: 56px; height: 56px; }

.lay-text-cb9ff { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.lay-text-cb9ff > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.lay-text-cb9ff__symbols { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: center; }
.lay-text-cb9ff__symbol-item { display: flex; align-items: center; justify-content: center; min-width: 120px; }
.lay-text-cb9ff__symbol-item img { max-height: 48px; width: auto; filter: grayscale(100%); opacity: 0.6; transition: all var(--transition); }
.lay-text-cb9ff__symbol-item:hover img { filter: grayscale(0%); opacity: 1; }
.lay-text-cb9ff__symbol-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);
}
.lay-text-cb9ff__symbol-item:hover .lay-text-cb9ff__symbol-text { color: var(--color-primary); border-color: var(--color-primary); }
.lay-text-cb9ff__symbols--named .lay-text-cb9ff__symbol-item { flex-direction: column; gap: 0.45rem; }
.lay-text-cb9ff__symbol-name { font-size: 0.8rem; color: var(--color-text-light); letter-spacing: 0.02em; }
.lay-text-cb9ff__symbol-item:hover .lay-text-cb9ff__symbol-name { color: var(--color-primary); }

.crd-flow-3d49 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.crd-flow-3d49 > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.crd-flow-3d49__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0.75rem; }
.crd-flow-3d49__entry { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/3; }
.crd-flow-3d49__entry img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition); }
.crd-flow-3d49__entry:hover img { transform: scale(1.05); }
.crd-flow-3d49__figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem;
    background: rgba(0,0,0,0.62);
    color: #fff;
    font-size: 0.85rem;
    text-align: center;
}

.pnl-dock-32e15d { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.pnl-dock-32e15d > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 1.5rem; }
.pnl-dock-32e15d__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.pnl-dock-32e15d__mini { border-radius: var(--radius); overflow: hidden; margin-bottom: 0.75rem; }
.pnl-dock-32e15d__mini img { width: 100%; height: 180px; object-fit: cover; display: block; }
.pnl-dock-32e15d__date { font-size: 0.8rem; color: var(--color-text-light); display: block; margin-bottom: 0.25rem; }
.pnl-dock-32e15d__summary { font-size: 0.9rem; color: var(--color-text-light); line-height: 1.6; }
.pnl-dock-32e15d__readmore { font-size: 0.85rem; color: var(--tone-55989239); text-decoration: none; font-weight: 500; }
.pnl-dock-32e15d__readmore:hover { text-decoration: underline; }

.pnl-dock-32e15d--list .pnl-dock-32e15d__entry { display: flex; gap: 1.25rem; padding: 1rem 0; border-bottom: 1px solid var(--color-border); }
.pnl-dock-32e15d--list .pnl-dock-32e15d__mini { flex-shrink: 0; width: 200px; margin: 0; }
.pnl-dock-32e15d--list .pnl-dock-32e15d__mini img { height: 130px; }
.pnl-dock-32e15d--list .pnl-dock-32e15d__entry-body h3 { margin: 0 0 0.25rem; font-size: 1.1rem; }
.pnl-dock-32e15d--list .pnl-dock-32e15d__entry-body h3 a { color: var(--color-text); text-decoration: none; }
.pnl-dock-32e15d--list .pnl-dock-32e15d__entry-body h3 a:hover { color: var(--color-primary); }

.pnl-dock-32e15d--cards .pnl-dock-32e15d__module { display: flex; flex-direction: column; }
.pnl-dock-32e15d--cards .pnl-dock-32e15d__module-body { flex: 1; display: flex; flex-direction: column; padding: 1rem 0; }
.pnl-dock-32e15d--cards .pnl-dock-32e15d__module-body h3 { margin: 0.25rem 0 0.5rem; font-size: 1.05rem; }
.pnl-dock-32e15d--cards .pnl-dock-32e15d__module-body h3 a { color: var(--color-text); text-decoration: none; }
.pnl-dock-32e15d--cards .pnl-dock-32e15d__module-body h3 a:hover { color: var(--color-primary); }
.pnl-dock-32e15d--cards .pnl-dock-32e15d__readmore { margin-top: auto; }

.pnl-dock-32e15d--minimal .pnl-dock-32e15d__listing { list-style: none; padding: 0; }
.pnl-dock-32e15d--minimal .pnl-dock-32e15d__listing li { padding: 0.75rem 0; border-bottom: 1px solid var(--color-border); display: flex; justify-content: space-between; align-items: center; }
.pnl-dock-32e15d--minimal .pnl-dock-32e15d__listing a { color: var(--color-text); text-decoration: none; font-weight: 500; }
.pnl-dock-32e15d--minimal .pnl-dock-32e15d__listing a:hover { color: var(--color-primary); }

.hd-content-93cb8--cm-cards, .hd-content-93cb8--cm-list, .hd-content-93cb8--cm-bubbles { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.hd-content-93cb8--cm-cards > .lay-item-0692f5 > h2, .hd-content-93cb8--cm-list > .lay-item-0692f5 > h2, .hd-content-93cb8--cm-bubbles > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 1.5rem; }

.hd-content-93cb8__cm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.hd-content-93cb8__cm-card { padding: 1.25rem; }
.hd-content-93cb8__cm-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.hd-content-93cb8__cm-header img { border-radius: 50%; }
.hd-content-93cb8__cm-header strong { font-size: 0.95rem; }
.hd-content-93cb8__cm-header small { color: var(--color-text-light); }
.hd-content-93cb8__cm-card p { font-size: 0.9rem; line-height: 1.6; color: var(--color-text-light); margin: 0; }

.hd-content-93cb8--cm-list .hd-content-93cb8__cm-item { padding: 1rem 0; border-bottom: 1px solid var(--color-border); }
.hd-content-93cb8--cm-list .hd-content-93cb8__cm-item strong { margin-right: 0.75rem; }
.hd-content-93cb8--cm-list .hd-content-93cb8__cm-item time { font-size: 0.8rem; color: var(--color-text-light); }
.hd-content-93cb8--cm-list .hd-content-93cb8__cm-item p { margin: 0.5rem 0 0; font-size: 0.9rem; color: var(--color-text-light); line-height: 1.6; }

.hd-content-93cb8--cm-bubbles .hd-content-93cb8__cm-bubble { display: flex; gap: 1rem; margin-bottom: 1.25rem; }
.hd-content-93cb8__cm-avatar img { border-radius: 50%; flex-shrink: 0; }
.hd-content-93cb8__cm-content { background: var(--color-card); border-radius: var(--radius); padding: 1rem 1.25rem; position: relative; }
.hd-content-93cb8__cm-content p { margin: 0 0 0.5rem; font-size: 0.95rem; font-style: italic; line-height: 1.6; }
.hd-content-93cb8__cm-content cite { font-size: 0.8rem; color: var(--color-text-light); font-style: normal; font-weight: 600; }

.pnl-grid-6e2463a { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.pnl-grid-6e2463a > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 0.5rem; }
.pnl-grid-6e2463a__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.pnl-grid-6e2463a__module { 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); }
.pnl-grid-6e2463a__module:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.pnl-grid-6e2463a__portrait { aspect-ratio: 1/1; overflow: hidden; }
.pnl-grid-6e2463a__portrait img { width: 100%; height: 100%; object-fit: cover; }
.pnl-grid-6e2463a__module h3 { margin: 0.75rem 0 0.25rem; font-size: 1rem; }
.pnl-grid-6e2463a__module p { font-size: 0.85rem; color: var(--color-text-light); margin: 0 0 0.75rem; padding: 0 1rem; }
.pnl-grid-6e2463a--list .pnl-grid-6e2463a__grid { grid-template-columns: 1fr; }
.pnl-grid-6e2463a--list .pnl-grid-6e2463a__module { display: flex; text-align: left; }
.pnl-grid-6e2463a--list .pnl-grid-6e2463a__portrait { width: 120px; flex-shrink: 0; aspect-ratio: 1/1; }
.pnl-grid-6e2463a--compact .pnl-grid-6e2463a__grid { gap: 1rem; }
.pnl-grid-6e2463a--compact .pnl-grid-6e2463a__portrait { width: 80px; height: 80px; border-radius: 50%; margin: 1rem auto 0.5rem; }

.pg-block-24b8 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.pg-block-24b8 > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 0.5rem; }
.pg-block-24b8__panel { position: relative; max-width: 720px; margin: 2rem auto 0; }
.pg-block-24b8__opt { display: none; }
.pg-block-24b8__tabs { display: flex; gap: 5px; }
.pg-block-24b8__switch-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); }
.pg-block-24b8__code-block { display: none; background: #1e293b; border-radius: 0 8px 8px 8px; overflow-x: auto; }
.pg-block-24b8__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; }
.pg-block-24b8__code-block code { white-space: pre; }
.pg-block-24b8__opt:nth-of-type(1):checked ~ .pg-block-24b8__code-block--curl { display: block; }
.pg-block-24b8__opt:nth-of-type(2):checked ~ .pg-block-24b8__code-block--python { display: block; }
.pg-block-24b8__opt:nth-of-type(3):checked ~ .pg-block-24b8__code-block--php { display: block; }
.pg-block-24b8__opt:nth-of-type(1):checked ~ .pg-block-24b8__tabs .pg-block-24b8__switch-btn:nth-of-type(1),
.pg-block-24b8__opt:nth-of-type(2):checked ~ .pg-block-24b8__tabs .pg-block-24b8__switch-btn:nth-of-type(2),
.pg-block-24b8__opt:nth-of-type(3):checked ~ .pg-block-24b8__tabs .pg-block-24b8__switch-btn:nth-of-type(3) {
    background: #1e293b; color: #fff;
}

.pnl-wrap-183e { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.pnl-wrap-183e > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 0.5rem; }
.pnl-wrap-183e__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; }
.pnl-wrap-183e__module { 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; }
.pnl-wrap-183e__module:hover { border-color: var(--color-primary); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.pnl-wrap-183e__entry { text-decoration: none; color: var(--color-text); transition: background var(--transition); }
.pnl-wrap-183e__entry:hover { background: var(--color-bg-alt); }
.pnl-wrap-183e--icons .pnl-wrap-183e__entry { text-decoration: none; color: var(--color-text); transition: color var(--transition); }
.pnl-wrap-183e--icons .pnl-wrap-183e__entry:hover { color: var(--color-primary); }

.lay-zone-7a6c2 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.lay-zone-7a6c2 > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 0.5rem; }
.lay-zone-7a6c2__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.lay-zone-7a6c2__module { 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); }
.lay-zone-7a6c2__module:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.lay-zone-7a6c2__module h3 { margin: 0 0 0.75rem; font-size: 1.1rem; }

.lay-zone-7a6c2 .lay-zone-7a6c2__rate { display: inline-block; color: #fff !important; padding: 0.2rem 0.5rem; border-radius: var(--radius); font-weight: 700; font-size: 0.9rem; white-space: nowrap; flex-shrink: 0; word-break: normal; }
.lay-zone-7a6c2 .lay-zone-7a6c2__rate--good { background: #15803d; }
.lay-zone-7a6c2 .lay-zone-7a6c2__rate--warn { background: #a16207; }
.lay-zone-7a6c2 .lay-zone-7a6c2__rate--bad { background: #b91c1c; }
.lay-zone-7a6c2__upsides, .lay-zone-7a6c2__downsides { font-size: 0.9rem; margin-bottom: 0.5rem; }
.lay-zone-7a6c2 .lay-zone-7a6c2__upsides { color: #166534 !important; }
.lay-zone-7a6c2 .lay-zone-7a6c2__downsides { color: #991b1b !important; }
.lay-zone-7a6c2 .lay-zone-7a6c2__readmore { color: var(--tone-55989239) !important; font-weight: 600; }
.lay-zone-7a6c2__table { width: 100%; border-spacing: 0; border-collapse: collapse; }
.lay-zone-7a6c2__table th { font-weight: 600; color: var(--color-text); background: var(--color-bg-alt); }
.lay-zone-7a6c2__table td, .lay-zone-7a6c2__table th { padding: 0.75rem; border-bottom: 1px solid var(--color-border); text-align: left; }
.lay-zone-7a6c2__table tr:hover td { background: var(--color-bg-alt); }
.lay-zone-7a6c2__wrapper { overflow-x: auto; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid var(--color-border); }
.lay-zone-7a6c2__head-cell-feature, .lay-zone-7a6c2__data-cell-feature { position: sticky; left: 0; z-index: 1; background: var(--color-bg); box-shadow: 2px 0 5px rgba(0,0,0,0.05); }
.lay-zone-7a6c2__head-cell-feature { z-index: 2; background: var(--color-bg-alt); }
.lay-zone-7a6c2__head-cell-hl { background: var(--color-primary-light); border-top: 3px solid var(--color-primary); color: var(--color-primary-dark); }
.lay-zone-7a6c2__data-cell-hl { background: var(--color-primary-light); }
.lay-zone-7a6c2--list .lay-zone-7a6c2__entry { padding: 1.25rem 0; border-bottom: 1px solid var(--color-border); }

.ft-0c89278 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.ft-0c89278 > .lay-item-0692f5 > h2 { text-align: center; margin-bottom: 0.5rem; }
.ft-0c89278__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.ft-0c89278__module { 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); }
.ft-0c89278__module:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.ft-0c89278__module img { width: 100%; height: 200px; object-fit: cover; display: block; }
.ft-0c89278__module-body { padding: 1.25rem; }
.ft-0c89278__module-body h3 { margin: 0 0 0.5rem; font-size: 1.05rem; }
.ft-0c89278__module-body p { font-size: 0.9rem; color: var(--color-text-light); margin: 0; }
.ft-0c89278__keyword { 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; }
.ft-0c89278--case .ft-0c89278__grid { grid-template-columns: 1fr; gap: 2rem; }
.ft-0c89278--case .ft-0c89278__entry { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: center; }
.ft-0c89278--case .ft-0c89278__entry img { width: 100%; height: auto; display: block; border-radius: var(--radius); }
.ft-0c89278--minimal .ft-0c89278__grid { grid-template-columns: 1fr; }
.ft-0c89278--minimal .ft-0c89278__entry { padding: 1rem 0; border-bottom: 1px solid var(--color-border); }

.box-strip-9ac6 { width: 100%; max-width: 760px; margin-left: auto; margin-right: auto; line-height: 1.8; }
.box-strip-9ac6 p { margin-bottom: 1rem; }
.box-strip-9ac6 h2, .box-strip-9ac6 h3, .box-strip-9ac6 h4 { margin: 1.5rem 0 0.75rem; }
.box-strip-9ac6 img { max-width: 100%; height: auto; border-radius: var(--radius); }
.box-strip-9ac6 ul, .box-strip-9ac6 ol { margin: 0 0 1rem 1.5rem; }
.box-strip-9ac6 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); }

.st-col-f4b7e1 { padding: clamp(1.5rem, 3vw, 2.5rem) 0; }
.st-col-f4b7e1__beltline { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(1rem, 3vw, 2.5rem); }
.st-col-f4b7e1__entry { display: inline-flex; align-items: center; }
.st-col-f4b7e1__entry img { max-height: 40px; width: auto; filter: grayscale(1); opacity: 0.6; transition: all var(--transition); }
.st-col-f4b7e1__entry:hover img { filter: grayscale(0); opacity: 1; }
.st-col-f4b7e1__entry a { text-decoration: none; }

@keyframes tg5ae64 { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ui-08bb01 { background: var(--color-primary); overflow: hidden; padding: 0.6rem 0; white-space: nowrap; }
.ui-08bb01__reel { display: inline-flex; animation: tg5ae64 32s linear infinite; }
.ui-08bb01__copy { display: inline-block; padding: 0 2rem; font-size: 0.95rem; font-weight: 500; color: var(--view-263ae11e); letter-spacing: 0.02em; }

.mod-view-f0a7 { padding: 2rem 0; }
.mod-view-f0a7 > div { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.mod-view-f0a7 h2 { text-align: center; margin-bottom: 1.5rem; }
.mod-view-f0a7 p { max-width: 48rem; margin: 0.75rem auto; line-height: 1.7; color: var(--color-text); }

.hd-hub-ea03ba7 {
    background: var(--ink-24a53d2d);
    color: var(--signal-840be0d7);
    padding: 2rem 0 1.25rem;
    margin-top: 0;
}
.hd-hub-ea03ba7__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-bottom: 1.25rem; }
.hd-hub-ea03ba7__col h3 { color: #fff; font-size: 1rem; margin-bottom: 0.5rem; }
.hd-hub-ea03ba7__col p { font-size: 0.9rem; margin-bottom: 0.4rem; }
.hd-hub-ea03ba7__col a { color: var(--signal-840be0d7); }
.hd-hub-ea03ba7__col a:hover { color: #fff; }
.hd-hub-ea03ba7__col ul { list-style: none; padding: 0; }
.hd-hub-ea03ba7__col ul li { margin-bottom: 0.35rem; }
.hd-hub-ea03ba7__col nav ul { list-style: none; padding: 0; column-width: 11rem; column-count: 1; column-gap: 1.5rem; }
.hd-hub-ea03ba7__col nav ul li { margin-bottom: 0.35rem; break-inside: avoid; }
.hd-hub-ea03ba7__col nav a { color: var(--signal-840be0d7); font-size: 0.9rem; }
.hd-hub-ea03ba7__col nav a:hover { color: #fff; }

.hd-hub-ea03ba7__linklist, .hd-hub-ea03ba7__linklist ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem 1.5rem; margin: 0 0 1.25rem; padding: 0; list-style: none; }
.hd-hub-ea03ba7__linklist ul { margin: 0; }
.hd-hub-ea03ba7__linklist li { margin: 0; list-style: none; }
.hd-hub-ea03ba7__linklist a { color: var(--signal-840be0d7); font-size: 0.9rem; }
.hd-hub-ea03ba7__linklist a:hover { color: #fff; }
.hd-hub-ea03ba7__bottom { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 0.75rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; flex-wrap: wrap; gap: 0.5rem; }
.hd-hub-ea03ba7__socials { display: flex; gap: 0.75rem; }
.hd-hub-ea03ba7__socials a { color: var(--signal-840be0d7); }
.hd-hub-ea03ba7__socials a:hover { color: #fff; }

.hd-hub-ea03ba7__legals {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.5rem 0;
    font-size: 0.8rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 0.75rem;
    list-style: none;
}
.hd-hub-ea03ba7__legals li { list-style: none; }
.hd-hub-ea03ba7__legals a { color: var(--signal-840be0d7); }
.hd-hub-ea03ba7__legals a:hover { color: rgba(255,255,255,0.9); }

.hd-hub-ea03ba7__legals.hd-hub-ea03ba7__legals--sep-pipe,
.hd-hub-ea03ba7__legals.hd-hub-ea03ba7__legals--sep-dot,
.hd-hub-ea03ba7__legals.hd-hub-ea03ba7__legals--sep-bullet,
.hd-hub-ea03ba7__legals.hd-hub-ea03ba7__legals--sep-slash,
.hd-hub-ea03ba7__legals.hd-hub-ea03ba7__legals--sep-dash { flex-direction: row; flex-wrap: wrap; gap: 0.5rem; }
.hd-hub-ea03ba7__legals--sep-pipe > a + a::before, .hd-hub-ea03ba7__legals--sep-pipe > li + li::before { content: '\2502'; margin-right: 0.5rem; opacity: 0.4; }
.hd-hub-ea03ba7__legals--sep-dot > a + a::before, .hd-hub-ea03ba7__legals--sep-dot > li + li::before { content: '\00B7'; margin-right: 0.5rem; opacity: 0.55; }
.hd-hub-ea03ba7__legals--sep-bullet > a + a::before, .hd-hub-ea03ba7__legals--sep-bullet > li + li::before { content: '\2022'; margin-right: 0.5rem; opacity: 0.45; }
.hd-hub-ea03ba7__legals--sep-slash > a + a::before, .hd-hub-ea03ba7__legals--sep-slash > li + li::before { content: '/'; margin-right: 0.5rem; opacity: 0.4; }
.hd-hub-ea03ba7__legals--sep-dash > a + a::before, .hd-hub-ea03ba7__legals--sep-dash > li + li::before { content: '\2013'; margin-right: 0.5rem; opacity: 0.4; }
.hd-hub-ea03ba7__legals.hd-hub-ea03ba7__legals--stacked { flex-direction: column; gap: 0.4rem; }
.hd-hub-ea03ba7__legals.hd-hub-ea03ba7__legals--pills { flex-direction: row; flex-wrap: wrap; gap: 0.5rem; }
.hd-hub-ea03ba7__legals--pills > a, .hd-hub-ea03ba7__legals--pills > li > a { padding: 0.2rem 0.7rem; border: 1px solid currentColor; border-radius: 999px; line-height: 1.9; }

.hd-hub-ea03ba7--fb-a .hd-hub-ea03ba7__bottom, .hd-hub-ea03ba7--fb-b .hd-hub-ea03ba7__bottom { justify-content: center; text-align: center; }
.hd-hub-ea03ba7--fb-c .hd-hub-ea03ba7__bottom, .hd-hub-ea03ba7--fb-e .hd-hub-ea03ba7__bottom { justify-content: flex-start; text-align: left; }
.hd-hub-ea03ba7--fb-d .hd-hub-ea03ba7__bottom { justify-content: flex-end; text-align: right; }
.hd-hub-ea03ba7.hd-hub-ea03ba7--fb-b .hd-hub-ea03ba7__legals, .hd-hub-ea03ba7.hd-hub-ea03ba7--fb-d .hd-hub-ea03ba7__legals, .hd-hub-ea03ba7.hd-hub-ea03ba7--fb-e .hd-hub-ea03ba7__legals { border-bottom: 0; margin-bottom: 0.5rem; padding-bottom: 0; }

.hd-hub-ea03ba7__custom { padding: 0.75rem 0; }

.btn {
    display: inline-block;
    padding: 10px 24px;
    font-family: var(--font-main);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;

    border: var(--border-w) solid var(--tone-55989239);
    background: transparent;
    color: var(--tone-55989239);
    cursor: pointer;
    transition: all var(--transition);
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
}
.btn:hover { background: var(--color-primary); color: var(--view-263ae11e); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.btn-primary {
    background: var(--color-primary);
    color: var(--view-263ae11e);
    border-color: var(--color-primary);
}
.btn-primary:hover { background: var(--read-9087b8eb); border-color: var(--read-9087b8eb); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.btn-outline {
    background: transparent;
    color: var(--tone-55989239);
    border: 2px solid var(--tone-55989239);
}
.btn-outline:hover { background: var(--color-primary); color: var(--view-263ae11e); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

.btn-primary {
    background: linear-gradient(45deg, var(--face-d6e9a6ee), var(--print-a8a09a0c));
    border-color: transparent;
    color: #fff;
    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(--font-main);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    background: var(--color-primary);
    color: var(--view-263ae11e);
    border: var(--border-w) solid var(--color-primary);
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
    cursor: pointer;
    transition: all var(--transition);
}
.cta-link:hover { background: var(--read-9087b8eb); border-color: var(--read-9087b8eb); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

html body :where(a, button, input, textarea, select, [tabindex]):focus-visible {
    outline: 3px solid #000 !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 6px #fff !important;
}

.mod--tinted { background: linear-gradient(135deg, var(--color-bg) 0%, var(--color-bg-alt) 100%) !important; }
.bg--accent {
    background: var(--color-primary-light) !important;

    --color-text: #1e293b; --color-text-light: #475569; --color-card: #fff;
    --color-bg-alt: rgba(0,0,0,0.03); --color-border: rgba(0,0,0,0.12);
    --clr-body: #1e293b; --clr-body-light: #475569; --clr-card: #fff;
    --clr-surface-alt: rgba(0,0,0,0.03); --clr-border: rgba(0,0,0,0.12);
    --text-main: #1e293b; --text-muted: #475569; --card-bg: #fff;
    --bg-alt: rgba(0,0,0,0.03); --border-color: rgba(0,0,0,0.12);
}
.bg--accent, .bg--accent p, .bg--accent li, .bg--accent span, .bg--accent h2, .bg--accent h3 { color: #1e293b !important; }
.bg--accent a:not(.btn):not(.btn-primary):not(.cta-link),
.bg--accent .btn:not(.btn-primary), .bg--accent .btn-outline { color: var(--mark-0273ea89); border-color: var(--mark-0273ea89); }
.bg--accent .crd-grid-75b53__number { color: var(--color-primary-dark) !important; }
.bg--accent .crd-grid-75b53__label { color: #475569 !important; }
.bg--accent .crd-grid-75b53__bar { background: var(--color-primary-dark) !important; color: #fff !important; }
.bg--accent .crd-grid-75b53__bar .crd-grid-75b53__number, .bg--accent .crd-grid-75b53__bar .crd-grid-75b53__label { color: #fff !important; }
.bg--accent .lay-zone-7a6c2__upsides { color: #166534 !important; }
.bg--accent .lay-zone-7a6c2__downsides { color: #991b1b !important; }
.bg--accent .lay-zone-7a6c2__readmore { color: var(--shade-b1d04f3a) !important; }
.bg--accent .ui-b3c8__quote::before { color: #1e293b !important; }
.bg--muted {
    background: rgba(255,255,255,0.7) !important; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);

    --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);
}
.bg--muted h2, .bg--muted h3, .bg--muted p, .bg--muted span { color: #1e293b; }
.bg--muted .crd-grid-75b53__number { color: var(--color-primary-dark); }

.bg--muted .crd-grid-75b53__bar .crd-grid-75b53__number, .bg--muted .crd-grid-75b53__bar .crd-grid-75b53__label { color: #fff !important; }
.bg--muted .lay-zone-7a6c2__upsides { color: #166534 !important; }
.bg--muted .lay-zone-7a6c2__downsides { color: #991b1b !important; }
.bg--muted .lay-zone-7a6c2__readmore { color: var(--shade-b1d04f3a) !important; }
.alt--glow {
    background: var(--ink-24a53d2d) !important;
    color: #fff;

    --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);

    --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);

    --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);
    --view-263ae11e: var(--edge-fe71595c);
    --tone-55989239: #fff;
}
.alt--glow h2, .alt--glow h3 { color: #fff; }
.alt--glow p, .alt--glow li, .alt--glow span { color: var(--signal-840be0d7); }
.alt--glow a:not(.btn):not(.cta-link) { color: var(--paint-40a1f909); }

.alt--glow .btn-primary { color: #fff !important; }
.alt--glow .cta-link { color: var(--edge-fe71595c) !important; }

.alt--glow .btn { color: #fff; border-color: rgba(255,255,255,0.55); }
.alt--glow .btn:hover { background: rgba(255,255,255,0.14); color: #fff; border-color: #fff; }
.alt--glow .crd-outer-f1f742c__cost { color: #fff; }
.alt--glow .block-subtitle { color: var(--signal-840be0d7); }

.alt--glow .crd-grid-75b53__number, .alt--glow .st-hub-f154386__value { color: #fff !important; }
.alt--glow .crd-grid-75b53__label { color: var(--signal-840be0d7) !important; }
.alt--glow .pnl-cta-4cd27__idx { background: rgba(255,255,255,0.08); color: #fff !important; }
.alt--glow .lay-zone-7a6c2__upsides, .alt--glow .lay-zone-7a6c2__downsides { color: #fff !important; }
.alt--glow .lay-zone-7a6c2__readmore { color: var(--paint-40a1f909) !important; }
.alt--glow input::placeholder, .alt--glow textarea::placeholder { color: var(--signal-840be0d7); }
.alt--glow .tile--lift { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); }

.box--outline { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.box--minimal { border: var(--border-w) solid var(--color-border); box-shadow: none; }
.tile--lift { background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); }
.box--chevron { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.box--chevron:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); }
.tile--plain { box-shadow: none; border: none; background: var(--color-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(--color-text-light); font-size: 1.1rem; transition: right 0.2s, color 0.2s; }
.tile--outline:hover { border-color: var(--color-primary); }
.tile--outline:hover::after { right: 0.75rem; color: var(--color-primary); }

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], 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::placeholder, textarea::placeholder { color: var(--color-text-light); opacity: 1; }
input:focus, textarea:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px var(--color-primary-light); }

input[type="submit"], button[type="submit"] {
    display: inline-block;
    padding: 12px 26px;
    background: var(--color-accent);
    color: var(--edge-fe71595c);
    font-weight: 600;
    font-family: var(--font-main);
    font-size: 1rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background var(--transition), transform var(--transition);
}
input[type="submit"]:hover, button[type="submit"]:hover { background: var(--read-9087b8eb); color: #fff; transform: translateY(-1px); }
input[type="checkbox"], input[type="radio"] { accent-color: var(--color-primary); }
.comment-form p { margin-bottom: 0.75rem; }
.comment-form label { display: block; margin-bottom: 0.3rem; font-weight: 500; font-size: 0.95rem; }
.comment-form .required { color: var(--color-accent); }
.comment-form-cookies-consent { display: flex; align-items: baseline; gap: 0.5rem; }
.comment-form-cookies-consent label { display: inline; margin: 0; font-weight: 400; font-size: 0.82rem; color: var(--color-text-light); }
.comment-notes { font-size: 0.82rem; color: var(--color-text-light); }
.comment-reply-title { font-size: 1.45rem; margin-bottom: 1rem; }
.comment-reply-title small { font-size: 0.8rem; margin-left: 0.5rem; font-weight: 400; }
.itm-view-8c132 { width: 100%; max-width: 760px; margin: 3rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--color-border); }
.itm-view-8c132 > h2 { margin-bottom: 1.5rem; }
.itm-view-8c132 > ol { list-style: none; padding: 0; margin: 0 0 2rem; }
.itm-view-8c132 .comment { margin-bottom: 1.25rem; }

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

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

    .blk-rail-3a18c43 .lay-item-0692f5 { font-size: 0.8rem; flex-wrap: wrap; justify-content: center; text-align: center; }

    .mn-603f4d .lay-item-0692f5 { flex-wrap: wrap; }
    .mn-603f4d__brand { max-width: 100%; }
    .mn-603f4d__brand-name { min-width: 0; overflow-wrap: anywhere; word-break: normal; line-height: 1.2; }
    .mn-603f4d__tools { min-width: 0; flex-wrap: wrap; }
    .mn-603f4d__tools .mn-603f4d__action, .mn-603f4d__row-brand .mn-603f4d__action { max-width: 100%; white-space: normal; text-align: center; line-height: 1.25; }
    .mn-603f4d--agency-dark .mn-603f4d__row-brand > .lay-item-0692f5,
    .mn-603f4d__row-brand > .lay-item-0692f5 { flex-wrap: wrap !important; gap: 0.75rem !important; }
    .mn-603f4d--agency-dark .mn-603f4d__brand-group { flex: 1 1 100%; min-width: 0; }
    .mn-603f4d--agency-dark .mn-603f4d__tools, .mn-603f4d__row-brand > .lay-item-0692f5 > .mn-603f4d__action { flex: 1 1 100%; }
    .mn-603f4d--split-brand > .lay-item-0692f5 { flex-wrap: wrap !important; gap: 0.65rem !important; }
    .mn-603f4d--split-brand > .lay-item-0692f5 > .mn-603f4d__brand-group { flex: 1 1 100% !important; max-width: 100%; }
    .mn-603f4d--split-brand > .lay-item-0692f5 > .mn-603f4d__mastrow { flex: 1 1 100%; flex-direction: row !important; align-items: center !important; justify-content: space-between; }
    .mn-603f4d__mastrow { gap: 0.75rem !important; }
    .mn-603f4d__mastrow > .mn-603f4d__brand { flex: 1 1 auto; max-width: calc(100% - 3.5rem); }
    .mn-603f4d__mastrow > .mn-603f4d__tools { max-width: 100%; gap: 0.6rem; }

    .mn-603f4d--agency-dark .mn-603f4d__topnav { display: none; }
    .mn-603f4d--agency-dark .mn-603f4d__nav-btn { display: block; }
    .mn-603f4d__topnav { display: none; }
    .mn-603f4d__nav-btn { display: block; }
    .mn-603f4d__topnav--open {
        display: flex !important;
        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);
    }
    .mn-603f4d__topnav--open a { padding: 8px 0; display: block; font-size: 1rem; white-space: normal; overflow-wrap: anywhere; }
    .mn-603f4d__topnav--open li, .mn-603f4d__topnav--open a { width: 100%; min-width: 0; max-width: 100%; }
    .mn-603f4d__topnav.mn-603f4d__topnav--open li::before { display: none; }
    .mn-603f4d__topnav .sub-menu { display: block; position: static; box-shadow: none; border: none; padding: 0 0 0 1rem; min-width: auto; background: transparent; }
    .mn-603f4d__topnav .sub-menu a { color: inherit; font-size: 0.9rem; padding: 6px 0; opacity: 0.85; }
    .mn-603f4d--white .mn-603f4d__topnav--open { background: var(--color-bg); border-bottom: 1px solid var(--color-border); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
    .mn-603f4d--white .mn-603f4d__topnav--open a { color: var(--color-text); }
    .mn-603f4d__tools { width: 100%; justify-content: space-between; margin-top: 0.5rem; }
    .mn-603f4d__sec-links { justify-content: flex-start; font-size: 0.85rem; }
    .mn-603f4d__sec-nav--dropdown .mn-603f4d__sec-links { display: flex; position: static; box-shadow: none; border: none; flex-wrap: wrap; gap: 0.5rem; background: transparent; padding: 0; }
    .mn-603f4d__sec-nav--dropdown .mn-603f4d__sec-toggle { display: none; }
    .mn-603f4d__sec-nav--pills .mn-603f4d__sec-links { gap: 0.35rem; }
    .mn-603f4d__sec-nav--pills .mn-603f4d__sec-links a { font-size: 0.75rem; padding: 0.2rem 0.6rem; }

    .blk-371aea6--split > .lay-item-0692f5 { grid-template-columns: 1fr !important; }
    .blk-371aea6--left-aligned > .lay-item-0692f5 { grid-template-columns: 1fr !important; }
    .blk-371aea6__decor { min-height: auto; align-items: center; }
    .blk-371aea6__decor-card { max-width: 100%; min-width: 0; margin-left: 0 !important; margin-right: 0 !important; }
    .blk-371aea6__headline { font-size: clamp(1.75rem, 6vw, 2.5rem); }
    .blk-371aea6__cta-row { flex-direction: column; }
    .blk-371aea6__cta-row .blk-371aea6__button { text-align: center; }
    .blk-371aea6__kpis-row { gap: 1.5rem; }
    .blk-371aea6__pluses-grid { grid-template-columns: 1fr 1fr !important; }
    .blk-371aea6--checklist .blk-371aea6__check-grid { grid-template-columns: 1fr !important; }
    .blk-371aea6__badges-row { gap: 0.5rem; }
    .blk-371aea6__badge { padding: 8px 12px; font-size: 0.8rem; }
    .blk-371aea6__gauges-layout { grid-template-columns: 1fr; }

    .crd-grid-75b53--bar .crd-grid-75b53__bar { flex-wrap: wrap; }
    .crd-grid-75b53__grid { gap: 1.25rem; }
    .crd-grid-75b53__number { font-size: 1.75rem; }

    .pnl-cta-4cd27__grid { grid-template-columns: 1fr !important; }
    .pnl-cta-4cd27--numbered .pnl-cta-4cd27__grid { grid-template-columns: 1fr !important; }

    .crd-outer-f1f742c__grid { grid-template-columns: 1fr !important; }
    .crd-outer-f1f742c__row { grid-template-columns: 1fr !important; gap: 0.75rem; }
    .crd-outer-f1f742c__listing-item { flex-direction: column; text-align: center; }

    .cmp-base-5253__grid { grid-template-columns: 1fr !important; }

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

    .wrp-card-7dd1__grid { grid-template-columns: 1fr !important; }
    .wrp-card-7dd1__listing-item { flex-direction: column; gap: 0.5rem; }
    .wrp-card-7dd1__flow-grid { flex-direction: column; }

    .wp-f705ab__grid { grid-template-columns: 1fr 1fr !important; }
    .wp-f705ab__entry:not(:last-child)::after { display: none; }

    .ui-b3c8__grid { grid-template-columns: 1fr !important; }
    .ui-b3c8--featured .ui-b3c8__grid { grid-template-columns: 1fr !important; }
    .ui-b3c8--horizontal .ui-b3c8__row { flex-direction: column; align-items: center; text-align: center; }
    .ui-b3c8--horizontal .ui-b3c8__avatar { margin: 0 auto; }
    .ui-b3c8--masonry .ui-b3c8__grid { column-count: 1; }
    .ui-b3c8--sidebar .ui-b3c8__structure { grid-template-columns: 1fr !important; }
    .ui-b3c8--sidebar .ui-b3c8__side { position: static; }
    .ui-b3c8--sidebar .ui-b3c8__side h2 { text-align: center; }
    .ui-b3c8--sidebar .ui-b3c8__side::after { margin: 1rem auto; }
    .ui-b3c8--stack .ui-b3c8__module { flex-direction: column; text-align: center; }
    .ui-b3c8--stack .ui-b3c8__author { text-align: center; }

    .crd-flow-3d49__grid { grid-template-columns: 1fr 1fr !important; }

    .pnl-dock-32e15d__grid { grid-template-columns: 1fr !important; }

    .sec-shelf-a1012__mosaic { column-count: 1; }

    .hd-content-93cb8__questions-grid { grid-template-columns: 1fr !important; }

    .pnl-grid-6e2463a__grid { grid-template-columns: 1fr 1fr !important; }
    .pnl-grid-6e2463a--list .pnl-grid-6e2463a__module { flex-direction: column; text-align: center; }
    .pnl-grid-6e2463a--list .pnl-grid-6e2463a__portrait { width: 100%; }
    .pnl-wrap-183e__grid { grid-template-columns: 1fr 1fr !important; }
    .lay-zone-7a6c2__grid { grid-template-columns: 1fr !important; }
    .lay-zone-7a6c2__table { font-size: 0.85rem; overflow-x: auto; display: block; }
    .ft-0c89278__grid { grid-template-columns: 1fr !important; }
    .ft-0c89278--case .ft-0c89278__entry { grid-template-columns: 1fr !important; }
    .st-col-f4b7e1__entry img { max-height: 30px; }

    .hd-hub-ea03ba7__grid { grid-template-columns: 1fr !important; }
    .hd-hub-ea03ba7__col nav ul { column-count: 1; }
    .hd-hub-ea03ba7__bottom { flex-direction: column; text-align: center; }

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

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

    .wp-f705ab__grid { grid-template-columns: 1fr !important; }
    .crd-flow-3d49__grid { grid-template-columns: 1fr !important; }

    .crd-grid-75b53__grid { flex-direction: column; align-items: center; }
    .crd-grid-75b53--bar .crd-grid-75b53__bar { flex-direction: column; }
    .crd-grid-75b53--bar .crd-grid-75b53__entry { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .crd-grid-75b53--bar .crd-grid-75b53__entry:last-child { border-bottom: none; }

    .blk-371aea6__headline { 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; }
}

.pg-link-488f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}
@media (max-width: 600px) {
    .pg-link-488f { grid-template-columns: 1fr !important; }
}

.cp-link-0b089 {
    padding: 2rem;
    border-radius: 0.75rem;
    background: var(--color-card);

    border: 1px solid var(--color-border);
    transition: all 0.25s ease;
}
.cp-link-0b089 h3,
.cp-link-0b089 h4 { margin: 0 0 0.5rem; }
.cp-link-0b089 p:last-child { margin-bottom: 0; }
.cp-link-0b089:hover { border-color: var(--color-primary); }

.hd-promo-d20dd0 {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.hd-promo-d20dd0 li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.6;
}
.hd-promo-d20dd0 li::before {
    content: '\2014'; color: var(--color-primary); font-weight: 300;
    position: absolute; left: 0;
    font-size: 1em;
}

.pnl-view-f11b5b {
    padding: 1.5rem;
    background: var(--color-primary-light);
    border-left: 4px solid var(--color-primary);
    border-radius: 0 0.75rem 0.75rem 0;
    margin: 1.5rem 0;
    color: #1e293b;
}
.pnl-view-f11b5b p, .pnl-view-f11b5b b, .pnl-view-f11b5b strong, .pnl-view-f11b5b span { color: #1e293b; }
.pnl-view-f11b5b p:last-child { margin-bottom: 0; }
.ft-hero-9bba78 > .lay-item-0692f5 > h2::after { content: ''; display: block; width: 60px; height: 3px; margin: 0.7rem auto 0; background: linear-gradient(90deg, var(--color-primary), var(--color-accent)); border-radius: 2px; }
