/* ==========================================================================
   Press / Media Features — page-press.php
   ========================================================================== */

/* ----- HERO ---------------------------------------------------------------- */
.header-press-2026-divider.full-width {
    background-color: #fff;
    background-image: none;
    height: auto;
    padding-top: 80px;
    padding-bottom: 40px;
    min-height: unset;
}
.header-press-2026-divider.full-width .col-title {
    display: flex;
    justify-content: center;
}
.header-press-2026-divider .wrapper-hero.boxed {
    opacity: 1;
    overflow: hidden;
    background: transparent;
    position: relative;
    max-width: 820px;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    margin-top: 0;
}
.header-press-2026-divider .wrapper-hero.boxed .bg-overlay {
    display: none;
}
.header-press-2026-divider .wrapper-hero.boxed .content {
    position: relative;
    z-index: 2;
    text-align: center;
}
.header-press-2026-divider .wrapper-hero.boxed h1 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 64px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
}
.press-hero-underline {
    display: block;
    margin: 0 auto 28px;
    max-width: 180px;
    height: auto;
}
.header-press-2026-divider .wrapper-hero.boxed .content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 300;
    margin-bottom: 18px;
}
.header-press-2026-divider .wrapper-hero.boxed .content p:first-of-type {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px;
    max-width: 500px;
}
.header-press-2026-divider.full-width .action-ctas {
    justify-content: center;
    margin-top: 25px;
}
.header-press-2026-divider .hero-mobile {
    display: none;
}
.divider-header-press {
    margin-top: -100px;
}

/* ----- DIVIDER GRAY (between intro and TV Features) ----------------------- */
.press-divider-gray {
    display: block;
    width: 100%;
    line-height: 0;
    margin: 30px 0 20px;
}
.press-divider-gray img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* ----- INTRO --------------------------------------------------------------- */
.press-intro {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #fff;
}
.press-intro .col-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.press-intro h2 {
    max-width: 720px;
    margin-bottom: 20px;
    line-height: 100%;
    font-weight: 600;
}
.press-intro p {
    max-width: 640px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

/* ----- PRESS FEATURES SECTIONS --------------------------------------------- */
.press-features {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}
.press-features .col-title {
    text-align: left;
    margin-bottom: 35px;
}
.press-features .col-title h2 {
    font-size: 48px;
    line-height: 110%;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    max-width: 720px;
}
.press-features .col-title-community h2 {
    max-width: 100%;
}
.row-press-cards {
    row-gap: 40px;
}

/* ----- PRESS CARD ---------------------------------------------------------- */
.col-press-card {
    margin-bottom: 10px;
}
.press-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all .2s ease;
}
.press-card-thumb {
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
    line-height: 0;
}
.press-card-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    transition: transform .3s ease;
}
.press-card-info {
    padding: 22px 4px 4px;
}
.press-card-info h3 {
    font-size: 28px;
    line-height: 110%;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}
.press-card-info p {
    line-height: 1.4;
    font-weight: 300;
    color: #000;
    margin-bottom: 18px;
    max-width: 520px;
}
.press-card-info .btn-hs.btn-default {
    display: inline-block;
    padding-left: 24px;
    padding-right: 24px;
}

/* ----- WHY PET PARENTS TRUST ----------------------------------------------- */
.press-why-trust {
    position: relative;
    background-color: #EDFBDC;
    padding-top: 90px;
    padding-bottom: 250px;
    margin-top: 140px;
    margin-bottom: 40px;
}
.press-why-trust::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 126px;
    margin-bottom: -1px;
    background-image: url(../img/press/bg-top-pet-parent-trust.svg);
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}
.press-why-trust::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 103px;
    margin-top: -1px;
    background-image: url(../img/press/bg-bottom-pet-parent-trust.svg);
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}
.press-why-trust .container {
    position: relative;
    z-index: 1;
}
.press-why-trust .col-title {
    text-align: center;
    margin-bottom: 50px;
}
.press-why-trust .col-title h2 {
    line-height: 100%;
    font-weight: 600;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.row-press-trust {
    margin-bottom: 40px;
}
.press-trust-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.press-trust-swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.press-trust-item {
    text-align: center;
    max-width: 234px;
    padding: 0 20px;
}
.press-trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.press-trust-icon img {
    max-width: 100px;
    max-height: 100px;
}
.press-trust-item p {
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
}

/* Pagination dots (visible only on mobile/tablet) */
.press-trust-pagination {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 24px;
    line-height: 1;
}
.press-trust-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #000;
    opacity: 1;
    margin: 0 6px !important;
    border-radius: 50%;
    transition: all .2s ease;
    vertical-align: middle;
    display: inline-block;
}
.press-trust-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 2px solid #000;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .col-press-trust-cta .btn-hs.btn-default br{
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .press-trust-pagination {
        display: none;
    }
}
.col-press-trust-cta {
    text-align: center;
    padding-top: 10px;
}
.col-press-trust-cta p {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
}
.col-press-trust-cta .btn-hs {
    padding-left: 30px;
    padding-right: 30px;
}

