/*
Theme Name: extend-newspaper
Description: Starter theme for business sites
Version: 5.9
*/

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('fonts/montserrat-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: 'Montserrat';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('fonts/montserrat-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('fonts/montserrat-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: 'Montserrat';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('fonts/montserrat-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --brand-color: hsl(108, 46%, 40%);
    --brand-dark: hsl(108, 46%, 25%);
    --brand-light: hsl(108, 26%, 85%);
    --accent-color: hsl(138, 46%, 50%);
    --accent-hover: hsl(138, 46%, 45%);
    --bg-main: #ffffff;
    --bg-alt: #f7f8fa;
    --text-main: #1a1a1a;
    --text-muted: #666666;
    --border-color: #e2e2e2;
    --card-bg: #ffffff;
    --mark-57385687: #111827;
    --tone-d6de49d4: #111827;
    --paint-e51ff708: #111827;
    --signal-987ff8b0: hsl(108, 46%, 34%);
    --face-072131dc: hsl(108, 46%, 29%);
    --view-c1f84c66: hsl(138, 46%, 82%);
    --print-94893693: rgba(255,255,255,0.79);
    --read-a746b69b: hsl(108, 46%, 35%);
    --edge-840f0658: hsl(108, 46%, 25%);
    --ink-47503acc: hsl(138, 46%, 35.5%);
    --shade-ef709922: hsl(138, 46%, 35.5%);
    --ff-body: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    --ff-heading: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    --radius: 2px;
    --shadow: 0 1px 0 rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.05);
    --shadow-hover: 0 2px 6px rgba(0,0,0,0.10);
    --border-w: 3px;
    --container: 1200px;
    --gutter: 20px;
    --transition: 0.25s ease;

    --color-primary: var(--brand-color);
    --color-primary-dark: var(--brand-dark);
    --color-primary-light: var(--brand-light);
    --color-accent: var(--accent-color);
    --color-accent-hover: var(--accent-hover);
    --color-bg: var(--bg-main);
    --color-bg-alt: var(--bg-alt);
    --color-text: var(--text-main);
    --color-text-light: var(--text-muted);
    --color-border: var(--border-color);
    --color-card: var(--card-bg);
    --font-main: var(--ff-body);
    --font-head: var(--ff-heading);
    --clr-main: var(--brand-color);
    --clr-main-dark: var(--brand-dark);
    --clr-main-light: var(--brand-light);
    --clr-accent: var(--accent-color);
    --clr-accent-hover: var(--accent-hover);
    --clr-surface: var(--bg-main);
    --clr-surface-alt: var(--bg-alt);
    --clr-body: var(--text-main);
    --clr-body-light: var(--text-muted);
    --clr-border: var(--border-color);
    --clr-card: var(--card-bg);
    --type-body: var(--ff-body);
    --type-heading: var(--ff-heading);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, li, td, th, a, span, div { overflow-wrap: break-word; word-break: break-word; }

html { overflow-x: clip; }

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

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

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ff-heading);
    font-weight: 700;
    color: var(--brand-dark);
    line-height: 1.15;
    margin-bottom: 0.75rem;
    letter-spacing: -0.03em;
    text-wrap: balance;
}
h1 { font-size: clamp(1.92rem, 3.8vw + 0.77rem, 3.60rem); }
h2 { font-size: clamp(1.58rem, 3.2vw + 0.63rem, 2.89rem); }
h3 { font-size: clamp(1.15rem, 1.5vw + 0.46rem, 1.50rem); }
h4 { font-size: clamp(1.08rem, 1.3vw + 0.43rem, 1.35rem); }
h5 { font-size: clamp(1.01rem, 1.1vw + 0.40rem, 1.17rem); }
h6 { font-size: clamp(0.90rem, 0.8vw + 0.36rem, 1.06rem); }

p { margin-bottom: 1rem; }

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

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

.sec-base-5e62 {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
}

.ui-frame-8d142 {
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.ui-frame-8d142 > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 0.5rem; }
.ui-frame-8d142 > .sec-base-5e62 > .block-lead { margin-bottom: 2rem; }

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

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

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

