*{box-sizing:border-box}

/*html{scroll-behavior:smooth}*/

html,
body,
h3,
body * {
   font-family:'DM Sans', sans-serif;
    font-weight: 700;
}

body{
    margin:0;
    background:#f4f7ff;
    color:#111c35;
    /*font-family:Arial,Helvetica,sans-serif;*/
    font-size:11px
}

.page{
    width:100%;
    max-width:1150px;
    margin:0 auto
}

.intro{
    display:grid;
    grid-template-columns:430px 1fr;
    gap:55px;
    padding:45px 0 52px
}

/* LEFT */

.left-col{width:100%}

.eyebrow{
    margin-bottom:7px;
    color:#0755c8;
    font-size:16px;
    font-weight:700
}

.left-col h1{
    margin:0 0 10px;
    color:#111c35;
    font-size:48px;
    line-height:1.08;
    letter-spacing:-.5px
}

.left-col h1 span{color:#1762dc}

.lead{
    margin:0;
    color:#020e2a;
    font-size:18px;
    line-height:1.45
}

/* CONTACT */

.contact-lines{
    padding:17px 0;
    border-bottom:1px solid #d9e0ed
}

.contact-line{
    display:flex;
    align-items:center;
    gap:15px;
    margin:20px 0
}

.round{
    width:20px;
    height:20px;
    min-width:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:18px
}

.round.blue img,
.round.white img{
    width:42px;
    height:42px;
    border-radius:50%;
    object-fit:contain
}

.contact-line b{
    display:block;
    margin-bottom:3px;
    font-size:18px;
    font-weight:400
}

.contact-line strong{
    display:block;
    color:#075ee7;
    font-size:16px;
    font-weight:400
}

/* BENEFITS */

.benefits{padding:13px 0}

 

.benefit{
    display:flex;
    gap:14px;
    margin:25px 0
}

.benefit .round{
    width:36px;
    height:36px;
    min-width:36px;
    font-size:17px
}

.benefit b{
    display:block;
    margin-top:2px;
    font-size:18px;
    font-weight:400
}

.benefit p{
    margin:3px 0 0;
    color:#020e2a;
    font-size:15px;
    font-weight:400;
    line-height:1.4
}

/* CRM */

.crm{
    margin-top:15px;
    padding:24px;
    background:#031032;
    color:#fff;
    border-radius:7px;
    box-shadow:0 5px 15px rgba(0,0,0,.08)
}

.crm .tag{
    display:inline-block;
    padding:4px 7px;
    background:#075ee7;
    border-radius:6px;
    font-size:16px;
    font-weight:400
}

.crm h2{
    display:flex;
    align-items:center;
    padding-top:10px;
    margin:10px 0 3px;
    color: #ffffff !important;
    font-size:48px
}

.crm h3{
font-family: 'DM Sans', sans-serif;
    padding-top:10px;
    margin:0 0 13px;
    font-size:20px;
    font-weight:400;
    line-height:1.35
}

.crm p{
    padding-bottom: 24px;
    color:#f5f8fe;
    font-size:16px;
    font-weight:400;
    line-height:1.45
}

.crm-point{
    display:flex;
    gap:12px;
    margin:35px 0
}

.crm-point img{
    width:52px;
    height:52px;
    min-width:52px;
    border-radius:50%;
    object-fit:contain
}

.crm-point b{
    display:block;
    margin:2px 0 8px;
    font-size:18px;
    font-weight:400
}

.crm-point small{
    display:block;
    color:#f5f8fe;
    font-size:16px;
    font-weight:400;
    line-height:1.2
}

.crm-btn{
    display:block;
    margin-top:20px;
    padding:11px;
    background:#075ee7;
    color:#fff;
    border-radius: 6px;
    text-align:center;
    text-decoration:none;
    font-size:16px;
    font-weight:400;
}

/* FORM */

.form-card{
    align-self:start;
    padding:24px 25px;
    background:#fff;
    border:1px solid #e0e5ef;
    border-radius:9px;
    box-shadow:0 3px 12px rgba(25,45,90,.05)
}

.form-title{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:25px
}

.send-icon img{
    width:43px;
    height:43px;
    min-width:43px;
    border-radius:50%;
    object-fit:contain
}

.form-title h2{
    margin:0;
    font-size:36px
}

.form-title p{
    margin:3px 0 0;
    color:#596477;
    font-size:18px;
    font-weight:400
}

/* INPUTS */

.grid2{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px 10px
}

label{
    display:block;
    margin-top:4px;
    color:#020e2a;
    font-size:16px;
    font-weight:400
}

input,
select,
textarea{
    width:100%;
    margin-top:4px;
    padding:7px 9px;
    border:1px solid #e1e5eb;
    border-radius:4px;
    outline:none;
    background:#f7f9fc;
    color:#020e2a;
    font:inherit;
    font-size:14px;
    font-weight:400
}

input{height:35px}
select{height:35px}

input:focus,
select:focus,
textarea:focus{
    border-color:#76a8ff;
    background:#fff
}

textarea{
    height:49px;
    resize:vertical
}

input::placeholder,
textarea::placeholder{color:#9aa3b1}

/* RADIO */

fieldset{
    margin:20px 0 9px;
    padding:0;
    border:0
}

legend{
    margin-bottom:5px;
    font-size:16px;
    font-weight:400
}

.radio{
    display:inline-flex;
    align-items:center;
    margin-left: 18px;
    margin-right:18px;
    color:#697486;
    font-size:14px;
    font-weight:400
}

.radio input{
    width:auto;
    height:auto;
    margin:0 5px 0 0;
    padding:0;
    accent-color:#0763f5

}




/* SERVICES */

.services-title{margin:12px 0 7px}

.services-title b{
    display:block;
    font-size:16px;
    font-weight:400
}

.services-title small{
    display:block;
    margin-top:2px;
    color:#687388;
    font-size:12px
}

.service-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:7px
}

.service-box{
    min-height:142px;
    padding:10px;
    border:1px solid #e5e8ed;
    border-radius: 4px;
    background:#fff
}

.service-box > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-box .logo {
    display: block;
}

.service-box h3 {
    margin: -10px;
    color: #075ee7;
    font-size: 16px;
    font-weight: 600;
}


.service-box label{
    display:flex;
    align-items:center;
    margin:8px 0;
    color:#020e2a;
    font-size:14px;
    font-weight:400;
    line-height:1.25
}

.service-box input,
.other-row input{
    width:auto;
    height:auto;
    margin:0 5px 0 0;
    padding:0;
    accent-color:#075ee7
}

/* OTHER */

.other-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 7px;
    padding: 9px;
    border: 1px solid #e5e8ed;
}

