@font-face {
    font-family: "Stem";
    src: url("/wp-content/uploads/2024/11/Stem-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("/wp-content/uploads/2024/08/Satoshi-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("/wp-content/uploads/2024/08/Satoshi-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body.blog .site-main,
body.archive .site-main,
body.single-post .site-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.rt-blog-hero,
.rt-blog-list,
.rt-single,
.rt-related,
.rt-single-cta {
    --rt-blog-max: 1920px;
    --rt-blog-narrow: 960px;
    --rt-blog-gutter: clamp(18px, 2.7vw, 48px);
    --rt-blog-ink: #212121;
    --rt-blog-muted: #353434;
    --rt-blog-blue: #6255ff;
    color: var(--rt-blog-ink);
    font-family: "Satoshi", Raleway, Arial, sans-serif;
}

.rt-blog-hero *,
.rt-blog-list *,
.rt-single *,
.rt-related *,
.rt-single-cta * {
    box-sizing: border-box;
}

.rt-blog-hero a,
.rt-blog-list a,
.rt-single a,
.rt-related a,
.rt-single-cta a {
    color: inherit;
}

.rt-blog-hero {
    min-height: 520px;
    background: linear-gradient(rgba(98, 85, 255, .78), rgba(98, 85, 255, .78)), url("/wp-content/uploads/2024/08/vesuvio.jpg") center / cover no-repeat;
    display: grid;
    place-items: center;
    text-align: center;
}

.rt-blog-hero__inner,
.rt-blog-list__inner,
.rt-related__inner,
.rt-single-cta__inner {
    width: min(100%, var(--rt-blog-max));
    margin: 0 auto;
    padding-inline: var(--rt-blog-gutter);
}

.rt-blog-hero h1 {
    margin: 0;
    color: #fff;
    font-family: "Stem", "Satoshi", Arial, sans-serif;
    font-size: clamp(56px, 6vw, 116px);
    font-weight: 500;
    line-height: .9;
}

.rt-blog-hero__eyebrow {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.rt-blog-hero p {
    max-width: 820px;
    margin: 20px auto 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(16px, 1.2vw, 22px);
    line-height: 1.5;
}

.rt-blog-hero__description {
    max-width: 820px;
    margin: 20px auto 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(16px, 1.2vw, 22px);
    line-height: 1.5;
}

.rt-blog-hero__description p {
    margin: 0;
}

.rt-blog-list__inner {
    padding-top: clamp(70px, 8vw, 140px);
    padding-bottom: clamp(70px, 8vw, 140px);
}

.rt-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 30px;
}

.rt-blog-card {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    transition: transform .28s ease, box-shadow .28s ease;
}

.rt-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 55px rgba(22, 22, 30, .15);
}

.rt-blog-card__media {
    display: block;
    position: relative;
    aspect-ratio: 1.52;
    overflow: hidden;
    margin-bottom: 20px;
    background: #eef1f4;
    text-decoration: none;
}

.rt-blog-card__media img,
.rt-related-card__media img,
.rt-single-featured img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rt-blog-card__body {
    padding: 0 20px 24px;
}

.rt-blog-card__category,
.rt-single-category,
.rt-related-card__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 12px;
    padding: 8px 14px;
    border: 1px solid rgba(98, 85, 255, .26);
    border-radius: 999px;
    color: var(--rt-blog-blue);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
}

.rt-blog-card h2 {
    margin: 0 0 20px;
    font-family: "Stem", "Satoshi", Arial, sans-serif;
    font-size: clamp(23px, 1.45vw, 28px);
    font-weight: 500;
    line-height: 1.28;
}

.rt-blog-card h2 a,
.rt-related-card h3 a {
    text-decoration: none;
}

.rt-blog-card h2 a:hover,
.rt-related-card h3 a:hover {
    color: var(--rt-blog-blue);
}

.rt-blog-pagination {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.rt-blog-pagination .page-numbers {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid rgba(33, 33, 33, .16);
    border-radius: 999px;
    text-decoration: none;
}

.rt-blog-pagination .current,
.rt-blog-pagination a:hover,
.rt-blog-pagination a:focus-visible {
    color: #fff;
    background: var(--rt-blog-blue);
    border-color: var(--rt-blog-blue);
}

.rt-single-hero {
    padding: clamp(70px, 6vw, 120px) var(--rt-blog-gutter) 0;
    text-align: center;
}

.rt-single-hero__inner,
.rt-single-wrap {
    width: min(100%, var(--rt-blog-narrow));
    margin: 0 auto;
}

.rt-single-hero h1 {
    margin: 0;
    color: var(--rt-blog-ink);
    font-family: "Stem", "Satoshi", Arial, sans-serif;
    font-size: clamp(48px, 5vw, 96px);
    font-weight: 500;
    line-height: .98;
}

.rt-single-meta {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    gap: 14px;
    color: #69707b;
    font-size: 15px;
    flex-wrap: wrap;
}

.rt-single-meta span + time::before {
    content: "•";
    margin-right: 14px;
}

.rt-single-wrap {
    padding: clamp(42px, 5vw, 82px) var(--rt-blog-gutter) clamp(70px, 8vw, 120px);
}

.rt-single-featured {
    width: 100%;
    margin: 0 0 clamp(36px, 4vw, 58px);
    overflow: hidden;
    border-radius: 28px;
    background: #eef1f4;
}

.rt-single-featured img {
    height: auto;
    object-fit: initial;
}

.rt-single-toc {
    margin-bottom: clamp(34px, 4vw, 54px);
    border: 1px solid rgba(33, 33, 33, .12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(22, 22, 30, .07);
    overflow: hidden;
}

.rt-single-toc.is-empty {
    display: none;
}

.rt-single-toc__toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border: 0;
    background: transparent;
    color: var(--rt-blog-ink);
    font-family: "Satoshi", Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}

.rt-single-toc__list {
    margin: 0;
    padding: 0 24px 20px 46px;
}

.rt-single-toc__list li + li {
    margin-top: 8px;
}

.rt-single-toc__list a {
    color: var(--rt-blog-muted);
    text-decoration: none;
}

.rt-single-toc__list a:hover,
.rt-single-toc__list a:focus-visible {
    color: var(--rt-blog-blue);
    text-decoration: underline;
}

.rt-single-toc.is-collapsed .rt-single-toc__list {
    display: none;
}

.rt-single-toc__toggle span:last-child {
    transition: transform .2s ease;
}

.rt-single-toc.is-collapsed .rt-single-toc__toggle span:last-child {
    transform: rotate(-90deg);
}

.rt-single-content {
    color: var(--rt-blog-muted);
    font-size: 20px;
    line-height: 1.6;
}

.rt-single-content > *:first-child {
    margin-top: 0;
}

.rt-single-content p {
    margin: 0 0 30px;
}

.rt-single-content h2 {
    margin: 80px 0 30px;
    color: var(--rt-blog-ink);
    font-family: "Stem", "Satoshi", Arial, sans-serif;
    font-size: clamp(36px, 4vw, 55px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 3px;
}

.rt-single-content h3 {
    margin: 52px 0 22px;
    color: var(--rt-blog-ink);
    font-family: "Stem", "Satoshi", Arial, sans-serif;
    font-size: clamp(28px, 2.6vw, 35px);
    font-weight: 500;
    line-height: 1.22;
}

.rt-single-content h4 {
    margin: 34px 0 16px;
    color: var(--rt-blog-ink);
    font-size: 24px;
    font-weight: 700;
}

.rt-single-content ul,
.rt-single-content ol {
    margin: 0 0 30px;
    padding-left: 1.3em;
}

.rt-single-content li + li {
    margin-top: 10px;
}

.rt-single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 22px;
}

.rt-single-content figure {
    margin: 40px 0;
}

.rt-single-author {
    margin-top: clamp(54px, 7vw, 90px);
    padding: 26px;
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 24px;
    align-items: center;
    border-radius: 24px;
    background: #f7f7f7;
}

.rt-single-author img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.rt-single-author__name {
    display: inline-flex;
    margin-bottom: 10px;
    color: #000;
    font-family: "Stem", "Satoshi", Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
}

.rt-single-author__text p {
    margin: 0;
    color: var(--rt-blog-muted);
    font-size: 16px;
    line-height: 1.55;
}

.rt-related {
    padding: clamp(64px, 7vw, 110px) 0;
    background: #fff;
}

.rt-related h2 {
    margin: 0 0 36px;
    text-align: center;
    color: var(--rt-blog-ink);
    font-family: "Stem", "Satoshi", Arial, sans-serif;
    font-size: clamp(38px, 4vw, 72px);
    font-weight: 500;
}

.rt-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px 50px;
}

.rt-related-card {
    position: relative;
    overflow: hidden;
    border-radius: 52px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(22, 22, 30, .12);
}

.rt-related-card__media {
    display: block;
    aspect-ratio: 1.52;
    overflow: hidden;
    background: #eef1f4;
}

.rt-related-card__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
}

