/* Start custom CSS for html, class: .elementor-element-8e0a1d0 *//* =========================================================
   СОВРЕМЕННЫЙ ЭЛЕКТРОЩИТ 2026
   Изолированные стили для electrikman.ru
   Основной контейнер: .em-trends
   ========================================================= */

.em-trends {
    --em-yellow: #f5b700;
    --em-yellow-light: #fff4c4;
    --em-yellow-soft: #fff9e9;
    --em-dark: #17191e;
    --em-dark-soft: #24272e;
    --em-text: #272a31;
    --em-muted: #656b76;
    --em-border: #e4e6ea;
    --em-bg: #f6f7f9;
    --em-white: #ffffff;
    --em-danger: #b83232;
    --em-danger-bg: #fff1f1;
    --em-success: #24764d;
    --em-success-bg: #edf9f2;
    --em-blue: #176aa6;
    --em-blue-bg: #eef7ff;

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    color: var(--em-text);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.72;
}

.em-trends,
.em-trends *,
.em-trends *::before,
.em-trends *::after {
    box-sizing: border-box;
}

.em-trends h1,
.em-trends h2,
.em-trends h3,
.em-trends p,
.em-trends ul {
    margin-top: 0;
}

.em-trends h1,
.em-trends h2,
.em-trends h3,
.em-trends strong {
    color: var(--em-dark);
}

.em-trends h1 {
    max-width: 900px;
    margin-bottom: 24px;
    font-size: clamp(38px, 5.3vw, 67px);
    line-height: 1.06;
    letter-spacing: -0.035em;
}

.em-trends h2 {
    margin-bottom: 20px;
    font-size: clamp(29px, 3.5vw, 43px);
    line-height: 1.13;
    letter-spacing: -0.025em;
}

.em-trends h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.3;
}

.em-trends p {
    margin-bottom: 20px;
}

.em-trends a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.em-trends a:focus-visible,
.em-trends button:focus-visible,
.em-trends summary:focus-visible {
    outline: 3px solid rgba(245, 183, 0, 0.55);
    outline-offset: 3px;
}


/* HERO */

.em-trends__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.7fr);
    gap: 32px;
    overflow: hidden;
    padding: clamp(35px, 6vw, 76px);
    border: 1px solid #30333a;
    border-radius: 30px;
    background:
        radial-gradient(circle at 92% 10%, rgba(245, 183, 0, 0.22), transparent 30%),
        linear-gradient(135deg, #15171b 0%, #24272e 100%);
    color: #ffffff;
    box-shadow: 0 24px 65px rgba(20, 22, 27, 0.18);
}

.em-trends__hero::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 270px;
    height: 270px;
    border: 34px solid rgba(245, 183, 0, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.em-trends__hero-content,
.em-trends__hero-summary {
    position: relative;
    z-index: 1;
}

.em-trends__hero h1,
.em-trends__hero strong {
    color: #ffffff;
}

.em-trends__eyebrow,
.em-trends__section-label,
.em-trends__conclusion-label,
.em-trends__cta-label {
    margin-bottom: 14px;
    color: var(--em-yellow);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.em-trends__lead {
    max-width: 820px;
    margin-bottom: 17px;
    color: #f0f1f3;
    font-size: clamp(19px, 2vw, 23px);
    line-height: 1.55;
}

.em-trends__hero-text {
    max-width: 780px;
    color: #c9ccd2;
}

.em-trends__hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 28px 0 30px;
}

.em-trends__hero-tags span {
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #f3f4f5;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.em-trends__hero-actions,
.em-trends__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.em-trends__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 21px;
    border: 2px solid transparent;
    border-radius: 13px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.em-trends__button:hover {
    transform: translateY(-2px);
}

.em-trends__button--primary {
    background: var(--em-yellow);
    color: #15171b !important;
    box-shadow: 0 12px 28px rgba(245, 183, 0, 0.2);
}

.em-trends__button--primary:hover {
    background: #ffca24;
    box-shadow: 0 15px 35px rgba(245, 183, 0, 0.28);
}

.em-trends__button--secondary {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff !important;
}

.em-trends__button--secondary:hover {
    border-color: rgba(255, 255, 255, 0.52);
    background: rgba(255, 255, 255, 0.12);
}

.em-trends__button--dark {
    background: var(--em-dark);
    color: #ffffff !important;
}

.em-trends__button--dark:hover {
    background: #000000;
}

.em-trends__button--telegram {
    border-color: var(--em-dark);
    background: transparent;
    color: var(--em-dark) !important;
}

.em-trends__button--telegram:hover {
    background: rgba(23, 25, 30, 0.07);
}

.em-trends__hero-summary {
    align-self: end;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(7px);
}

.em-trends__summary-title {
    margin-bottom: 12px;
    color: var(--em-yellow);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.em-trends__hero-summary p,
.em-trends__hero-summary li {
    color: #e6e7e9;
    font-size: 15px;
}

.em-trends__hero-summary ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.em-trends__hero-summary li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 21px;
}

.em-trends__hero-summary li::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--em-yellow);
}


