/* =========================================================
   PRIMEVITALS — BRANDS PAGE
========================================================= */


/* =========================================================
   BRANDS INTRO
========================================================= */

.pv-brands-intro {
    padding: 90px 0 55px;
    background: #ffffff;
}

.pv-brands-intro .pv-section-heading {
    max-width: 760px;
    margin: 0 auto;
}

.pv-brands-intro .pv-section-eyebrow,
.pv-brands-quality .pv-section-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #0798b8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pv-brands-intro h2 {
    margin: 0 0 18px;
    color: #1e2d5b;
    font-family: "Manrope", sans-serif;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
}

.pv-brands-intro h2 span {
    color: #0798b8;
}

.pv-brands-intro p {
    max-width: 680px;
    margin: 0 auto;
    color: #6c7485;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   BRANDS SECTION
========================================================= */

.pv-brands-section {
    padding: 35px 0 100px;
    background: #f6f9fb;
}


/* =========================================================
   BRANDS GRID
========================================================= */

.pv-brands-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}


/* =========================================================
   BRAND CARD
========================================================= */

.pv-brand-card {
    position: relative;
    min-height: 285px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background: #ffffff;
    border: 1px solid #e7edf1;
    border-radius: 18px;

    box-shadow: 0 10px 35px rgba(30, 45, 91, 0.06);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.pv-brand-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #1e2d5b,
        #0798b8,
        #35c0d9
    );

    transform: scaleX(0);
    transform-origin: left;

    transition: transform 0.4s ease;
}

.pv-brand-card:hover {
    transform: translateY(-8px);
    border-color: rgba(7, 152, 184, 0.25);

    box-shadow:
        0 20px 50px rgba(30, 45, 91, 0.12);
}

.pv-brand-card:hover::before {
    transform: scaleX(1);
}


/* =========================================================
   BRAND LOGO AREA
========================================================= */

.pv-brand-logo {
    min-height: 175px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    background:
        radial-gradient(
            circle at center,
            rgba(7, 152, 184, 0.08),
            transparent 65%
        );

    border-bottom: 1px solid #edf1f4;
}


/* =========================================================
   DUMMY BRAND LOGOS
========================================================= */

.pv-brand-name {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #1e2d5b;

    font-family: "Manrope", sans-serif;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;

    transition:
        transform 0.35s ease,
        color 0.35s ease;
}

.pv-brand-card:hover .pv-brand-name {
    transform: scale(1.06);
}


/* Mindray */

.pv-brand-mindray {
    position: relative;
    color: #1e2d5b;
    font-size: 29px;
    letter-spacing: 2px;
}

.pv-brand-mindray::before {
    content: "";
    width: 12px;
    height: 12px;

    margin-right: 9px;

    border-radius: 50%;
    border: 3px solid #0798b8;
}


/* EDAN */

.pv-brand-edan {
    padding: 9px 18px;

    color: #0798b8;
    border: 3px solid #0798b8;
    border-radius: 5px;

    font-size: 25px;
    letter-spacing: 3px;
}


/* SonoScape */

.pv-brand-sonoscape {
    color: #1e2d5b;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
}

.pv-brand-sonoscape::first-letter {
    color: #0798b8;
}


/* Nihon Kohden */

.pv-brand-nihon {
    display: flex;
    flex-direction: column;

    color: #1e2d5b;
    font-size: 27px;
    line-height: 0.95;
    letter-spacing: 3px;
}

.pv-brand-nihon small {
    margin-top: 7px;

    color: #0798b8;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 4px;
}


/* Schiller */

.pv-brand-schiller {
    padding: 8px 20px;

    color: #ffffff;
    background: #1e2d5b;

    border-radius: 5px;

    font-size: 24px;
    letter-spacing: 2px;
}


/* Arjo */

.pv-brand-arjo {
    color: #0798b8;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 3px;
}


/* Wondfo */

.pv-brand-wondfo {
    position: relative;

    color: #1e2d5b;
    font-size: 28px;
    letter-spacing: 2px;
}

.pv-brand-wondfo::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -7px;

    width: 45%;
    height: 3px;

    background: #0798b8;
}


/* Seamaty */

.pv-brand-seamaty {
    color: #0798b8;
    font-size: 27px;
    letter-spacing: 3px;
}


/* =========================================================
   BRAND INFO
========================================================= */

.pv-brand-info {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    padding: 20px 22px 22px;
}