.rt-related-card__body {
    padding: 24px 26px 8px;
}

.rt-related-card h3 {
    margin: 0 0 18px;
    font-family: "Stem", "Satoshi", Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35;
}

.rt-related-card__more {
    color: var(--rt-blog-blue) !important;
    font-weight: 700;
    text-decoration: none;
}

.rt-related-card__date {
    display: block;
    padding: 18px 26px 24px;
    color: #737986;
    font-size: 14px;
}

.rt-single-cta {
    min-height: 70vh;
    background: #f7f7ff;
}

.rt-single-cta__inner {
    min-height: 70vh;
    padding-top: clamp(70px, 8vw, 132px);
    padding-bottom: clamp(70px, 8vw, 132px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .5fr);
    gap: clamp(36px, 5vw, 80px);
    align-items: center;
}

.rt-single-cta h2 {
    max-width: 900px;
    margin: 0;
    color: var(--rt-blog-ink);
    font-family: "Stem", "Satoshi", Arial, sans-serif;
    font-size: clamp(44px, 4vw, 82px);
    font-weight: 500;
    line-height: .96;
}

.rt-single-cta p {
    max-width: 720px;
    margin: 24px 0 34px;
    color: var(--rt-blog-muted);
    font-size: clamp(18px, 1.2vw, 22px);
    line-height: 1.5;
}

