﻿

/* =============================================================
   NAV GRADIENT
   ============================================================= */

.ap-nav-gradient {
    top: 0;
    left: 0;
    width: 100%;
    height: 176px;
    background: linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.30) 100%);
    pointer-events: none;
    z-index: 999;
}

/* =============================================================
   SECTION 0+1 — HERO + REVIEWS
   ============================================================= */

.testimonials .t-hero {
    background: url('/Files/templates/main-2026/images/big_v.svg') center top no-repeat;
    background-size: 100% auto;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

/* ── Intro block ── */

.t-hero__intro {
    padding-top: 48px;
    padding-bottom: 0; /* image flushes into grid */
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas:
        "text  photo"
        "filter photo";
    gap: 0 24px;
    align-items: start;
}

.t-hero__intro-text {
    grid-area: text;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 24px;
}

.t-hero__intro-photo {
    grid-area: photo;
    align-self: end; 
    line-height: 0;
}

    .t-hero__intro-photo img {
        height: 380px;
        width: auto;
        display: block;
        object-fit: contain;
        object-position: bottom;
        vertical-align: bottom;
    }

.t-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 22px 0 15px;
    font-family: "Outfit-Medium";
    font-size: 15px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: var(--vcc-shadow-grey, #272932);
    background: #C5CACF;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    margin-bottom: 16px;
    align-self: start;
}

.t-hero__title {
    color: var(--vcc-midnight-violet, #2C1224);
    margin-bottom: 12px;
}

.t-hero__tagline {
    font-family: "Outfit-Light";
    font-size: var(--font-p, 18px);
    line-height: 160%;
    color: var(--vcc-shadow-grey, #272932);
    margin: 0;
}
/* ── Filter toolbar ── */


.t-reviews__filter-label {
    font-family: "Outfit-SemiBold";
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--vcc-shadow-grey, #272932);
    opacity: 0.4;
    white-space: nowrap;
    margin-bottom: 4px;
}

.t-reviews__select-wrap {
    grid-area: filter;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 8px 12px 8px 16px; 
    background: var(--vcc-white, #FFF);
    width: 100%;
    min-width: unset;
    cursor: pointer;
    user-select: none;
    align-self: end;
    margin-bottom: 24px;
    position: relative;
    border-radius: 2px;
    border: 1px solid #FBF9FF;
  
}

.t-reviews__current {
    display: flex;
    align-items: center;
    gap: 48px;
    font-family: "Outfit-Light";
    font-size: 16px;
    color: var(--Shadow-Grey, #272932);
    line-height: 24px;
    width: 100%;
    justify-content: space-between;
}

.t-reviews__options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #FFF;
    border: 1px solid rgba(44, 18, 36, 0.12);
    border-radius: 2px;
    box-shadow: 0 4px 12px rgba(44, 18, 36, 0.10);
    list-style: none;
    margin: 4px 0 0;
    padding: 4px 0;
    z-index: 100;
}

    .t-reviews__options.is-open {
        display: block;
    }

.t-reviews__option {
    padding: 8px 16px;
    font-family: "Outfit-Light";
    font-size: 15px;
    color: var(--Shadow-Grey, #272932);
    cursor: pointer;
    white-space: nowrap;
}

    .t-reviews__option:hover,
    .t-reviews__option.is-active {
        background: var(--vcc-state-grey-light, #E6ECF0);
    }


.t-reviews__grid
 {
    list-style: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.t-reviews__chevron {
    pointer-events: none;
    color: var(--vcc-midnight-violet, #2C1224);
    display: flex;
    align-items: center;
    flex-shrink: 0;
    position: absolute;
    right: 16px;
    top: 40%;
}




.t-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: linear-gradient(0deg, rgba(44, 18, 36, 0.10) 0%, rgba(44, 18, 36, 0.10) 100%), #FBF9FF;
    border: 1px solid rgba(44, 18, 36, 0.08);
    box-shadow: 0 3.283px 8.206px 0 rgba(44, 18, 36, 0.04);
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

    .t-card:hover {
        box-shadow: 0 6px 18px rgba(44, 18, 36, 0.10);
    }

.t-card__body {
    font-family: "Outfit-Light";
    font-size: var(--font-p, 15px);
    line-height: var(--lh-p, 155%);
    color: var(--vcc-shadow-grey, #272932);
    margin: 0 0 16px;
    flex: 1;
}

.t-card__attr {
    font-family: "Outfit-Regular";
    font-size: var(--font-sm, 13px);
    color: var(--vcc-shadow-grey, #748386);
    line-height: 145%;
    margin: 0;
    max-width: 250px;
}

.t-card__qqmark {
    position: absolute;
    bottom: 12px;
    right: 16px;
    width: 48px;
    height: 48px;
    /*  opacity: 0.12;*/
    display: flex;
    align-items: center;
    background-image: url(/Files/templates/main-2026/images/icons/quotes.svg);
}

    .t-card__qqmark svg {
        width: 100%;
        height: 100%;
        display: block;
    }

/* ── Load more ── */

.t-reviews__foot {
    padding-top: 16px;
    padding-bottom: 48px;
}

.t-reviews__load-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px 12px 20px;
    background: linear-gradient(0deg, rgba(44, 18, 36, 0.10) 0%, rgba(44, 18, 36, 0.10) 100%), #FBF9FF;
    font-family: "Outfit-SemiBold";
    font-size: 16px;
    color: var(--vcc-shadow-grey, #748386);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    border:unset;
}

    .t-reviews__load-more:hover {
        background: var(--vcc-midnight-violet, #2C1224);
        color: var(--vcc-white, #FFF);
    }

    .t-reviews__load-more span {
        display: flex;
        align-items: center;
    }

/* =============================================================
   SECTION 2 — CTA  
   ============================================================= */

.testimonials section.pw-cta {
    max-width: 1440px;
    margin: 0 auto;
}

/* =============================================================
   Tablet  ≤ 1024px  
   ============================================================= */
@media only screen and (max-width: 1024px){

    .t-hero__intro-photo img{
        height: 300px;
    }

    .ap-nav-gradient {
        display: none;
    }
    main.testimonials {
        --wrapper-padding: 24px;
        margin-top: var(--nav-h);
    }
    .t-hero__eyebrow {
        margin-left: calc(-1 * var(--wrapper-padding));
        padding:0 22px 0 24px;
    }
    .t-card__attr {
      
        max-width: 200px;
    }
    .t-reviews__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 800px) {
    .t-hero__intro-photo img {
        height: 225px;
        width: 100%;
    }
}
/* =============================================================
   MOBILE  ≤ 768px  
   ============================================================= */
@media only screen and (max-width: 767px) {


    .t-hero__intro {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        gap: 0;
    }

    .t-hero__intro-text {
        order: 1;
        padding-bottom: 16px;
    }

    .t-hero__intro-photo {
        order: 2;
    }

    .t-reviews__select-wrap {
        order: 3;
        margin-bottom: 24px;
        width: 100%;
        min-width: unset;
    }

  /*  .t-hero__intro-photo img {
        height: 225px;
        width: 100%;
    }
    */
  
    .t-hero__title {
        font-size: 28px;
    }

    .t-hero__tagline {
        font-size: 15px;
    }


    .t-reviews__select {
        min-width: 200px;
        font-size: 15px;
    }


    .t-card {
        padding: 16px;
    }

    .t-reviews__foot {
        padding-top: 24px;
        padding-bottom: 48px;
    }

    .t-reviews__select-wrap {

        width: 100%;
        min-width: unset;
       
    }
    .t-reviews__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
