/* KENDOS – Wypadki w drodze. Unikalny prefiks kwdr- */
.kwdr-section{
    --kwdr-bg:#f7f7f7;
    --kwdr-red:#d40000;
    --kwdr-yellow:#f5c400;
    width:100%;
    margin:0;
    padding:72px 24px 84px;
    background:var(--kwdr-bg);
    color:#111;
    font-family:inherit;
    box-sizing:border-box;
    overflow:hidden;
}
.kwdr-section *, .kwdr-section *::before, .kwdr-section *::after{box-sizing:border-box}
.kwdr-inner{width:min(1180px,100%);margin:0 auto}
.kwdr-header{max-width:930px;margin:0 auto 34px;text-align:center}
.kwdr-eyebrow{display:flex;align-items:center;justify-content:center;gap:17px;margin:0 0 12px;color:var(--kwdr-red);font-size:13px;line-height:1.2;font-weight:700}
.kwdr-eyebrow span{width:52px;height:2px;display:block;background:var(--kwdr-red)}
.kwdr-title{margin:0;padding:0;color:#111;font-size:clamp(34px,4vw,50px);line-height:1.08;font-weight:700;letter-spacing:-.035em}
.kwdr-intro{max-width:760px;margin:17px auto 0;color:#4a4a4a;font-size:16px;line-height:1.62}
.kwdr-rule{display:flex;width:118px;height:4px;margin:20px auto 0;overflow:hidden}
.kwdr-rule i:nth-child(1){flex:1;background:#111}.kwdr-rule i:nth-child(2){flex:1;background:var(--kwdr-red)}.kwdr-rule i:nth-child(3){flex:1;background:var(--kwdr-yellow)}
.kwdr-accordion{display:flex;flex-direction:column;gap:15px;max-width:1040px;margin:0 auto}
.kwdr-item{margin:0;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 16px 42px rgba(0,0,0,.085)}
.kwdr-summary{position:relative;min-height:104px;display:flex;align-items:center;gap:18px;padding:20px 26px;cursor:pointer;list-style:none;user-select:none}
.kwdr-summary::-webkit-details-marker{display:none}
.kwdr-summary::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--kwdr-yellow)}
.kwdr-icon{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;border-radius:50%;color:#ae8900;background:rgba(245,196,0,.14)}
.kwdr-icon svg{width:26px;height:26px}
.kwdr-summary-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:5px}
.kwdr-summary-copy strong{color:#111;font-size:20px;line-height:1.25;font-weight:700}
.kwdr-summary-copy small{color:#626262;font-size:14px;line-height:1.4;font-weight:400}
.kwdr-plus{width:34px;height:34px;flex:0 0 34px;position:relative;border:1.5px solid #b18c00;border-radius:50%}
.kwdr-plus i{position:absolute;left:50%;top:50%;width:13px;height:2px;background:#b18c00;transform:translate(-50%,-50%);transition:transform .18s ease,opacity .18s ease}
.kwdr-plus i:nth-child(2){transform:translate(-50%,-50%) rotate(90deg)}
.kwdr-item[open] .kwdr-plus i:nth-child(2){transform:translate(-50%,-50%) rotate(0deg);opacity:0}
.kwdr-content{border-top:1px solid rgba(0,0,0,.07);padding:31px 34px 38px 98px;color:#303030;font-size:15px;line-height:1.72}
.kwdr-content>*:first-child{margin-top:0}.kwdr-content>*:last-child{margin-bottom:0}.kwdr-content p{margin:0 0 15px}
.kwdr-content h3{margin:32px 0 13px;padding:0 0 9px;color:#111;font-size:24px;line-height:1.25;font-weight:700;border-bottom:2px solid var(--kwdr-yellow)}
.kwdr-content h4{margin:22px 0 8px;color:var(--kwdr-red);font-size:17px;line-height:1.35;font-weight:700}
.kwdr-content ul{margin:8px 0 20px;padding:0;list-style:none}.kwdr-content li{position:relative;margin:7px 0;padding-left:22px}
.kwdr-content li::before{content:"";position:absolute;left:2px;top:.75em;width:7px;height:7px;border-radius:50%;background:var(--kwdr-yellow);transform:translateY(-50%)}
@media(max-width:760px){
    .kwdr-section{padding:52px 16px 58px}.kwdr-header{text-align:left;margin-bottom:26px}.kwdr-eyebrow{justify-content:flex-start;gap:11px}.kwdr-eyebrow span{width:34px}.kwdr-title{font-size:32px;line-height:1.1}.kwdr-intro{font-size:15px;margin-left:0}.kwdr-rule{margin-left:0}
    .kwdr-summary{min-height:94px;gap:13px;padding:16px 17px}.kwdr-icon{width:46px;height:46px;flex-basis:46px}.kwdr-icon svg{width:22px;height:22px}.kwdr-summary-copy strong{font-size:16px}.kwdr-summary-copy small{font-size:12px}.kwdr-plus{width:30px;height:30px;flex-basis:30px}.kwdr-content{padding:24px 18px 30px;font-size:14px;line-height:1.68}.kwdr-content h3{font-size:20px}.kwdr-content h4{font-size:16px}
}