/* ----- FINAL CTA ----------------------------------------------------------- */
.press-final-cta {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: transparent;
    margin-top: -285px;
}
.row-press-final-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.col-press-final-img {
    padding: 0;
}
.col-press-final-img img {
    display: block;
    width: 120%;
    margin-left: -40%;
    max-width: unset;
    border-radius: 0px;
    margin-right: 0;
}
.col-press-final-txt {
    padding-left: 20px;
    margin-top: 20%;
}
.col-press-final-txt h2 {
    font-size: 48px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 440px;
}
.col-press-final-txt p {
    font-size: 19px;
    line-height: 1.45;
    font-weight: 400;
    margin-bottom: 15px;
    max-width: 465px;
}
.col-press-final-txt .btn-hs.btn-default {
    margin-top: 15px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (min-width: 993px) {
    .press-card:hover .press-card-thumb img {
        transform: scale(1.03);
    }
}

@media screen and (min-width: 1280px) {
    .container-custom {
        max-width: 1260px;
    }
}

@media screen and (max-width: 1200px) {
    .header-press-2026-divider .wrapper-hero.boxed h1 {
        font-size: 54px;
    }
    .divider-header-press {
        margin-top: -80px;
    }
    .press-trust-item {
        max-width: 180px;
    }
}

@media screen and (max-width: 992px) {
    .divider-header-press {
        margin-top: -68px;
    }
    .header-press-2026-divider.full-width {
        padding-top: 60px;
        padding-bottom: 90px;
    }
    .row-press-final-cta {
        flex-direction: column;
        gap: 30px;
    }
    .col-press-final-img img,
    .col-press-final-txt {
        margin-left: auto;
        margin-right: auto;
    }
    .col-press-final-txt {
        text-align: center;
        padding-left: 0;
    }
    .col-press-final-txt h2,
    .col-press-final-txt p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .press-trust-pagination.swiper-pagination {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .header-press-2026-divider.full-width {
        padding-top: 40px;
        padding-bottom: 5px;
    }
    .header-press-2026-divider .wrapper-hero.boxed {
        padding: 0 10px;
    }
    .header-press-2026-divider .wrapper-hero.boxed h1 {
        font-size: 40px;
        margin-bottom: 22px;
        max-width: 300px;
    }
    .header-press-2026-divider .wrapper-hero.boxed h1::after {
        width: 80px;
        height: 3px;
        margin-top: 12px;
    }
    .header-press-2026-divider .wrapper-hero.boxed .content p:first-of-type {
        margin-bottom: 18px;
    }
    .divider-header-press {
        margin-top: -27px;
    }

    .press-intro {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .press-intro h2 {
        font-size: 30px;
        max-width: 320px;
    }
    .press-intro p {
        font-size: 24px;
        max-width: 320px;
    }
    .press-divider-gray-news,
    .press-divider-gray-media{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .press-features {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .press-features .container{
        padding-left: 45px;
        padding-right: 45px;
    }
    .press-features .col-title {
        margin-bottom: 30px;
        text-align: center;
    }
    .press-features .col-title h2 {
        font-size: 32px;
        display: block;
        max-width: 286px;
        margin-left: auto;
        margin-right: auto;
    }
    .row-press-cards {
        row-gap: 35px;
    }
    .press-card-thumb {
        border-radius: 18px;
    }
    .press-card-info {
        padding: 30px 2px 2px;
    }
    .press-card-info h3 {
        margin-bottom: 15px;
    }
    .press-card-info p {
        
    }

    .press-why-trust {
        padding-top: 55px;
        padding-bottom: 55px;
        margin-top: 35px;
        margin-bottom: 30px;
        z-index: 1;
    }
    .press-why-trust::before,
    .press-why-trust::after {
        height: 40px;
    }
    .press-why-trust .col-title {
        margin-bottom: 10px;
    }
    .press-why-trust .col-title h2 {
        max-width: 300px;
    }
    .press-trust-item {
        max-width: 300px;
    }
    .press-trust-item p {
        font-size: 18px;
    }
    .col-press-trust-cta p {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
    }
    .col-press-trust-cta .btn-hs.btn-default {
        line-height: 1.2;
    }
    .row-press-final-cta {
        flex-direction: column-reverse;
    }
    .col-press-final-txt{
        padding-left: 15px;
        margin-top: 30px;
    }
    .press-final-cta {
        padding-top: 50px;
        padding-bottom: 0px;
        margin-bottom: 30px;
        margin-top: 20px;
        background-color: #fafafa;
        margin-top: -25px;
        z-index: 0;
    }
    .col-press-final-txt .btn-hs.btn-default{
        width: 90%;
    }
    .col-press-final-txt h2 {
        font-size: 30px;
    }
    .col-press-final-txt p {
        font-size: 24px;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .col-press-final-img img {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .press-why-trust .col-title h2{
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .press-trust-item {
        max-width: 290px;
    }
    .header-press-2026-divider .wrapper-hero.boxed .content p{
        max-width: 340px;
    }
}