/* SECTIONS */

.em-trends__section {
    padding: clamp(54px, 8vw, 92px) clamp(4px, 1.3vw, 16px);
    scroll-margin-top: 90px;
}

.em-trends__section + .em-trends__section {
    border-top: 1px solid var(--em-border);
}

.em-trends__section > p,
.em-trends__section > ul {
    max-width: 920px;
}

.em-trends__section-heading {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 29px;
}

.em-trends__section-number {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 53px;
    height: 53px;
    padding: 0 10px;
    border-radius: 14px;
    background: var(--em-yellow);
    color: var(--em-dark);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.em-trends__section-heading h2 {
    margin-bottom: 0;
}

.em-trends__section-label {
    margin-bottom: 7px;
    color: #957000;
}


/* NOTICE */

.em-trends__notice {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin: 34px 0;
    padding: 23px 25px;
    border: 1px solid var(--em-border);
    border-radius: 18px;
}

.em-trends__hero + .em-trends__notice {
    margin-top: 29px;
}

.em-trends__notice-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: 18px;
    font-weight: 900;
}

.em-trends__notice strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}

.em-trends__notice p {
    margin-bottom: 0;
    font-size: 15px;
}

.em-trends__notice--danger {
    border-color: #f0caca;
    background: var(--em-danger-bg);
}

.em-trends__notice--danger .em-trends__notice-icon {
    background: var(--em-danger);
    color: #ffffff;
}

.em-trends__notice--neutral {
    background: var(--em-bg);
}

.em-trends__notice--neutral .em-trends__notice-icon {
    background: var(--em-dark);
    color: #ffffff;
}


/* TABLE OF CONTENTS */

.em-trends__toc {
    margin: 34px 0 12px;
    padding: clamp(25px, 4vw, 39px);
    border: 1px solid var(--em-border);
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 13px 38px rgba(20, 22, 27, 0.055);
}

.em-trends__toc-title {
    margin-bottom: 21px;
    color: var(--em-dark);
    font-size: 22px;
    font-weight: 900;
}

.em-trends__toc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 25px;
}

.em-trends__toc-grid a {
    position: relative;
    padding: 10px 12px 10px 25px;
    border-radius: 10px;
    color: #3d424c;
    font-size: 15px;
    font-weight: 650;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.em-trends__toc-grid a::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--em-yellow);
}

.em-trends__toc-grid a:hover {
    background: var(--em-yellow-soft);
    color: #000000;
}


/* GENERAL CARDS */

.em-trends__feature-grid,
.em-trends__line-grid,
.em-trends__risk-grid,
.em-trends__document-grid,
.em-trends__check-grid {
    display: grid;
    gap: 17px;
    margin: 31px 0;
}

.em-trends__feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.em-trends__feature-card {
    padding: 24px;
    border: 1px solid var(--em-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 9px 25px rgba(20, 22, 27, 0.045);
}

.em-trends__feature-card h3 {
    font-size: 19px;
}

.em-trends__feature-card p {
    margin-bottom: 0;
    color: var(--em-muted);
    font-size: 15px;
}

.em-trends__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    margin-bottom: 17px;
    padding: 0 9px;
    border-radius: 11px;
    background: var(--em-yellow);
    color: var(--em-dark);
    font-size: 11px;
    font-weight: 900;
}


/* STEPS */

.em-trends__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 30px 0;
}

.em-trends__step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 23px;
    border: 1px solid var(--em-border);
    border-radius: 17px;
    background: #ffffff;
}

.em-trends__step > span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 10px;
    background: var(--em-dark);
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.em-trends__step strong {
    display: block;
    margin: 3px 0 7px;
}

.em-trends__step p {
    margin-bottom: 0;
    color: var(--em-muted);
    font-size: 15px;
}


/* LINE CARDS */

.em-trends__line-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-trends__line-card {
    position: relative;
    overflow: hidden;
    padding: 23px;
    border: 1px solid var(--em-border);
    border-radius: 16px;
    background: #ffffff;
}

.em-trends__line-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--em-yellow);
}

.em-trends__line-card strong,
.em-trends__line-card span {
    display: block;
}

