.speed-guide-section{
    background:linear-gradient(135deg, #eef7f2 0%, #f8fafb 50%, #f4f8f6 100%);
}

.speed-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 18px;
    background:#e8f8f0;
    color:#0d8b55;
    border-radius:50px;
    font-weight:700;
    margin-bottom:20px;
}

.speed-title{
    font-size:45px;
    font-weight:800;
    margin-bottom:15px;
}

.speed-desc{
    color:#667788;
    line-height:1.9;
    margin-bottom:25px;
}

.speed-widget{
    background:#fff;
    border-radius:24px;
    padding:35px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.speed-gauge{
    display:flex;
    justify-content:center;
}

.speed-circle{
    width:180px;
    height:180px;
    border-radius:50%;
    border:12px solid #0d8b55;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.speed-circle i{
    font-size:32px;
    color:#0d8b55;
    margin-bottom:10px;
}

.speed-circle h3{
    font-size:22px;
    font-weight:800;
    margin:0;
}

.speed-stat{
    background:#f8fafb;
    padding:20px;
    border-radius:16px;
}

.speed-stat span{
    display:block;
    color:#667788;
    margin-bottom:8px;
}

.speed-stat strong{
    color:#172331;
}

.speed-basics-section{
    background:#f5fbf8;
}

.speed-basic-card{
    background:#fff;
    border:1px solid #e8edf1;
    border-radius:24px;
    padding:35px 28px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.3s ease;
}

.speed-basic-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.10);
}

.speed-basic-icon{
    width:85px;
    height:85px;
    margin:0 auto 22px;
    border-radius:50%;
    background:#e8f8f0;
    display:flex;
    align-items:center;
    justify-content:center;
}

.speed-basic-icon i{
    font-size:34px;
    color:#0d8b55;
}

.speed-basic-card h3{
    font-size:22px;
    font-weight:700;
    color:#172331;
    margin-bottom:15px;
}

.speed-basic-card p{
    color:#667788;
    line-height:1.9;
    margin:0;
    font-size:15px;
}

.speed-tier-section{
    background:#ffffff;
}

.speed-tier-card{
    background:#fff;
    border:1px solid #e8edf1;
    border-radius:24px;
    padding:30px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.3s ease;
}

.speed-tier-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.10);
    border-color:#0d8b55;
}

.speed-tier-speed{
    display:inline-block;
    background:#e8f8f0;
    color:#0d8b55;
    padding:9px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:800;
    margin-bottom:20px;
}

.speed-tier-card h3{
    font-size:22px;
    font-weight:800;
    color:#172331;
    margin-bottom:14px;
}

.speed-tier-card p{
    color:#667788;
    font-size:15px;
    line-height:1.8;
    margin-bottom:20px;
}

.speed-tier-card ul{
    list-style:none;
    margin:0;
    padding:0;
}

.speed-tier-card li{
    color:#445566;
    font-size:15px;
    line-height:1.8;
    margin-bottom:10px;
    padding-left:26px;
    position:relative;
}

.speed-tier-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#0d8b55;
    font-weight:800;
}

.speed-tier-card li:last-child{
    margin-bottom:0;
}

.wifi-reality-section{
    background:#fff;
}

.wifi-tip-card{
    background:#fff;
    border:1px solid #e8edf1;
    border-radius:20px;
    padding:22px;
    display:flex;
    align-items:flex-start;
    gap:16px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s ease;
}

.wifi-tip-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.wifi-tip-card i{
    color:#0d8b55;
    font-size:22px;
    margin-top:3px;
    flex-shrink:0;
}

.wifi-tip-card span{
    color:#445566;
    line-height:1.8;
    font-size:15px;
}

.wifi-guide-link{
    margin-top:35px;
    text-align:center;
}

.wifi-guide-link p{
    color:#667788;
    font-size:14px;
}

.wifi-guide-link a{
    color:#0d8b55;
    text-decoration:none;
    font-weight:700;
}

.wifi-guide-link a:hover{
    text-decoration:underline;
}

.custom-faq-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);
}

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

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

.custom-faq-accordion .accordion-button:focus{
    box-shadow:none;
}

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

.custom-faq-accordion .accordion-button::after{
    font-weight:700;
}

.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;
}