/*====================================================
        PAGE BANNER
====================================================*/

.page-banner{
    position:relative;
    overflow:hidden;
    padding:170px 0 90px;
    background:
    radial-gradient(circle at 15% 20%,rgba(212,175,55,.14),transparent 40%),
    radial-gradient(circle at 85% 0%,rgba(40,130,255,.16),transparent 35%),
    linear-gradient(180deg,#040816 0%,#071225 55%,#050816 100%);
}

.page-banner::before,
.page-banner::after{
    content:"";
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    opacity:.3;
    pointer-events:none;
}

.page-banner::before{
    width:280px;
    height:280px;
    background:#1f6fff;
    top:-100px;
    right:-90px;
}

.page-banner::after{
    width:240px;
    height:240px;
    background:#d4af37;
    bottom:-100px;
    left:-80px;
}

.page-banner h1{
    position:relative;
    color:#fff;
    font-family:'Poppins',sans-serif;
    font-weight:800;
    font-size:clamp(32px,4vw,48px);
    letter-spacing:.3px;
    margin-bottom:16px;
}

.page-banner p{
    position:relative;
    color:#c7cbdc;
    font-size:17px;
    letter-spacing:.3px;
}

/*====================================================
        SHARED TAG
====================================================*/

.testimony-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:6px 16px;
    border-radius:50px;
    background:rgba(212,175,55,.12);
    border:1px solid rgba(212,175,55,.3);
    color:#f8dd7f;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.testimony-tag--center{
    display:inline-flex;
}

/*====================================================
        SECTION SHELLS
====================================================*/

.testimony-section{
    background:#050816;
    padding:100px 0;
}

.testimony-section.alternate{
    background:#071225;
}

.testimony-intro{
    max-width:560px;
    margin:0 auto 44px;
    text-align:center;
}

.testimony-intro h2{
    color:#fff;
    font-family:'Poppins',sans-serif;
    font-weight:800;
    font-size:clamp(24px,2.6vw,32px);
    margin:0;
}

/*====================================================
        FEATURED VIDEOS
====================================================*/

.testimony-video-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:26px;
    max-width:920px;
    margin:0 auto;
}

.testimony-video-card{
    display:block;
    text-decoration:none;
    border-radius:20px;
    overflow:hidden;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.1);
    transition:transform .4s ease, border-color .4s ease, box-shadow .4s ease;
}

.testimony-video-card:hover{
    transform:translateY(-8px);
    border-color:rgba(212,175,55,.35);
    box-shadow:0 25px 55px rgba(0,0,0,.4);
}

.tv-thumb{
    position:relative;
    aspect-ratio:16/9;
    overflow:hidden;
    background:#000;
}

.tv-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease, filter .6s ease;
}

.tv-thumb::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(3,7,18,.75), transparent 55%);
}

.testimony-video-card:hover .tv-thumb img{
    transform:scale(1.08);
    filter:brightness(.85);
}

.tv-play{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:58px;
    height:58px;
    border-radius:50%;
    background:linear-gradient(145deg,#f7d96c,#d4af37);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111;
    font-size:18px;
    box-shadow:0 14px 30px rgba(0,0,0,.45);
    transition:transform .35s ease;
}

.testimony-video-card:hover .tv-play{
    transform:translate(-50%,-50%) scale(1.1);
}

.tv-body{
    padding:22px 24px 24px;
}

.tv-body h3{
    color:#fff;
    font-family:'Poppins',sans-serif;
    font-weight:700;
    font-size:19px;
    margin-bottom:8px;
}

.tv-body p{
    color:#a9aec4;
    font-size:14.5px;
    line-height:1.75;
    margin:0;
}

/*====================================================
        WRITTEN TESTIMONIES
====================================================*/

.testimony-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:26px;
}

.testimony-card{
    position:relative;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.1);
    border-radius:20px;
    padding:34px 30px;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    transition:transform .4s ease, border-color .4s ease, box-shadow .4s ease;
}

.testimony-card:hover{
    transform:translateY(-6px);
    border-color:rgba(212,175,55,.3);
    box-shadow:0 25px 50px rgba(0,0,0,.4);
}

.testimony-quote-icon{
    display:block;
    color:#d4af37;
    font-size:22px;
    opacity:.5;
    margin-bottom:16px;
}

.testimony-text{
    color:#d8dff1;
    font-size:15.5px;
    line-height:1.85;
    margin-bottom:24px;
    min-height:112px;
}

.testimony-person{
    display:flex;
    align-items:center;
    gap:12px;
}

.testimony-initial{
    flex:0 0 auto;
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(212,175,55,.14);
    border:1px solid rgba(212,175,55,.3);
    color:#f8dd7f;
    font-family:'Poppins',sans-serif;
    font-weight:700;
    font-size:16px;
}

.testimony-name{
    display:block;
    color:#fff;
    font-weight:700;
    font-size:14.5px;
}

.testimony-role{
    display:block;
    color:#8b91a9;
    font-size:12.5px;
}

/*====================================================
        SHARE YOUR TESTIMONY
====================================================*/

.testimony-share{
    position:relative;
    overflow:hidden;
    background:#050816;
    padding:0 0 110px;
}