.el-grid-089c6 {
    background: var(--edge-840f0658);
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    padding: 6px 0;
}
.el-grid-089c6 .sec-base-5e62 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.el-grid-089c6 a { color: rgba(255,255,255,0.85); }
.el-grid-089c6 a:hover { color: #fff; }

.ui-0314 {
    background: var(--edge-840f0658);
    color: #fff;
    padding: 1.1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--border-color);
}
.ui-0314 .sec-base-5e62 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.ui-0314__identity { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; min-width: 0; }
.ui-0314__logo { max-height: 52px; width: auto; }
.ui-0314__identity img { max-height: 52px; width: auto; height: auto; }
.ui-0314__identity-name { font-family: var(--ff-heading); font-weight: 700; font-size: 1.4rem; color: #fff; overflow-wrap: break-word; word-break: break-word; }
.ui-0314__lane-brand .ui-0314__identity-name { color: var(--text-main); }

.ui-0314__lettermark { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; flex: 0 0 auto; font-family: var(--ff-heading); font-weight: 800; font-size: calc(52px * 0.46); line-height: 1; letter-spacing: -0.02em; color: #fff; }

.ui-0314__lettermark--rounded { background: var(--accent-color); color: var(--tone-d6de49d4); border-radius: 9px; }
.ui-0314__lettermark--circle { background: var(--accent-color); color: var(--tone-d6de49d4); border-radius: 50%; }
.ui-0314__lettermark--squircle { background: var(--accent-color); color: var(--tone-d6de49d4); border-radius: 32% / 42%; }
.ui-0314__lettermark--square { background: var(--accent-color); color: var(--tone-d6de49d4); border-radius: 3px; }
.ui-0314__lettermark--hex { background: var(--accent-color); color: var(--tone-d6de49d4); clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%); }

.ui-0314__lettermark--ring { border: 2px solid currentColor; border-radius: 50%; }
.ui-0314__lettermark--outline { border: 2px solid currentColor; border-radius: 9px; }
.ui-0314--white .ui-0314__lettermark--ring, .ui-0314--white .ui-0314__lettermark--outline,
.ui-0314__lane-brand .ui-0314__lettermark--ring, .ui-0314__lane-brand .ui-0314__lettermark--outline { color: var(--text-main); }

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

.ui-0314__nav { display: flex; gap: 0; list-style: none; align-items: center; flex: 0 1 auto; flex-wrap: wrap; min-width: 0; }
.ui-0314__nav li { display: flex; align-items: center; list-style: none; }
.ui-0314__nav a { color: rgba(255,255,255,0.85); font-weight: 500; font-size: 1rem; white-space: nowrap; }
.ui-0314__nav a:hover { color: #fff; }
.ui-0314__nav a {
    padding: 6px 14px;
    border-radius: 50px;
    transition: background 0.25s ease, color 0.25s ease;
}
.ui-0314__nav a:hover { background: rgba(255,255,255,0.18); color: #fff; }
.ui-0314__nav a.current-menu-item { background: rgba(255,255,255,0.22); color: #fff; }
.ui-0314__nav li + li::before { content: '\00B7'; font-weight: 900; margin: 0 0.55rem; opacity: 0.5; }

.ui-0314__nav > a + a { margin-left: calc(0.55rem * 2); }

.ui-0314__controls { display: flex; align-items: center; gap: 1rem; margin-left: auto; flex-shrink: 0; }
.ui-0314__call a { color: #fff; font-weight: 600; font-size: 1.05rem; white-space: nowrap; }
.ui-0314__call a:hover { color: var(--accent-color); }
.ui-0314__callout {
    display: inline-block;
    padding: 8px 20px;
    background: var(--accent-color);
    color: var(--tone-d6de49d4);
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
    transition: background var(--transition), transform var(--transition);
}
.ui-0314__callout:hover { background: var(--shade-ef709922); color: #fff; transform: translateY(-1px); }
.ui-0314__burger { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; padding: 4px 8px; }

.ui-0314__mastrow { min-width: 0; }
.ui-0314__mastrow > .ui-0314__identity { flex: 0 1 auto; max-width: min(22rem, 40%); }
.ui-0314__mastrow > .ui-0314__identity .ui-0314__identity-name { min-width: 0; line-height: 1.2; }
.ui-0314__mastrow > .ui-0314__nav { flex: 1 1 auto; justify-content: center; }
.ui-0314__mastrow > .ui-0314__controls { flex: 0 1 auto; max-width: 55%; margin-left: 0; flex-wrap: wrap; justify-content: flex-end; }
.ui-0314__mastrow > .ui-0314__controls .ui-0314__callout,
.ui-0314__mastrow > .ui-0314__callout { max-width: 18rem; white-space: normal; text-align: center; line-height: 1.2; }
.ui-0314__mastrow--fit { flex-wrap: nowrap !important; position: relative; }
.ui-0314__mastrow--fit > .ui-0314__identity { flex: 1 1 0; max-width: none; }
.ui-0314__mastrow--fit .ui-0314__nav--fit:not(.ui-0314__nav--open) { display: none !important; }
.ui-0314__mastrow--fit .ui-0314__burger--fit { display: inline-flex !important; align-items: center; justify-content: center; flex: 0 0 auto; }
.ui-0314__mastrow--fit .ui-0314__nav--open {
    display: flex !important; flex-direction: column; align-items: stretch; flex-wrap: nowrap;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--edge-840f0658); padding: 1rem var(--gutter); gap: 0.5rem;
    z-index: 99; box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.ui-0314__mastrow--fit .ui-0314__nav--open li { display: block; width: 100%; }
.ui-0314__mastrow--fit .ui-0314__nav--open a { display: block; padding: 8px 0; white-space: normal; }
.ui-0314__mastrow--fit .ui-0314__nav--open li::before { display: none; }
.ui-0314__mastrow--fit .ui-0314__nav--open .sub-menu { display: block; position: static; box-shadow: none; border: 0; padding: 0 0 0 1rem; min-width: 0; background: transparent; }
.ui-0314--white .ui-0314__mastrow--fit .ui-0314__nav--open,
.ui-0314--saas-topline .ui-0314__mastrow--fit .ui-0314__nav--open { background: var(--bg-main); border-bottom: 1px solid var(--border-color); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.ui-0314--white .ui-0314__mastrow--fit .ui-0314__nav--open a,
.ui-0314--saas-topline .ui-0314__mastrow--fit .ui-0314__nav--open a { color: var(--text-main); }

.ui-0314--white { background: var(--bg-main); color: var(--text-main); border-bottom: 1px solid var(--border-color); box-shadow: none; }
.ui-0314--white .ui-0314__identity-name { color: var(--text-main); }
.ui-0314--white .ui-0314__nav a { color: var(--text-main); opacity: 0.75; }
.ui-0314--white .ui-0314__nav a:hover { color: var(--brand-color); opacity: 1; }
.ui-0314--white .ui-0314__call a { color: var(--text-main); }
.ui-0314--white .ui-0314__burger { color: var(--text-main); }

.ui-0314--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--edge-840f0658);
    color: #fff;
}

.ui-0314__nav li { position: relative; }
.ui-0314__nav .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; }

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

.ui-0314__nav .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; }
.ui-0314__nav .sub-menu a:hover { background: var(--color-bg-alt, #f5f5f5); color: var(--brand-color); }

.ui-0314__sec-nav {
    background: var(--bg-alt);
    border-bottom: 1px solid var(--border-color);
    padding: 0.4rem 0;
    font-size: 0.9rem;
}
.ui-0314__sec-links { display: flex; gap: 1.25rem; list-style: none; flex-wrap: wrap; justify-content: center; }
.ui-0314__sec-links li { list-style: none; max-width: 220px; }
.ui-0314__sec-links a { color: var(--text-main); font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.3; }
.ui-0314__sec-links a:hover { color: var(--brand-color); }
.ui-0314__sec-nav--tags .ui-0314__sec-links { flex-wrap: wrap; gap: 0.4rem; justify-content: center; }
.ui-0314__sec-nav--tags .ui-0314__sec-links li { max-width: none; }
.ui-0314__sec-nav--tags .ui-0314__sec-links a {
    display: inline-block; -webkit-line-clamp: unset;
    border: 1px solid var(--border-color); border-radius: 3px;
    padding: 0.2rem 0.65rem; font-size: 0.8rem;
    transition: background var(--transition), color var(--transition), border-color var(--transition);
}
.ui-0314__sec-nav--tags .ui-0314__sec-links li:nth-child(3n+1) a { font-size: 0.9rem; font-weight: 600; }
.ui-0314__sec-nav--tags .ui-0314__sec-links li:nth-child(5n) a { font-size: 0.75rem; }
.ui-0314__sec-nav--tags .ui-0314__sec-links a:hover { background: var(--brand-color); color: var(--mark-57385687); border-color: var(--brand-color); }

.ui-0314--agency-dark { background: #181818; color: #fff; }
.ui-0314--agency-dark .ui-0314__lane-brand > .sec-base-5e62 { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 0; }
.ui-0314--agency-dark .ui-0314__identity-group { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.ui-0314--agency-dark .ui-0314__identity, .ui-0314--agency-dark .ui-0314__identity * { color: #fff; }
.ui-0314--agency-dark .ui-0314__slogan { 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; }
.ui-0314--agency-dark .ui-0314__controls { display: flex; align-items: center; gap: 1.4rem; flex-shrink: 0; }
.ui-0314--agency-dark .ui-0314__call a { color: #fff; font-weight: 600; font-size: 1.05rem; }
.ui-0314--agency-dark .ui-0314__callout { color: #fff; font-weight: 700; background: none; padding: 0; border: 0; }
.ui-0314--agency-dark .ui-0314__callout::before { content: '+ '; color: #fff; }
.ui-0314--agency-dark .ui-0314__lane-nav { border-top: 1px solid rgba(255,255,255,0.08); }
.ui-0314--agency-dark .ui-0314__lane-nav > .sec-base-5e62 { padding: 0; }

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

.ui-0314--agency-dark .ui-0314__nav .sub-menu a { color: var(--color-text, #333); padding: 0.4rem 1rem; }
.ui-0314--agency-dark .ui-0314__nav .sub-menu a:hover { color: var(--brand-color); }
.ui-0314--agency-dark .ui-0314__burger { color: #fff; }

.mod-list-149312.mod-list-149312--agency-dark { background: #181818; color: #cfcfcf; padding: 0; }
.mod-list-149312--agency-dark .mod-list-149312__main { background: #181818; }
.mod-list-149312--agency-dark .mod-list-149312__newsletter { background: #1f1f1f; }
.mod-list-149312--agency-dark .mod-list-149312__newsletter > .sec-base-5e62 { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding: 2.5rem 0; }
.mod-list-149312--agency-dark .mod-list-149312__newsletter-head h2 { color: #fff; font-size: 1.6rem; margin: 0 0 0.4rem; }
.mod-list-149312--agency-dark .mod-list-149312__newsletter-head p { color: #9a9a9a; margin: 0; max-width: 460px; }
.mod-list-149312--agency-dark .mod-list-149312__newsletter-form { display: flex; gap: 0.75rem; flex: 1; min-width: 280px; max-width: 460px; }
.mod-list-149312--agency-dark .mod-list-149312__newsletter-form input { flex: 1; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,0.3); color: #fff; padding: 0.6rem 0.2rem; font-size: 1rem; }
.mod-list-149312--agency-dark .mod-list-149312__newsletter-form input::placeholder { color: #8a8a8a; }
.mod-list-149312--agency-dark .mod-list-149312__newsletter-form button { background: var(--brand-color); color: var(--mark-57385687); border: 0; border-radius: var(--radius); padding: 0.7rem 1.6rem; font-weight: 700; cursor: pointer; white-space: nowrap; }
.mod-list-149312--agency-dark .mod-list-149312__main { padding: 3rem 0; }
.mod-list-149312--agency-dark .mod-list-149312__cells { display: grid; gap: 2rem; }
.mod-list-149312--agency-dark .mod-list-149312__col h3 { color: #fff; font-size: 1rem; margin: 0 0 1rem; }
.mod-list-149312--agency-dark .mod-list-149312__nav { display: flex; flex-direction: column; gap: 0.6rem; }
.mod-list-149312--agency-dark .mod-list-149312__col a, .mod-list-149312--agency-dark .mod-list-149312__phone-line, .mod-list-149312--agency-dark .mod-list-149312__foot-email { color: #b7b7b7; display: block; }
.mod-list-149312--agency-dark .mod-list-149312__col a:hover { color: var(--brand-color); }
.mod-list-149312--agency-dark .mod-list-149312__phone-line { color: #fff; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.4rem; }
.mod-list-149312--agency-dark .mod-list-149312__foot-email { margin-bottom: 1rem; }
.mod-list-149312--agency-dark .mod-list-149312__sns { display: flex; gap: 0.75rem; margin-top: 0.5rem; }
.mod-list-149312--agency-dark .mod-list-149312__sns a { color: #b7b7b7; }
.mod-list-149312--agency-dark .mod-list-149312__sns a:hover { color: var(--brand-color); }
.mod-list-149312--agency-dark .mod-list-149312__bottom { border-top: 1px solid rgba(255,255,255,0.08); background: #141414; }
.mod-list-149312--agency-dark .mod-list-149312__bottom > .sec-base-5e62 { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; padding: 1.5rem 0; font-size: 0.85rem; color: #8a8a8a; }
.mod-list-149312--agency-dark .mod-list-149312__foot-logo, .mod-list-149312--agency-dark .mod-list-149312__foot-logo * { color: #fff; }
.mod-list-149312--agency-dark .mod-list-149312__policies { display: flex; gap: 1rem; flex-wrap: wrap; margin-left: auto; }
.mod-list-149312--agency-dark .mod-list-149312__policies a { color: #8a8a8a; }
@media (max-width: 860px) { .mod-list-149312--agency-dark .mod-list-149312__cells { grid-template-columns: 1fr 1fr !important; } .ui-0314--agency-dark .ui-0314__slogan { display: none; } }
@media (max-width: 520px) { .mod-list-149312--agency-dark .mod-list-149312__cells { grid-template-columns: 1fr !important; } }

.ui-0314--accent-bar { background: var(--read-a746b69b); color: #fff; }
.ui-0314--accent-bar > .sec-base-5e62 { display: flex; align-items: center; gap: 2rem; }
.ui-0314--accent-bar .ui-0314__identity, .ui-0314--accent-bar .ui-0314__identity * { color: #fff; }
.ui-0314--accent-bar .ui-0314__nav { display: flex; align-items: center; gap: 1.5rem; flex: 1 1 auto; flex-wrap: wrap; }
.ui-0314--accent-bar .ui-0314__nav a { color: #fff; font-weight: 500; }
.ui-0314--accent-bar .ui-0314__nav a:hover { color: #fff; }
.ui-0314--accent-bar .ui-0314__controls { display: flex; align-items: center; gap: 1.25rem; margin-left: auto; }
.ui-0314--accent-bar .ui-0314__call a { color: #fff; font-weight: 600; }
.ui-0314--accent-bar .ui-0314__callout { background: #fff; color: var(--paint-e51ff708); border-radius: var(--radius); padding: 0.5rem 1.25rem; font-weight: 700; }
.ui-0314--accent-bar .ui-0314__callout:hover { background: rgba(255,255,255,0.88); }
@media (max-width: 860px) {
    .ui-0314--accent-bar .ui-0314__nav { display: none; }
    .ui-0314--accent-bar .ui-0314__burger { display: inline-flex; color: #fff; }
}

.mod-list-149312.mod-list-149312--light-inline { background: transparent; color: var(--text-main); padding: 2rem 0; }
.mod-list-149312--light-inline > .sec-base-5e62 { border-top: 1px solid var(--border-color); padding-top: 1.5rem; }
.mod-list-149312--light-inline .mod-list-149312__flow-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.mod-list-149312--light-inline .mod-list-149312__flow-left { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; font-size: 0.9rem; }
.mod-list-149312--light-inline .mod-list-149312__flow-left a { color: var(--signal-987ff8b0); }
.mod-list-149312.mod-list-149312--light-inline .mod-list-149312__policies { border: 0; margin: 0; padding: 0; }
.mod-list-149312--light-inline .mod-list-149312__policies a { color: var(--signal-987ff8b0); }
.mod-list-149312--light-inline .mod-list-149312__sns { display: flex; gap: 0.75rem; }
.mod-list-149312--light-inline .mod-list-149312__sns a { color: var(--text-main); }
.mod-list-149312--light-inline .mod-list-149312__flow-right { font-weight: 700; color: var(--text-main); }
.mod-list-149312--light-inline .mod-list-149312__finelegal { margin: 1.25rem 0 0; font-size: 0.75rem; color: var(--text-muted); line-height: 1.5; }
@media (max-width: 640px) { .mod-list-149312--light-inline .mod-list-149312__flow-row { flex-direction: column; align-items: flex-start; } }

.ui-0314--saas-topline { background: #fff; border-top: 3px solid var(--brand-color); padding: 0; }
.ui-0314--saas-topline > .sec-base-5e62 { display: flex; align-items: center; gap: 2.5rem; padding: 0.85rem 0; }
.ui-0314--saas-topline .ui-0314__identity, .ui-0314--saas-topline .ui-0314__identity * { color: var(--paint-e51ff708); }
.ui-0314--saas-topline .ui-0314__nav { display: flex; align-items: center; gap: 1.75rem; flex: 1 1 auto; flex-wrap: wrap; }
.ui-0314--saas-topline .ui-0314__nav a { color: var(--paint-e51ff708); font-weight: 500; }
.ui-0314--saas-topline .ui-0314__nav a:hover { color: var(--brand-color); }
.ui-0314--saas-topline .ui-0314__controls { display: flex; align-items: center; gap: 1.5rem; margin-left: auto; }
.ui-0314--saas-topline .ui-0314__call a { color: var(--brand-color); font-weight: 600; }
.ui-0314--saas-topline .ui-0314__callout { background: var(--brand-color); color: var(--mark-57385687); border-radius: 999px; padding: 0.6rem 1.6rem; font-weight: 700; }
.ui-0314--saas-topline .ui-0314__callout:hover { filter: brightness(1.08); }
.ui-0314--saas-topline .ui-0314__burger { color: var(--paint-e51ff708); }
@media (max-width: 860px) { .ui-0314--saas-topline .ui-0314__nav { display: none; } .ui-0314--saas-topline .ui-0314__burger { display: inline-flex; color: var(--paint-e51ff708); } }

.mod-list-149312.mod-list-149312--mega-columns { background: var(--bg-alt); color: var(--text-main); padding: 3.5rem 0 1.5rem; }
.mod-list-149312--mega-columns .mod-list-149312__xl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 2rem 2.5rem; }
.mod-list-149312--mega-columns .mod-list-149312__col h3 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 1rem; color: var(--text-main); }
.mod-list-149312--mega-columns .mod-list-149312__nav { display: flex; flex-direction: column; gap: 0.6rem; }
.mod-list-149312--mega-columns .mod-list-149312__col a { color: var(--text-muted); }
.mod-list-149312--mega-columns .mod-list-149312__col a:hover { color: var(--brand-color); }
.mod-list-149312--mega-columns .mod-list-149312__xl-phone { display: inline-block; font-size: 1.15rem; font-weight: 700; color: var(--text-main) !important; margin-bottom: 0.5rem; }
.mod-list-149312--mega-columns .mod-list-149312__xl-company { font-size: 0.8rem; color: var(--text-muted); line-height: 1.5; margin: 0.5rem 0; }
.mod-list-149312--mega-columns .mod-list-149312__xl-email { display: inline-block; color: var(--signal-987ff8b0) !important; margin-top: 0.25rem; }
.mod-list-149312--mega-columns .mod-list-149312__sns { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.mod-list-149312--mega-columns .mod-list-149312__xl-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--border-color); font-size: 0.85rem; }
.mod-list-149312.mod-list-149312--mega-columns .mod-list-149312__policies { border: 0; margin: 0; padding: 0; }
.mod-list-149312--mega-columns .mod-list-149312__policies a { color: var(--text-muted); }
.mod-list-149312--mega-columns .mod-list-149312__finelegal { margin: 1rem 0 0; font-size: 0.72rem; color: var(--text-muted); line-height: 1.5; }
@media (max-width: 640px) { .mod-list-149312--mega-columns .mod-list-149312__xl-grid { grid-template-columns: 1fr 1fr; } }

.ui-0314--tri-bar .ui-0314__banner { background: #16161a; color: #fff; }
.ui-0314--tri-bar .ui-0314__banner > .sec-base-5e62 { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 0.55rem 0; font-size: 0.85rem; flex-wrap: wrap; }
.ui-0314--tri-bar .ui-0314__banner-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; }
.ui-0314--tri-bar .ui-0314__banner-cta:hover { background: rgba(255,255,255,0.12); }
.ui-0314--tri-bar .ui-0314__toprow { background: var(--bg-alt); border-bottom: 1px solid var(--border-color); }
.ui-0314--tri-bar .ui-0314__toprow > .sec-base-5e62 { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 0.4rem 0; font-size: 0.85rem; flex-wrap: wrap; }
.ui-0314--tri-bar .ui-0314__quick-nav { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.ui-0314--tri-bar .ui-0314__quick-nav a { color: var(--text-muted); }
.ui-0314--tri-bar .ui-0314__quick-nav a:hover { color: var(--brand-color); }
.ui-0314--tri-bar .ui-0314__quick-phone { color: var(--text-main); font-weight: 600; white-space: nowrap; }
.ui-0314--tri-bar .ui-0314__lane-main { background: var(--bg-main); }
.ui-0314--tri-bar .ui-0314__lane-main > .sec-base-5e62 { display: flex; align-items: center; gap: 2rem; padding: 1rem 0; }
.ui-0314--tri-bar .ui-0314__identity-group { display: flex; flex-direction: column; }
.ui-0314--tri-bar .ui-0314__identity, .ui-0314--tri-bar .ui-0314__identity * { color: var(--text-main); }
.ui-0314--tri-bar .ui-0314__slogan { font-size: 0.75rem; color: var(--text-muted); }
.ui-0314--tri-bar .ui-0314__nav { display: flex; flex: 1; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.ui-0314--tri-bar .ui-0314__lane-main .ui-0314__nav a { color: var(--text-main); }
.ui-0314--tri-bar .ui-0314__lane-main .ui-0314__nav a:hover { color: var(--brand-color); }
.ui-0314--tri-bar .ui-0314__controls { display: flex; align-items: center; gap: 1rem; margin-left: auto; flex-shrink: 0; }
.ui-0314--tri-bar .ui-0314__burger { color: var(--text-main); }
@media (max-width: 860px) { .ui-0314--tri-bar .ui-0314__nav, .ui-0314--tri-bar .ui-0314__quick-nav { display: none; } .ui-0314--tri-bar .ui-0314__burger { display: inline-flex; color: var(--text-main); } }

.ui-0314 .ui-0314__lettermark--rounded,
.ui-0314 .ui-0314__lettermark--circle,
.ui-0314 .ui-0314__lettermark--squircle,
.ui-0314 .ui-0314__lettermark--square,
.ui-0314 .ui-0314__lettermark--hex { color: var(--tone-d6de49d4); }

.mod-list-149312.mod-list-149312--brand-columns { background: transparent; padding: 0; }
.mod-list-149312--brand-columns .mod-list-149312__bfoot-body { background: var(--bg-alt); color: var(--text-main); padding: 3.5rem 0; }
.mod-list-149312--brand-columns .mod-list-149312__bfoot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2.5rem; }
.mod-list-149312--brand-columns .mod-list-149312__col h3 { font-size: 0.9rem; font-weight: 700; margin: 0 0 1rem; color: var(--text-main); }
.mod-list-149312--brand-columns .mod-list-149312__nav { display: flex; flex-direction: column; gap: 0.55rem; }
.mod-list-149312--brand-columns .mod-list-149312__col a { color: var(--text-muted); }
.mod-list-149312--brand-columns .mod-list-149312__col a:hover { color: var(--brand-color); }
.mod-list-149312--brand-columns .mod-list-149312__bfoot-logo { font-size: 1.3rem; font-weight: 800; margin-bottom: 0.75rem; color: var(--text-main); }
.mod-list-149312--brand-columns .mod-list-149312__bfoot-logo * { color: var(--text-main); }
.mod-list-149312--brand-columns .mod-list-149312__bfoot-tagline { font-size: 0.85rem; color: var(--text-muted); line-height: 1.5; margin: 0 0 1.25rem; max-width: 260px; }
.mod-list-149312--brand-columns .mod-list-149312__bfoot-phone { display: block; font-size: 1.2rem; font-weight: 700; color: var(--text-main) !important; margin-bottom: 0.4rem; }
.mod-list-149312--brand-columns .mod-list-149312__bfoot-email { display: block; color: var(--signal-987ff8b0) !important; margin-bottom: 0.6rem; }
.mod-list-149312--brand-columns .mod-list-149312__bfoot-company { font-size: 0.78rem; color: var(--text-muted); line-height: 1.5; margin: 0.4rem 0; }
.mod-list-149312--brand-columns .mod-list-149312__sns { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.mod-list-149312--brand-columns .mod-list-149312__bfoot-darkbar { background: #16161a; color: rgba(255,255,255,0.6); }
.mod-list-149312--brand-columns .mod-list-149312__bfoot-darkbar > .sec-base-5e62 { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding: 1.25rem 0; font-size: 0.82rem; }
.mod-list-149312.mod-list-149312--brand-columns .mod-list-149312__policies { border: 0; margin: 0; padding: 0; }
.mod-list-149312--brand-columns .mod-list-149312__bfoot-darkbar a { color: rgba(255,255,255,0.6); }
.mod-list-149312--brand-columns .mod-list-149312__bfoot-darkbar a:hover { color: #fff; }
@media (max-width: 860px) { .mod-list-149312--brand-columns .mod-list-149312__bfoot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .mod-list-149312--brand-columns .mod-list-149312__bfoot-grid { grid-template-columns: 1fr; } }

.st-part-668f5 {
    background: linear-gradient(135deg, var(--read-a746b69b) 0%, var(--edge-840f0658) 100%);
    color: #fff;
    padding: clamp(3rem, 6vw, 5rem) 0; min-height: clamp(400px, 56vh, 600px); display: flex; align-items: center;
    background-size: cover;
    background-position: center;
}
.st-part-668f5 > .sec-base-5e62 { width: 100%; }

.st-part-668f5--split > .sec-base-5e62 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.st-part-668f5--split .st-part-668f5__cta-row { justify-content: flex-start; }

.st-part-668f5--left-aligned > .sec-base-5e62 { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; text-align: left; }
.st-part-668f5--left-aligned .st-part-668f5__cta-row { justify-content: flex-start; }
.st-part-668f5--left-aligned .st-part-668f5__subhead { max-width: 100%; }
.st-part-668f5__deco { position: relative; min-height: 280px; display: flex; flex-direction: column; gap: 1rem; align-items: flex-end; justify-content: center; }
.st-part-668f5__deco-card { background: var(--edge-840f0658); 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; }
.st-part-668f5__deco-card:hover { transform: translateY(-3px); }
.st-part-668f5__deco-card--1 { align-self: flex-start; margin-left: 10%; }
.st-part-668f5__deco-card--2 { align-self: flex-end; margin-right: 5%; }
.st-part-668f5__deco-card--3 { align-self: center; }
.st-part-668f5__deco-icon { font-size: 1.5rem; }
.st-part-668f5__deco-text { font-size: 0.95rem; font-weight: 600; color: #fff; }
.st-part-668f5__deco-num { font-size: 1.75rem; font-weight: 800; color: #fff; line-height: 1; }
.st-part-668f5__deco-label { font-size: 0.8rem; color: #fff; }

.st-part-668f5--light .st-part-668f5__deco-card { background: var(--color-card, #fff); border-color: var(--border-color); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.st-part-668f5--light .st-part-668f5__deco-text { color: var(--text-main); }
.st-part-668f5--light .st-part-668f5__deco-num { color: var(--signal-987ff8b0); }
.st-part-668f5--light .st-part-668f5__deco-label { color: var(--text-muted); }
.st-part-668f5__eyebrow { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; color: #fff; margin-bottom: 0.5rem; font-weight: 600; }
.st-part-668f5__heading { color: #fff; font-size: clamp(2.2rem, 5vw, 3.5rem); margin-bottom: 0.75rem; }
.st-part-668f5__subhead { font-size: 1.1rem; line-height: 1.65; max-width: 640px; margin-bottom: 1rem; }
.st-part-668f5__subhead p { color: #fff; }
.st-part-668f5__cta-row { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.25rem; justify-content: center; }
.st-part-668f5__button {
    display: inline-block;
    padding: 12px 28px;
    background: var(--ink-47503acc);
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}
.st-part-668f5__button:hover { background: var(--shade-ef709922); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.st-part-668f5__button--secondary {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
}
.st-part-668f5__button--secondary:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; transform: translateY(-2px); }
.st-part-668f5__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); }
.st-part-668f5__button--quiet:hover { background: none; box-shadow: none; transform: none; text-decoration-color: currentColor; }
.st-part-668f5__image img { border-radius: var(--radius); }

.st-part-668f5--light { background: var(--bg-main); color: var(--text-main); }
.st-part-668f5--light .st-part-668f5__heading { color: var(--text-main); }
.st-part-668f5--light .st-part-668f5__eyebrow { color: var(--signal-987ff8b0); opacity: 1; }
.st-part-668f5--light .st-part-668f5__subhead { opacity: 1; }
.st-part-668f5--light .st-part-668f5__subhead p { color: var(--text-muted); }
.st-part-668f5--light .st-part-668f5__button--secondary { border-color: var(--border-color); color: var(--text-main); }
.st-part-668f5--light .st-part-668f5__button--secondary:hover { border-color: var(--brand-color); color: var(--brand-color); background: transparent; }
.st-part-668f5--light .st-part-668f5__button--quiet { color: var(--brand-color); text-decoration-color: var(--brand-light); }
.st-part-668f5--light .st-part-668f5__button--quiet:hover { color: var(--brand-dark); }

.st-part-668f5--lab { background: var(--bg-main); overflow: hidden; }
.st-part-668f5--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(--brand-color) 16%, transparent), transparent 68%); pointer-events: none; z-index: 0; }
.st-part-668f5--lab > .sec-base-5e62 { position: relative; z-index: 1; }
.st-part-668f5__heading-accent { color: var(--brand-color); }
.st-part-668f5__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.st-part-668f5__token { font-size: 0.8rem; font-weight: 600; padding: 0.3rem 0.85rem; border-radius: 999px; background: color-mix(in srgb, var(--brand-color) 9%, var(--color-card, #fff)); color: var(--brand-color); border: 1px solid color-mix(in srgb, var(--brand-color) 22%, transparent); }
.st-part-668f5__snapshot { display: flex; justify-content: center; align-items: center; }
.st-part-668f5__partner-card { background: var(--color-card, #fff); border: 1px solid var(--border-color); border-radius: calc(var(--radius) + 4px); box-shadow: var(--shadow); padding: 1.25rem 1.4rem; width: 100%; max-width: 340px; }
.st-part-668f5__partner-card-head { display: flex; gap: 0.4rem; margin-bottom: 1rem; }
.st-part-668f5__partner-card-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--border-color); }
.st-part-668f5__partner-card-dot:first-child { background: color-mix(in srgb, var(--brand-color) 75%, #fff); }
.st-part-668f5__prow { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 0.7rem 0; border-bottom: 1px solid var(--border-color); }
.st-part-668f5__prow:last-child { border-bottom: 0; }
.st-part-668f5__mini-label { font-size: 0.9rem; color: var(--text-main); font-weight: 500; }
.st-part-668f5__pval { font-size: 1.05rem; color: var(--brand-color); font-weight: 800; white-space: nowrap; }
.st-part-668f5__meter { height: 9px; border-radius: 5px; background: var(--bg-alt); flex: 1; }
.st-part-668f5__marker-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--brand-color); flex-shrink: 0; }

.mn-wrap-61dd7 { padding: 3.5rem 0; }
.mn-wrap-61dd7 h2 { text-align: center; }
.mn-wrap-61dd7__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 1.25rem; margin-top: 2rem; }
.mn-wrap-61dd7__card { background: var(--color-card, #fff); border: 1px solid var(--border-color); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.5rem; transition: transform var(--transition), box-shadow var(--transition); }
.mn-wrap-61dd7__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.mn-wrap-61dd7__lane { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; margin-bottom: 0.4rem; }
.mn-wrap-61dd7__heading { font-size: 1.05rem; margin: 0; color: var(--text-main); }
.mn-wrap-61dd7__figure { font-size: 1.6rem; font-weight: 800; color: var(--brand-color); line-height: 1.1; margin-bottom: 0.5rem; }
.mn-wrap-61dd7__blurb { font-size: 0.9rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.mn-wrap-61dd7__condition { 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; }
.mn-wrap-61dd7__condition--good { background: #ecfdf5; color: #047857; }
.mn-wrap-61dd7__condition--warn { background: #fffbeb; color: #b45309; }
.mn-wrap-61dd7__condition--bad  { background: #fef2f2; color: #b91c1c; }
.mn-wrap-61dd7__condition--info { background: color-mix(in srgb, var(--brand-color) 12%, #fff); color: var(--brand-color); }

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

.sec-view-89d07--feature-rows .sec-view-89d07__frows { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 1.75rem; margin-top: 2rem; }
.sec-view-89d07__foot-row { display: flex; gap: 1rem; align-items: flex-start; }
.sec-view-89d07__ring { flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--brand-color) 12%, #fff); color: var(--brand-color); font-size: 1.4rem; font-weight: 700; }
.sec-view-89d07__ring img { width: 24px; height: 24px; object-fit: contain; }
.sec-view-89d07__fine-text h3 { font-size: 1.05rem; margin: 0 0 0.35rem; color: var(--text-main); }
.sec-view-89d07__fine-text p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.55; margin: 0; }

.cp-panel-c29f9--band .cp-panel-c29f9__ribbon { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.cp-panel-c29f9__ribbon-card { background: var(--color-card, #fff); border: 1px solid var(--border-color); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.5rem 1.25rem; text-align: center; }
.cp-panel-c29f9__belt-icon { width: 52px; height: 52px; margin: 0 auto 0.75rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--brand-color) 12%, #fff); color: var(--brand-color); font-size: 1.5rem; line-height: 1; }
.cp-panel-c29f9--band .cp-panel-c29f9__number { font-size: 2rem; font-weight: 800; color: var(--brand-color); line-height: 1.1; }
.cp-panel-c29f9--band .cp-panel-c29f9__lbl { font-size: 0.9rem; color: var(--text-muted); margin-top: 0.25rem; }

.st-part-668f5--market { background: var(--color-bg-alt, #f6f6f6); color: var(--text-main); text-align: center; overflow: hidden; }
.st-part-668f5--market > .sec-base-5e62 { position: relative; z-index: 1; max-width: 780px; }
.st-part-668f5--market .st-part-668f5__heading { color: var(--text-main); }
.st-part-668f5--market .st-part-668f5__subhead { max-width: 620px; margin: 0.5rem auto 0; opacity: 1; color: var(--text-muted); }
.st-part-668f5--market .st-part-668f5__cta-row { justify-content: center; }
.st-part-668f5--market::before, .st-part-668f5--market::after { content: ''; position: absolute; width: 110px; height: 110px; pointer-events: none; opacity: 0.5; background-image: radial-gradient(color-mix(in srgb, var(--brand-color) 55%, transparent) 1.5px, transparent 1.7px); background-size: 18px 18px; }
.st-part-668f5--market::before { top: 1.5rem; left: 1.5rem; }
.st-part-668f5--market::after { bottom: 1.5rem; right: 1.5rem; }
.st-part-668f5__rate { display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 1.25rem; font-size: 0.95rem; color: var(--text-muted); }
.st-part-668f5__rate-stars { color: #ffb63c; letter-spacing: 1px; }
.st-part-668f5__rate strong { color: var(--text-main); }

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

.bl-top-02aa0 { padding: 3.5rem 0; }
.bl-top-02aa0 h2 { text-align: center; }
.bl-top-02aa0__table { max-width: 720px; margin: 2rem auto 0; border: 1px solid var(--border-color); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.bl-top-02aa0__lane { display: grid; grid-template-columns: 1.7fr 1fr 1fr; align-items: center; gap: 0.5rem; padding: 0.85rem 1.25rem; border-bottom: 1px solid var(--border-color); }
.bl-top-02aa0__lane:last-child { border-bottom: 0; }
.bl-top-02aa0__lane:nth-child(even) { background: var(--bg-alt); }
.bl-top-02aa0__lane--head { background: var(--brand-color); }
.bl-top-02aa0__lane--head .bl-top-02aa0__rivals, .bl-top-02aa0__lane--head .bl-top-02aa0__own { color: var(--mark-57385687); font-weight: 700; justify-content: center; }
.bl-top-02aa0__aspect { font-weight: 500; color: var(--text-main); }
.bl-top-02aa0__rivals, .bl-top-02aa0__own { font-size: 0.9rem; color: var(--text-muted); display: flex; align-items: center; gap: 0.4rem; }
.bl-top-02aa0__own { color: var(--text-main); font-weight: 500; }
.bl-top-02aa0__xmark { color: #f24c4c; font-weight: 800; }
.bl-top-02aa0__tickmark { color: var(--brand-color); font-weight: 800; }
@media (max-width: 600px) { .bl-top-02aa0__lane { grid-template-columns: 1fr; gap: 0.2rem; } .bl-top-02aa0__lane--head { display: none; } .bl-top-02aa0__aspect { font-weight: 700; } }

.cp-block-cd13466--arc .cp-block-cd13466__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 2rem; margin-top: 2.5rem; }
.cp-block-cd13466--arc .cp-block-cd13466__entry { text-align: center; position: relative; background: none; border: 0; box-shadow: none; padding: 0; }
.cp-block-cd13466--arc .cp-block-cd13466__nr { width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 800; color: var(--brand-color); background: color-mix(in srgb, var(--brand-color) 12%, #fff); border: 2px solid color-mix(in srgb, var(--brand-color) 35%, transparent); }
.cp-block-cd13466--arc .cp-block-cd13466__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(--brand-color) 38%, transparent); }
@media (max-width: 700px) { .cp-block-cd13466--arc .cp-block-cd13466__entry:not(:last-child)::after { display: none; } }

.st-part-668f5__stats-row { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.2); }
.st-part-668f5__kpi { text-align: center; }
.st-part-668f5__kpi-value { display: block; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; color: #fff; line-height: 1.2; }
.st-part-668f5__kpi-label { font-size: 0.85rem; color: #fff; display: block; margin-top: 0.25rem; }
.st-part-668f5--light .st-part-668f5__stats-row { border-top-color: var(--border-color); }
.st-part-668f5--light .st-part-668f5__kpi-value { color: var(--brand-color); }
.st-part-668f5--light .st-part-668f5__kpi-label { color: var(--text-muted); opacity: 1; }

.st-part-668f5__pluses-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; text-align: center; }
.st-part-668f5__plus-card { background: var(--edge-840f0658); 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); }
.st-part-668f5__plus-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.st-part-668f5__plus-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.st-part-668f5__plus-card h3 { font-size: 1rem; margin: 0 0 0.5rem; color: #fff; }
.st-part-668f5__plus-card p { font-size: 0.85rem; color: #fff; margin: 0; line-height: 1.5; }
.st-part-668f5--light .st-part-668f5__plus-card { background: var(--card-bg); border: 1px solid var(--border-color); }
.st-part-668f5--light .st-part-668f5__plus-card h3 { color: var(--text-main); }
.st-part-668f5--light .st-part-668f5__plus-card p { color: var(--text-muted); opacity: 1; }

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

.st-part-668f5--plates { background: var(--bg-alt); color: var(--text-main); padding: 2.5rem 0; }
.st-part-668f5__plates-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: stretch; }
.st-part-668f5__slab {
    background: #fff; border-radius: var(--radius); padding: 2rem;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08); border: 1px solid var(--border-color);
}
.st-part-668f5__slab h1 { color: var(--text-main); font-size: clamp(1.3rem, 2.5vw, 2rem); }
.st-part-668f5__slab .st-part-668f5__subhead { color: var(--text-muted); }
.st-part-668f5__slab--info { display: flex; flex-direction: column; justify-content: center; }
.st-part-668f5__slab-stats { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.st-part-668f5__slab-stat { text-align: center; flex: 1; min-width: 80px; }
.st-part-668f5__slab-stat-val { display: block; font-size: 1.75rem; font-weight: 700; color: var(--brand-color); line-height: 1.2; }
.st-part-668f5__slab-stat-lbl { display: block; font-size: 0.8rem; color: var(--text-muted); margin-top: 0.25rem; }
@media (max-width: 768px) {
    .st-part-668f5__plates-grid { grid-template-columns: 1fr; }
}

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

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

.st-part-668f5__tokens-row { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.st-part-668f5__emblem { display: inline-flex; align-items: center; gap: 0.5rem; padding: 10px 18px; background: var(--edge-840f0658); 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); }
.st-part-668f5__emblem:hover { filter: brightness(1.08); }
.st-part-668f5__emblem-icon { font-size: 1.2rem; }
.st-part-668f5--light .st-part-668f5__emblem { background: var(--card-bg); border: 1px solid var(--border-color); color: var(--text-main); }
.st-part-668f5--light .st-part-668f5__emblem:hover { border-color: var(--brand-color); }

.st-part-668f5--saas-metrics > .sec-base-5e62 { text-align: left; }
.st-part-668f5__measures-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.st-part-668f5__measures-text .st-part-668f5__cta-row { justify-content: flex-start; }
.st-part-668f5__measures-grid { display: grid; gap: 1rem; }
.st-part-668f5__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;
}
.st-part-668f5__measure-card h3 { margin: 0 0 0.25rem; font-size: 1rem; color: #fff; }
.st-part-668f5__measure-card p { margin: 0; font-size: 0.9rem; color: #fff; }
.st-part-668f5__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;
}
.st-part-668f5__measure-icon--0 { background: var(--edge-840f0658); }
.st-part-668f5__measure-icon--1 { background: var(--ink-47503acc); }
.st-part-668f5__measure-icon--2 { background: var(--shade-ef709922); }
.st-part-668f5__measures-grid--inline .st-part-668f5__measure-card { display: flex; align-items: center; gap: 1rem; }
.st-part-668f5__measures-grid--inline .st-part-668f5__measure-icon { margin-bottom: 0; flex-shrink: 0; }
.st-part-668f5__measures-grid--plain .st-part-668f5__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); }
.st-part-668f5__measures-grid--plain .st-part-668f5__measure-card:last-child { border-bottom: none; }
.st-part-668f5__measures-grid--plain .st-part-668f5__measure-icon { margin-bottom: 0; flex-shrink: 0; }
.st-part-668f5--light .st-part-668f5__measure-card { background: var(--card-bg); border-color: var(--border-color); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.st-part-668f5--light .st-part-668f5__measures-grid--plain .st-part-668f5__measure-card { background: none; border: none; box-shadow: none; border-bottom: 1px solid var(--border-color); }
.st-part-668f5--light .st-part-668f5__measures-grid--plain .st-part-668f5__measure-card:last-child { border-bottom: none; }
.st-part-668f5--light .st-part-668f5__measure-card h3 { color: var(--text-main); }
.st-part-668f5--light .st-part-668f5__measure-card p { color: var(--text-muted); }

.cp-panel-c29f9 { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.cp-panel-c29f9 > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 1.5rem; }
.cp-panel-c29f9__cells { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; text-align: center; }
.cp-panel-c29f9__entry { min-width: 120px; }
.cp-panel-c29f9__number { font-size: 2.25rem; font-weight: 700; font-family: var(--ff-heading); color: var(--signal-987ff8b0); line-height: 1.2; }
.cp-panel-c29f9__lbl { font-size: 0.9rem; color: var(--text-muted); margin-top: 0.2rem; }

.cp-panel-c29f9--cards .cp-panel-c29f9__cells { gap: 1.25rem; }
.cp-panel-c29f9--cards .cp-panel-c29f9__entry {
    padding: 1.25rem;
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    min-width: 160px;
    flex: 1;
}

.cp-panel-c29f9--bar { padding: 0; }
.cp-panel-c29f9__bar {
    display: flex;
    background: var(--edge-840f0658);
    color: #fff;
    padding: 1.25rem 0;
}
.cp-panel-c29f9--bar .cp-panel-c29f9__entry { flex: 1; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); padding: 0.5rem 1rem; }
.cp-panel-c29f9--bar .cp-panel-c29f9__entry:last-child { border-right: none; }
.cp-panel-c29f9--bar .cp-panel-c29f9__number { color: #fff; font-size: 2rem; }
.cp-panel-c29f9--bar .cp-panel-c29f9__lbl { color: var(--print-94893693); }

.itm-area-ed8a1 { padding: clamp(2rem, 4vw, 3.5rem) 0; }

.cmp-shelf-0c51d1 {
    margin-bottom: 1.25rem;
    padding: 1.5rem;
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    background: var(--card-bg);
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition), border-color var(--transition), transform var(--transition);
}
.cmp-shelf-0c51d1:hover { box-shadow: var(--shadow-hover); border-color: var(--brand-light); transform: translateY(-2px); }
.cmp-shelf-0c51d1__ico { margin-bottom: 0.75rem; }
.cmp-shelf-0c51d1__ico img { width: 48px; height: 48px; }
.cmp-shelf-0c51d1__collage { column-count: 2; column-gap: 1.5rem; }
.cmp-shelf-0c51d1__collage > .cmp-shelf-0c51d1 { break-inside: avoid; }

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

.sec-view-89d07--list .sec-view-89d07__cells { grid-template-columns: 1fr; gap: 1rem; }
.sec-view-89d07--list .sec-view-89d07__entry { display: flex; gap: 1.25rem; text-align: left; align-items: flex-start; }
.sec-view-89d07--list .sec-view-89d07__ico { flex-shrink: 0; }
.sec-view-89d07--list .sec-view-89d07__txt p { margin-bottom: 0; }

.sec-view-89d07--numbered .sec-view-89d07__cells { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.sec-view-89d07--numbered .sec-view-89d07__entry { display: flex; gap: 1rem; text-align: left; padding: 1.25rem; }
.sec-view-89d07__nr {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-light);
    color: var(--brand-dark);
    font-weight: 700;
    font-size: 1.25rem;
    border-radius: var(--radius);
    font-family: var(--ff-heading);
}
.sec-view-89d07--numbered .sec-view-89d07__txt p { margin-bottom: 0; }

.sec-view-89d07--bordered .sec-view-89d07__entry {
    border: var(--border-w) solid var(--border-color);
    border-left: 4px solid var(--brand-color);
    text-align: left;
    border-radius: 0 var(--radius) var(--radius) 0;
}
.sec-view-89d07--bordered .sec-view-89d07__entry:hover { border-left-color: var(--accent-color); }

.pnl-8374 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.pnl-8374 > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 1.5rem; }
.pnl-8374__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.pnl-8374__card {
    padding: 1.75rem;
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    transition: box-shadow var(--transition), transform var(--transition);
    background: var(--card-bg);
}
.pnl-8374__card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.pnl-8374__card--highlighted { border-color: var(--brand-color); box-shadow: 0 0 0 2px var(--brand-light); position: relative; }
.pnl-8374__emblem {
    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;
}
.pnl-8374__cost { font-size: 1.75rem; font-weight: 700; color: var(--brand-color); margin: 0.5rem 0; }
.pnl-8374__pluses { list-style: none; padding: 0; margin: 0.75rem 0; text-align: left; }
.pnl-8374__pluses li { padding: 0.35rem 0; border-bottom: 1px solid var(--border-color); font-size: 0.9rem; }

.pnl-8374--horizontal .pnl-8374__cells { display: none; }
.pnl-8374__lane {
    display: grid;
    grid-template-columns: 1fr 1.5fr auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.25rem;
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    margin-bottom: 0.75rem;
    background: var(--card-bg);
}
.pnl-8374--horizontal .pnl-8374__lane--hl { border-color: var(--brand-color); background: var(--brand-light); }
.pnl-8374__lane-head .pnl-8374__cost { font-size: 1.4rem; margin: 0.25rem 0; }
.pnl-8374__lane-body .pnl-8374__pluses { margin: 0; }
.pnl-8374__lane-body .pnl-8374__pluses li { display: inline; }
.pnl-8374__lane-body .pnl-8374__pluses li::after { content: ' \00B7  '; }
.pnl-8374__lane-body .pnl-8374__pluses li:last-child::after { content: ''; }

.pnl-8374--minimal .pnl-8374__cells { display: none; }
.pnl-8374__listing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border-color);
}
.pnl-8374--minimal .pnl-8374__cost { font-size: 1.25rem; white-space: nowrap; margin: 0; }

.ft-link-22c1d { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.ft-link-22c1d > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 1.5rem; }
.ft-link-22c1d__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.ft-link-22c1d__entry {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--card-bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.ft-link-22c1d__entry h3 { margin-bottom: 0.2rem; }

.ft-link-22c1d--checklist .ft-link-22c1d__cells { display: none; }
.ft-link-22c1d__listing { max-width: 700px; margin: 0 auto; }
.ft-link-22c1d__tickmark-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
    align-items: flex-start;
}
.ft-link-22c1d__tickmark-mark {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-color);
    color: var(--mark-57385687);
    border-radius: 50%;
    font-size: 0.85rem;
    margin-top: 0.1rem;
}
.ft-link-22c1d__tickmark-item p { margin: 0.25rem 0 0; color: var(--text-muted); font-size: 0.9rem; }

.ft-link-22c1d--icons .ft-link-22c1d__entry { flex-direction: column; text-align: center; align-items: center; }
.ft-link-22c1d__ico-big { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.5rem; }
.ft-link-22c1d__ico-big img { width: 56px; height: 56px; }

.itm-area-ed8a1#faq { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.itm-area-ed8a1#faq h2, .itm-area-ed8a1 > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 1.5rem; }

.itm-area-ed8a1__faqs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(480px, 100%), 1fr)); gap: 1rem; }

details.cmp-shelf-0c51d1 { cursor: pointer; }
details.cmp-shelf-0c51d1 summary { font-weight: 600; }
details.cmp-shelf-0c51d1[open] summary { color: var(--brand-color); }
.itm-area-ed8a1 details.cmp-shelf-0c51d1 > div > :where(p, ul, ol, blockquote) {
    max-width: 800px;
}

.ft-card-3b1f3 {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: var(--read-a746b69b) !important;
    color: #fff;
    text-align: center;
}
.ft-card-3b1f3 h2 { color: #fff; margin-bottom: 0.75rem; }
.ft-card-3b1f3 p { color: #fff; max-width: 600px; margin-left: auto; margin-right: auto; }
.ft-card-3b1f3 .btn { background: #fff; color: var(--paint-e51ff708); border-color: #fff; margin-top: 0.75rem; }
.ft-card-3b1f3 .btn:hover { background: rgba(255,255,255,0.9); }

.ft-card-3b1f3--card-wrap { background: var(--bg-alt) !important; }
.ft-card-3b1f3__card {
    max-width: 640px;
    margin: 0 auto;
    padding: 2.5rem;
    background: var(--read-a746b69b);
    border-radius: var(--radius);
    text-align: center;
}
.ft-card-3b1f3__card h2 { color: #fff; }
.ft-card-3b1f3__card p { color: #fff; }
.ft-card-3b1f3__card .btn { background: #fff; color: var(--paint-e51ff708); border-color: #fff; }

.ft-card-3b1f3--split { text-align: left; }
.ft-card-3b1f3__duo-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: center; }
.ft-card-3b1f3__duo-action { text-align: center; }

.mod-content-8456b { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.mod-content-8456b > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 1.5rem; }
.mod-content-8456b__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.mod-content-8456b__card {
    border-radius: var(--radius);
    overflow: hidden;
    border: var(--border-w) solid var(--border-color);
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition), transform var(--transition);
    background: var(--card-bg);
}
.mod-content-8456b__card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.mod-content-8456b__card-body { padding: 1.25rem; }

.mod-content-8456b--list .mod-content-8456b__cells { display: none; }
.mod-content-8456b__listing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border-bottom: 1px solid var(--border-color);
}
.mod-content-8456b__listing-item:last-child { border-bottom: none; }
.mod-content-8456b__listing-item p { margin: 0; }

.mod-content-8456b--inline .mod-content-8456b__cells { display: none; }
.mod-content-8456b__flow-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.mod-content-8456b__flow-item {
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem;
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    background: var(--card-bg);
    transition: border-color var(--transition);
    color: var(--text-main);
    flex: 1 1 auto;
    min-width: 200px;
}
.mod-content-8456b__flow-item:hover { border-color: var(--brand-color); }
.mod-content-8456b__flow-item span { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.25rem; }

.cp-block-cd13466 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.cp-block-cd13466 > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 1.5rem; }
.cp-block-cd13466__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.25rem; counter-reset: step; position: relative; }
.cp-block-cd13466__entry { text-align: center; position: relative; }
.cp-block-cd13466__nr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--brand-color);
    color: var(--mark-57385687);
    font-weight: 700;
    font-size: 1.25rem;
    border-radius: 50%;
    margin-bottom: 0.75rem;
    font-family: var(--ff-heading);
}
.cp-block-cd13466__entry h3 { font-size: 1.1rem; }
.cp-block-cd13466__entry p { font-size: 0.9rem; color: var(--text-muted); margin: 0; }

.cp-block-cd13466__entry:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 24px;
    left: calc(50% + 28px);
    width: calc(100% + 1.25rem - 56px);
    height: 2px;
    background: var(--border-color);
    z-index: 1;
    display: none;
}

@media (min-width: 481px) { .cp-block-cd13466__cells--n2 .cp-block-cd13466__entry:not(:last-child)::after { display: block; } }
@media (min-width: 769px) { .cp-block-cd13466__cells--n3 .cp-block-cd13466__entry:not(:last-child)::after { display: block; } }
@media (min-width: 820px) { .cp-block-cd13466:not(.cp-block-cd13466--arc) .cp-block-cd13466__cells--n4 .cp-block-cd13466__entry:not(:last-child)::after { display: block; } }
@media (min-width: 936px) { .cp-block-cd13466--arc .cp-block-cd13466__cells--n4 .cp-block-cd13466__entry:not(:last-child)::after { display: block; } }
@media (min-width: 1020px) { .cp-block-cd13466:not(.cp-block-cd13466--arc) .cp-block-cd13466__cells--n5 .cp-block-cd13466__entry:not(:last-child)::after { display: block; } }
@media (min-width: 1168px) { .cp-block-cd13466--arc .cp-block-cd13466__cells--n5 .cp-block-cd13466__entry:not(:last-child)::after { display: block; } }

.ui-0314--transparent ~ main > .st-part-668f5 { padding-top: calc(80px + 2rem); }

.ui-0314--transparent ~ main > .sec-base-5e62:first-child { padding-top: calc(80px + 2rem); }
.ui-0314--transparent ~ main > .itm-area-ed8a1:first-child { padding-top: calc(80px + 2rem); }

.mod-group-242ca { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.mod-group-242ca > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 1.5rem; }
.mod-group-242ca__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.mod-group-242ca__card {
    padding: 1.5rem;
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.mod-group-242ca__quote {
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1rem;
    padding: 0;
    border: none;
    color: var(--text-main);
    position: relative;
    padding-left: 1.5rem;
}
.mod-group-242ca__quote::before { content: '\201C'; font-size: 2.5rem; color: var(--signal-987ff8b0); position: absolute; top: -0.5rem; left: 0; font-family: serif; line-height: 1; }
.mod-group-242ca__author { display: flex; gap: 0.75rem; align-items: center; }
.mod-group-242ca__face { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.mod-group-242ca__face img { width: 100%; height: 100%; object-fit: cover; }
.mod-group-242ca__position { display: block; color: var(--text-muted); font-size: 0.9rem; }
.mod-group-242ca__attribution { display: block; font-style: normal; margin-top: 0.75rem; color: var(--text-muted); }
.mod-group-242ca__attribution strong { color: var(--text-main); }
.mod-group-242ca__meta { color: var(--text-muted); font-size: 0.9rem; }
.mod-group-242ca__meta strong { color: var(--text-main); }

.mod-group-242ca--bubble .mod-group-242ca__bubble {
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    padding: 1.25rem;
    position: relative;
    margin-bottom: 1rem;
}
.mod-group-242ca--bubble .mod-group-242ca__bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 24px;
    width: 0; height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--card-bg);
}
.mod-group-242ca--bubble .mod-group-242ca__bubble::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 23px;
    width: 0; height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid var(--border-color);
}
.mod-group-242ca--bubble .mod-group-242ca__card { background: none; border: none; box-shadow: none; padding: 0; }
.mod-group-242ca--bubble .mod-group-242ca__quote { padding-left: 0; margin: 0; }
.mod-group-242ca--bubble .mod-group-242ca__quote::before { display: none; }
.mod-group-242ca--bubble .mod-group-242ca__author { padding-left: 0.5rem; }

.mod-group-242ca--minimal { text-align: center; }
.mod-group-242ca--minimal .sec-base-5e62 > h2 { margin-bottom: 2rem; }
.mod-group-242ca--minimal .mod-group-242ca__listing { max-width: 700px; margin: 0 auto; }
.mod-group-242ca--minimal .mod-group-242ca__entry { padding: 2rem 0; border-bottom: 1px solid var(--border-color); }
.mod-group-242ca--minimal .mod-group-242ca__entry:last-child { border-bottom: none; }
.mod-group-242ca--minimal .mod-group-242ca__quote { font-size: 1.1rem; padding-left: 0; }
.mod-group-242ca--minimal .mod-group-242ca__quote::before { display: none; }

.mod-group-242ca--featured .mod-group-242ca__cells { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.mod-group-242ca--featured .mod-group-242ca__card--feat {
    grid-column: 1 / -1;
    border-left: 4px solid var(--brand-color);
    background: color-mix(in srgb, var(--brand-color) 5%, var(--card-bg));
}
.mod-group-242ca--featured .mod-group-242ca__card--feat .mod-group-242ca__face { width: 72px; height: 72px; }

.mod-group-242ca--horizontal .mod-group-242ca__lane {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: var(--card-bg);
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    margin-bottom: 1rem;
}
.mod-group-242ca--horizontal .mod-group-242ca__lane:last-child { margin-bottom: 0; }
.mod-group-242ca--horizontal .mod-group-242ca__face { width: 64px; height: 64px; border-radius: 8px; flex-shrink: 0; overflow: hidden; }
.mod-group-242ca--horizontal .mod-group-242ca__face img { border-radius: 8px; }
.mod-group-242ca--horizontal .mod-group-242ca__content { flex: 1; }
.mod-group-242ca--horizontal .mod-group-242ca__quote { padding-left: 0; margin-bottom: 0.75rem; }
.mod-group-242ca--horizontal .mod-group-242ca__quote::before { display: none; }

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

.mod-group-242ca--lg-avatar .mod-group-242ca__card { text-align: center; }
.mod-group-242ca--lg-avatar .mod-group-242ca__face { width: 80px; height: 80px; margin: 0 auto 1rem; }
.mod-group-242ca--lg-avatar .mod-group-242ca__quote { padding-left: 0; text-align: center; }
.mod-group-242ca--lg-avatar .mod-group-242ca__quote::before { position: static; display: block; text-align: center; margin-bottom: -0.5rem; }
.mod-group-242ca--lg-avatar .mod-group-242ca__meta { margin-top: 0.75rem; }

.mod-group-242ca--masonry .mod-group-242ca__cells { display: block; column-count: 2; column-gap: 1.25rem; }
.mod-group-242ca--masonry .mod-group-242ca__card { break-inside: avoid; margin-bottom: 1.25rem; border-top: 3px solid var(--brand-color); box-shadow: none; }
.mod-group-242ca--masonry .mod-group-242ca__quote::before { display: none; }
.mod-group-242ca--masonry .mod-group-242ca__quote { padding-left: 0; }

.mod-group-242ca--sidebar .mod-group-242ca__structure { display: grid; grid-template-columns: 280px 1fr; gap: 2.5rem; align-items: start; }
.mod-group-242ca--sidebar .mod-group-242ca__side { position: sticky; top: 2rem; }
.mod-group-242ca--sidebar .mod-group-242ca__side h2 { text-align: left; margin-bottom: 1rem; }
.mod-group-242ca--sidebar .mod-group-242ca__side::after { content: ''; display: block; width: 48px; height: 3px; background: var(--brand-color); margin-top: 1rem; border-radius: 2px; }
.mod-group-242ca--sidebar .mod-group-242ca__card { margin-bottom: 1rem; }
.mod-group-242ca--sidebar .mod-group-242ca__card:last-child { margin-bottom: 0; }

.mod-group-242ca--stack .mod-group-242ca__cells { display: flex; flex-direction: column; gap: 0; }
.mod-group-242ca--stack .mod-group-242ca__card { display: flex; gap: 1.5rem; align-items: center; padding: 2rem; border: none; border-radius: 0; box-shadow: none; }
.mod-group-242ca--stack .mod-group-242ca__card:nth-child(even) { background: var(--bg-alt); }
.mod-group-242ca--stack .mod-group-242ca__card:nth-child(odd) { background: var(--card-bg); }
.mod-group-242ca--stack .mod-group-242ca__quote { flex: 1; padding-left: 0; margin-bottom: 0; }
.mod-group-242ca--stack .mod-group-242ca__quote::before { display: none; }
.mod-group-242ca--stack .mod-group-242ca__author { flex-shrink: 0; text-align: right; }
.mod-group-242ca--stack .mod-group-242ca__face { width: 56px; height: 56px; }

.mn-wrap-3ccc8 { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.mn-wrap-3ccc8 > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 1.5rem; }
.mn-wrap-3ccc8__symbols { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: center; }
.mn-wrap-3ccc8__logo-item { display: flex; align-items: center; justify-content: center; min-width: 120px; }
.mn-wrap-3ccc8__logo-item img { max-height: 48px; width: auto; filter: grayscale(100%); opacity: 0.6; transition: all var(--transition); }
.mn-wrap-3ccc8__logo-item:hover img { filter: grayscale(0%); opacity: 1; }
.mn-wrap-3ccc8__logo-text {
    padding: 0.5rem 1.5rem;
    border: var(--border-w) solid var(--border-color);
    border-radius: var(--radius);
    font-weight: 500;
    color: var(--text-muted);
    font-size: 0.9rem;
    transition: color var(--transition), border-color var(--transition);
}
.mn-wrap-3ccc8__logo-item:hover .mn-wrap-3ccc8__logo-text { color: var(--brand-color); border-color: var(--brand-color); }
.mn-wrap-3ccc8__symbols--named .mn-wrap-3ccc8__logo-item { flex-direction: column; gap: 0.45rem; }
.mn-wrap-3ccc8__logo-name { font-size: 0.8rem; color: var(--text-muted); letter-spacing: 0.02em; }
.mn-wrap-3ccc8__logo-item:hover .mn-wrap-3ccc8__logo-name { color: var(--brand-color); }

.sec-ecac04b { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.sec-ecac04b > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 1.5rem; }
.sec-ecac04b__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0.75rem; }
.sec-ecac04b__entry { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/3; }
.sec-ecac04b__entry img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition); }
.sec-ecac04b__entry:hover img { transform: scale(1.05); }
.sec-ecac04b__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;
}

.cp-core-c381b { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.cp-core-c381b > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 1.5rem; }
.cp-core-c381b__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.cp-core-c381b__thumbnail { border-radius: var(--radius); overflow: hidden; margin-bottom: 0.75rem; }
.cp-core-c381b__thumbnail img { width: 100%; height: 180px; object-fit: cover; display: block; }
.cp-core-c381b__pubdate { font-size: 0.8rem; color: var(--text-muted); display: block; margin-bottom: 0.25rem; }
.cp-core-c381b__teaser { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }
.cp-core-c381b__more { font-size: 0.85rem; color: var(--signal-987ff8b0); text-decoration: none; font-weight: 500; }
.cp-core-c381b__more:hover { text-decoration: underline; }

.cp-core-c381b--list .cp-core-c381b__entry { display: flex; gap: 1.25rem; padding: 1rem 0; border-bottom: 1px solid var(--border-color); }
.cp-core-c381b--list .cp-core-c381b__thumbnail { flex-shrink: 0; width: 200px; margin: 0; }
.cp-core-c381b--list .cp-core-c381b__thumbnail img { height: 130px; }
.cp-core-c381b--list .cp-core-c381b__entry-body h3 { margin: 0 0 0.25rem; font-size: 1.1rem; }
.cp-core-c381b--list .cp-core-c381b__entry-body h3 a { color: var(--text-main); text-decoration: none; }
.cp-core-c381b--list .cp-core-c381b__entry-body h3 a:hover { color: var(--brand-color); }

.cp-core-c381b--cards .cp-core-c381b__card { display: flex; flex-direction: column; }
.cp-core-c381b--cards .cp-core-c381b__card-body { flex: 1; display: flex; flex-direction: column; padding: 1rem 0; }
.cp-core-c381b--cards .cp-core-c381b__card-body h3 { margin: 0.25rem 0 0.5rem; font-size: 1.05rem; }
.cp-core-c381b--cards .cp-core-c381b__card-body h3 a { color: var(--text-main); text-decoration: none; }
.cp-core-c381b--cards .cp-core-c381b__card-body h3 a:hover { color: var(--brand-color); }
.cp-core-c381b--cards .cp-core-c381b__more { margin-top: auto; }

.cp-core-c381b--minimal .cp-core-c381b__listing { list-style: none; padding: 0; }
.cp-core-c381b--minimal .cp-core-c381b__listing li { padding: 0.75rem 0; border-bottom: 1px solid var(--border-color); display: flex; justify-content: space-between; align-items: center; }
.cp-core-c381b--minimal .cp-core-c381b__listing a { color: var(--text-main); text-decoration: none; font-weight: 500; }
.cp-core-c381b--minimal .cp-core-c381b__listing a:hover { color: var(--brand-color); }

.itm-area-ed8a1--cm-cards, .itm-area-ed8a1--cm-list, .itm-area-ed8a1--cm-bubbles { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.itm-area-ed8a1--cm-cards > .sec-base-5e62 > h2, .itm-area-ed8a1--cm-list > .sec-base-5e62 > h2, .itm-area-ed8a1--cm-bubbles > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 1.5rem; }

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

.itm-area-ed8a1--cm-list .itm-area-ed8a1__cm-item { padding: 1rem 0; border-bottom: 1px solid var(--border-color); }
.itm-area-ed8a1--cm-list .itm-area-ed8a1__cm-item strong { margin-right: 0.75rem; }
.itm-area-ed8a1--cm-list .itm-area-ed8a1__cm-item time { font-size: 0.8rem; color: var(--text-muted); }
.itm-area-ed8a1--cm-list .itm-area-ed8a1__cm-item p { margin: 0.5rem 0 0; font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }

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

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

.wp-strip-64d8493 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.wp-strip-64d8493 > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 0.5rem; }
.wp-strip-64d8493__actionbox { position: relative; max-width: 720px; margin: 2rem auto 0; }
.wp-strip-64d8493__selector { display: none; }
.wp-strip-64d8493__switcher { display: flex; gap: 5px; }
.wp-strip-64d8493__pane-btn { padding: 10px 25px; font-size: 0.9rem; font-weight: 600; color: var(--text-muted); background: var(--bg-alt); border-radius: 8px 8px 0 0; cursor: pointer; transition: background var(--transition), color var(--transition); }
.wp-strip-64d8493__codebox-block { display: none; background: #1e293b; border-radius: 0 8px 8px 8px; overflow-x: auto; }
.wp-strip-64d8493__codebox-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; }
.wp-strip-64d8493__codebox-block code { white-space: pre; }
.wp-strip-64d8493__selector:nth-of-type(1):checked ~ .wp-strip-64d8493__codebox-block--curl { display: block; }
.wp-strip-64d8493__selector:nth-of-type(2):checked ~ .wp-strip-64d8493__codebox-block--python { display: block; }
.wp-strip-64d8493__selector:nth-of-type(3):checked ~ .wp-strip-64d8493__codebox-block--php { display: block; }
.wp-strip-64d8493__selector:nth-of-type(1):checked ~ .wp-strip-64d8493__switcher .wp-strip-64d8493__pane-btn:nth-of-type(1),
.wp-strip-64d8493__selector:nth-of-type(2):checked ~ .wp-strip-64d8493__switcher .wp-strip-64d8493__pane-btn:nth-of-type(2),
.wp-strip-64d8493__selector:nth-of-type(3):checked ~ .wp-strip-64d8493__switcher .wp-strip-64d8493__pane-btn:nth-of-type(3) {
    background: #1e293b; color: #fff;
}

.crd-nav-1af3 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.crd-nav-1af3 > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 0.5rem; }
.crd-nav-1af3__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; }
.crd-nav-1af3__card { padding: 1.5rem; background: var(--card-bg); border: var(--border-w) solid var(--border-color); border-radius: var(--radius); text-decoration: none; color: var(--text-main); transition: all var(--transition); display: block; }
.crd-nav-1af3__card:hover { border-color: var(--brand-color); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.crd-nav-1af3__entry { text-decoration: none; color: var(--text-main); transition: background var(--transition); }
.crd-nav-1af3__entry:hover { background: var(--bg-alt); }
.crd-nav-1af3--icons .crd-nav-1af3__entry { text-decoration: none; color: var(--text-main); transition: color var(--transition); }
.crd-nav-1af3--icons .crd-nav-1af3__entry:hover { color: var(--brand-color); }

.wrp-rail-260a683 { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.wrp-rail-260a683 > .sec-base-5e62 > h2 { text-align: center; margin-bottom: 0.5rem; }
.wrp-rail-260a683__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.wrp-rail-260a683__card { padding: 1.5rem; background: var(--card-bg); border: var(--border-w) solid var(--border-color); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.wrp-rail-260a683__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.wrp-rail-260a683__card h3 { margin: 0 0 0.75rem; font-size: 1.1rem; }

.wrp-rail-260a683 .wrp-rail-260a683__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; }
.wrp-rail-260a683 .wrp-rail-260a683__rate--good { background: #15803d; }
.wrp-rail-260a683 .wrp-rail-260a683__rate--warn { background: #a16207; }
.wrp-rail-260a683 .wrp-rail-260a683__rate--bad { background: #b91c1c; }
.wrp-rail-260a683__pros, .wrp-rail-260a683__downsides { font-size: 0.9rem; margin-bottom: 0.5rem; }
.wrp-rail-260a683 .wrp-rail-260a683__pros { color: #166534 !important; }
.wrp-rail-260a683 .wrp-rail-260a683__downsides { color: #991b1b !important; }
.wrp-rail-260a683 .wrp-rail-260a683__more { color: var(--signal-987ff8b0) !important; font-weight: 600; }
.wrp-rail-260a683__table { width: 100%; border-spacing: 0; border-collapse: collapse; }
.wrp-rail-260a683__table th { font-weight: 600; color: var(--text-main); background: var(--bg-alt); }
.wrp-rail-260a683__table td, .wrp-rail-260a683__table th { padding: 0.75rem; border-bottom: 1px solid var(--border-color); text-align: left; }
.wrp-rail-260a683__table tr:hover td { background: var(--bg-alt); }
.wrp-rail-260a683__wrapper { overflow-x: auto; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid var(--border-color); }
.wrp-rail-260a683__th-feature, .wrp-rail-260a683__data-cell-feature { position: sticky; left: 0; z-index: 1; background: var(--bg-main); box-shadow: 2px 0 5px rgba(0,0,0,0.05); }
.wrp-rail-260a683__th-feature { z-index: 2; background: var(--bg-alt); }
.wrp-rail-260a683__th-hl { background: var(--brand-light); border-top: 3px solid var(--brand-color); color: var(--brand-dark); }
.wrp-rail-260a683__data-cell-hl { background: var(--brand-light); }
.wrp-rail-260a683--list .wrp-rail-260a683__entry { padding: 1.25rem 0; border-bottom: 1px solid var(--border-color); }

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

.lay-core-32a0b { width: 100%; max-width: 800px; margin-left: auto; margin-right: auto; line-height: 1.8; }
.lay-core-32a0b p { margin-bottom: 1rem; }
.lay-core-32a0b h2, .lay-core-32a0b h3, .lay-core-32a0b h4 { margin: 1.5rem 0 0.75rem; }
.lay-core-32a0b img { max-width: 100%; height: auto; border-radius: var(--radius); }
.lay-core-32a0b ul, .lay-core-32a0b ol { margin: 0 0 1rem 1.5rem; }
.lay-core-32a0b blockquote { border-left: 3px solid var(--brand-color); padding: 0.75rem 1.25rem; margin: 1rem 0; background: var(--bg-alt); border-radius: var(--radius); }

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

@keyframes tg60533 { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.sec-core-ff75d6a { background: var(--brand-color); overflow: hidden; padding: 0.6rem 0; white-space: nowrap; }
.sec-core-ff75d6a__scroller { display: inline-flex; animation: tg60533 20s linear infinite; }
.sec-core-ff75d6a__txt { display: inline-block; padding: 0 2rem; font-size: 0.95rem; font-weight: 500; color: var(--mark-57385687); letter-spacing: 0.02em; }

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

.mod-list-149312 {
    background: var(--edge-840f0658);
    color: var(--print-94893693);
    padding: 2rem 0 1.25rem;
    margin-top: 0;
}
.mod-list-149312__cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-bottom: 1.25rem; }
.mod-list-149312__col h3 { color: #fff; font-size: 1rem; margin-bottom: 0.5rem; }
.mod-list-149312__col p { font-size: 0.9rem; margin-bottom: 0.4rem; }
.mod-list-149312__col a { color: var(--print-94893693); }
.mod-list-149312__col a:hover { color: #fff; }
.mod-list-149312__col ul { list-style: none; padding: 0; }
.mod-list-149312__col ul li { margin-bottom: 0.35rem; }
.mod-list-149312__col nav ul { list-style: none; padding: 0; column-width: 11rem; column-count: 1; column-gap: 1.5rem; }
.mod-list-149312__col nav ul li { margin-bottom: 0.35rem; break-inside: avoid; }
.mod-list-149312__col nav a { color: var(--print-94893693); font-size: 0.9rem; }
.mod-list-149312__col nav a:hover { color: #fff; }

.mod-list-149312__shortcuts, .mod-list-149312__shortcuts ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem 1.5rem; margin: 0 0 1.25rem; padding: 0; list-style: none; }
.mod-list-149312__shortcuts ul { margin: 0; }
.mod-list-149312__shortcuts li { margin: 0; list-style: none; }
.mod-list-149312__shortcuts a { color: var(--print-94893693); font-size: 0.9rem; }
.mod-list-149312__shortcuts a:hover { color: #fff; }
.mod-list-149312__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; }
.mod-list-149312__sns { display: flex; gap: 0.75rem; }
.mod-list-149312__sns a { color: var(--print-94893693); }
.mod-list-149312__sns a:hover { color: #fff; }

.mod-list-149312__policies {
    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;
}
.mod-list-149312__policies li { list-style: none; }
.mod-list-149312__policies a { color: var(--print-94893693); }
.mod-list-149312__policies a:hover { color: rgba(255,255,255,0.9); }

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

.mod-list-149312--fb-a .mod-list-149312__bottom, .mod-list-149312--fb-b .mod-list-149312__bottom { justify-content: center; text-align: center; }
.mod-list-149312--fb-c .mod-list-149312__bottom, .mod-list-149312--fb-e .mod-list-149312__bottom { justify-content: flex-start; text-align: left; }
.mod-list-149312--fb-d .mod-list-149312__bottom { justify-content: flex-end; text-align: right; }
.mod-list-149312.mod-list-149312--fb-b .mod-list-149312__policies, .mod-list-149312.mod-list-149312--fb-d .mod-list-149312__policies, .mod-list-149312.mod-list-149312--fb-e .mod-list-149312__policies { border-bottom: 0; margin-bottom: 0.5rem; padding-bottom: 0; }

.mod-list-149312__addon { padding: 0.75rem 0; }

.btn {
    display: inline-block;
    padding: 10px 24px;
    font-family: var(--ff-body);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;

    border: var(--border-w) solid var(--signal-987ff8b0);
    background: transparent;
    color: var(--signal-987ff8b0);
    cursor: pointer;
    transition: all var(--transition);
    border-radius: 0;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
}
.btn:hover { background: var(--brand-color); color: var(--mark-57385687); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.btn-primary {
    background: var(--brand-color);
    color: var(--mark-57385687);
    border-color: var(--brand-color);
}
.btn-primary:hover { background: var(--shade-ef709922); border-color: var(--shade-ef709922); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.btn-outline {
    background: transparent;
    color: var(--signal-987ff8b0);
    border: 2px solid var(--signal-987ff8b0);
}
.btn-outline:hover { background: var(--brand-color); color: var(--mark-57385687); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

.cta-link {
    display: inline-block;
    padding: 10px 24px;
    font-family: var(--ff-body);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: var(--brand-color);
    color: var(--mark-57385687);
    border: var(--border-w) solid var(--brand-color);
    border-radius: 0;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
    cursor: pointer;
    transition: all var(--transition);
}
.cta-link:hover { background: var(--shade-ef709922); border-color: var(--shade-ef709922); 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--grad { background: linear-gradient(135deg, var(--bg-main) 0%, var(--bg-alt) 100%) !important; }
.bg--accent {
    background: var(--brand-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(--face-072131dc); border-color: var(--face-072131dc); }
.bg--accent .cp-panel-c29f9__number { color: var(--brand-dark) !important; }
.bg--accent .cp-panel-c29f9__lbl { color: #475569 !important; }
.bg--accent .cp-panel-c29f9__bar { background: var(--brand-dark) !important; color: #fff !important; }
.bg--accent .cp-panel-c29f9__bar .cp-panel-c29f9__number, .bg--accent .cp-panel-c29f9__bar .cp-panel-c29f9__lbl { color: #fff !important; }
.bg--accent .wrp-rail-260a683__pros { color: #166534 !important; }
.bg--accent .wrp-rail-260a683__downsides { color: #991b1b !important; }
.bg--accent .wrp-rail-260a683__more { color: var(--paint-e51ff708) !important; }
.bg--accent .mod-group-242ca__quote::before { color: #1e293b !important; }
.alt--fade {
    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);
}
.alt--fade h2, .alt--fade h3, .alt--fade p, .alt--fade span { color: #1e293b; }
.alt--fade .cp-panel-c29f9__number { color: var(--brand-dark); }

.alt--fade .cp-panel-c29f9__bar .cp-panel-c29f9__number, .alt--fade .cp-panel-c29f9__bar .cp-panel-c29f9__lbl { color: #fff !important; }
.alt--fade .wrp-rail-260a683__pros { color: #166534 !important; }
.alt--fade .wrp-rail-260a683__downsides { color: #991b1b !important; }
.alt--fade .wrp-rail-260a683__more { color: var(--paint-e51ff708) !important; }
.alt--glow {
    background: var(--edge-840f0658) !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(--accent-color);
    --color-primary-dark: var(--accent-color);
    --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);
    --mark-57385687: var(--tone-d6de49d4);
    --signal-987ff8b0: #fff;
}
.alt--glow h2, .alt--glow h3 { color: #fff; }
.alt--glow p, .alt--glow li, .alt--glow span { color: var(--print-94893693); }
.alt--glow a:not(.btn):not(.cta-link) { color: var(--view-c1f84c66); }

.alt--glow .btn-primary { color: var(--tone-d6de49d4) !important; }
.alt--glow .cta-link { color: var(--tone-d6de49d4) !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 .pnl-8374__cost { color: #fff; }
.alt--glow .block-subtitle { color: var(--print-94893693); }

.alt--glow .cp-panel-c29f9__number, .alt--glow .mn-wrap-61dd7__figure { color: #fff !important; }
.alt--glow .cp-panel-c29f9__lbl { color: var(--print-94893693) !important; }
.alt--glow .sec-view-89d07__nr { background: rgba(255,255,255,0.08); color: #fff !important; }
.alt--glow .wrp-rail-260a683__pros, .alt--glow .wrp-rail-260a683__downsides { color: #fff !important; }
.alt--glow .wrp-rail-260a683__more { color: var(--view-c1f84c66) !important; }
.alt--glow input::placeholder, .alt--glow textarea::placeholder { color: var(--print-94893693); }
.alt--glow .tile--shadow { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); }

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

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(--border-color);
    border-radius: var(--radius);
    background: var(--card-bg);
    color: var(--text-main);
    font-family: var(--ff-body);
    font-size: 1rem;
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
    margin-bottom: 0.75rem;
}
input::placeholder, textarea::placeholder { color: var(--text-muted); opacity: 1; }
input:focus, textarea:focus { border-color: var(--brand-color); box-shadow: 0 0 0 3px var(--brand-light); }

input[type="submit"], button[type="submit"] {
    display: inline-block;
    padding: 10px 28px;
    background: var(--accent-color);
    color: var(--tone-d6de49d4);
    font-weight: 600;
    font-family: var(--ff-body);
    font-size: 1rem;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background var(--transition), transform var(--transition);
}
input[type="submit"]:hover, button[type="submit"]:hover { background: var(--shade-ef709922); color: #fff; transform: translateY(-1px); }
input[type="checkbox"], input[type="radio"] { accent-color: var(--brand-color); }
.comment-form p { margin-bottom: 0.7rem; }
.comment-form label { display: block; margin-bottom: 0.3rem; font-weight: 500; font-size: 0.95rem; }
.comment-form .required { color: var(--accent-color); }
.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.85rem; color: var(--text-muted); }
.comment-notes { font-size: 0.85rem; color: var(--text-muted); }
.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; }
.wrp-5bf2 { width: 100%; max-width: 800px; margin: 2.5rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--border-color); }
.wrp-5bf2 > h2 { margin-bottom: 1.5rem; }
.wrp-5bf2 > ol { list-style: none; padding: 0; margin: 0 0 2rem; }
.wrp-5bf2 .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; }

    .el-grid-089c6 .sec-base-5e62 { font-size: 0.8rem; flex-wrap: wrap; justify-content: center; text-align: center; }

    .ui-0314 .sec-base-5e62 { flex-wrap: wrap; }
    .ui-0314__identity { max-width: 100%; }
    .ui-0314__identity-name { min-width: 0; overflow-wrap: anywhere; word-break: normal; line-height: 1.2; }
    .ui-0314__controls { min-width: 0; flex-wrap: wrap; }
    .ui-0314__controls .ui-0314__callout, .ui-0314__lane-brand .ui-0314__callout { max-width: 100%; white-space: normal; text-align: center; line-height: 1.25; }
    .ui-0314--agency-dark .ui-0314__lane-brand > .sec-base-5e62,
    .ui-0314__lane-brand > .sec-base-5e62 { flex-wrap: wrap !important; gap: 0.75rem !important; }
    .ui-0314--agency-dark .ui-0314__identity-group { flex: 1 1 100%; min-width: 0; }
    .ui-0314--agency-dark .ui-0314__controls, .ui-0314__lane-brand > .sec-base-5e62 > .ui-0314__callout { flex: 1 1 100%; }
    .ui-0314--split-brand > .sec-base-5e62 { flex-wrap: wrap !important; gap: 0.65rem !important; }
    .ui-0314--split-brand > .sec-base-5e62 > .ui-0314__identity-group { flex: 1 1 100% !important; max-width: 100%; }
    .ui-0314--split-brand > .sec-base-5e62 > .ui-0314__mastrow { flex: 1 1 100%; flex-direction: row !important; align-items: center !important; justify-content: space-between; }
    .ui-0314__mastrow { gap: 0.75rem !important; }
    .ui-0314__mastrow > .ui-0314__identity { flex: 1 1 auto; max-width: calc(100% - 3.5rem); }
    .ui-0314__mastrow > .ui-0314__controls { max-width: 100%; gap: 0.6rem; }

    .ui-0314--agency-dark .ui-0314__nav { display: none; }
    .ui-0314--agency-dark .ui-0314__burger { display: block; }
    .ui-0314__nav { display: none; }
    .ui-0314__burger { display: block; }
    .ui-0314__nav--open {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--brand-dark);
        padding: 1rem var(--gutter);
        gap: 0.5rem;
        z-index: 99;
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }
    .ui-0314__nav--open a { padding: 8px 0; display: block; font-size: 1rem; white-space: normal; overflow-wrap: anywhere; }
    .ui-0314__nav--open li, .ui-0314__nav--open a { width: 100%; min-width: 0; max-width: 100%; }
    .ui-0314__nav.ui-0314__nav--open li::before { display: none; }
    .ui-0314__nav .sub-menu { display: block; position: static; box-shadow: none; border: none; padding: 0 0 0 1rem; min-width: auto; background: transparent; }
    .ui-0314__nav .sub-menu a { color: inherit; font-size: 0.9rem; padding: 6px 0; opacity: 0.85; }
    .ui-0314--white .ui-0314__nav--open { background: var(--bg-main); border-bottom: 1px solid var(--border-color); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
    .ui-0314--white .ui-0314__nav--open a { color: var(--text-main); }
    .ui-0314__controls { width: 100%; justify-content: space-between; margin-top: 0.5rem; }
    .ui-0314__sec-links { justify-content: flex-start; font-size: 0.85rem; }
    .ui-0314__sec-nav--dropdown .ui-0314__sec-links { display: flex; position: static; box-shadow: none; border: none; flex-wrap: wrap; gap: 0.5rem; background: transparent; padding: 0; }
    .ui-0314__sec-nav--dropdown .ui-0314__sec-toggle { display: none; }
    .ui-0314__sec-nav--pills .ui-0314__sec-links { gap: 0.35rem; }
    .ui-0314__sec-nav--pills .ui-0314__sec-links a { font-size: 0.75rem; padding: 0.2rem 0.6rem; }

    .st-part-668f5--split > .sec-base-5e62 { grid-template-columns: 1fr !important; }
    .st-part-668f5--left-aligned > .sec-base-5e62 { grid-template-columns: 1fr !important; }
    .st-part-668f5__deco { min-height: auto; align-items: center; }
    .st-part-668f5__deco-card { max-width: 100%; min-width: 0; margin-left: 0 !important; margin-right: 0 !important; }
    .st-part-668f5__heading { font-size: clamp(1.75rem, 6vw, 2.5rem); }
    .st-part-668f5__cta-row { flex-direction: column; }
    .st-part-668f5__cta-row .st-part-668f5__button { text-align: center; }
    .st-part-668f5__stats-row { gap: 1.5rem; }
    .st-part-668f5__pluses-grid { grid-template-columns: 1fr 1fr !important; }
    .st-part-668f5--checklist .st-part-668f5__tickmark-grid { grid-template-columns: 1fr !important; }
    .st-part-668f5__tokens-row { gap: 0.5rem; }
    .st-part-668f5__emblem { padding: 8px 12px; font-size: 0.8rem; }
    .st-part-668f5__measures-layout { grid-template-columns: 1fr; }

    .cp-panel-c29f9--bar .cp-panel-c29f9__bar { flex-wrap: wrap; }
    .cp-panel-c29f9__cells { gap: 1.25rem; }
    .cp-panel-c29f9__number { font-size: 1.75rem; }

    .sec-view-89d07__cells { grid-template-columns: 1fr !important; }
    .sec-view-89d07--numbered .sec-view-89d07__cells { grid-template-columns: 1fr !important; }

    .pnl-8374__cells { grid-template-columns: 1fr !important; }
    .pnl-8374__lane { grid-template-columns: 1fr !important; gap: 0.75rem; }
    .pnl-8374__listing-item { flex-direction: column; text-align: center; }

    .ft-link-22c1d__cells { grid-template-columns: 1fr !important; }

    .ft-card-3b1f3__duo-grid { grid-template-columns: 1fr !important; }

    .mod-content-8456b__cells { grid-template-columns: 1fr !important; }
    .mod-content-8456b__listing-item { flex-direction: column; gap: 0.5rem; }
    .mod-content-8456b__flow-grid { flex-direction: column; }

    .cp-block-cd13466__cells { grid-template-columns: 1fr 1fr !important; }
    .cp-block-cd13466__entry:not(:last-child)::after { display: none; }

    .mod-group-242ca__cells { grid-template-columns: 1fr !important; }
    .mod-group-242ca--featured .mod-group-242ca__cells { grid-template-columns: 1fr !important; }
    .mod-group-242ca--horizontal .mod-group-242ca__lane { flex-direction: column; align-items: center; text-align: center; }
    .mod-group-242ca--horizontal .mod-group-242ca__face { margin: 0 auto; }
    .mod-group-242ca--masonry .mod-group-242ca__cells { column-count: 1; }
    .mod-group-242ca--sidebar .mod-group-242ca__structure { grid-template-columns: 1fr !important; }
    .mod-group-242ca--sidebar .mod-group-242ca__side { position: static; }
    .mod-group-242ca--sidebar .mod-group-242ca__side h2 { text-align: center; }
    .mod-group-242ca--sidebar .mod-group-242ca__side::after { margin: 1rem auto; }
    .mod-group-242ca--stack .mod-group-242ca__card { flex-direction: column; text-align: center; }
    .mod-group-242ca--stack .mod-group-242ca__author { text-align: center; }

    .sec-ecac04b__cells { grid-template-columns: 1fr 1fr !important; }

    .cp-core-c381b__cells { grid-template-columns: 1fr !important; }

    .cmp-shelf-0c51d1__collage { column-count: 1; }

    .itm-area-ed8a1__faqs-grid { grid-template-columns: 1fr !important; }

    .cmp-nav-c59d427__cells { grid-template-columns: 1fr 1fr !important; }
    .cmp-nav-c59d427--list .cmp-nav-c59d427__card { flex-direction: column; text-align: center; }
    .cmp-nav-c59d427--list .cmp-nav-c59d427__portrait { width: 100%; }
    .crd-nav-1af3__cells { grid-template-columns: 1fr 1fr !important; }
    .wrp-rail-260a683__cells { grid-template-columns: 1fr !important; }
    .wrp-rail-260a683__table { font-size: 0.85rem; overflow-x: auto; display: block; }
    .blk-item-bc19b8__cells { grid-template-columns: 1fr !important; }
    .blk-item-bc19b8--case .blk-item-bc19b8__entry { grid-template-columns: 1fr !important; }
    .pg-brand-684c3b7__entry img { max-height: 30px; }

    .mod-list-149312__cells { grid-template-columns: 1fr !important; }
    .mod-list-149312__col nav ul { column-count: 1; }
    .mod-list-149312__bottom { flex-direction: column; text-align: center; }

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

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

    .cp-block-cd13466__cells { grid-template-columns: 1fr !important; }
    .sec-ecac04b__cells { grid-template-columns: 1fr !important; }

    .cp-panel-c29f9__cells { flex-direction: column; align-items: center; }
    .cp-panel-c29f9--bar .cp-panel-c29f9__bar { flex-direction: column; }
    .cp-panel-c29f9--bar .cp-panel-c29f9__entry { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .cp-panel-c29f9--bar .cp-panel-c29f9__entry:last-child { border-bottom: none; }

    .st-part-668f5__heading { 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; }
}

.mn-grid-fb7221 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 1.5rem 0;
}
@media (max-width: 600px) {
    .mn-grid-fb7221 { grid-template-columns: 1fr !important; }
}

.box-cell-1839dc1 {
    padding: 2rem;
    border-radius: 1rem;
    background: var(--card-bg);
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    border: 1px solid var(--border-color);
    transition: all 0.25s ease;
}
.box-cell-1839dc1 h3,
.box-cell-1839dc1 h4 { margin: 0 0 0.5rem; }
.box-cell-1839dc1 p:last-child { margin-bottom: 0; }
.box-cell-1839dc1:hover { border-color: var(--brand-color); }

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

.ft-rail-8ef5354 {
    padding: 2rem;
    background: var(--brand-light);
    border-top: 5px solid var(--brand-color);
    border-radius: 0 0 1rem 1rem;
    margin: 1.5rem 0;
    color: #1e293b;
}
.ft-rail-8ef5354 p, .ft-rail-8ef5354 b, .ft-rail-8ef5354 strong, .ft-rail-8ef5354 span { color: #1e293b; }
.ft-rail-8ef5354 p:last-child { margin-bottom: 0; }