.em-trends__line-card strong {
    margin-bottom: 8px;
    font-size: 18px;
}

.em-trends__line-card span {
    color: var(--em-muted);
    font-size: 14px;
}


/* ACCENT BOX */

.em-trends__accent-box {
    margin: 32px 0;
    padding: 24px 27px;
    border-left: 6px solid var(--em-yellow);
    border-radius: 0 17px 17px 0;
    background: var(--em-yellow-soft);
}

.em-trends__accent-box strong {
    display: block;
    margin-bottom: 7px;
    font-size: 19px;
}

.em-trends__accent-box p {
    margin-bottom: 0;
}


/* SPLIT CARDS */

.em-trends__split,
.em-trends__comparison,
.em-trends__on-off,
.em-trends__columns,
.em-trends__good-bad,
.em-trends__packages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 31px 0;
}

.em-trends__split-card,
.em-trends__comparison-card,
.em-trends__column,
.em-trends__package {
    padding: clamp(24px, 4vw, 34px);
    border: 1px solid var(--em-border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(20, 22, 27, 0.045);
}

.em-trends__split-card ul,
.em-trends__column ul,
.em-trends__package ul,
.em-trends__good-bad-card ul,
.em-trends__on-off-card ul {
    margin: 16px 0 0;
    padding-left: 21px;
}

.em-trends__split-card li,
.em-trends__column li,
.em-trends__package li,
.em-trends__good-bad-card li,
.em-trends__on-off-card li {
    margin-bottom: 8px;
}

.em-trends__badge {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--em-yellow-light);
    color: #715500;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}


/* COMPARISON */

.em-trends__comparison-card {
    background: var(--em-bg);
    box-shadow: none;
}

.em-trends__comparison-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 17px;
}

.em-trends__comparison-top h3 {
    margin-bottom: 0;
}

.em-trends__comparison-code {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 52px;
    padding: 0 9px;
    border-radius: 14px;
    background: var(--em-yellow);
    color: var(--em-dark);
    font-size: 13px;
    font-weight: 900;
}

.em-trends__comparison-note {
    margin-top: 20px;
    padding: 12px 15px;
    border-radius: 11px;
    background: #ffffff;
    color: var(--em-muted);
    font-size: 14px;
    font-weight: 700;
}


/* RISKS */

.em-trends__risk-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-trends__risk-item {
    position: relative;
    min-height: 95px;
    padding: 22px 20px 20px 48px;
    border: 1px solid #efcaca;
    border-radius: 15px;
    background: var(--em-danger-bg);
    color: #5d2b2b;
    font-size: 15px;
    font-weight: 700;
}

.em-trends__risk-item::before {
    content: "!";
    position: absolute;
    top: 21px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: var(--em-danger);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}


/* ON / OFF */

.em-trends__on-off-card {
    padding: 29px;
    border-radius: 19px;
}

.em-trends__on-off-card--off {
    border: 1px solid #f1cccc;
    background: var(--em-danger-bg);
}

.em-trends__on-off-card--on {
    border: 1px solid #bfe4ce;
    background: var(--em-success-bg);
}


/* CRITICAL LOADS */

.em-trends__critical-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0 31px;
}

.em-trends__critical-grid span {
    padding: 10px 15px;
    border: 1px solid var(--em-border);
    border-radius: 999px;
    background: #ffffff;
    color: var(--em-dark);
    font-size: 14px;
    font-weight: 800;
}


/* CHECK LIST */

.em-trends__check-list {
    margin: 25px 0 31px;
    padding: 0;
    list-style: none;
}

.em-trends__check-list li {
    position: relative;
    margin-bottom: 11px;
    padding: 12px 15px 12px 46px;
    border: 1px solid var(--em-border);
    border-radius: 12px;
    background: #ffffff;
}

.em-trends__check-list li::before {
    content: "✓";
    position: absolute;
    top: 11px;
    left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 7px;
    background: var(--em-yellow);
    color: var(--em-dark);
    font-size: 13px;
    font-weight: 900;
}


/* COLUMNS */

.em-trends__column:first-child {
    border-top: 5px solid var(--em-yellow);
}

.em-trends__column:last-child {
    border-top: 5px solid var(--em-blue);
}


/* DOCUMENTATION */

.em-trends__document-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-trends__document-item {
    padding: 22px;
    border: 1px solid var(--em-border);
    border-radius: 16px;
    background: #ffffff;
}

.em-trends__document-item strong,
.em-trends__document-item span {
    display: block;
}

.em-trends__document-item strong {
    margin-bottom: 7px;
}

