.mg-promo{
    --p:#0b2a6f;
    --d:#061436;
    --y:#ffc107;
    --g:#25d366;
    --b:#0d6efd;
    --t:#14213d;
    background:#f4f7fc;
    color:var(--t);
    overflow:hidden
}
.mg-promo * {
    box-sizing:border-box
}
.mg-hero {
    position:relative;
    padding:76px 0;
    color:#fff;
    background:radial-gradient(circle at top right,rgba(13,110,253,.35),transparent 34%),linear-gradient(135deg,#061436 0%,#0b2a6f 52%,#004fc4 100%)
}
.mg-hero:before {
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    right:-130px;
    top:-130px;
    border-radius:50%;
    background:rgba(255,255,255,.07)
}
.mg-inner {
    position:relative;z-index:2
}
.mg-badge {
    display:inline-flex;
    gap:8px;
    align-items:center;
    padding:8px 16px;
    margin-bottom:18px;
    border-radius:999px;
    background:var(--y);
    color:#071b49;
    font-size:14px;
    font-weight:800;
    box-shadow:0 10px 24px rgba(0,0,0,.22)
}
.mg-title {
    margin:0 0 18px;
    font-size:clamp(36px,6vw,70px);
    font-weight:900;
    line-height:.98;
    letter-spacing:-1.4px;
    text-transform:uppercase;
    color:#fff
}
.mg-title span {
    display:block;
    color:var(--y);
}
.mg-desc{
    max-width:620px;
    margin-bottom:26px;
    color:#e8f1ff;
    font-size:18px;
    line-height:1.6;
}
.mg-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:28px;
}
.mg-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:48px;
    padding:12px 22px;
    border-radius:999px;
    border:0;
    font-weight:800;
    text-decoration:none!important;
    transition:.2s;
}
.mg-btn-wa{
    background:var(--g);
    color:#fff!important;
}
.mg-btn-wa:hover{
    background:#1fb85c;
    transform:translateY(-2px);
}
.mg-btn-light{
    background:#fff;
    color:var(--p)!important;
}
.mg-box{
    max-width:560px;
    padding:20px;
    border-radius:22px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.22);
    backdrop-filter:blur(12px);
}
.mg-benefit{
    display:flex;
    gap:12px;
    padding:11px 0;
    border-bottom:1px dashed rgba(255,255,255,.25);
}
.mg-benefit:last-child{
    border-bottom:0;
}
.mg-ico{
    width:36px;
    height:36px;
    flex:0 0 36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:#fff;
    color:var(--p);
}
.mg-benefit strong{
    display:block;
    color:var(--y);
    font-size:14px;
    text-transform:uppercase;
}
.mg-benefit small{
    display:block;
    color:#eaf2ff;
    font-size:13px;
    line-height:1.4;
}
.mg-device-area{
    position:relative;
    min-height:440px;
}
.mg-device{
    overflow:hidden;
    background:#fff;
    color:var(--t);
    border:8px solid #101827;
    box-shadow:0 28px 60px rgba(0,0,0,.35);
}
.mg-laptop{
    width:94%;
    margin:10px auto 0;
    border-radius:24px;
    transform:rotate(-2deg);
}
.mg-device-top{
    height:32px;
    padding:0 12px;
    display:flex;
    align-items:center;
    gap:6px;
    background:#f3f5f9;
    border-bottom:1px solid #e7eaf1;
}
.mg-dot{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#cfd5df;
}
.mg-preview{
    min-height:260px;
    padding:22px;
    background:linear-gradient(135deg,#fff,#eef5ff);
}
.mg-preview-title{
    font-size:25px;
    line-height:1.15;
    font-weight:900;
    color:#08215c;
}
.mg-preview-title span{
    color:var(--b);
}
.mg-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:18px;
}
.mg-card{
    padding:12px;
    border-radius:14px;
    background:#fff;
    font-size:12px;
    font-weight:700;
    box-shadow:0 8px 18px rgba(13,38,76,.08);
}
.mg-phone{
    position:absolute;
    right:0;
    bottom:20px;
    width:160px;
    border-radius:28px;
    transform:rotate(3deg);
}
.mg-phone .mg-preview{
    min-height:230px;
    padding:14px;
}
.mg-phone .mg-preview-title{
    font-size:16px;
}
.mg-pricebox{
    position:absolute;
    left:0;
    bottom:0;
    padding:18px 26px;
    min-width:290px;
    border-radius:22px;
    text-align:center;
    color:#061436;
    background:var(--y);
    border:3px dashed #061436;
    box-shadow:0 20px 42px rgba(0,0,0,.28)
}
.mg-pricebox small{
    display:inline-block;
    padding:5px 14px;
    margin-bottom:8px;
    border-radius:999px;
    color:#fff;
    background:#d92700;
    font-size:13px;
    font-weight:900
}
.mg-price{
    font-size:42px;
    font-weight:900;
    line-height:1
}
.mg-section{
    padding:70px 0;
}
.mg-section-title{
    margin-bottom:10px;
    color:var(--p);
    font-weight:900;
}
.mg-service{
    height:100%;
    padding:24px;
    border-radius:22px;
    background:#fff;
    border:1px solid #e8eef9;
    box-shadow:0 12px 28px rgba(13,38,76,.08);
    transition:.2s;
}
.mg-service:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 36px rgba(13,38,76,.14);
}
.mg-service-icon{
    width:54px;
    height:54px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
    border-radius:18px;
    color:var(--b);
    background:#eaf2ff;
    font-size:22px;
}
.mg-package{
    padding:30px;
    border-radius:28px;
    background:linear-gradient(135deg,#fff,#f4f8ff);
    border:2px solid #dce9ff;
    box-shadow:0 18px 40px rgba(13,38,76,.08);
}
.mg-package-price{
    color:var(--p);
    font-size:48px;
    font-weight:900;
}
.mg-list{
    list-style:none;
    padding:0;
    margin:20px 0 0;
}
.mg-list li{
    display:flex;
    gap:10px;
    padding:9px 0;
}
.mg-list i{
    color:#22c55e;
    margin-top:3px;
}
.mg-order{
    padding:70px 0;
    background:linear-gradient(135deg,#071b49,#0b2a6f);
}
.mg-order-card{
    overflow:hidden;
    border-radius:28px;
    background:#fff;
    box-shadow:0 24px 60px rgba(0,0,0,.18);
}
.mg-order-info{
    height:100%;
    padding:32px;
    color:#fff;
    background:radial-gradient(circle at top right,rgba(255,193,7,.25),transparent 35%),linear-gradient(135deg,#0b2a6f,#061436);
}
.mg-form{
    padding:32px
}
.mg-form .form-control,
.mg-form .form-select{
    min-height:48px;
    border-radius:6px;
    border-color:#dce4f2;
    padding:10px 14px;
}
.mg-form textarea.form-control{
    min-height:120px;
}
.mg-form .form-label{
    font-weight:700;
    font-size:14px;
    color:var(--t);
}
.mg-contact{
    padding:18px;
    margin-top:20px;
    border-radius:20px;
    background:#fff;
    color:var(--p);
}
.mg-contact-line{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:8px;
    font-weight:800;
}
.mg-contact-line:last-child{
    margin-bottom:0
}

@media(max-width:991px) {
    .mg-device-area{
        min-height:520px;
        margin-top:30px;
    }
    .mg-laptop{
        width:100%
    }
}
@media(max-width:576px){
    .mg-hero,
    .mg-section,
    .mg-order{
        padding:48px 0;
    }
    .mg-title{
        font-size:38px;
    }
    .mg-box,
    .mg-order-info,
    .mg-form,
    .mg-package{
        padding:20px;
    }
    .mg-device-area{
        min-height:420px;
    }
    .mg-preview{
        min-height:210px;
        padding:14px;
    }
    .mg-preview-title{
        font-size:19px;
    }
    .mg-cards{
        grid-template-columns:1fr;
        gap:8px;
    }
    .mg-phone{
        width:115px;
        right:0;
        bottom:76px
    }
    .mg-phone .mg-preview{
        min-height:170px;
        padding:10px
    }
    .mg-phone .mg-preview-title{
        font-size:12px
    }
    .mg-pricebox{
        left:0;
        right:0;
        bottom:0;
        min-width:0;
        width:100%;
        padding:14px
    }
    .mg-price{
        font-size:34px
    }
    .mg-package-price{
        font-size:40px;
    }
}