/* =========================================================
   Ecommerce Development Hero + Lead Form
   Unique prefix: ecom-dev-hero
   ========================================================= */

.ecom-dev-hero{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:92px 0 86px;
    background:
        radial-gradient(circle at 12% 18%, rgba(37,99,235,.13), transparent 25%),
        radial-gradient(circle at 88% 78%, rgba(14,165,233,.11), transparent 28%),
        linear-gradient(135deg,#f5f9ff 0%,#edf5ff 52%,#f8fbff 100%);
}

.ecom-dev-hero[style]{
    background-size:cover;
    background-repeat:no-repeat;
}

.ecom-dev-hero__orb{
    position:absolute;
    z-index:-1;
    border-radius:50%;
    pointer-events:none;
    background:rgba(37,99,235,.08);
    filter:blur(.2px);
}

.ecom-dev-hero__orb--one{
    width:260px;
    height:260px;
    top:-125px;
    left:-100px;
}

.ecom-dev-hero__orb--two{
    width:300px;
    height:300px;
    right:-130px;
    bottom:-150px;
}

.ecom-dev-hero__content{
    max-width:760px;
}

.ecom-dev-hero__badge{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:8px 14px;
    margin-bottom:18px;
    border:1px solid rgba(37,99,235,.14);
    border-radius:999px;
    background:rgba(255,255,255,.82);
    color:#1769e0;
    box-shadow:0 8px 22px rgba(15,54,105,.07);
    font-size:12px;
    font-weight:800;
    letter-spacing:.05em;
}

.ecom-dev-hero__title{
    margin:0;
    max-width:720px;
    color:#082b63;
    font-size:clamp(36px,4.3vw,62px);
    line-height:1.08;
    font-weight:800;
    letter-spacing:-.035em;
}

.ecom-dev-hero__description{
    max-width:690px;
    margin:22px 0 18px;
    color:#50627a;
    font-size:17px;
    line-height:1.75;
}

.ecom-dev-hero__trust{
    display:flex;
    align-items:center;
    gap:9px;
    margin:0 0 18px;
    color:#153f78;
    font-size:14px;
    font-weight:700;
}

.ecom-dev-hero__trust i{
    color:#1769e0;
}

.ecom-dev-hero__features{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:11px 18px;
    max-width:620px;
    margin:0 0 27px;
}

.ecom-dev-hero__feature{
    display:flex;
    align-items:center;
    gap:10px;
    color:#17385f;
    font-size:14px;
    font-weight:700;
}

.ecom-dev-hero__feature-icon{
    width:31px;
    height:31px;
    flex:0 0 31px;
    display:grid;
    place-items:center;
    border-radius:9px;
    background:#e4efff;
    color:#1769e0;
    font-size:13px;
}

.ecom-dev-hero__actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.ecom-dev-hero__btn{
    min-height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:0 21px;
    border-radius:12px;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}

.ecom-dev-hero__btn:hover{
    transform:translateY(-2px);
}

.ecom-dev-hero__btn--primary{
    background:#1769e0;
    color:#fff;
    box-shadow:0 13px 30px rgba(23,105,224,.24);
}

.ecom-dev-hero__btn--primary:hover{
    color:#fff;
    background:#0f5ac7;
    box-shadow:0 16px 34px rgba(23,105,224,.3);
}

.ecom-dev-hero__btn--secondary{
    border:1px solid #1769e0;
    background:#fff;
    color:#1769e0;
}

.ecom-dev-hero__btn--secondary:hover{
    color:#1769e0;
    background:#f2f7ff;
}

.ecom-dev-hero__form-card{
    position:relative;
    padding:25px;
    border:1px solid rgba(15,57,108,.09);
    border-radius:20px;
    background:rgba(255,255,255,.96);
    box-shadow:0 24px 65px rgba(20,60,110,.15);
}

.ecom-dev-hero__form-head{
    display:flex;
    align-items:flex-start;
    gap:13px;
    margin-bottom:19px;
}

.ecom-dev-hero__form-icon{
    width:43px;
    height:43px;
    flex:0 0 43px;
    display:grid;
    place-items:center;
    border-radius:13px;
    background:#e7f0ff;
    color:#1769e0;
    font-size:18px;
}

.ecom-dev-hero__form-head h2{
    margin:2px 0 5px;
    color:#0a2e66;
    font-size:22px;
    line-height:1.25;
    font-weight:800;
}

.ecom-dev-hero__form-head p{
    margin:0;
    color:#728197;
    font-size:12px;
    line-height:1.6;
}

.ecom-dev-hero__field-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.ecom-dev-hero__field{
    margin-bottom:12px;
}

.ecom-dev-hero__field label{
    display:block;
    margin:0 0 6px;
    color:#18375e;
    font-size:11px;
    font-weight:800;
}

.ecom-dev-hero__field label span{
    color:#e11d48;
}

.ecom-dev-hero__input-wrap{
    position:relative;
}

.ecom-dev-hero__input-wrap > i{
    position:absolute;
    top:50%;
    left:13px;
    z-index:1;
    color:#7b8da5;
    font-size:12px;
    transform:translateY(-50%);
    pointer-events:none;
}

.ecom-dev-hero__input-wrap--textarea > i{
    top:16px;
    transform:none;
}

.ecom-dev-hero__input-wrap input,
.ecom-dev-hero__input-wrap textarea{
    width:100%;
    border:1px solid #dbe4ef;
    border-radius:9px;
    outline:none;
    background:#fff;
    color:#17385f;
    font-family:inherit;
    font-size:12px;
    transition:border-color .2s ease,box-shadow .2s ease;
}

.ecom-dev-hero__input-wrap input{
    height:40px;
    padding:0 11px 0 35px;
}

.ecom-dev-hero__input-wrap textarea{
    min-height:92px;
    resize:vertical;
    padding:11px 11px 11px 35px;
}

.ecom-dev-hero__input-wrap input:focus,
.ecom-dev-hero__input-wrap textarea:focus{
    border-color:#5d9cf5;
    box-shadow:0 0 0 3px rgba(23,105,224,.09);
}

.ecom-dev-hero__submit{
    width:100%;
    min-height:47px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border:0;
    border-radius:10px;
    background:#1769e0;
    color:#fff;
    font-family:inherit;
    font-size:13px;
    font-weight:800;
    cursor:pointer;
    box-shadow:0 12px 25px rgba(23,105,224,.2);
    transition:transform .2s ease,background .2s ease;
}

.ecom-dev-hero__submit:hover{
    background:#0f5ac7;
    transform:translateY(-1px);
}

.ecom-dev-hero__privacy{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    margin-top:10px;
    color:#8190a3;
    font-size:9px;
    text-align:center;
}

.ecom-dev-hero__privacy i{
    color:#5f7897;
}

@media (max-width:991.98px){
    .ecom-dev-hero{
        padding:72px 0 65px;
    }

    .ecom-dev-hero__content{
        max-width:100%;
    }

    .ecom-dev-hero__title{
        max-width:850px;
    }
}

@media (max-width:575.98px){
    .ecom-dev-hero{
        padding:55px 0 50px;
    }

    .ecom-dev-hero__badge{
        font-size:10px;
    }

    .ecom-dev-hero__title{
        font-size:36px;
        letter-spacing:-.025em;
    }

    .ecom-dev-hero__description{
        font-size:15px;
        line-height:1.65;
    }

    .ecom-dev-hero__features{
        grid-template-columns:1fr;
    }

    .ecom-dev-hero__actions{
        flex-direction:column;
    }

    .ecom-dev-hero__btn{
        width:100%;
    }

    .ecom-dev-hero__form-card{
        padding:20px 16px;
        border-radius:16px;
    }

    .ecom-dev-hero__field-grid{
        grid-template-columns:1fr;
        gap:0;
    }
}