.rt-single-button {
    display: inline-flex;
    min-height: 69px;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
    border: 1px solid #000;
    border-radius: 50px;
    color: #000 !important;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .24s ease, background-color .24s ease;
}

.rt-single-button:hover,
.rt-single-button:focus-visible {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .35);
}

.rt-single-cta img {
    width: min(100%, 450px);
    height: auto;
    justify-self: center;
}

@media (max-width: 1024px) {
    .rt-blog-hero {
        min-height: 300px;
    }

    .rt-blog-grid,
    .rt-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rt-single-cta__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .rt-blog-hero {
        min-height: 260px;
    }

    .rt-blog-grid,
    .rt-related-grid {
        grid-template-columns: 1fr;
    }

    .rt-blog-card__media,
    .rt-related-card__media {
        aspect-ratio: 2;
    }

    .rt-single-content {
        text-align: justify;
        font-size: 18px;
        line-height: 1.55;
    }

    .rt-single-content h2 {
        text-align: center;
        font-size: 30px;
        letter-spacing: 0;
    }

    .rt-single-content h3 {
        text-align: center;
        font-size: 24px;
        line-height: 1.1;
        letter-spacing: 2px;
    }

    .rt-single-author {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .rt-single-author__avatar {
        justify-self: center;
    }

    .rt-related-card {
        border-radius: 30px;
    }

    .rt-single-button {
        min-height: 54px;
        padding: 15px 30px;
        font-size: 18px;
    }
}

.rt-blog-hero[data-rt-php-blog] {
    box-sizing: border-box;
    min-height: 560px;
    padding: 44px 0 24px;
    display: grid;
    place-items: center stretch;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: transparent;
    text-align: left;
}

.rt-blog-hero[data-rt-php-blog]::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: -56px;
    bottom: -56px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 24% 38%, rgba(98, 85, 255, .18) 0, rgba(98, 85, 255, .09) 34%, rgba(255, 255, 255, 0) 68%),
        linear-gradient(105deg, #ebe8ff 0%, #f7f8ff 38%, #fff 65%, #fff 100%);
    pointer-events: none;
}

.rt-blog-hero[data-rt-php-blog]::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 44px;
    right: max(-34px, calc((100vw - 1456px) / 2 - 34px));
    width: min(46vw, 670px);
    height: calc(100% - 68px);
    border-radius: 32px;
    background:
        radial-gradient(circle at 76% 22%, rgba(98, 85, 255, .18) 0, rgba(98, 85, 255, 0) 54%),
        linear-gradient(135deg, rgba(255, 255, 255, .72) 0%, #ebe8ff 100%);
    box-shadow: 0 18px 44px rgba(18, 20, 35, .06);
    pointer-events: none;
}