.testimony-share-card{
    position:relative;
    max-width:680px;
    margin:0 auto;
    text-align:center;
    padding:50px 44px;
    border-radius:24px;
    background:
    radial-gradient(circle at 20% 0%,rgba(212,175,55,.1),transparent 45%),
    rgba(255,255,255,.03);
    border:1px solid rgba(212,175,55,.25);
}

.testimony-share-card h2{
    color:#fff;
    font-family:'Poppins',sans-serif;
    font-weight:800;
    font-size:clamp(22px,2.6vw,28px);
    margin:0 0 16px;
}

.testimony-share-card p{
    color:#c7cbdc;
    font-size:16px;
    line-height:1.85;
    margin-bottom:30px;
}

/*=========================
        TABLET
=========================*/

@media(max-width:991px){

.page-banner{
    padding:150px 0 70px;
}

.testimony-section{
    padding:80px 0;
}

.testimony-grid{
    grid-template-columns:repeat(2, 1fr);
}

}

/*=========================
        MOBILE
=========================*/

@media(max-width:576px){

.page-banner{
    padding:140px 0 60px;
}

.page-banner h1{
    font-size:28px;
}

.testimony-section{
    padding:60px 0;
}

.testimony-video-grid{
    grid-template-columns:1fr;
}

.testimony-grid{
    grid-template-columns:1fr;
}

.testimony-text{
    min-height:0;
}

.testimony-share{
    padding:0 0 90px;
}

.testimony-share-card{
    padding:34px 26px;
}

}


/*====================================================
        TESTIMONY FORM
====================================================*/

.testimony-form-card{
    position:relative;
    max-width:820px;
    margin:0 auto;
    padding:52px 48px;
    border-radius:24px;
    background:
    radial-gradient(circle at 20% 0%,rgba(212,175,55,.1),transparent 45%),
    rgba(255,255,255,.03);
    border:1px solid rgba(212,175,55,.25);
}

.testimony-form-intro{
    text-align:center;
    max-width:560px;
    margin:0 auto 40px;
}

.testimony-form-intro h2{
    color:#fff;
    font-family:'Poppins',sans-serif;
    font-weight:800;
    font-size:clamp(22px,2.6vw,28px);
    margin:0 0 14px;
}

.testimony-form-intro p{
    color:#c7cbdc;
    font-size:16px;
    line-height:1.85;
    margin:0;
}

/*=========================
        FORM LAYOUT
=========================*/

.tf-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
    margin-bottom:22px;
}

.tf-field{
    display:flex;
    flex-direction:column;
}

.tf-field--full{
    margin-bottom:22px;
}

.tf-field label{
    color:#e3e6f5;
    font-size:14px;
    font-weight:600;
    margin-bottom:9px;
}

.tf-optional{
    color:#7d839c;
    font-weight:400;
}

.tf-field input,
.tf-field select,
.tf-field textarea{
    width:100%;
    padding:13px 16px;
    border-radius:12px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.14);
    color:#fff;
    font-size:15px;
    font-family:inherit;
    transition:border-color .3s ease, background .3s ease;
}

.tf-field textarea{
    resize:vertical;
    min-height:130px;
}

.tf-field input::placeholder,
.tf-field textarea::placeholder{
    color:#6b7189;
}

.tf-field input:focus,
.tf-field select:focus,
.tf-field textarea:focus{
    outline:none;
    border-color:rgba(212,175,55,.6);
    background:rgba(255,255,255,.06);
}

.tf-field select{
    appearance:none;
    -webkit-appearance:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23d4af37' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 16px center;
    padding-right:38px;
}

.tf-field select option{
    background:#0c1024;
    color:#fff;
}

.tf-error{
    display:none;
    color:#ff8686;
    font-size:12.5px;
    margin-top:7px;
}

.tf-field.tf-invalid input,
.tf-field.tf-invalid select,
.tf-field.tf-invalid textarea{
    border-color:rgba(255,80,80,.6);
}

.tf-field.tf-invalid .tf-error{
    display:block;
}

/*=========================
        CONSENT
=========================*/

.tf-consent{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:6px;
    cursor:pointer;
}

.tf-consent input{
    flex:0 0 auto;
    width:18px;
    height:18px;
    margin-top:2px;
    accent-color:#d4af37;
    cursor:pointer;
}

.tf-consent span{
    color:#b9bfd6;
    font-size:14px;
    line-height:1.6;
}

.tf-error--consent{
    margin-top:0;
    margin-bottom:18px;
}

.tf-consent.tf-invalid + .tf-error--consent{
    display:block;
}

/*=========================
        SUBMIT / SUCCESS
=========================*/

.tf-submit{
    width:100%;
    justify-content:center;
    text-align:center;
    border:0;
    cursor:pointer;
    margin-top:12px;
}

.tf-success{
    display:none;
    align-items:center;
    gap:10px;
    margin-top:20px;
    padding:16px 18px;
    border-radius:14px;
    background:rgba(80,200,120,.1);
    border:1px solid rgba(80,200,120,.35);
    color:#7de3a0;
    font-size:14.5px;
    font-weight:600;
}

.tf-success.is-visible{
    display:flex;
}

/*=========================
        TABLET
=========================*/

@media(max-width:768px){

.testimony-form-card{
    padding:40px 30px;
}

.tf-row{
    grid-template-columns:1fr;
    gap:20px;
}

}

/*=========================
        MOBILE
=========================*/

@media(max-width:576px){

.testimony-form-card{
    padding:30px 22px;
}

}