﻿.sapost-home {
    color: #20263a;
    padding: 22px 0 8px;
}

.sapost-home *,
.sapost-home *::before,
.sapost-home *::after {
    letter-spacing: 0;
    box-sizing: border-box;
}

.sapost-home a {
    text-decoration: none;
}

.sapost-home img {
    max-width: 100%;
}

.sapost-home .sapost-section {
    margin-bottom: 28px;
}

.main-content .main-container {
    max-width: 1240px;
}

.sapost-home .mdi,
.sapost-footer .mdi {
    line-height: 1;
}

.sapost-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 46%);
    gap: 22px;
    align-items: stretch;
    min-height: 410px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid #dfe8f2;
    border-radius: 8px;
    background: linear-gradient(135deg, #f6fbff 0%, #ffffff 48%, #ecf8f4 100%);
    box-shadow: 0 18px 50px rgba(31, 51, 78, .10);
}

.sapost-hero::after {
    content: "";
    position: absolute;
    inset: auto 34px 0 34px;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, #0f8f9b, #f5c451, #e74755);
}

.sapost-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 620px;
}

.sapost-eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #e7f4ff;
    color: #176aa3;
    font-weight: 700;
    font-size: 13px;
}

.sapost-hero h1 {
    margin: 0 0 16px;
    color: #163452;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.25;
}

.sapost-hero p {
    max-width: 540px;
    margin: 0 0 24px;
    color: #566176;
    font-size: 17px;
    line-height: 2;
}

.sapost-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sapost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 8px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.sapost-btn:hover {
    transform: translateY(-2px);
}

.sapost-btn--primary {
    background: #0f8f9b;
    color: #fff;
    box-shadow: 0 10px 22px rgba(15, 143, 155, .24);
}

.sapost-btn--primary:hover {
    background: #0b7f89;
    color: #fff;
}

.sapost-btn--light {
    border: 1px solid #cdd9e7;
    background: #fff;
    color: #163452;
}

.sapost-hero__media {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    border-radius: 8px;
    background: #eef3f8;
}

.sapost-hero__media img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    display: block;
}

.sapost-hero__badge {
    position: absolute;
    right: 18px;
    min-width: 172px;
    padding: 13px 15px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 12px 32px rgba(20, 36, 55, .16);
}

.sapost-hero__badge strong,
.sapost-hero__badge span {
    display: block;
}

.sapost-hero__badge strong {
    color: #163452;
    font-size: 14px;
}

.sapost-hero__badge span {
    margin-top: 5px;
    color: #6b7586;
    font-size: 12px;
}

.sapost-hero__badge--top {
    top: 18px;
}

.sapost-hero__badge--bottom {
    right: auto;
    left: 18px;
    bottom: 18px;
}

.sapost-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 28px;
}

.sapost-trust-strip div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 74px;
    padding: 14px 16px;
    border: 1px solid #e2e9f1;
    border-radius: 8px;
    background: #fff;
    color: #384258;
    font-weight: 800;
}

.sapost-trust-strip i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #f1f7fb;
    color: #0f8f9b;
    font-size: 18px;
}

.sapost-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.sapost-section-heading span {
    display: block;
    margin-bottom: 6px;
    color: #0f8f9b;
    font-size: 13px;
    font-weight: 800;
}

.sapost-section-heading h2 {
    margin: 0;
    color: #1c2e44;
    font-size: 24px;
    font-weight: 900;
}

.sapost-section-heading a {
    flex: 0 0 auto;
    padding: 9px 15px;
    border: 1px solid #d7e1ec;
    border-radius: 8px;
    background: #fff;
    color: #176aa3;
    font-weight: 800;
}

.sapost-slider-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 16px;
}

.sapost-slider-main,
.sapost-slider-side,
.sapost-side-banner,
.sapost-home .main-slider {
    min-height: 100%;
}

.sapost-home .main-slider {
    overflow: hidden;
    border: 1px solid #e0e7ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(24, 43, 70, .08);
}

.sapost-home .main-slider .carousel-inner,
.sapost-home .main-slider .carousel-item,
.sapost-home .main-slider .main-slider-slide {
    height: 100%;
    min-height: 310px;
}

.sapost-home .main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sapost-home .carousel-control-prev,
.sapost-home .carousel-control-next {
    width: 42px;
    height: 42px;
    top: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .88);
    color: #163452;
    opacity: 1;
    transform: translateY(-50%);
}