.rt-blog-hero[data-rt-php-blog] .rt-blog-hero__inner {
    width: min(calc(100% - (var(--rt-blog-gutter) * 2)), 1456px);
    min-height: 492px;
    padding-inline: 0;
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
    gap: clamp(36px, 5vw, 84px);
    align-items: center;
}

.rt-blog-hero__copy {
    min-width: 0;
    display: grid;
    gap: 18px;
    align-content: center;
    animation: rtBlogHeroRise 650ms cubic-bezier(.2, 0, 0, 1) both;
}

.rt-blog-hero[data-rt-php-blog] h1 {
    max-width: 620px;
    color: #171717;
    font-family: "Satoshi", Raleway, Arial, sans-serif;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
    text-wrap: balance;
}

.rt-blog-hero[data-rt-php-blog] .rt-blog-hero__lead {
    max-width: 610px;
    margin: 0;
    color: #4b5263;
    font-size: 18px;
    line-height: 30px;
}

.rt-blog-hero[data-rt-php-blog] .rt-seo-m3-hero-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    color: #171717;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.rt-blog-hero[data-rt-php-blog] .rt-seo-m3-hero-points li {
    position: relative;
    padding-left: 24px;
}

.rt-blog-hero[data-rt-php-blog] .rt-seo-m3-hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--rt-blog-blue);
    box-shadow: 0 0 0 6px #ebe8ff;
}

.rt-blog-hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.rt-blog-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 200ms cubic-bezier(.2, 0, 0, 1), box-shadow 200ms cubic-bezier(.2, 0, 0, 1), background-color 200ms cubic-bezier(.2, 0, 0, 1);
}

.rt-blog-button--filled {
    background: var(--rt-blog-blue);
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(98, 85, 255, .2);
}

.rt-blog-button--outlined {
    background: #fff;
    border-color: #d8dae2;
    color: #171717 !important;
}

.rt-blog-button:hover,
.rt-blog-button:focus-visible {
    transform: translateY(-2px);
}

.rt-blog-button:focus-visible {
    outline: 2px solid var(--rt-blog-blue);
    outline-offset: 4px;
}

.rt-blog-button:active {
    transform: scale(.98);
}

.rt-blog-hero[data-rt-php-blog] .rt-blog-hero__microcopy {
    margin: 0;
    color: #686f7e;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.rt-blog-hero__visual {
    min-width: 0;
    height: 492px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .64fr);
    grid-template-rows: 1fr 1fr auto;
    gap: 16px;
    position: relative;
    animation: rtBlogHeroRise 700ms cubic-bezier(.2, 0, 0, 1) 90ms both;
}

.rt-blog-hero-feature {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-width: 0;
    min-height: 0;
    position: relative;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 8px;
    background:
        radial-gradient(circle at 82% 16%, rgba(255, 255, 255, .24) 0, rgba(255, 255, 255, 0) 46%),
        linear-gradient(135deg, #1f1b57 0%, #6255ff 100%);
    box-shadow: 0 18px 42px rgba(18, 20, 35, .14);
    text-decoration: none;
}

.rt-blog-hero-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 7, 25, .08) 0%, rgba(8, 7, 25, .72) 100%);
    pointer-events: none;
}

.rt-blog-hero-feature__media,
.rt-blog-hero-feature__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.rt-blog-hero-feature__media img {
    display: block;
    object-fit: cover;
    transition: transform 500ms cubic-bezier(.2, 0, 0, 1);
}

.rt-blog-hero-feature:hover .rt-blog-hero-feature__media img,
.rt-blog-hero-feature:focus-visible .rt-blog-hero-feature__media img {
    transform: scale(1.025);
}

.rt-blog-hero-feature__body {
    position: absolute;
    z-index: 1;
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 12px 13px;
    border-radius: 6px;
    background: rgba(16, 17, 21, .84);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
}

.rt-blog-hero-feature__body span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .74);
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
}