.other-row b {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #075ee7;
    font-size: 16px;
}

.other-row .logo {
    display: block;
}

.other-options {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.other-row label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #020e2a;
    font-size: 14px;
    font-weight: 400;
}

/* SUBMIT */

.submit-row{
    display:grid;
    grid-template-columns:42px 1fr auto;
    align-items:center;
    gap:10px;
    margin-top:9px;
    padding:15px;
    border-radius: 4px;
    background:#e8efff
}

.bulb img{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
   
    border-radius:50%;
    font-size:20px
}

.submit-row b{
    display:block;
    font-size:16px
}

.submit-row small{
    display:block;
    margin-top:2px;
    color:#677287;
    font-size:12px;
    line-height:1.3
}

.submit-row button{
    padding:11px 18px;
    border:0;
    background:#075ee7;
    color:#fff;
    cursor:pointer;
    border-radius: 4px;
    font-size:16px;
    font-weight:500
}

.submit-row p{
    margin-top: 5px;
}











/* MOBILE */

//* --- CRM VISIBILITY CONTROLS --- */
.mobile-crm {
    display: none;
}
.desktop-crm {
    display: block;
}

/* --- RESPONSIVE CSS FIX --- */
@media screen and (max-width: 900px) {
    .desktop-crm {
        display: none !important;
    }
    .mobile-crm {
        display: block !important;
    }

    .page {
        width: 100% !important;
        padding: 0 12px !important;
        box-sizing: border-box !important;
    }

    .intro {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
        padding: 20px 0 !important;
    }

    .left-col, 
    .form-card, 
    .mobile-crm {
        width: 100% !important;
        max-width: 100% !important;
    }

    .left-col h1 {
        font-size: 32px !important;
        line-height: 1.15 !important;
    }

    .grid2 {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .service-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .other-options {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .submit-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;
        padding: 16px !important;
    }

    .submit-row button {
        width: 100% !important;
        text-align: center !important;
    }
}