.sapost-home .carousel-control-prev {
    right: 18px;
    left: auto;
}

.sapost-home .carousel-control-next {
    left: 18px;
    right: auto;
}

.sapost-slider-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
}

.sapost-side-banner {
    position: relative;
    display: block;
    min-height: 148px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(24, 43, 70, .08);
}

.sapost-side-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sapost-side-banner--accent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    background: #163452;
    color: #fff;
}

.sapost-side-banner--accent span {
    margin-bottom: 8px;
    color: #f5c451;
    font-weight: 800;
}

.sapost-side-banner--accent strong {
    font-size: 20px;
    line-height: 1.8;
}

.sapost-offers {
    padding: 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #e74755 0%, #d93648 100%);
    box-shadow: 0 14px 38px rgba(231, 71, 85, .18);
}

.sapost-offers .sapost-section-heading h2,
.sapost-offers .sapost-section-heading span {
    color: #fff;
}

.sapost-offers .sapost-section-heading a {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.sapost-offer-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 318px;
    padding: 22px;
    border-radius: 8px;
    background: #fff;
    color: #1c2e44;
}

.sapost-offer-intro span {
    color: #e74755;
    font-weight: 900;
}

.sapost-offer-intro strong {
    margin: 12px 0;
    font-size: 25px;
    line-height: 1.6;
}

.sapost-offer-intro small {
    color: #6b7586;
    font-size: 13px;
}

.sapost-home .product-carousel .owl-stage {
    display: flex;
    gap: 14px;
    width: auto !important;
    transform: none !important;
}

.sapost-home .product-carousel .owl-item {
    flex: 0 0 220px;
    width: 220px !important;
    margin-left: 0 !important;
}

.sapost-product-card {
    height: 100%;
    min-height: 318px;
    border: 1px solid #e3eaf2;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(21, 40, 65, .07);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sapost-product-card:hover {
    border-color: #b8dce0;
    box-shadow: 0 16px 36px rgba(21, 40, 65, .12);
    transform: translateY(-3px);
}

.sapost-product-card .product-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 164px;
    padding: 14px;
    background: #f8fafc;
}

.sapost-product-card .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sapost-product-card .product-title {
    min-height: 48px;
    line-height: 1.8;
}

.sapost-product-card .product-title a {
    display: -webkit-box;
    overflow: hidden;
    color: #25364b;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sapost-product-card .product-meta {
    display: inline-flex;
    margin-bottom: 8px;
    color: #6f7f91;
    font-size: 12px;
}

.sapost-product-card .product-price {
    color: #0f8f9b;
    font-size: 16px;
    font-weight: 900;
}

.sapost-product-card .line-through {
    display: block;
    margin-top: 4px;
    color: #98a2b3;
    text-decoration: line-through;
}

.sapost-product-section {
    padding: 22px;
    border: 1px solid #e5ebf2;
    border-radius: 8px;
    background: #fff;
}

.sapost-featured-cats {
    padding: 22px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(24, 43, 70, .07);
}

.sapost-featured-cats__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sapost-category-banner {
    position: relative;
    min-height: 180px;
    overflow: hidden;
    border-radius: 8px;
    background: #edf3f8;
}

.sapost-category-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.sapost-category-banner:hover img {
    transform: scale(1.03);
}

.sapost-category-banner span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 9px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    color: #163452;
    font-weight: 900;
}

.sapost-promo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sapost-promo-card {
    position: relative;
    display: flex;
    min-height: 178px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border-radius: 8px;
    background: #122f4b;
    color: #fff;
}

.sapost-promo-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .35;
}

.sapost-promo-card span,
.sapost-promo-card strong {
    position: relative;
    z-index: 1;
}

.sapost-promo-card span {
    width: fit-content;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 8px;
    background: #f5c451;
    color: #132942;
    font-weight: 900;
}

.sapost-promo-card strong {
    max-width: 360px;
    font-size: 22px;
    line-height: 1.7;
}

.sapost-promo-card--secondary {
    background: #0f8f9b;
}

.sapost-quick-cats {
    padding: 22px;
    border-radius: 8px;
    background: #f7fafc;
}