.em-trends__document-item span {
    color: var(--em-muted);
    font-size: 14px;
}


/* GOOD / BAD */

.em-trends__good-bad-card {
    padding: clamp(25px, 4vw, 35px);
    border-radius: 20px;
}

.em-trends__good-bad-card--good {
    border: 1px solid #bfe4ce;
    background: var(--em-success-bg);
}

.em-trends__good-bad-card--bad {
    border: 1px solid #efcaca;
    background: var(--em-danger-bg);
}

.em-trends__good-bad-title {
    margin-bottom: 18px;
    color: var(--em-dark);
    font-size: 23px;
    font-weight: 900;
}


/* PACKAGES */

.em-trends__package {
    display: flex;
    flex-direction: column;
}

.em-trends__package-header {
    margin: -1px -1px 25px;
    padding: 22px;
    border-radius: 18px;
    background: var(--em-dark);
}

.em-trends__package-header span {
    display: block;
    margin-bottom: 7px;
    color: var(--em-yellow);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.em-trends__package-header h3 {
    margin-bottom: 0;
    color: #ffffff;
}

.em-trends__package-extra {
    margin-top: auto;
    padding: 17px;
    border-radius: 13px;
    background: var(--em-yellow-soft);
    color: #5d4a10;
    font-size: 14px;
    font-weight: 700;
}


/* NORMS */

.em-trends__norms {
    display: grid;
    gap: 12px;
    margin: 31px 0;
}

.em-trends__norm {
    display: grid;
    grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.5fr);
    gap: 25px;
    align-items: center;
    padding: 18px 21px;
    border: 1px solid var(--em-border);
    border-radius: 14px;
    background: #ffffff;
}

.em-trends__norm strong {
    font-size: 15px;
}

.em-trends__norm span {
    color: var(--em-muted);
    font-size: 14px;
}


/* FINAL CHECK GRID */

.em-trends__check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-trends__check-grid div {
    position: relative;
    padding: 16px 17px 16px 51px;
    border: 1px solid var(--em-border);
    border-radius: 13px;
    background: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.em-trends__check-grid div::before {
    content: "✓";
    position: absolute;
    top: 14px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    background: var(--em-yellow);
    color: var(--em-dark);
    font-size: 13px;
    font-weight: 900;
}


/* CONCLUSION */

.em-trends__conclusion {
    margin: 28px 0 54px;
    padding: clamp(32px, 6vw, 61px);
    border-radius: 27px;
    background: var(--em-dark);
    color: #e7e9ec;
}

.em-trends__conclusion h2 {
    max-width: 850px;
    color: #ffffff;
}

.em-trends__conclusion p {
    max-width: 920px;
    color: #d1d4d9;
}

.em-trends__conclusion p:last-child {
    margin-bottom: 0;
}


/* CTA */

.em-trends__cta {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(270px, 0.65fr);
    gap: 24px;
    margin: 54px 0;
    padding: clamp(30px, 6vw, 60px);
    border: 1px solid #e4c45c;
    border-radius: 27px;
    background:
        radial-gradient(circle at 92% 15%, rgba(255, 255, 255, 0.65), transparent 24%),
        linear-gradient(135deg, #fff8d8, #f5b700);
    box-shadow: 0 20px 55px rgba(78, 61, 4, 0.13);
}

.em-trends__cta h2 {
    max-width: 750px;
}

.em-trends__cta-content > p {
    max-width: 800px;
}

.em-trends__cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 25px 0;
}

.em-trends__cta-points span {
    padding: 8px 12px;
    border: 1px solid rgba(23, 25, 30, 0.17);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 800;
}

.em-trends__cta-info {
    margin-top: 26px;
    padding: 17px 20px;
    border: 1px solid rgba(23, 25, 30, 0.13);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.6);
}

.em-trends__cta-info p {
    margin-bottom: 8px;
    font-size: 14px;
}

.em-trends__cta-info p:last-child {
    margin-bottom: 0;
}

.em-trends__cta-links {
    align-self: stretch;
    padding: 25px;
    border-radius: 19px;
    background: var(--em-dark);
}

.em-trends__cta-links strong {
    display: block;
    margin-bottom: 15px;
    color: var(--em-yellow);
    font-size: 14px;
    text-transform: uppercase;
}