.rt-blog-hero-feature__body strong {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.rt-blog-hero-stack {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-width: 0;
    display: grid;
    gap: 16px;
}

.rt-blog-hero-stack a {
    min-width: 0;
    min-height: 0;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border: 4px solid #fff;
    border-radius: 8px;
    background:
        radial-gradient(circle at 82% 16%, rgba(255, 255, 255, .22) 0, rgba(255, 255, 255, 0) 46%),
        linear-gradient(135deg, #1f1b57 0%, #6255ff 100%);
    color: #fff;
    box-shadow: 0 16px 34px rgba(18, 20, 35, .1);
    text-decoration: none;
    transition: transform 200ms cubic-bezier(.2, 0, 0, 1), box-shadow 200ms cubic-bezier(.2, 0, 0, 1);
}

.rt-blog-hero-stack a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(8, 7, 25, .08) 0%, rgba(8, 7, 25, .7) 100%);
    pointer-events: none;
}

.rt-blog-hero-stack a:hover,
.rt-blog-hero-stack a:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(18, 20, 35, .14);
}

.rt-blog-hero-stack__media,
.rt-blog-hero-stack__media img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.rt-blog-hero-stack__media img {
    display: block;
    object-fit: cover;
    transition: transform 500ms cubic-bezier(.2, 0, 0, 1);
}

.rt-blog-hero-stack a:hover .rt-blog-hero-stack__media img,
.rt-blog-hero-stack a:focus-visible .rt-blog-hero-stack__media img {
    transform: scale(1.025);
}

.rt-blog-hero-stack__body {
    position: absolute;
    z-index: 2;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px 11px;
    border-radius: 6px;
    background: rgba(16, 17, 21, .82);
}

.rt-blog-hero-stack__date {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .74);
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
}

.rt-blog-hero-stack strong {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-weight: 800;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.rt-blog-hero-topics {
    grid-column: 1 / -1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rt-blog-hero-topics a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border: 1px solid #d8deea;
    border-radius: 999px;
    background: #fff;
    color: #3f4656;
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(18, 20, 35, .06);
}

@keyframes rtBlogHeroRise {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1180px) {
    .rt-blog-hero[data-rt-php-blog] .rt-blog-hero__inner {
        grid-template-columns: minmax(0, .9fr) minmax(440px, 1fr);
        gap: 32px;
    }

    .rt-blog-hero[data-rt-php-blog] h1 {
        font-size: 46px;
    }

    .rt-blog-hero__visual {
        height: 430px;
        grid-template-columns: minmax(0, 1fr) minmax(190px, .64fr);
    }

    .rt-blog-hero-stack strong {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 1024px) {
    .rt-blog-hero[data-rt-php-blog] {
        min-height: 0;
        padding: 52px 0 44px;
    }

    .rt-blog-hero[data-rt-php-blog]::after {
        top: auto;
        right: 24px;
        bottom: 34px;
        width: 58vw;
        height: 42%;
    }

    .rt-blog-hero[data-rt-php-blog] .rt-blog-hero__inner {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .rt-blog-hero__visual {
        width: min(100%, 760px);
        height: 410px;
    }
}

@media (max-width: 767px) {
    .rt-blog-hero[data-rt-php-blog] {
        min-height: 0;
        padding: 42px 0 34px;
    }

    .rt-blog-hero[data-rt-php-blog]::before {
        top: -40px;
        bottom: -40px;
        background: linear-gradient(180deg, #ebe8ff 0%, #f8f8ff 42%, #fff 78%);
    }

    .rt-blog-hero[data-rt-php-blog]::after {
        display: none;
    }

    .rt-blog-hero[data-rt-php-blog] .rt-blog-hero__inner {
        width: min(calc(100% - 36px), 1456px);
        gap: 28px;
    }

    .rt-blog-hero__copy {
        gap: 14px;
    }

    .rt-blog-hero[data-rt-php-blog] h1 {
        font-size: 34px;
        line-height: 1.12;
    }

    .rt-blog-hero[data-rt-php-blog] .rt-blog-hero__lead {
        font-size: 16px;
        line-height: 26px;
    }

    .rt-blog-hero[data-rt-php-blog] .rt-seo-m3-hero-points {
        gap: 9px;
        font-size: 15px;
        line-height: 22px;
    }

    .rt-blog-hero__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .rt-blog-button {
        width: 100%;
    }

    .rt-blog-hero__visual {
        height: auto;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 12px;
    }

    .rt-blog-hero-feature,
    .rt-blog-hero-stack,
    .rt-blog-hero-topics {
        grid-column: 1;
        grid-row: auto;
    }

    .rt-blog-hero-feature {
        min-height: 300px;
    }

    .rt-blog-hero-stack {
        display: none;
    }

    .rt-blog-hero-topics {
        display: none;
    }
}
