main.site-main {
    background:
        radial-gradient(1200px 420px at 12% -10%, rgba(198, 145, 49, 0.20), transparent 60%),
        linear-gradient(180deg, #f8f8f8 0%, #f2f2f2 100%);
    padding: 38px 16px 70px;
}

.post-wrap {
    max-width: 1120px;
    margin: 0 auto;
    background: #f7f7f7;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
}

.hero-alt {
    background: #ffffff;
    border-bottom: 1px solid #ececec;
}

.hero-alt-media {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #ececec;
}

.hero-alt-media img {
    display: block;
    width: 100%;
    height: auto;
}

.hero-alt-panel {
    width: min(920px, calc(100% - 40px));
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    padding: 24px 24px 26px;
}

.hero-kicker {
    margin: 0 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Archivo Black", Sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #23232385;
}

.hero-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #23232385;
}

.hero-alt-panel .elementor-element-b4816c4 .elementor-heading-title {
    color: #232323;
    font-size: clamp(34px, 4.2vw, 56px);
    line-height: 0.98;
    margin-bottom: 8px;
}

.post-content,
.post-bottom-cta {
    padding: 30px;
}

.post-content {
    border-top: 1px solid #ebebeb;
    background: #f7f7f7;
}

.modern-flow {
    padding-top: 34px;
}

.modern-flow > .elementor-element-a6ec501 {
    margin-bottom: 8px;
}

.modern-flow > .elementor-element-78b025d {
    margin-bottom: 18px;
}

.content-slice {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 20px 22px 12px;
    margin: 18px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.hero-alt-panel .elementor-widget-text-editor,
.post-content .elementor-widget-text-editor,
.hero-alt-panel .elementor-widget-text-editor p,
.post-content .elementor-widget-text-editor p,
.post-content li {
    font-family: "Roboto", Sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--e-global-color-primary);
}

.post-content ul {
    margin: 0 0 16px 0;
    padding-left: 22px;
}

.post-content .section-h3 .elementor-heading-title {
    font-family: "Archivo Black", Sans-serif;
    font-size: clamp(30px, 3vw, 38px);
    font-weight: 600;
    line-height: 1.04;
    color: #232323;
    margin-top: 0;
    margin-bottom: 10px;
}

.hero-alt-panel .elementor-widget-button,
.post-content .elementor-widget-button {
    margin-top: 16px;
}

.post-bottom-cta {
    background: #ffffff;
    border-top: 1px solid #ececec;
    text-align: center;
}

@media (max-width: 768px) {
    main.site-main {
        padding: 20px 12px 42px;
    }

    .post-wrap {
        border-radius: 16px;
    }

    .hero-alt-panel {
        width: calc(100% - 24px);
        margin-top: 0;
        border-radius: 14px;
        padding: 16px;
    }

    .post-content {
        padding: 20px;
    }

    .post-bottom-cta {
        padding: 16px 20px 24px;
    }

    .content-slice {
        border-radius: 12px;
        padding: 16px 16px 8px;
        margin: 14px 0;
    }

    .post-content .section-h3 .elementor-heading-title {
        font-size: 28px;
    }
}
