.contact-hero-section{
    background:#f5fbf8;
}

.contact-hero-wrapper{
    background:linear-gradient(135deg,#0d8b55,#14a56a);
    padding:60px;
    border-radius:32px;
    box-shadow:0 20px 50px rgba(13,139,85,.18);
}

.contact-breadcrumb{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
}

.contact-breadcrumb a{
    color:#ffffff;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}

.contact-breadcrumb span{
    color:rgba(255,255,255,.85);
    font-size:14px;
}

.contact-hero-title{
    color:#ffffff;
    font-size:60px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:18px;
}

.contact-hero-desc{
    color:rgba(255,255,255,.92);
    font-size:18px;
    line-height:1.9;
    margin:0;
}

.contact-call-btn{
    width:100%;
    background:#ffffff;
    color:#0d8b55;
    border:none;
    border-radius:50px;
    padding:18px 25px;
    font-size:18px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.contact-call-btn:hover{
    background:#f3f3f3;
    color:#0d8b55;
}

.contact-call-btn i{
    font-size:18px;
}

.section-label{
    display:inline-block;
    background:rgba(255,255,255,.18);
    color:#ffffff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.contact-section{
    background:#f5fbf8;
}

.contact-sidebar-card{
    background:#fff;
    padding:35px;
    border-radius:28px;
    border:1px solid #dcebe5;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.contact-sidebar-header{
    text-align:center;
    margin-bottom:30px;
}

.contact-sidebar-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:22px;
    background:#e8f6ef;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
}

.contact-sidebar-icon i{
    font-size:32px;
    color:#0d8b55;
}

.contact-sidebar-header h2{
    font-size:28px;
    font-weight:800;
    color:#172331;
}

.contact-sidebar-list{
    list-style:none;
    padding:0;
    margin:0;
}

.contact-sidebar-list li{
    margin-bottom:15px;
}

.contact-sidebar-list a{
    display:flex;
    gap:15px;
    align-items:center;
    padding:18px;
    border-radius:18px;
    text-decoration:none;
    background:#f8fafc;
    border:1px solid #edf1f5;
    transition:.3s;
}

.contact-sidebar-list a:hover{
    border-color:#0d8b55;
}

.contact-icon{
    width:55px;
    height:55px;
    border-radius:15px;
    background:#e8f6ef;
    display:flex;
    align-items:center;
    justify-content:center;
}

.contact-icon i{
    color:#0d8b55;
    font-size:20px;
}

.contact-sidebar-list small{
    display:block;
    color:#667788;
}

.contact-sidebar-list strong{
    color:#172331;
    font-size:15px;
}

.contact-form-card{
    background:#fff;
    padding:40px;
    border-radius:28px;
    border:1px solid #dcebe5;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.form-title{
    font-size:30px;
    font-weight:800;
    margin-bottom:25px;
    color:#172331;
}

.form-label{
    font-weight:600;
    color:#172331;
}

.form-control{
    height:58px;
    border-radius:16px;
    border:1px solid #dfe7ec;
}

textarea.form-control{
    height:auto;
    min-height:140px;
}

.form-control:focus{
    border-color:#0d8b55;
    box-shadow:none;
}

.captcha-btn{
    background:#0d8b55;
    color:#fff;
    border:none;
    border-radius:16px;
}

.contact-disclaimer{
    background:#f8fafc;
    padding:18px;
    border-radius:16px;
    font-size:14px;
    color:#667788;
    line-height:1.8;
}

.contact-submit-btn{
    background:#0d8b55;
    color:#fff;
    border:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
}

.contact-submit-btn:hover{
    background:#087245;
    color:#fff;
}

.disclosure-hero-section{
    background:#f5fbf8;
}

.disclosure-hero-wrapper{
    background:linear-gradient(135deg,#0d8b55,#14a56a);
    padding:60px;
    border-radius:32px;
    box-shadow:0 20px 50px rgba(13,139,85,.18);
}

.disclosure-breadcrumb{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
}

.disclosure-breadcrumb a{
    color:#ffffff;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
}

.disclosure-breadcrumb span{
    color:rgba(255,255,255,.85);
    font-size:14px;
}

.disclosure-label{
    display:inline-block;
    background:rgba(255,255,255,.18);
    color:#ffffff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.disclosure-hero-title{
    color:#ffffff;
    font-size:60px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:18px;
}

.disclosure-hero-desc{
    color:rgba(255,255,255,.92);
    font-size:18px;
    line-height:1.9;
    margin-bottom:10px;
}

.disclosure-updated{
    color:rgba(255,255,255,.78);
    font-size:14px;
    margin:0;
}

.disclosure-actions{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.disclosure-btn{
    width:100%;
    border:2px solid rgba(255,255,255,.40);
    color:#ffffff;
    border-radius:50px;
    padding:15px 25px;
    font-size:16px;
    font-weight:700;
}

.disclosure-btn:hover{
    background:#ffffff;
    color:#0d8b55;
}
.disclosure-summary-section{
    background:#f5fbf8;
}

.disclosure-summary-panel{
    background:#ffffff;
    border:1px solid #dcebe5;
    border-radius:28px;
    padding:35px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.disclosure-summary-list{
    display:grid;
    gap:20px;
}

.disclosure-summary-list li{
    display:flex;
    align-items:flex-start;
    gap:16px;
    background:#f8fcfa;
    border:1px solid #e3f1eb;
    border-radius:20px;
    padding:22px;
    transition:.3s;
}

.disclosure-summary-list li:hover{
    transform:translateY(-4px);
    border-color:#0d8b55;
    box-shadow:0 12px 30px rgba(13,139,85,.08);
}

.summary-icon{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:14px;
    background:#e8f6ef;
    display:flex;
    align-items:center;
    justify-content:center;
}

.summary-icon i{
    color:#0d8b55;
    font-size:21px;
}

.disclosure-summary-list span{
    color:#667788;
    font-size:16px;
    line-height:1.8;
    font-weight:500;
}

.compensation-section{
    background:#f5fbf8;
}

.section-header{
    max-width:850px;
}

.section-label{
    display:inline-block;
    background:#e8f6ef;
    color:#0d8b55;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.section-title{
    font-size:40px;
    font-weight:800;
    color:#172331;
    line-height:1.2;
    margin-bottom:15px;
}

.section-lead{
    color:#667788;
    font-size:17px;
    line-height:1.8;
    margin:0;
}

.compensation-card{
    background:#ffffff;
    border:1px solid #dcebe5;
    border-radius:28px;
    padding:35px 28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
    transition:.35s;
}

.compensation-card:hover{
    transform:translateY(-8px);
    border-color:#0d8b55;
    box-shadow:0 20px 50px rgba(13,139,85,.12);
}

.compensation-icon{
    width:80px;
    height:80px;
    border-radius:22px;
    background:#e8f6ef;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
}

.compensation-icon i{
    font-size:30px;
    color:#0d8b55;
}

.compensation-card h3{
    font-size:22px;
    font-weight:800;
    color:#172331;
    margin-bottom:15px;
    line-height:1.4;
}

.compensation-card p{
    color:#667788;
    font-size:15px;
    line-height:1.8;
    margin:0;
}

.meaning-section{
    background:#ffffff;
}

.section-header{
    max-width:850px;
}

.section-label{
    display:inline-block;
    background:#e8f6ef;
    color:#0d8b55;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.section-title{
    font-size:40px;
    font-weight:800;
    color:#172331;
    line-height:1.2;
    margin-bottom:15px;
}

.section-lead{
    color:#667788;
    font-size:17px;
    line-height:1.8;
    margin:0;
}

.meaning-card{
    background:#ffffff;
    border:1px solid #dcebe5;
    border-radius:28px;
    padding:35px 28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
    transition:.35s;
}

.meaning-card:hover{
    transform:translateY(-8px);
    border-color:#0d8b55;
    box-shadow:0 20px 50px rgba(13,139,85,.12);
}

.meaning-icon{
    width:80px;
    height:80px;
    border-radius:22px;
    background:#e8f6ef;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
}

.meaning-icon i{
    font-size:30px;
    color:#0d8b55;
}

.meaning-card h3{
    font-size:22px;
    font-weight:800;
    color:#172331;
    margin-bottom:15px;
    line-height:1.4;
}

.meaning-card p{
    color:#667788;
    font-size:15px;
    line-height:1.8;
    margin:0;
}

.limits-role-section{
    background:#f5fbf8;
}

.limits-role-wrapper{
    background:#ffffff;
    border-radius:30px;
    padding:50px;
    border:1px solid #dcebe5;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.warning-label{
    background:#fff4e5;
    color:#ff8a00;
}

.section-label{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.limits-title{
    font-size:46px;
    font-weight:800;
    color:#172331;
    line-height:1.15;
    margin-bottom:15px;
}

.limits-desc{
    color:#667788;
    font-size:17px;
    line-height:1.9;
    margin:0;
}

.limits-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.limits-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
    background:#fffaf3;
    border:1px solid #ffe6bf;
    border-radius:22px;
    padding:22px;
    transition:.35s;
}

.limits-item:hover{
    transform:translateY(-5px);
    border-color:#ffb84d;
    box-shadow:0 12px 30px rgba(255,138,0,.10);
}

.limits-icon{
    width:50px;
    height:50px;
    min-width:50px;
    border-radius:14px;
    background:#fff0d9;
    display:flex;
    align-items:center;
    justify-content:center;
}

.limits-icon i{
    color:#ff8a00;
    font-size:22px;
}

.limits-item p{
    margin:0;
    color:#495057;
    font-size:16px;
    line-height:1.8;
    font-weight:500;
}
.availability-cta-section{
    background:#f5fbf8;
}

.availability-cta{
    background:linear-gradient(135deg,#0d8b55,#16a56d);
    padding:60px 40px;
    border-radius:30px;
    box-shadow:0 20px 50px rgba(13,139,85,.18);
}

.availability-cta h2{
    color:#ffffff;
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
}

.availability-cta p{
    max-width:750px;
    margin:0 auto 30px;
    color:rgba(255,255,255,.90);
    font-size:17px;
    line-height:1.8;
}

.availability-btn{
    background:#ffffff;
    color:#0d8b55;
    border:none;
    border-radius:50px;
    padding:14px 38px;
    font-size:16px;
    font-weight:700;
    transition:.3s;
}

.availability-btn:hover{
    background:#f8f9fa;
    color:#0d8b55;
    transform:translateY(-3px);
}
@media screen and (max-width:768px){
   .contact-hero-wrapper{
    background:linear-gradient(135deg,#0d8b55,#14a56a);
    padding:30px;
    border-radius:32px;
    box-shadow:0 20px 50px rgba(13,139,85,.18);
}
.disclosure-hero-wrapper{
    background:linear-gradient(135deg,#0d8b55,#14a56a);
    padding:30px;
    border-radius:32px;
    box-shadow:0 20px 50px rgba(13,139,85,.18);
}
.disclosure-summary-panel{
    background:#ffffff;
    border:1px solid #dcebe5;
    border-radius:28px;
    padding:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.limits-role-wrapper{
    background:#ffffff;
    border-radius:30px;
    padding:25px;
    border:1px solid #dcebe5;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}
}