body.page-template-page-home-pro,
body.page-template-page-home-pro-php {
    background: #080b10;
    color: #eef3f8;
}

.home-pro {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(10, 16, 24, 0.98) 0%, rgba(8, 11, 16, 1) 42%, rgba(9, 12, 18, 1) 100%);
    color: #eef3f8;
}

.home-pro .container {
    width: min(1220px, calc(100% - 32px));
}

.home-pro-hero-slider-section {
    padding: 34px 0 12px;
}

.home-pro-hero-slider__container {
    width: min(1220px, calc(100% - 32px));
}

.home-pro-hero-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 6.4;
    max-height: 560px;
    min-height: 320px;
    overflow: hidden;
    background: #06080d;
    border-radius: 28px;
}

.home-pro-hero-slider .swiper-wrapper,
.home-pro-hero-slider .swiper-slide {
    height: 100%;
}

.home-pro-hero-slider__slide {
    width: 100%;
    height: 100%;
    margin: 0;
}

.home-pro-hero-slider__link {
    display: block;
    width: 100%;
    height: 100%;
}

.home-pro-hero-slider__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.home-pro-hero-slider__pagination {
    bottom: 22px !important;
    z-index: 5;
}

.home-pro-hero-slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    background: rgba(255, 255, 255, 0.42);
    opacity: 1;
}

.home-pro-hero-slider__pagination .swiper-pagination-bullet-active {
    background: #5ee0bd;
}

.home-pro-section__head span,
.home-pro-banner span {
    width: fit-content;
    color: #5ee0bd;
    font-size: 13px;
    font-weight: 800;
}

.home-pro-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.home-pro-btn--primary {
    border: 1px solid rgba(94, 224, 189, 0.45);
    background: #5ee0bd;
    color: #06100e;
    box-shadow: 0 14px 32px rgba(94, 224, 189, 0.18);
}

.home-pro-btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.045);
    color: #e9eef5;
}

.home-pro-trust {
    padding: 12px 0 36px;
}

.home-pro-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.home-pro-trust article {
    display: grid;
    min-height: 126px;
    align-content: center;
    gap: 8px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.035);
}

.home-pro-trust i {
    color: #8da2ff;
    font-size: 24px;
}

.home-pro-trust strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 950;
}

.home-pro-trust span {
    color: #9faabb;
    font-size: 13px;
    line-height: 1.9;
}

.home-pro-section {
    padding: 46px 0;
}

.home-pro-quad-banners {
    padding: 10px 0 22px;
}

.home-pro-quad-banners__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.home-pro-quad-banners__item {
    position: relative;
    aspect-ratio: 1 / 1;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(94, 224, 189, 0.08), rgba(141, 162, 255, 0.08)),
        #101620;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
    transform: translateZ(0);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.home-pro-quad-banners__item:hover {
    transform: translateY(-3px);
    border-color: rgba(94, 224, 189, 0.32);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.home-pro-quad-banners__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.28s ease;
}

.home-pro-quad-banners__item:hover img {
    transform: scale(1.03);
}

.home-pro-quad-banners__placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #5ee0bd;
}

.home-pro-quad-banners__placeholder i {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(94, 224, 189, 0.12);
    font-size: 24px;
}

.home-pro-section--paths {
    padding-top: 18px;
}

.home-pro-deal {
    padding: clamp(26px, 5vw, 58px) 0;
}

.home-pro-deal__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
    gap: clamp(18px, 4vw, 36px);
    align-items: center;
    padding: clamp(20px, 4vw, 36px);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(94, 224, 189, .12), rgba(141, 162, 255, .08)),
        rgba(255, 255, 255, .035);
}

.home-pro-deal__copy {
    display: grid;
    justify-items: start;
    gap: 12px;
}

.home-pro-deal__copy span {
    color: #5ee0bd;
    font-size: 12px;
    font-weight: 950;
}

.home-pro-deal__copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 4vw, 42px);
    line-height: 1.45;
}

.home-pro-deal__copy p {
    max-width: 620px;
    margin: 0;
    color: #a7b4c8;
    line-height: 2;
}

.home-pro-deal__product .nix-product-card {
    margin: 0;
}

@media (max-width: 820px) {
    .home-pro-deal__inner {
        grid-template-columns: 1fr;
    }
}

.home-pro-section--soft {
    background: rgba(255, 255, 255, 0.025);
}

.home-pro-section__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.home-pro-section__head h2,
.home-pro-banner h2 {
    margin: 8px 0 0;
    color: #ffffff;
    font-size: clamp(23px, 2.2vw, 34px);
    font-weight: 950;
    letter-spacing: 0;
}

