/* ===== Lead generation CTA (site-wide, before footer) ===== */
.lead-cta{
    width: 100%;
    background: #151723 url('../images/who-we-are-bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 70px 0;
}
.lead-cta::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(21,23,35,0.92) 35%, rgba(21,23,35,0.65));
}
.lead-cta .container{ position: relative; }
.lead-cta-grid{
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: center;
}
.lead-cta-copy h6{
    color: #ff4fae;
    font-family: 'Graphik-Medium';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.lead-cta-copy h2{
    color: #fff;
    font-family: 'Graphik-Bold';
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 16px;
}
.lead-cta-copy p{
    color: rgba(255,255,255,0.78);
    font-family: 'Graphik-Regular';
    font-size: 16px;
    line-height: 1.6;
}
.lead-cta-copy .lead-points{
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}
.lead-cta-copy .lead-points li{
    color: rgba(255,255,255,0.85);
    font-family: 'Graphik-Regular';
    font-size: 15px;
    padding: 5px 0 5px 26px;
    position: relative;
}
.lead-cta-copy .lead-points li::before{
    content: '';
    position: absolute;
    left: 0; top: 11px;
    width: 14px; height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e20281, #670dad);
}
.lead-form-card{
    background: #fff;
    border-radius: 18px;
    padding: 30px 28px;
    box-shadow: 0 30px 70px -30px rgba(0,0,0,0.6);
}
.lead-form-card h3{
    font-family: 'Graphik-Bold';
    font-size: 20px;
    color: #151723;
    margin-bottom: 4px;
}
.lead-form-card .lead-sub{
    font-size: 13.5px;
    color: #6b7087;
    margin-bottom: 18px;
    font-family: 'Graphik-Regular';
}
.lead-form-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.lead-form-card input,
.lead-form-card textarea{
    width: 100%;
    border: 1px solid #e3e6f0;
    border-radius: 10px;
    padding: 11px 14px;
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #151723;
    margin-bottom: 12px;
    background: #fbfbfd;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.lead-form-card input:focus,
.lead-form-card textarea:focus{
    border-color: #e20281;
    box-shadow: 0 0 0 3px rgba(226,2,129,0.10);
}
.lead-form-card textarea{ min-height: 88px; resize: vertical; }
.lead-form-card .lead-hp{ position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.lead-submit{
    width: 100%;
    border: 0;
    cursor: pointer;
    border-radius: 40px;
    min-height: 46px;
    font-size: 16px;
    color: #fff;
    font-family: 'Graphik-Medium';
    background-image: linear-gradient(105deg, #e20281 0%, #670dad 100%);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.lead-submit:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 26px -10px rgba(226,2,129,0.55);
}
.lead-submit[disabled]{ opacity: .6; cursor: wait; transform: none; }
.lead-form-msg{
    margin-top: 10px;
    font-size: 14px;
    font-family: 'Graphik-Regular';
    display: none;
}
.lead-form-msg.ok{ display: block; color: #0a8a4a; }
.lead-form-msg.err{ display: block; color: #c81e4e; }
.lead-privacy{
    margin-top: 10px;
    font-size: 12px;
    color: #9aa0b5;
    font-family: 'Graphik-Regular';
}
.lead-privacy a{ color: #6b7087; }
@media (max-width: 991px){
    .lead-cta-grid{ grid-template-columns: 1fr; gap: 30px; }
    .lead-cta-copy h2{ font-size: 27px; }
}
@media (max-width: 575px){
    .lead-form-row{ grid-template-columns: 1fr; gap: 0; }
    .lead-cta{ padding: 50px 0; }
}

/* ===== Contact page redesign ===== */
.contact-modern{
    width: 100%;
    padding: 80px 0;
    background: #f7f8fc;
}
.contact-modern-grid{
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 48px;
    align-items: start;
}
.contact-modern-info h5{
    color: #e20281;
    font-family: 'Graphik-Medium';
    letter-spacing: 1.5px;
    font-size: 14px;
    margin-bottom: 12px;
}
.contact-modern-info h2{
    font-family: 'Graphik-Bold';
    color: #151723;
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 12px;
}
.contact-modern-info > p{
    color: #555b74;
    font-size: 16px;
    font-family: 'Graphik-Regular';
    margin-bottom: 26px;
}
.contact-cards{ display: flex; flex-direction: column; gap: 12px; }
.contact-card{
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1px solid #ecebf3;
    border-radius: 14px;
    padding: 14px 18px;
    text-decoration: none;
    transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
a.contact-card:hover{
    transform: translateY(-2px);
    border-color: #f2c4de;
    box-shadow: 0 14px 30px -14px rgba(103,13,173,0.25);
}
.contact-card i{
    font-size: 20px;
    color: #e20281;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: rgba(226,2,129,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-card h4{
    font-family: 'Graphik-Medium';
    font-size: 15px;
    color: #151723;
    margin: 0 0 2px;
}
.contact-card h6{
    font-family: 'Graphik-Regular';
    font-size: 13.5px;
    color: #6b7087;
    margin: 0;
    line-height: 1.45;
}
.contact-card-wa i{
    color: #fff;
    background: linear-gradient(135deg, #e20281, #670dad);
}
.contact-form-card{
    background: #fff;
    border-radius: 18px;
    border: 1px solid #ecebf3;
    box-shadow: 0 30px 70px -35px rgba(21,23,35,0.35);
    padding: 26px 26px 10px;
}
.contact-form-card h3{
    font-family: 'Graphik-Bold';
    font-size: 20px;
    color: #151723;
    margin-bottom: 4px;
}
.contact-form-sub{
    font-size: 13.5px;
    color: #6b7087;
    font-family: 'Graphik-Regular';
    margin-bottom: 12px;
}
@media (max-width: 991px){
    .contact-modern-grid{ grid-template-columns: 1fr; }
    .contact-modern{ padding: 50px 0; }
    .contact-modern-info h2{ font-size: 26px; }
}
