.move-switch-hero-section{
    background:#f5fbf8;
}

.move-switch-title{
    font-size:56px;
    font-weight:800;
    color:#172331;
    line-height:1.15;
}

.move-switch-lead{
    color:#667788;
    font-size:18px;
    line-height:1.9;
    max-width:720px;
}

.move-switch-call-btn{
    border:2px solid #0d8b55;
    color:#0d8b55;
    border-radius:50px;
    padding:14px 28px;
    font-weight:700;
}

.move-switch-call-btn:hover{
    background:#0d8b55;
    color:#fff;
}

.move-switch-zip-card{
    background:#fff;
    border:1px solid #e8edf1;
    border-radius:28px;
    padding:35px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

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

.zip-lead{
    color:#667788;
    font-size:16px;
    line-height:1.8;
    margin-bottom:0;
}

.zip-bar{
    display:flex;
    align-items:center;
    border:2px solid #e5e7eb;
    border-radius:60px;
    padding:6px;
    background:#fff;
}

.zip-icon{
    width:50px;
    display:flex;
    justify-content:center;
    color:#0d8b55;
    font-size:20px;
    flex-shrink:0;
}

.zip-input{
    flex:1;
    border:none;
    outline:none;
    padding:13px 8px;
    font-size:15px;
    background:transparent;
}

.zip-btn{
    border:none;
    background:#0d8b55;
    color:#fff;
    font-weight:700;
    padding:13px 22px;
    border-radius:50px;
}

.zip-btn:hover{
    background:#0a7547;
}

.zip-error{
    color:#dc3545;
    font-size:14px;
    margin-top:12px;
}

.move-switch-path-section{
    background:#f5fbf8;
}

.move-path-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    border:1px solid #e7edf2;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.3s ease;
}

.move-path-card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 50px rgba(0,0,0,.10);
}

.move-path-head{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:20px;
}

.move-path-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#e8f8f0;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.move-path-icon i{
    font-size:28px;
    color:#0d8b55;
}

.move-path-head h3{
    font-size:24px;
    font-weight:700;
    color:#172331;
    margin:0;
    line-height:1.4;
}

.move-path-card p{
    color:#667788;
    line-height:1.9;
    margin-bottom:22px;
}

.move-path-list{
    list-style:none;
    padding:0;
    margin:0;
}

.move-path-list li{
    position:relative;
    padding-left:30px;
    margin-bottom:14px;
    color:#445566;
    line-height:1.8;
}

.move-path-list li:last-child{
    margin-bottom:0;
}

.move-path-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    font-weight:700;
    color:#0d8b55;
}
.move-timeline{
    position:relative;
    padding-left:20px;
}

.move-timeline::before{
    content:"";
    position:absolute;
    left:34px;
    top:0;
    bottom:0;
    width:2px;
    background:#dbe4ea;
}

.move-timeline-item{
    position:relative;
    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-bottom:30px;
}

.move-timeline-item:last-child{
    margin-bottom:0;
}

.move-timeline-number{
    width:32px;
    height:32px;
    min-width:32px;
    border-radius:50%;
    background:#0d8b55;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
    position:relative;
    z-index:2;
    box-shadow:0 8px 20px rgba(13,110,253,.25);
}

.move-timeline-content{
    flex:1;
    background:#fff;
    padding:24px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    border:1px solid #eef2f6;
}

.move-timeline-content h3{
    font-size:18px;
    font-weight:700;
    color:#1d2939;
    margin-bottom:8px;
}

.move-timeline-content p{
    margin:0;
    color:#667085;
    line-height:1.7;
}

.move-switch-check-card{
    background:#ffffff;
    border:1px solid #e8edf3;
    border-radius:18px;
    padding:18px 20px;
    display:flex;
    align-items:flex-start;
    gap:14px;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:all .3s ease;
}

.move-switch-check-card:hover{
    transform:translateY(-4px);
    box-shadow:0 14px 35px rgba(0,0,0,.08);
}

.move-switch-check-card i{
    color:#16a34a;
    font-size:20px;
    margin-top:3px;
    flex-shrink:0;
}

.move-switch-check-card span{
    color:#475467;
    line-height:1.7;
    font-size:15px;
}

.move-switch-checklist-section .small a{
    color:#0d6efd;
    font-weight:600;
    text-decoration:none;
}

.move-switch-checklist-section .small a:hover{
    text-decoration:underline;
}

.move-switch-mistakes-list{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.move-switch-mistake-card{
    background:#ffffff;
    border:1px solid #eceff3;
    border-left:5px solid #f59e0b;
    border-radius:16px;
    padding:18px 22px;
    display:flex;
    align-items:flex-start;
    gap:14px;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
    transition:all .3s ease;
}

.move-switch-mistake-card:hover{
    transform:translateX(5px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.move-switch-mistake-card i{
    color:#f59e0b;
    font-size:22px;
    margin-top:2px;
    flex-shrink:0;
}

.move-switch-mistake-card span{
    color:#475467;
    font-size:15px;
    line-height:1.8;
    font-weight:500;
}

.move-switch-faq-section{
    background:#f5fbf8;
}

.move-switch-accordion{
    max-width:950px;
}

.move-switch-accordion .accordion-item{
    border:none;
    border-radius:18px !important;
    overflow:hidden;
    margin-bottom:16px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.move-switch-accordion .accordion-button{
    background:#fff;
    color:#172331;
    font-size:16px;
    font-weight:700;
    padding:20px 24px;
    box-shadow:none !important;
}

.move-switch-accordion .accordion-button:not(.collapsed){
    background:#0d8b55;
    color:#fff;
}

.move-switch-accordion .accordion-button:focus{
    box-shadow:none;
}

.move-switch-accordion .accordion-body{
    padding:0 24px 24px;
    color:#667788;
    line-height:1.8;
    font-size:15px;
}

.cta-disclaimer-section{
    background:#f5fbf8;
}

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

.cta-title{
    color:#fff;
    font-size:32px;
    font-weight:800;
    margin-bottom:12px;
}

.cta-text{
    color:rgba(255,255,255,.92);
    font-size:16px;
    line-height:1.8;
}

.cta-panel .btn{
    font-size:15px;
}

.disclaimer-box{
    background:#fff;
    border:1px solid #e7ecef;
    border-radius:20px;
    padding:24px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.disclaimer-box p{
    color:#667788;
    font-size:14px;
    line-height:1.9;
    text-align:center;
}