.home-pro-section__head a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    color: #d8e0eb;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.home-pro-cats {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.home-pro-cat {
    display: grid;
    min-height: 178px;
    align-content: center;
    justify-items: center;
    gap: 9px;
    padding: 18px 12px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 20px;
    background: #101620;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-pro-cat:hover {
    transform: translateY(-3px);
    border-color: rgba(94, 224, 189, 0.35);
    background: #131c28;
}

.home-pro-cat img,
.home-pro-cat > i {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.home-pro-cat > i {
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: rgba(94, 224, 189, 0.11);
    color: #5ee0bd;
    font-size: 28px;
}

.home-pro-cat span {
    font-size: 14px;
    font-weight: 950;
}

.home-pro-cat small {
    color: #9aa6b6;
    font-size: 12px;
}

.home-pro .home-products-grid {
    position: relative;
}

.home-pro .home-products-grid.swiper {
/*     overflow: visible; */
}

.home-pro .nix-product-slider-shell {
    margin-top: 0;
    box-shadow: none !important;
}

.home-pro .nix-product-slider-btn {
    border-color: rgba(255, 255, 255, 0.11);
    border-radius: 13px;
    background: #111926;
    color: #eef3f8;
    box-shadow: none;
}

.home-pro .nix-product-slider-btn:hover {
    border-color: rgba(94, 224, 189, 0.4);
    color: #5ee0bd;
}

.home-pro .nix-product-slider-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.36);
}

.home-pro .nix-product-slider-pagination .swiper-pagination-bullet-active {
    background: #5ee0bd;
}

.home-pro-product {
    display: flex;
    height: 100%;
    min-height: 370px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 22px;
    background: #101620;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.home-pro-product__media {
    position: relative;
    display: grid;
    flex: 0 0 210px;
    height: 210px;
    min-height: 210px;
    place-items: center;
    padding: 18px;
    overflow: hidden;
    background: #151d29;
    text-decoration: none;
}

.home-pro-product__media img {
    display: block;
    width: 100%;
    max-width: 172px;
    height: auto;
    max-height: 172px;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.home-pro-product:hover .home-pro-product__media img {
    transform: scale(1.035);
}

.home-pro-product__media span {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ff6b6b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 950;
}

.home-pro-product__body {
    position: relative;
    z-index: 1;
    display: grid;
    flex: 1;
    align-content: start;
    gap: 12px;
    min-height: 132px;
    padding: 17px 17px 10px;
    background: #101620;
}

.home-pro-product__body h3 {
    min-height: 54px;
    margin: 0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.9;
}

.home-pro-product__body h3 a {
    color: #f2f6fb;
    text-decoration: none;
}

.home-pro-product .product-price,
.home-pro-product .nix-card-price {
    color: #5ee0bd;
    font-size: 15px;
    font-weight: 950;
}

.home-pro-product__cart {
    display: flex;
    min-height: 46px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: auto 0 0;
    border: 0;
    border-top: 1px solid rgba(94, 224, 189, 0.22);
    border-radius: 0;
    background: rgba(94, 224, 189, 0.12);
    color: #d8fff1;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-pro-product__cart:hover {
    transform: none;
    background: #5ee0bd;
    color: #06100e;
}

.home-pro-product__cart--details {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.055);
    color: #e7edf5;
}

.home-pro-newsletter {
    padding-bottom: clamp(42px, 7vw, 84px);
}

.home-pro-newsletter .home-sms-newsletter__inner {
    border-radius: 28px;
    border-color: rgba(94, 224, 189, 0.18);
    background:
        linear-gradient(135deg, rgba(94, 224, 189, 0.12), rgba(141, 162, 255, 0.1)),
        #101620;
}

.home-pro-banner {
    padding: 34px 0;
}

.home-pro-banner__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    align-items: center;
    gap: 24px;
    padding: clamp(18px, 4vw, 30px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(94, 224, 189, 0.12), rgba(141, 162, 255, 0.08)),
        #101620;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
}

.home-pro-banner__copy {
    display: grid;
    gap: 14px;
}

.home-pro-banner p {
    max-width: 720px;
    margin: 0;
    color: #acb7c7;
    font-size: 14px;
    line-height: 2;
}