.sapost-quick-cats__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.sapost-quick-cat {
    display: flex;
    align-items: center;
    min-height: 168px;
    flex-direction: column;
    justify-content: center;
    padding: 16px 10px;
    border: 1px solid #e1e9f2;
    border-radius: 8px;
    background: #fff;
    color: #1c2e44;
    text-align: center;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.sapost-quick-cat:hover {
    border-color: #b8dce0;
    box-shadow: 0 12px 28px rgba(24, 43, 70, .08);
    transform: translateY(-3px);
}

.sapost-quick-cat img {
    width: 62px;
    height: 62px;
    margin-bottom: 12px;
    object-fit: contain;
}

.sapost-quick-cat strong {
    color: #1c2e44;
    font-size: 14px;
    line-height: 1.7;
}

.sapost-quick-cat span {
    margin-top: 5px;
    color: #748196;
    font-size: 12px;
    line-height: 1.7;
}

.sapost-demo-detail {
    display: grid;
    grid-template-columns: minmax(320px, 42%) minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 28px;
    padding: 24px;
    border: 1px solid #e1e9f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(24, 43, 70, .08);
}

.sapost-demo-detail__gallery {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 390px;
    border-radius: 8px;
    background: #f7fafc;
}

.sapost-demo-detail__gallery img {
    width: 82%;
    height: 320px;
    object-fit: contain;
}

.sapost-demo-detail__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 7px 12px;
    border-radius: 8px;
    background: #fff3d2;
    color: #8a5a00;
    font-weight: 900;
    font-size: 12px;
}

.sapost-demo-detail__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sapost-demo-detail__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
    color: #8592a5;
    font-size: 13px;
}

.sapost-demo-detail__breadcrumb a {
    color: #0f8f9b;
    font-weight: 800;
}

.sapost-demo-detail h1 {
    margin: 0 0 16px;
    color: #172f49;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.7;
}

.sapost-demo-detail p {
    margin: 0 0 20px;
    color: #5c687a;
    font-size: 15px;
    line-height: 2;
}

.sapost-demo-detail__meta,
.sapost-demo-specs__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.sapost-demo-detail__meta div,
.sapost-demo-specs__grid div {
    min-height: 84px;
    padding: 14px;
    border: 1px solid #e4ecf4;
    border-radius: 8px;
    background: #f8fbfd;
}

.sapost-demo-detail__meta span,
.sapost-demo-specs__grid span {
    display: block;
    margin-bottom: 8px;
    color: #7b8797;
    font-size: 12px;
}

.sapost-demo-detail__meta strong,
.sapost-demo-specs__grid strong {
    color: #21354d;
    font-size: 14px;
    line-height: 1.8;
}

.sapost-demo-detail__price {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin: 22px 0;
}

.sapost-demo-detail__price span {
    color: #98a2b3;
    text-decoration: line-through;
}

.sapost-demo-detail__price strong {
    color: #0f8f9b;
    font-size: 28px;
    font-weight: 900;
}

.sapost-demo-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sapost-demo-specs {
    padding: 22px;
    border: 1px solid #e4ecf4;
    border-radius: 8px;
    background: #fff;
}

.sapost-demo-specs__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sapost-demo-list-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 44%);
    gap: 22px;
    align-items: center;
    min-height: 320px;
    margin-bottom: 28px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #dfe8f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(24, 43, 70, .09);
}

.sapost-demo-list-hero h1 {
    margin: 0 0 14px;
    color: #163452;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.6;
}

.sapost-demo-list-hero p {
    max-width: 560px;
    color: #5e6b7f;
    font-size: 15px;
    line-height: 2;
}

.sapost-demo-list-hero img {
    width: 100%;
    height: 260px;
    border-radius: 8px;
    object-fit: cover;
}

.sapost-demo-list {
    padding: 22px;
    border: 1px solid #e4ecf4;
    border-radius: 8px;
    background: #fff;
}

.sapost-demo-list__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.sapost-demo-list-card {
    display: flex;
    min-height: 304px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #e3eaf2;
    border-radius: 8px;
    background: #fff;
    color: #21354d;
    box-shadow: 0 10px 28px rgba(24, 43, 70, .07);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sapost-demo-list-card:hover {
    border-color: #add7dc;
    box-shadow: 0 16px 38px rgba(24, 43, 70, .13);
    transform: translateY(-4px);
}

.sapost-demo-list-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    padding: 14px;
    background: #f8fafc;
}

.sapost-demo-list-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sapost-demo-list-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px;
}

.sapost-demo-list-card__body small {
    margin-bottom: 8px;
    color: #0f8f9b;
    font-weight: 800;
}