.em-trends__cta-links a {
    display: block;
    margin-bottom: 8px;
    padding: 11px 12px;
    border-radius: 9px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.em-trends__cta-links a:hover {
    background: rgba(255, 255, 255, 0.09);
}


/* FAQ */

.em-trends__faq-list {
    display: grid;
    gap: 11px;
}

.em-trends__faq details {
    overflow: hidden;
    border: 1px solid var(--em-border);
    border-radius: 15px;
    background: #ffffff;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.em-trends__faq details[open] {
    border-color: #d8b33a;
    box-shadow: 0 10px 27px rgba(20, 22, 27, 0.055);
}

.em-trends__faq summary {
    position: relative;
    padding: 20px 57px 20px 21px;
    color: var(--em-dark);
    font-size: 17px;
    font-weight: 850;
    line-height: 1.4;
    list-style: none;
    cursor: pointer;
}

.em-trends__faq summary::-webkit-details-marker {
    display: none;
}

.em-trends__faq summary::after {
    content: "+";
    position: absolute;
    top: 16px;
    right: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--em-yellow);
    color: var(--em-dark);
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
}

.em-trends__faq details[open] summary::after {
    content: "−";
}

.em-trends__faq details > div {
    padding: 0 21px 21px;
    color: var(--em-muted);
}

.em-trends__faq details p {
    margin-bottom: 0;
}


/* RESPONSIVE */

@media (max-width: 980px) {

    .em-trends__hero,
    .em-trends__cta {
        grid-template-columns: 1fr;
    }

    .em-trends__hero-summary {
        align-self: auto;
        max-width: 700px;
    }

    .em-trends__feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-trends__line-grid,
    .em-trends__risk-grid,
    .em-trends__document-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-trends__cta-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px 13px;
    }

    .em-trends__cta-links strong {
        grid-column: 1 / -1;
    }
}


@media (max-width: 720px) {

    .em-trends {
        font-size: 16px;
        line-height: 1.68;
    }

    .em-trends__hero {
        padding: 30px 22px;
        border-radius: 21px;
    }

    .em-trends__hero::after {
        display: none;
    }

    .em-trends__hero-actions,
    .em-trends__cta-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .em-trends__button {
        width: 100%;
    }

    .em-trends__toc {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .em-trends__toc-grid,
    .em-trends__steps,
    .em-trends__split,
    .em-trends__comparison,
    .em-trends__on-off,
    .em-trends__columns,
    .em-trends__good-bad,
    .em-trends__packages,
    .em-trends__check-grid {
        grid-template-columns: 1fr;
    }

    .em-trends__section-heading {
        gap: 13px;
    }

    .em-trends__section-number {
        min-width: 45px;
        height: 45px;
        border-radius: 12px;
    }

    .em-trends__norm {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .em-trends__cta {
        padding: 30px 22px;
        border-radius: 21px;
    }

    .em-trends__cta-links {
        grid-template-columns: 1fr;
    }

    .em-trends__faq summary {
        padding: 18px 55px 18px 17px;
        font-size: 16px;
    }
}


@media (max-width: 560px) {

    .em-trends h1 {
        font-size: 34px;
        line-height: 1.09;
    }

    .em-trends h2 {
        font-size: 28px;
    }

    .em-trends h3 {
        font-size: 20px;
    }

    .em-trends__hero-tags span {
        font-size: 12px;
    }

    .em-trends__hero-summary {
        padding: 20px;
    }

    .em-trends__feature-grid,
    .em-trends__line-grid,
    .em-trends__risk-grid,
    .em-trends__document-grid {
        grid-template-columns: 1fr;
    }

    .em-trends__notice {
        padding: 19px;
    }

    .em-trends__notice-icon {
        width: 33px;
        height: 33px;
    }

    .em-trends__section {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .em-trends__section-heading {
        display: block;
    }

    .em-trends__section-number {
        margin-bottom: 15px;
    }

    .em-trends__comparison-top {
        align-items: flex-start;
    }

    .em-trends__critical-grid span {
        flex: 1 1 calc(50% - 10px);
        text-align: center;
    }

    .em-trends__conclusion {
        padding: 30px 22px;
        border-radius: 21px;
    }
}


/* PRINT */

@media print {

    .em-trends {
        max-width: none;
        color: #000000;
        font-size: 13px;
    }

    .em-trends__hero,
    .em-trends__conclusion,
    .em-trends__cta-links {
        background: #ffffff !important;
        color: #000000 !important;
        box-shadow: none;
    }

    .em-trends__hero h1,
    .em-trends__hero strong,
    .em-trends__conclusion h2,
    .em-trends__cta-links a {
        color: #000000 !important;
    }

    .em-trends__hero-actions,
    .em-trends__cta-actions,
    .em-trends__toc {
        display: none;
    }

    .em-trends__section,
    .em-trends__feature-card,
    .em-trends__split-card,
    .em-trends__package {
        break-inside: avoid;
    }
}/* End custom CSS */