.home-pro-banner__media {
    display: grid;
    place-items: center;
    min-height: 280px;
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.home-pro-banner__media img {
    width: 100%;
    height: 100%;
    max-height: 340px;
    object-fit: cover;
    border-radius: 16px;
}

.home-pro-banner__placeholder {
    display: grid;
    justify-items: center;
    gap: 10px;
    color: #cbd5e1;
    text-align: center;
}

.home-pro-banner__placeholder i {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(94, 224, 189, 0.14);
    color: #5ee0bd;
    font-size: 26px;
}

.home-pro-banner__copy .home-pro-btn {
    width: fit-content;
    margin-top: 4px;
}

.home-pro-section--journal {
    padding-bottom: 72px;
}

.home-pro-posts {
    display: grid;
    grid-template-columns: 1.25fr repeat(2, minmax(0, 0.88fr));
    gap: 16px;
}

.home-pro-post {
    display: flex;
    min-height: 420px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 24px;
    background: #101620;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-pro-post:hover {
    transform: translateY(-3px);
    border-color: rgba(94, 224, 189, 0.3);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
}

.home-pro-post__media {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
    background: #151d29;
}

.home-pro-post:first-child .home-pro-post__media {
    height: 250px;
}

.home-pro-post__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.home-pro-post:hover .home-pro-post__media img {
    transform: scale(1.045);
}

.home-pro-post__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #5ee0bd;
    font-size: 40px;
}

.home-pro-post__cat {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 7px 11px;
    border: 1px solid rgba(94, 224, 189, 0.25);
    border-radius: 999px;
    background: rgba(8, 11, 16, 0.72);
    color: #d8fff1;
    font-size: 12px;
    font-weight: 900;
    backdrop-filter: blur(12px);
}

.home-pro-post__body {
    display: grid;
    flex: 1;
    align-content: start;
    gap: 13px;
    padding: 20px;
}

.home-pro-post__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    color: #8f9caf;
    font-size: 12px;
    font-weight: 800;
}

.home-pro-post__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.home-pro-post__meta i {
    color: #8da2ff;
}

.home-pro-post h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.85;
}

.home-pro-post:first-child h3 {
    font-size: 21px;
}

.home-pro-post h3 a {
    color: #ffffff;
    text-decoration: none;
}

.home-pro-post p {
    margin: 0;
    color: #aeb8c6;
    font-size: 13px;
    line-height: 2;
}

.home-pro-post__read {
    display: inline-flex;
    width: fit-content;
    min-height: 38px;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding: 0 13px;
    border: 1px solid rgba(94, 224, 189, 0.24);
    border-radius: 12px;
    background: rgba(94, 224, 189, 0.09);
    color: #b9ffe8;
    font-size: 12px;
    font-weight: 950;
    text-decoration: none;
}

.home-pro-post__read:hover {
    background: #5ee0bd;
    color: #06100e;
}

@media (max-width: 1180px) {
    .home-pro-cats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-pro-posts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .home-pro-hero-slider {
        aspect-ratio: 16 / 7.5;
        min-height: 280px;
        max-height: 500px;
    }

    .home-pro-trust__grid {
        grid-template-columns: 1fr;
    }

    .home-pro-banner__inner {
        grid-template-columns: 1fr;
    }

    .home-pro-banner__media {
        min-height: 220px;
    }

    .home-pro-posts {
        grid-template-columns: 1fr;
    }

    .home-pro-quad-banners__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-pro-post,
    .home-pro-post:first-child {
        min-height: auto;
    }

    .home-pro-post__media,
    .home-pro-post:first-child .home-pro-post__media {
        height: 230px;
    }
}

@media (max-width: 768px) {
    .home-pro .container {
        width: min(100% - 24px, 1220px);
    }

    .home-pro-hero-slider {
        aspect-ratio: 16 / 8.5;
        min-height: 240px;
        max-height: 420px;
        border-radius: 22px;
    }

    .home-pro-btn,
    .home-pro-section__head a {
        width: 100%;
    }

    .home-pro-cat {
        min-height: 150px;
    }

    .home-pro-product {
        min-height: 350px;
    }

    .home-pro-product__media {
        flex-basis: 195px;
        height: 195px;
        min-height: 195px;
    }

    .home-pro-product__media img {
        max-width: 158px;
        max-height: 158px;
    }
}

@media (max-width: 480px) {
    .home-pro-hero-slider {
        aspect-ratio: 1 / 1;
        min-height: 220px;
        max-height: 320px;
        border-radius: 20px;
    }

    .home-pro-cats {
        grid-template-columns: 1fr;
    }

    .home-pro-quad-banners__grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .home-pro-banner__inner {
        padding: 18px;
        border-radius: 22px;
    }
}

@media (max-width: 380px) {
    .home-pro-quad-banners__grid {
        grid-template-columns: 1fr;
    }
}
