/*Phished STYLESHEET*/
.bg-DMS-blue{
    background-color: #15357b;
}
.bg-IT-blue{
    background-color: #00618b;
}
.bg-CRM-purple{
    background-color: #462683;
}
.bg-Connect-green{
    background-color: #009f88;
}
.dark-green-bg{
    background-color: #003c52;
}
.phished-blue-bg{
    background-color: #00668e!important;
}
.phished-tier-light{
    background-color: #1f86ad!important;
}
.phished-tier-mid{
    background-color: #00668e!important;
}
.phished-tier-dark{
    background-color: #003e57!important;
}
.solution-inner.compact .p-3,
.solution-inner.compact > div{
    padding: 2.5rem 1.5rem 1.5rem 1.5rem!important;
}
.solution-inner.compact h3{
    font-size: 1.4rem;
    margin-bottom: 0.5rem!important;
}
.solution-inner.compact h4{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.75rem;
}
.solution-inner.compact p{
    font-size: 0.95rem!important;
    line-height: 1.4rem!important;
    margin-bottom: 0.75rem;
}
.solution-inner.compact ul{
    padding-left: 1.1rem;
    margin-bottom: 1rem;
}
.solution-inner.compact ul li{
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-bottom: 0.35rem;
}
.solution-inner.compact .CTA{
    padding: 8px 22px;
    font-size: 0.9rem;
}
#corporate-header{
    background-size: contain;
    height: 720px;
    background-color: #004d6b;
}
.immersive-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: 0;
    height: 720px;
    width: 900px;
    position: absolute;
    /* Fade the photo into the header background on its left edge. */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 65%);
    mask-image: linear-gradient(to right, transparent 0%, #000 65%);
}
#Phished-intro{
    /* Anchor the intro near the top of the hero with breathing room below the fixed navbar. */
    align-self: flex-start;
    padding-top: 180px;
}
#AI-header{
    background-image: url('../assets/images/AI-header.jpg');
    background-size: cover;
    background-position: center top;
    height: 45vh;
}
#clients-section{
    background-image: url('../assets/images/clients-bg-asset.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 500px;
}
#Phished-logo{
    max-width: 170px;
    margin-bottom: 20px;
}
#Phished-intro h2{
    font-size: 3.6rem;
}
.section-title h2{
    font-size: 2.4rem;
}
.section-title h4{
    font-weight: 300;
    font-size: 1.4rem;
}
.section-title h3{
    font-weight: 200;
    font-size: 2.2rem;
}

.section-title p{
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.7rem;
}
.CTA{
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
    padding: 15px 40px;
}
.green-bg{
    background-color: #009a91;
}
.green-bg h2, .green-bg h3, .green-bg p, .green-bg li{
    color: #fff;
}
.bg-burgundy{
    background-color: #872b5a;
}
.bg-white{
    color: #003a4b;
}

.rounded-left{
    border-radius: 30px 0 0 30px;
}
.rounded-right{
    border-radius: 0 30px 30px 0;
}
.icon-wrap-bl{
    position: absolute;
    bottom: -40px;
    left: -40px;
}
.icon-wrap-br{
    position: absolute;
    bottom: -40px;
    right: 20px;
}
.dms-sol-icon{
    width: 100px;
    transition: all ease-out .2s;
}
.overview-list li{
    font-size: 1.2rem;
    margin-bottom: 5px;
}
strong{
    font-weight: 700;
}
.relative{
    position: relative;
}
.gradient-bg-2{
    background: rgb(96,36,131);
    background: -webkit-linear-gradient(90deg, rgba(96,36,131,1) 0%, rgba(0,68,139,1) 50%, rgba(0,104,130,1) 100%);
    background: linear-gradient(90deg, rgba(96,36,131,1) 0%, rgba(0,68,139,1) 50%, rgba(0,104,130,1) 100%);
}
.rounded-xl{
    border-radius: 40px;
    overflow: hidden;
}
.rounded-right{
    border-radius: 0 40px 40px 0;
}
.rounded-left{
    border-radius: 40px 0 0 40px;
}
.solution-inner p{
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.large-text{
    font-size: 3.8rem;
}
#contactForm label{
    color: #fff;
    font-size: 1.2rem;
    font-family: frank-new, sans-serif;
}
#contactForm p{
    color: #fff;
    font-size: 0.8rem;
    font-family: frank-new, sans-serif;
}
#form-submit{
    border-radius: 60px;
    padding: 10px 30px;
    border: none;
    background-color: #fff;
    font-family: frank-new, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
}
.form-item{
    border-radius: 60px;
    padding: 10px 30px;
}