.sapost-demo-list-card__body strong {
    min-height: 52px;
    color: #21354d;
    font-size: 14px;
    line-height: 1.8;
}

.sapost-demo-list-card__body em {
    margin-top: auto;
    color: #e74755;
    font-style: normal;
    font-weight: 900;
}

.sapost-footer {
    margin-top: 34px;
    padding: 0;
    border-top: 1px solid #dce7f1;
    background: #122f4b;
    color: #edf6fb;
}

.sapost-footer__services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 24px 0;
}

.sapost-footer__services div {
    display: flex;
    min-height: 106px;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
}

.sapost-footer__services i {
    margin-bottom: 10px;
    color: #f5c451;
    font-size: 23px;
}

.sapost-footer__services strong {
    margin-bottom: 6px;
    color: #fff;
    font-size: 15px;
}

.sapost-footer__services span {
    color: #b9cbdb;
    font-size: 12px;
    line-height: 1.8;
}

.sapost-footer__main {
    display: grid;
    grid-template-columns: minmax(280px, 1.4fr) repeat(2, minmax(160px, .7fr)) minmax(260px, 1fr);
    gap: 26px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.sapost-footer h2,
.sapost-footer h3 {
    margin: 0 0 14px;
    color: #fff;
    font-weight: 900;
}

.sapost-footer h2 {
    font-size: 28px;
}

.sapost-footer h3 {
    font-size: 16px;
}

.sapost-footer p {
    color: #bfd1df;
    line-height: 2;
}

.sapost-footer__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.sapost-footer__contact span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.sapost-footer__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sapost-footer__links a {
    color: #bfd1df;
    font-weight: 700;
}

.sapost-footer__links a:hover {
    color: #f5c451;
}

.sapost-footer__newsletter form {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.sapost-footer__newsletter .form-control {
    min-height: 43px;
    border: 0;
    border-radius: 8px;
}

.sapost-footer__newsletter .btn {
    min-width: 78px;
    border: 0;
    border-radius: 8px;
    background: #f5c451;
    color: #122f4b;
    font-weight: 900;
}

.sapost-footer__social {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.sapost-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.sapost-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 0;
    color: #aebfce;
    font-size: 13px;
}

@media (max-width: 1199px) {
    .sapost-quick-cats__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sapost-demo-list__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sapost-footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .sapost-hero,
    .sapost-slider-layout,
    .sapost-promo-grid,
    .sapost-featured-cats__grid {
        grid-template-columns: 1fr;
    }

    .sapost-hero {
        padding: 24px;
    }

    .sapost-hero h1 {
        font-size: 36px;
    }

    .sapost-slider-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
    }

    .sapost-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sapost-demo-detail,
    .sapost-demo-list-hero,
    .sapost-demo-detail__meta,
    .sapost-demo-specs__grid,
    .sapost-footer__services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .sapost-home {
        padding-top: 12px;
    }

    .sapost-hero {
        padding: 20px;
        min-height: auto;
    }

    .sapost-hero h1 {
        font-size: 30px;
    }

    .sapost-hero p {
        font-size: 14px;
    }

    .sapost-hero__media,
    .sapost-hero__media img {
        min-height: 240px;
    }

    .sapost-trust-strip,
    .sapost-slider-side,
    .sapost-quick-cats__grid {
        grid-template-columns: 1fr 1fr;
    }

    .sapost-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .sapost-section-heading h2 {
        font-size: 20px;
    }

    .sapost-demo-detail,
    .sapost-demo-list-hero,
    .sapost-footer__main {
        grid-template-columns: 1fr;
    }

    .sapost-demo-list__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sapost-home .product-carousel .owl-stage {
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .sapost-home .product-carousel .owl-item {
        flex-basis: 206px;
        width: 206px !important;
    }
}

@media (max-width: 480px) {
    .sapost-trust-strip,
    .sapost-quick-cats__grid {
        grid-template-columns: 1fr;
    }

    .sapost-hero__actions .sapost-btn {
        width: 100%;
    }

    .sapost-hero__badge {
        position: static;
        margin-top: 10px;
    }

    .sapost-demo-detail__meta,
    .sapost-demo-specs__grid,
    .sapost-demo-list__grid,
    .sapost-footer__services {
        grid-template-columns: 1fr;
    }

    .sapost-demo-detail__price {
        flex-direction: column;
        gap: 4px;
    }

    .sapost-footer__newsletter form,
    .sapost-footer__bottom {
        flex-direction: column;
    }
}
