:root{--bg:#000000;--card:#ffffff;--white:#ffffff;--text:#15233b;--muted:#5e6673;--line:#dddddd;--primary:#2563EB;--primary-dark:#2656c8;--input-bg:#f7f7f7;--shadow:0 20px 60px rgba(0, 0, 0, 0.28);--radius-lg:18px;--radius-md:12px;--radius-sm:10px}
.wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 24px;background-image:url(../img/staff-augmentation-cost-calculator/staff-augmentation-cost-calculator.webp);background-size:cover;background-position:center;z-index:1;position:relative}
.layout{width:100%;max-width:1180px;display:grid;grid-template-columns:1fr 600px;gap:56px;align-items:center;z-index:2}
.hero{max-width:510px;padding-left:6px}
.hero h1{margin-bottom:26px;width:509px;height:120px;font-weight:800;font-size:52px;line-height:60px;color:#fff}
.wrapper::after{content:"";background:#00000054;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}
.hero p{max-width:500px;font-size:18px;line-height:1.65;font-weight:500;color:#f4f4f4}
.card{background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden;color:var(--text);min-height:564px}
.tabs{display:grid;grid-template-columns:repeat(3,1fr);background:#dedede}
.tab{height:48px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#111;background:#ddd;transition:.2s ease}
.tab.active{background:var(--primary);color:var(--white)}
.content{padding:28px 32px 30px}
.step{display:none}
.step.active{display:block}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}
.title{font-size:20px;line-height:1.3;font-weight:800;color:var(--text)}
.actions{display:flex;gap:8px;align-items:center}
.btn{border:0;outline:0;border-radius:9px;height:40px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:.2s ease}
.btn-primary{background:var(--primary);color:var(--white);margin:0}
.btn-primary:hover{background:var(--primary-dark)}
.btn-secondary{background:var(--primary);color:var(--white)}
.btn-light{background:#e7e7e7;color:#555;cursor:not-allowed;margin:0}
.expert-list{border-top:1px solid var(--line)}
.expert-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 4px;border-bottom:1px solid var(--line);cursor:pointer;user-select:none}
.expert-row span{font-size:16px;font-weight:500;color:#222}
.radio{width:22px;height:22px;border:2px solid #c8cdd6;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;background:0 0}
.radio::after{content:"";width:10px;height:10px;border-radius:50%;background:var(--primary);transform:scale(0);transition:transform .18s ease}
.expert-row.active .radio{border-color:var(--primary)}
.expert-row.active .radio::after{transform:scale(1)}
.team-box{border:1px solid var(--line);border-radius:8px;background:0 0;overflow:hidden}
.team-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 22px;border-bottom:1px solid var(--line)}
.team-head h3{font-size:16px;font-weight:800;color:#1f2530}
.remove-row,.trash-btn{border:0;background:0 0;cursor:pointer;color:#333;display:inline-flex;align-items:center;justify-content:center}
.remove-row svg,.trash-btn svg{width:18px;height:18px;stroke:currentColor}
.detail-row,.grid-head{display:grid;grid-template-columns:1.45fr 1.2fr .58fr 26px;column-gap:10px;align-items:center;padding:0 22px}
.grid-head{padding-top:14px;padding-bottom:6px}
.grid-head div{font-size:13px;font-weight:700;color:#1f2530}
.detail-row{padding-bottom:12px}
.captcha-input,.field,.text-input{width:100%;height:40px;border:1px solid #ddd;border-radius:7px;background:#fafafa;color:#202733;font-size:14px;font-family:inherit;font-weight:500;padding:0 14px;outline:0;transition:border-color .2s ease,box-shadow .2s ease}
select.field{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}
.captcha-input:focus,.field:focus,.text-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(49,102,227,.1)}
.add-more{display:inline-block;margin:0 22px 14px;color:var(--primary);text-decoration:none;font-size:14px;font-weight:700;cursor:pointer}
.form-grid{display:grid;gap:12px}
.text-input{height:50px;border-radius:12px;background:0 0;font-size:15px;padding:0 16px}
.captcha-box{height:50px;border:1px solid #ddd;border-radius:12px;background:#e8e8e8;display:flex;align-items:center;justify-content:center;color:#202733;font-size:16px;font-weight:500;letter-spacing:-.3px;flex:0 0 100px}
.captcha-row{display:flex;flex-wrap:wrap;justify-content:space-between}
.captcha-box input{text-align:center;font-weight:800}
.captcha-input{height:50px;border-radius:12px;background:0 0;padding:0 16px;font-size:15px}
.submit-btn{height:50px;border-radius:12px;font-size:16px}
.error-text{margin-top:10px;font-size:13px;color:#c93131;font-weight:600;min-height:18px}
.success-text{color:#1f7a1f}
.field-error{border-color:#c93131!important;box-shadow:0 0 0 3px rgba(201,49,49,.08)!important}
.hidden{display:none!important}
.congratulations_wrapper{max-width:600px;margin:0 auto;text-align:center;position:relative}
.congratulations_wrapper .heading{font-size:32px;font-weight:800;margin-bottom:25px;margin-top:0}
.blue_wrapper{background-color:#f0f7ff;padding:40px 20px;position:relative;margin-bottom:30px}
.blue_wrapper h6{font-size:24px;margin:0;color:#333;font-weight:400}
.blue_wrapper .price{font-size:56px;color:#1a8900;margin:10px 0;font-weight:800;line-height:1.3}
.small_bottom_text{display:flex;background:#d9ebff;cursor:pointer;font-size:13px;font-weight:500;background-color:#dcecff;position:absolute;top:calc(100% - 15px);left:50%;transform:translateX(-50%);width:100%;max-width:420px;padding:5px 20px 5px 15px;border-radius:5px;background-size:12px;justify-content:center;gap:7px}
.small_bottom_text::after{content:' ⌵';font-weight:700}
.table_wrapper ul{list-style:none;padding:0;margin:0;display:flex;align-items:unset}
.table_heading{background-color:#607d8b;color:#fff;font-weight:700}
.table_grid2 li,.table_heading li{padding:12px 5px;flex:1;display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(0,0,0,.05);font-size:14px;font-weight:600;flex-wrap:wrap}
.table_grid2 li{font-weight:500}
.congratulations_wrapper .table_grid>li.li_1,.congratulations_wrapper .table_heading li.li_1{flex:0 0 136px;padding:10px}
.table_grid{background-color:#f6fbff;border-bottom:1px solid #eee}
.total_price li.li_1{position:relative;top:0}
.table_grid>.li_1{font-weight:700;color:#000;background-color:#f6fbff}
.table_grid2{flex:6}
.total_price{background-color:#1a1a1a;color:#fff;display:flex;justify-content:space-between;padding:15px 20px;list-style:none;align-items:center;gap:20px}
.total_price .li_1{font-size:18px;font-weight:700}
.total_price .li_2{font-size:20px;font-weight:800}
.bottom_text{font-size:12px;color:#353535;margin-top:20px;padding:0 40px;line-height:1.5}
.blue_text{color:#3f51b5;font-weight:600}
.congratulations_wrapper .table_grid:nth-child(even)>li:nth-child(odd){background-color:#edf5ff;font-size:14px}
.table_wrapper ul li.li_2,.table_wrapper ul li.li_2 ul li,.table_wrapper ul li.li_3,.table_wrapper ul li.li_4,.table_wrapper ul li.li_5{flex:0 0 100px}
.error-message{color:red;font-size:12px}
button#btnSendStaffEstimate{width:100%;margin-top:15px}
span#error_captchaAnswer1{width:100%;text-align:left;margin-top:15px}
input#captchaAnswer1{flex:0 0 calc(100% - 120px)}
textarea#sfrm_comment{padding-top:10px;min-height:100px}
.congratulations_wrapper::before{content:"";background-image:url(../../assets/images/staff-augmentation/celebration.gif);background-repeat:no-repeat;background-size:cover;position:absolute;top:0;left:0;width:100%;height:35%;z-index:1;mix-blend-mode:darken;pointer-events:none}
.table_grid2 li small{display:block;width:100%}
@media (max-width:1180px){
.layout{grid-template-columns:1fr;gap:32px;max-width:760px}
.hero{max-width:100%;padding-left:0}
.hero h1{font-size:52px; height: auto;}
}
@media (max-width:767px){
.wrapper{padding:24px 16px}
.hero h1{font-size:40px;letter-spacing:-1.5px;width:100%}
.hero p{font-size:16px}
.card{min-height:auto;width:100%}
.content{padding:20px 16px 22px}

.grid-head{display:none}
.detail-row{grid-template-columns:1fr;gap:10px;padding:16px 12px}
.submit-btn{width:100%}
.table_wrapper ul{width:536px}
.table_wrapper{width:100%;overflow:scroll}
.table_wrapper ul ul.table_grid2{width:auto}
}
@media (max-width:500px){
.topbar{align-items:flex-start;flex-direction:column}
}
@media (max-width:400px){
.tabs{display:flex;flex-wrap:wrap}
.tab{width:100%;height:auto;padding:10px 0}
}