/* Hero body + CTA pair */
.phished-hero-body{
    font-size: 1.05rem;
    line-height: 1.6rem;
    margin: 20px 0 30px 0;
    max-width: 560px;
}
.phished-cta-pair{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.phished-cta-pair-center{
    justify-content: center;
}
.phished-cta-pair .CTA{
    display: inline-block;
}
.phished-cta-outline{
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.phished-cta-outline:hover{
    background-color: #fff;
    color: #00668e;
}
.phished-cta-outline-white{
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.phished-cta-outline-white:hover{
    background-color: #fff;
    color: #00668e;
}

/* Eyebrow label above titles */
.phished-eyebrow{
    color: #00668e;
    font-family: frank-new, sans-serif;
    font-weight: 700;
    letter-spacing: 0.18em;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    text-align: left!important;
}

/* Problem stats */
.phished-stats-list{
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: phished-stat;
}
.phished-stats-list li{
    counter-increment: phished-stat;
    position: relative;
    padding: 18px 0 18px 56px;
    font-size: 1.15rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}
.phished-stats-list li:last-child{
    border-bottom: none;
}
.phished-stats-list li::before{
    content: counter(phished-stat);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00668e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: frank-new, sans-serif;
    font-weight: 700;
    font-size: 1rem;
}
.phished-impact{
    font-size: 1.1rem!important;
    font-style: italic;
    color: #00668e;
    text-align: left!important;
    border-left: 4px solid #00668e;
    padding-left: 18px!important;
    line-height: 1.5rem!important;
}

/* Benefit grid cards */
.phished-benefit-card{
    background-color: #fff;
    border-radius: 20px;
    padding: 28px 26px;
    height: 100%;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.phished-benefit-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}
.phished-benefit-card h5{
    color: #00668e;
    font-family: frank-new, sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    margin-bottom: 10px;
}
.phished-benefit-card p{
    font-size: 1rem;
    line-height: 1.45rem;
    color: #4a5a62;
    margin-bottom: 0;
}

/* Platform demo videos */
.phished-video-wrap{
    position: relative;
    width: 100%;
    /* 16:9 frame so all clips line up regardless of decoding state */
    aspect-ratio: 16 / 9;
    background-color: #00283a;
    overflow: hidden;
}
.phished-video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.phished-video-cap{
    text-align: center!important;
    font-size: 0.95rem!important;
    line-height: 1.35rem!important;
    color: #4a5a62;
    margin-top: 14px;
    margin-bottom: 0;
}
/* Fallback for browsers without aspect-ratio support */
@supports not (aspect-ratio: 16 / 9){
    .phished-video-wrap{
        height: 0;
        padding-bottom: 56.25%;
    }
    .phished-video{
        position: absolute;
        top: 0;
        left: 0;
    }
}

/* Final CTA section */
.phished-final-cta{
    background-color: #00668e;
    background-image: linear-gradient(135deg, #003e57 0%, #00668e 100%);
}
.phished-final-cta h2{
    font-size: 2.6rem;
}
.phished-final-cta p{
    font-size: 1.1rem;
    line-height: 1.6rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
    #corporate-header{
        height: auto;
        /* Clear the fixed navbar (~100px tall when collapsed). */
        padding: 100px 0 60px 0;
    }
    .immersive-bg{
        /* Stack the photo above the copy at half the screen height. */
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: 50vh;
        background-size: cover;
        margin-bottom: 0;
        /* Vertical fade into the header colour at the bottom edge of the photo. */
        -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
        mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
    }
    #Phished-intro{
        padding: 30px 15px;
    }
    #Phished-intro h2{
        font-size: 2.2rem;
    }
    .rounded-left, .rounded-right{
        border-radius: 0;
    }
}
@media only screen and (max-width: 575.98px) {
    #header-logo{
        height: 40px;
    }
    #corporate-header{
        padding: 80px 0 50px 0;
    }
    #Phished-intro{
        padding: 40px 20px 30px 20px;
    }
    #Phished-intro h2{
        font-size: 1.7rem;
    }
    #Phished-intro h4{
        font-size: 1rem;
    }
    .phished-hero-body{
        font-size: 0.95rem;
        line-height: 1.4rem;
    }
    .phished-cta-pair .CTA{
        font-size: 0.9rem;
        padding: 12px 22px;
    }
    .phished-stats-list li{
        font-size: 1rem;
        padding-left: 50px;
    }
    .phished-final-cta h2{
        font-size: 1.9rem;
    }
    .phished-final-cta p{
        font-size: 1rem;
    }
}