.pv-brand-number {
    flex: 0 0 auto;

    color: #aeb8c4;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.pv-brand-info h3 {
    margin: 0 0 5px;

    color: #1e2d5b;

    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.pv-brand-info p {
    margin: 0;

    color: #7a8493;

    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   QUALITY SECTION
========================================================= */

.pv-brands-quality {
    padding: 90px 0;
    background: #ffffff;
}

.pv-brands-quality-box {
    position: relative;

    display: flex;
    align-items: center;
    gap: 30px;

    padding: 45px 50px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #f3f9fb 0%,
            #ffffff 100%
        );

    border: 1px solid #e3edf1;
    border-radius: 22px;

    box-shadow: 0 15px 45px rgba(30, 45, 91, 0.06);
}

.pv-brands-quality-box::after {
    content: "";

    position: absolute;
    right: -100px;
    top: -100px;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    background: rgba(7, 152, 184, 0.06);
}


/* =========================================================
   QUALITY ICON
========================================================= */

.pv-quality-icon {
    position: relative;
    z-index: 2;

    flex: 0 0 72px;

    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

    color: #ffffff;
    background: linear-gradient(
        135deg,
        #1e2d5b,
        #0798b8
    );

    font-size: 30px;

    box-shadow:
        0 12px 25px rgba(7, 152, 184, 0.18);
}


/* =========================================================
   QUALITY CONTENT
========================================================= */

.pv-quality-content {
    position: relative;
    z-index: 2;

    flex: 1;
}

.pv-quality-content .pv-section-eyebrow {
    margin-bottom: 8px;
}

.pv-quality-content h2 {
    margin: 0 0 10px;

    color: #1e2d5b;

    font-family: "Manrope", sans-serif;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 800;
}

.pv-quality-content p {
    max-width: 720px;

    margin: 0;

    color: #6c7485;

    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   QUALITY BUTTON
========================================================= */

.pv-quality-action {
    position: relative;
    z-index: 2;

    flex: 0 0 auto;
}

.pv-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 23px;

    color: #ffffff !important;
    background: #1e2d5b;

    border-radius: 8px;

    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.pv-btn-primary:hover {
    color: #ffffff !important;
    background: #0798b8;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(7, 152, 184, 0.22);
}

.pv-btn-primary i {
    transition: transform 0.3s ease;
}

.pv-btn-primary:hover i {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .pv-brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .pv-brands-intro {
        padding-top: 75px;
    }

    .pv-brands-intro h2 {
        font-size: 38px;
    }

    .pv-brands-quality-box {
        padding: 40px;
    }

}


/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 991px) {

    .pv-brands-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .pv-brands-quality-box {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .pv-quality-content {
        flex: 1 1 calc(100% - 110px);
    }

    .pv-quality-action {
        width: 100%;
        margin-left: 102px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .pv-brands-intro {
        padding: 60px 0 35px;
    }

    .pv-brands-intro h2 {
        font-size: 30px;
        line-height: 1.25;
    }

    .pv-brands-intro p {
        font-size: 14px;
        line-height: 1.7;
    }

    .pv-brands-section {
        padding: 25px 0 65px;
    }

    .pv-brands-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .pv-brand-card {
        min-height: 250px;
        border-radius: 14px;
    }

    .pv-brand-logo {
        min-height: 145px;
        padding: 20px 12px;
    }

    .pv-brand-name {
        font-size: 18px;
    }

    .pv-brand-mindray {
        font-size: 20px;
    }

    .pv-brand-edan {
        padding: 7px 11px;
        font-size: 18px;
        border-width: 2px;
    }

    .pv-brand-sonoscape {
        font-size: 20px;
    }

    .pv-brand-nihon {
        font-size: 19px;
    }

    .pv-brand-nihon small {
        font-size: 8px;
        letter-spacing: 2px;
    }

    .pv-brand-schiller {
        padding: 7px 11px;
        font-size: 17px;
    }

    .pv-brand-arjo {
        font-size: 25px;
    }

    .pv-brand-wondfo {
        font-size: 19px;
    }

    .pv-brand-seamaty {
        font-size: 19px;
    }

    .pv-brand-info {
        gap: 8px;
        padding: 14px 14px 16px;
    }

    .pv-brand-number {
        font-size: 9px;
    }

    .pv-brand-info h3 {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .pv-brand-info p {
        font-size: 11px;
        line-height: 1.45;
    }

    .pv-brands-quality {
        padding: 60px 0;
    }

    .pv-brands-quality-box {
        display: block;
        padding: 30px 25px;
        border-radius: 18px;
    }

    .pv-quality-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 22px;

        border-radius: 15px;
        font-size: 24px;
    }

    .pv-quality-content h2 {
        font-size: 23px;
    }

    .pv-quality-content p {
        font-size: 14px;
    }

    .pv-quality-action {
        width: auto;
        margin: 25px 0 0;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .pv-brands-grid {
        gap: 12px;
    }

    .pv-brand-card {
        min-height: 235px;
    }

    .pv-brand-logo {
        min-height: 130px;
    }

    .pv-brand-info {
        padding: 12px;
    }

    .pv-brand-info p {
        display: none;
    }

    .pv-brand-info h3 {
        font-size: 12px;
    }

    .pv-brands-intro h2 {
        font-size: 27px;
    }

    .pv-quality-action .pv-btn-primary {
        width: 100%;
        justify-content: center;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .pv-brand-card,
    .pv-brand-name,
    .pv-btn-primary,
    .pv-btn-primary i {
        transition: none;
    }

}