
.insight-quote {
    position: relative;
    margin: 12px 0 16px;
    
    padding: 16px 18px 16px 56px;
    
    background: #f8fafc;
    
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-left: 4px solid #b2bac6;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    
    color: inherit;
}

.insight-quote::before {
    content: "\201C";
    
    position: absolute;
    left: 16px;
    top: 6px;
    font-size: 44px;
    
    line-height: 1;
    color: #aeb6c2;
    
    opacity: 0.95;
}

.insight-quote::after {
    content: "\201C";
    
    position: absolute;
    right: 16px;
    bottom: 6px;
    font-size: 44px;
    
    line-height: 1;
    color: #aeb6c2;
    
    opacity: 0.95;
    
    transform: rotate(180deg);
    
    pointer-events: none;
    
}

.insight-quote p {
    margin: 0;
}

.insight-quote cite {
    display: block;
    margin-top: 8px;
    font-size: 0.95rem;
    color: #555;
    opacity: 0.9;
}


.rec-card {
    --rec-accent: #1b76d1;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 14px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-left: 4px solid var(--rec-accent);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
    margin: 10px 0 6px;
}

.rec-card i {
    font-size: 20px;
    color: var(--rec-accent);
    margin-top: 2px;
}

.rec-label {
    display: inline-block;
    font-size: .8rem;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(27, 118, 209, .10);
    color: #0f5da7;
    margin-bottom: 6px;
}

.rec-inline {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 10px 0 6px;
}

.rec-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef4ff;
    color: #0f5da7;
    border: 1px solid rgba(27, 118, 209, .18);
    flex: none;
    font-size: .85rem;
    margin-top: 5px
}

.rec-inline .fa-lightbulb {
    font-size: .9rem;
}

.rec-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
    margin: 10px 0 6px;
}

.rec-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #1b76d1;
    color: #fff;
    font-weight: 700;
    font-size: .9rem;
    box-shadow: 0 2px 6px rgba(27, 118, 209, .35);
}

.rec-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 10px 0 6px;
}

.rec-compare>div {
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 10px;
    background: #fff;
}

.rec-h {
    font-weight: 600;
    font-size: .9rem;
    opacity: .8;
    margin-bottom: 6px;
}

@media (max-width:680px) {
    .rec-inline {
        flex-direction: column;
        gap: 6px;
    }

    .rec-card {
        padding: 12px;
    }

    .rec-compare {
        grid-template-columns: 1fr;
    }
}




.accordion {
    --acc-accent: #1b76d1;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
    margin: 12px 0 8px;
    overflow: hidden;
}

.accordion+.accordion {
    margin-top: 10px;
}

.accordion summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    cursor: pointer;
    list-style: none;
    background: linear-gradient(180deg, #f7faff, #f9fbff);
    border-left: 4px solid var(--acc-accent);
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion .acc-title {
    font-weight: 600;
}

.accordion .acc-chevron {
    transition: transform .2s ease;
    color: var(--acc-accent);
}

.accordion[open] .acc-chevron {
    transform: rotate(90deg);
}

.accordion .acc-content {
    padding: 10px 14px 14px;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

@media (max-width: 479px) {

    .developer-experience-hero-copy {
        width: 73% !important;
    }

    .developer-experience-hero-subtitle {
        font-size: 12px !important
    }

    .insight-quote {
        margin: 8px 0 10px;
        padding: 10px 12px 10px 36px;
        
        border-left: 3px solid #b2bac6;
        border-radius: 8px;
    }

    .insight-quote::before {
        left: 10px;
        top: 4px;
        font-size: 28px;
        
    }

    .insight-quote::after {
        font-size: 23px;
        
        right: 10px;
        bottom: 4px;
    }

    .insight-quote p {
        font-size: .75rem;
        
        line-height: 1.4;
    }

    .insight-quote cite {
        margin-top: 6px;
        font-size: .8rem;
    }

    .kv-table {
        gap: 4px;
    }

    .kv-row {
        padding: 6px 8px;
        
        gap: 3px;
        
        border-radius: 7px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .02);
    }

    
    .kv-key {
        font-size: .9rem;
        
        line-height: 1.15;
        padding: 6px 8px;
        
    }

    .kv-key .kv-dot,
    .kv-dot {
        width: 6px;
        
        height: 6px;
    }

    .kv-value {
        font-size: .85rem;
        
        line-height: 1.4;
        margin-top: 2px;
        
    }

    .kv-row {
        border: 1px solid rgba(0, 0, 0, .05);
    }

    .project-section-content .kv-table {
        margin-top: 0;
    }

    .rec-inline {
        gap: 6px;
    }

    .rec-pill {
        padding: 2px 8px;
        
        font-size: .8rem;
        
        line-height: 1.2;
    }

    .rec-pill i,
    .rec-inline .fa-lightbulb {
        font-size: .85rem;
        
        margin-top: 0;
    }

    .body-text .bullet-list {
        list-style: disc;
        list-style-position: outside;
        
        margin: 6px 0 12px;
        padding-left: 18px;
        
    }

    .body-text .bullet-list li {
        font-size: 11px;
        
        line-height: 1.45;
        margin: 6px 0;
        
        padding-left: 0;
        
        word-break: break-word;
        
    }

    .body-text .bullet-list li::marker {
        color: #a8b3bf;
        
        font-size: .85em;
        
    }

}

@media (max-width:680px) {
    .accordion summary {
        padding: 12px;
    }

    .accordion .acc-content {
        padding: 10px 12px 12px;
    }
}





@media (max-width: 680px) {
    .insight-quote {
        padding: 14px 16px 14px 48px;
    }

    .insight-quote::before {
        left: 12px;
        top: 4px;
        font-size: 38px;
    }

    .insight-quote::after {
        font-size: 32px;
        right: 12px;
        bottom: 4px;
    }
}


.insight-quote--bubble {
    background: #2b2c2e;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #e74848;
    border-radius: 16px;
    padding: 18px 20px 22px 20px;
    
}

.insight-quote--bubble::before {
    content: none;
}

.insight-quote--bubble .bubble-outline {
    position: relative;
    display: inline-block;
    padding: 16px 18px;
    border: 2px solid #e74848;
    border-radius: 16px 16px 16px 16px;
}

.insight-quote--bubble .bubble-outline::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 48px;
    width: 56px;
    height: 56px;
    border: 2px solid #e74848;
    border-bottom: none;
    border-left: none;
    border-radius: 0 100% 0 0;
}

.insight-quote--bubble cite {
    color: rgba(255, 255, 255, 0.8);
}

.chapter-divider,
.project-section-title-bar {
    background: #8081C6 !important;
}

#section-nav a[aria-current="true"] {
    color: #8081C6 !important;
}