.hero_wks_section,
.hero_wks_section *{box-sizing:border-box; margin-top: 0;}
.hero_wks_section{
position:relative;
overflow:hidden;
padding:60px 6%;
background:linear-gradient(135deg,#06141c,#0c1d27);
}
.hero_wks_section::before{
content:"";
position:absolute;inset:0;
background:
radial-gradient(circle at 15% 20%,rgba(255,18,10,.18),transparent 25%),
radial-gradient(circle at 85% 70%,rgba(255,18,10,.12),transparent 30%);
pointer-events:none;
}
.hero_wks_wrap{
position:relative;
z-index:2;
max-width:1400px;
margin:0 auto;
display:grid;
grid-template-columns:1.05fr .95fr;
gap:56px;
align-items:center;
}
.hero_wks_left h1{margin:0 0 22px;color:#fff;font-size:58px;line-height:1.05}
.hero_wks_left h1 span{color:#ff120a}
.hero_wks_left p{margin:0 0 34px;color:#c9d6dd;font-size:18px;line-height:1.8;max-width:620px}
.hero_wks_cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:34px}
.hero_wks_card{display:flex;align-items:center;gap:16px;padding:18px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);transition:.3s;color:#fff}
.hero_wks_card:hover{transform:translateY(-6px);background:rgba(255,18,10,.12)}
.hero_wks_icon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#ff4d40,#ff120a);box-shadow:0 12px 24px rgba(255,18,10,.35);flex-shrink:0}
.hero_wks_icon svg{width:28px;height:28px;display:block}
.hero_wks_buttons{display:flex;gap:16px;flex-wrap:wrap}
.hero_wks_buttons a{text-decoration:none}
.hero_wks_btn{padding:15px 28px;border-radius:4px;font-weight:700;transition:.3s}
.hero_wks_btn_primary{background:#ff120a;color:#fff}
.hero_wks_btn_outline{border:1px solid rgba(255,255,255,.22);color:#fff}
.hero_wks_btn:hover{transform:translateY(-4px)}
.hero_wks_right{position:relative;height:470px}
.hero_wks_dashboard{position:absolute;right:0;top:20px;width:100%;max-width:520px;height:410px;border-radius:26px;background:linear-gradient(145deg,#18242c,#11171d);border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 70px rgba(0,0,0,.45);overflow:hidden}
.hero_wks_top{height:56px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;padding:0 18px}
.hero_wks_dot{width:10px;height:10px;border-radius:50%;background:#ff120a;box-shadow:20px 0 #ffb000,40px 0 #47ff70}
.hero_wks_graph{position:absolute;left:30px;right:30px;bottom:35px;height:180px;display:flex;align-items:flex-end;gap:16px}
.hero_wks_bar{flex:1;border-radius:10px 10px 0 0;background:linear-gradient(#ff5c4d,#ff120a)}
.hero_wks_bar:nth-child(1){height:50px}.hero_wks_bar:nth-child(2){height:80px}.hero_wks_bar:nth-child(3){height:105px}.hero_wks_bar:nth-child(4){height:155px}.hero_wks_bar:nth-child(5){height:180px}
.hero_wks_float{position:absolute;padding:16px 18px;border-radius:16px;background:rgba(255,255,255,.07);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);color:#fff}
.hero_wks_float b{display:block;color:#ff120a;font-size:24px}
.hero_wks_f1{top:0;left:-20px}.hero_wks_f2{bottom:28px;left:-30px}.hero_wks_f3{top:72px;right:-20px}
@media(max-width:992px){
.hero_wks_wrap{grid-template-columns:1fr}
.hero_wks_left{text-align:center}
.hero_wks_left h1{font-size:42px}
.hero_wks_cards{grid-template-columns:1fr}
.hero_wks_buttons{justify-content:center}
.hero_wks_right{height:420px}
}

.wks404_section,.wks404_section *{box-sizing:border-box; margin-top: 0; margin-bottom: -40px;}
.wks404_section{position:relative;overflow:hidden;padding:90px 6%;background:linear-gradient(135deg,#07151d,#0c1d27 60%,#07151d)}
.wks404_section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,18,10,.18),transparent 25%),radial-gradient(circle at 80% 75%,rgba(255,18,10,.12),transparent 30%)}
.wks404_wrap{position:relative;z-index:2;max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.wks404_left h1{margin:0;font-size:150px;line-height:.9;color:#ff120a;text-shadow:0 0 35px rgba(255,18,10,.35)}
.wks404_left h2{margin:0 0 18px;color:#fff;font-size:46px}
.wks404_left p{margin:0 0 35px;color:#cfd9de;font-size:18px;line-height:1.8;max-width:540px}
.wks404_btns{display:flex;gap:18px;flex-wrap:wrap}
.wks404_btns a{text-decoration:none;padding:15px 30px;border-radius:40px;font-weight:700;transition:.3s}
.wks404_primary{background:#ff120a;color:#fff;box-shadow:0 15px 30px rgba(255,18,10,.35)}
.wks404_outline{border:1px solid rgba(255,255,255,.2);color:#fff}
.wks404_btns a:hover{transform:translateY(-4px)}
.wks404_right{position:relative;height:460px;display:flex;align-items:center;justify-content:center}
.wks404_ring{position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%;animation:wks404_spin 24s linear infinite}
.wks404_ring1{width:420px;height:420px}.wks404_ring2{width:310px;height:310px;animation-direction:reverse}.wks404_ring3{width:210px;height:210px}
@keyframes wks404_spin{to{transform:rotate(360deg)}}
.wks404_center{width:170px;height:170px;border-radius:26px;background:linear-gradient(145deg,#18242c,#11171d);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;box-shadow:0 25px 60px rgba(0,0,0,.45);z-index:2}
.wks404_center svg{width:90px;height:90px}
.wks404_card{position:absolute;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.06);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);color:#fff;text-align:center}
.wks404_card b{display:block;color:#ff120a;font-size:24px;margin:0 0 4px}
.wks404_c1{top:10px;left:20px}.wks404_c2{top:80px;right:10px}.wks404_c3{bottom:25px;left:70px}
.wks404_particle{position:absolute;width:4px;height:4px;border-radius:50%;background:#ff120a;box-shadow:0 0 10px #ff120a;animation:wks404_float linear infinite}
@keyframes wks404_float{from{transform:translateY(120px);opacity:0}20%{opacity:1}to{transform:translateY(-600px);opacity:0}}
@media(max-width:992px){.wks404_wrap{grid-template-columns:1fr;text-align:center}.wks404_left h1{font-size:110px}.wks404_left h2{font-size:34px}.wks404_left p{margin:0 auto 35px}.wks404_btns{justify-content:center}.wks404_right{height:380px}.wks404_c1,.wks404_c2,.wks404_c3{display:none}}


.wksCta_section,.wksCta_section *{box-sizing:border-box}
.wksCta_section{
    background:#050505;
    padding:28px 5%;
    font-family:Arial,Helvetica,sans-serif;
}
.wksCta_box{
    max-width:1320px;
    margin:auto;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    background:linear-gradient(180deg,#0b0b0b,#060606);
    padding:22px 28px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:24px;
    position:relative;
    overflow:hidden;
}
.wksCta_box:before{
    content:"";
    position:absolute;
    left:-120px;
    top:50%;
    transform:translateY(-50%);
    width:240px;
    height:240px;
    background:radial-gradient(circle,rgba(255,18,10,.18),transparent 70%);
}
.wksCta_content{position:relative;z-index:2;flex:1}
.wksCta_label{
    color:#FF120A;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:8px;
}
.wksCta_title{
    color:#fff;
    font-size:34px;
    font-weight:800;
    line-height:1.2;
    margin:0 0 8px;
}
.wksCta_text{
    color:#b7b7b7;
    font-size:15px;
    margin:0;
}
.wksCta_action{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    gap:18px;
}
.wksCta_phone{
    color:#fff;
    font-size:16px;
    font-weight:700;
    white-space:nowrap;
}
.wksCta_btn{
    display:inline-block;
    text-decoration:none;
    background:#FF120A;
    color:#fff;
    padding:14px 28px;
    border-radius:10px;
    font-weight:700;
    transition:.25s;
}
.wksCta_btn:hover{
    background:#ff2b21;
    transform:translateY(-2px);
}
@media(max-width:900px){
    .wksCta_box{flex-direction:column;align-items:flex-start}
    .wksCta_title{font-size:28px}
    .wksCta_action{width:100%;flex-direction:column;align-items:stretch}
    .wksCta_btn{text-align:center}
}
.wks_ind_section{
    padding:80px 20px;
}

.wks_ind_container{
    max-width:1400px;
    margin:auto;
}

.wks_ind_heading{
    text-align:center;
    max-width:1100px;
    margin:0 auto 45px;
}

.wks_ind_heading h2{
    font-size:42px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
}

.wks_ind_heading span{
    color:#FF0401;
}

.wks_ind_heading p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.wks_ind_grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}

.wks_ind_card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:14px;
    padding:18px 12px;
    text-align:center;
    text-decoration:none;
    color:inherit;
    transition:.35s;
}

.wks_ind_card:hover{
    transform:translateY(-6px);
    border-color:#FF0401;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.wks_ind_card img{
    width:72px;
    height:72px;
    object-fit:contain;
    margin-bottom:15px;
}

.wks_ind_card h3{
    font-size:16px;
    color:#FF0401;
    font-weight:600;
}

@media(max-width:1200px){
    .wks_ind_grid{
        grid-template-columns:repeat(4,1fr);
    }
}

@media(max-width:992px){
    .wks_ind_grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){

    .wks_ind_heading h2{
        font-size:32px;
    }

    .wks_ind_heading p{
        font-size:15px;
    }

    .wks_ind_grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:480px){

    .wks_ind_grid{
        grid-template-columns:1fr;
    }

}
/* Wrapper to center content */
.wksm-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

/* Shell – split layout */
.wksm-shell {
    display: flex;
    gap: 0;
    background: rgba(5, 12, 40, 0.95);
    border-radius: 26px;
    border: 1px solid rgba(54, 72, 140, 0.7);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65);
    overflow: hidden;
}

/* LEFT – FORM AREA */
.wksm-left {
    flex: 1.1;
    padding: 40px 40px 36px;
}

.wksm-eyebrow {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #94a1ff;
    margin-bottom: 8px;
}

.wksm-title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.wksm-subtitle {
    font-size: 14px;
    color: #c6cbff;
    margin-bottom: 22px;
}

/* Labels & Inputs */
.wksm-label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 16px;
    color: #e3e6ff;
}

/* Inputs */
.wksm-input, .wksm-select, .wksm-textarea {
    width: 100%;
    background: rgba(12, 23, 63, 0.95);
    border: 1px solid rgba(69, 88, 150, 0.8);
    color: #ffffff;
    padding: 13px 14px;
    font-size: 15px;
    border-radius: 12px;
    outline: none;
    transition: 0.25s;
}

.wksm-input:focus,
.wksm-select:focus,
.wksm-textarea:focus {
    border-color: #ff4b47;
    box-shadow: 0 0 0 1px rgba(255, 75, 71, 0.5);
    background: rgba(18, 30, 76, 1);
}

/* Row */
.wksm-row {
    display: flex;
    gap: 14px;
}
.wksm-col {
    flex: 1;
}

/* Button */
.wksm-btn {
    width: 100%;
    margin-top: 24px;
    padding: 15px;
    background: linear-gradient(135deg, #ff4b47, #ff8b4a);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s;
}
.wksm-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
}

/* SMALL FOOTNOTE BELOW FORM */
.wksm-footnote {
    margin-top: 10px;
    font-size: 12px;
    color: #9da7ff;
}

/* --------------------------------------------------
   RIGHT – INFO / IMAGE PANEL
-------------------------------------------------- */
.wksm-right {
    flex: 0.9;
    position: relative;
    background: #050b27;
    min-height: 100%;
}

.wksm-right-bg {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?w=1200') center/cover no-repeat;
    opacity: 0.5;
}

.wksm-right-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6, 9, 40, 0.9), rgba(3, 9, 35, 0.95));
}

.wksm-right-inner {
    position: relative;
    z-index: 2;
    padding: 34px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Badge */
.wksm-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(12, 226, 155, 0.12);
    border: 1px solid rgba(12, 226, 155, 0.4);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    color: #9ff8d8;
    margin-bottom: 12px;
}

.wksm-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #0ce29b;
}

/* Right Title/Text */
.wksm-right-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.wksm-right-text {
    font-size: 14px;
    color: #d5dcff;
    margin-bottom: 20px;
}

/* Highlights List */
.wksm-highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wksm-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #d7ddff;
    margin-bottom: 10px;
}

.wksm-highlight-icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255, 75, 71, 0.15);
    border: 1px solid rgba(255, 139, 90, 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #ffb493;
    margin-top: 2px;
}

/* Contact block at bottom */
.wksm-contact-box {
    margin-top: 28px;
    padding-top: 16px;
    border-top: 1px solid rgba(122, 139, 210, 0.45);
}

.wksm-contact-label {
    font-size: 11px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #8d9cff;
    margin-bottom: 6px;
}

.wksm-contact-value {
    font-size: 14px;
    color: #ffffff;
}

.wksm-contact-value a {
    color: #ffffff;
    text-decoration: none;
}
.wksm-contact-value a:hover {
    text-decoration: underline;
}

/* --------------------------------------------------
   POPUP MODAL
-------------------------------------------------- */
.wksm-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.wksm-modal.wksm-modal-active {
    display: flex;
}

.wksm-modal-content {
    background: #0b1535;
    border-radius: 20px;
    padding: 32px 24px 26px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    position: relative;
    border: 1px solid #27366d;
    box-shadow: 0 0 30px rgba(0,0,0,0.65);
}
.wksm-modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: transparent;
    border: none;
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
}
.wksm-modal-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}
.wksm-modal-text {
    font-size: 14px;
    color: #d9dfff;
    margin-bottom: 18px;
}
.wksm-modal-btn {
    display: inline-block;
    padding: 11px 22px;
    border-radius: 999px;
    background: #ff4b47;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s;
}
.wksm-modal-btn:hover {
    background: #e13c38;
}

/* --------------------------------------------------
   RESPONSIVE
-------------------------------------------------- */
@media (max-width: 900px) {
    .wksm-shell {
        flex-direction: column;
    }
    .wksm-right {
        order: -1;
    }
}
@media (max-width: 600px) {
    .wksm-left {
        padding: 26px 20px 24px;
    }
    .wksm-right-inner {
        padding: 24px 20px;
    }
    .wksm-title {
        font-size: 24px;
    }
}