/* Generic gradient border utility */
.gradient-border {
    border: 1px solid transparent;
    border-radius: 16px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image:
      var(--inner-bg, linear-gradient(180deg, #292929 0%, #000000 100%)),
      var(--border-gradient, linear-gradient(180deg, #ffffff 0%, #000000 100%));

    position: relative;       /* Needed for pseudo-elements */
    overflow: hidden;  
}

.gradient-border-transparent {   
    border-radius: 17.072px;
    background: linear-gradient(180deg, rgba(43, 34, 34, 0.80) 6.04%, rgba(0, 0, 0, 0.80) 100%);   
    box-shadow: 0 14.1px 17.625px -3.525px rgba(0, 0, 0, 0.10), 0 5.64px 7.05px -4.23px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(6px);
    position: relative;
}

.gradient-border-transparent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 17.072px;
    padding: 1px;
    background: linear-gradient(180deg, #ffffff, #000000);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.gradient-border-bl {
    border: 1px solid transparent;
    border-radius: 16px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image:
      var(--inner-bg, linear-gradient(180deg, #1a2a4a   0%, #000000 100%)),
      var(--border-gradient, linear-gradient(180deg, #80acf3 0%, #000000 100%))
    ;
}

.gradient-border-fu {
    border: 1px solid transparent;
    border-radius: 16px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image:
      var(--inner-bg, linear-gradient(180deg, #380f37 0%, #000000 100%)),
      var(--border-gradient, linear-gradient(180deg, #e76de5 0%, #000000 100%));
}

.section {
    margin: 0 auto 0 auto;
    width: 1440px;
}

.section-fullwidth {
    margin: 0 auto 0 auto;
}

.text-black {
    color: #000000;
}

.text-blue {
    color: #80ACF3;
}

.text-fuchsia {
    color: #e76de5;
}

.mt-0 {
    margin-top: 0;
}

.mr-80 {
    margin-right: 80px;
}

.h-180 {
    height: 180px;
}

.mt-20 {
    margin-top: 20px;
}

.pr-100 {
    padding-right: 100px;
}

.bg-black {
    background-color: #000000;
}

.page-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('assets/c4d5502639ed9655ae3d52c475beee72d651736a.png') no-repeat center;
    background-size: 100% 100%;
    background-position: 50% 50%;
    filter: blur(28.65px);
    z-index: 1;
}

.page-gradient {
    position: relative;
    height: 857px;
    overflow: hidden;
    background: linear-gradient(to bottom, #000000 0%, #000000 60%, #ffffff 100%);
}

/* Contact Section Styles */
.contact-section {
    position: relative;
    background-color: #000000;
    border-radius: 16px;
    overflow: hidden;
    margin: 80px 0;
}

.contact-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.contact-decorative-bg {
    position: absolute;
    top: -20%;
    right: -35%;
    width: 975px;
    height: 975px;
    background: url('assets/c39c301a26ba8bb92fc010ff6119f01528006efa.svg') no-repeat center;
    background-size: contain;
    transform: rotate(270deg);
}

.contact-container {
    position: relative;
    z-index: 2;
    padding: 80px;
}

.contact-content {
    display: flex;
    align-items: center;
    gap: 180px;
    max-width: 1049px;
    margin: 0 auto;
}

.contact-text {
    flex: 1;
    color: white;
}

.contact-title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: 0.35px;
}

.contact-title .highlight-pink {
    color: #e76de5;
}

.contact-description {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.45px;
}

.contact-testimonial {
    flex-shrink: 0;
}

.testimonial-card {
    /* background: linear-gradient(135deg, rgba(43, 34, 34, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%); */
    /* backdrop-filter: blur(6px); */
    /* border: 1px solid #e5e7eb; */
    border-radius: 17px;
    padding: 20px;
    width: 290px;
    position: relative;
}

.testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
}

.profile-image {
    width: 160px;
    height: 161px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-info {
    text-align: center;
    color: white;
}

.profile-name {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #ffffff;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.profile-role {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.35px;
}

.profile-company {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.35px;
}

.testimonial-cta {
    background: #ffffff;
    border: none;
    border-radius: 17px;
    padding: 17px 34px;
    color: #000000;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    letter-spacing: -0.47px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.testimonial-cta:hover {
    text-decoration: none;
}

/* Mobile Responsive Styles */
@media (max-width: 1024px) {
    .section {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
    
    .page-gradient {
        height: auto;
        min-height: 600px;
    }
    
    .page-gradient-content {
        width: 100%;
        padding: 40px 20px;
    }
    
    .contact-container {
        padding: 40px 20px;
    }
    
    .contact-content {
        flex-direction: column;
        gap: 40px;
        max-width: 100%;
    }
    
    .contact-title {
        font-size: 36px;
        line-height: 42px;
    }
    
    .contact-description {
        font-size: 18px;
    }
    
    .testimonial-card {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .contact-background {
        opacity: 0.5;
    }
    
    .page-gradient {
        height: auto;
        min-height: 500px;
    }
    
    .page-gradient-content {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
    }
    
    .contact-section {
        margin: 40px 0;
        border-radius: 12px;
    }
    
    .contact-container {
        padding: 30px 20px;
    }
    
    .contact-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .contact-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 16px;
    }
    
    .contact-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .contact-testimonial {
        width: 100%;
    }

    .testimonial-card {
        padding: 16px;
    }
    
    .profile-image {
        width: 120px;
        height: 120px;
    }
    
    .profile-name {
        font-size: 18px;
    }
    
    .profile-role,
    .profile-company {
        font-size: 14px;
    }
    
    .testimonial-cta {
        font-size: 16px;
        padding: 14px 24px;
    }
}