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

.post-media {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #ececec;
    aspect-ratio: 16 / 9;
}

.post-media img,
.post-media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-missing {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 12px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #5f636b;
}

.post-title-full,
.post-intro-split,
.post-content,
.post-bottom-cta {
    padding: 30px;
}

.post-title-full {
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

.post-intro-split {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(380px, 1fr);
    gap: 24px;
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #ececec;
}

.post-title-full .elementor-element-b4816c4 .elementor-heading-title {
    color: #232323;
    font-size: clamp(38px, 4.4vw, 60px);
    line-height: 0.98;
    margin-bottom: 0;
}

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

.post-intro-copy {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 20px;
}

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

.post-intro .elementor-widget-text-editor,
.post-content .elementor-widget-text-editor,
.post-intro .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 .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;
}

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

.post-film-embed {
    width: 100%;
    max-width: 820px;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
}

.post-film-embed video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.post-examples-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.post-example-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
}

.post-example-media {
    aspect-ratio: 16 / 9;
    background: #111;
}

.post-example-media + .post-example-media {
    border-left: 1px solid #ececec;
}

.post-example-media img,
.post-example-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

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

    .post-intro-split {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .post-title-full,
    .post-intro-split,
    .post-content {
        padding: 20px;
    }

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

    .post-intro-copy {
        padding: 16px;
    }

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

    .post-examples-grid {
        grid-template-columns: 1fr;
    }

    .post-example-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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