/* RKDT Modul 03 – Digital Scouts */
.rkdt-ds-page .rkdt-page-header{display:none}.rkdt-ds-page .rkdt-page-content{padding-top:1rem;padding-bottom:3rem}.rkdt-ds-page .rkdt-page-content>article{margin:0}
.rkdt-ds{--ds-red:#d10f1a;--ds-dark:#292929;--ds-muted:#626a70;--ds-border:#dfe3e6;--ds-soft:#f7f8f9;--ds-pink:#fff1f2;max-width:1180px;margin:0 auto;color:var(--ds-dark);font-family:inherit}.rkdt-ds *{box-sizing:border-box}.rkdt-ds a{text-decoration:none}.rkdt-ds svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.rkdt-ds-breadcrumb{display:flex;align-items:center;gap:.58rem;margin:0 0 .85rem;padding:.5rem .75rem;border-radius:5px;background:#eceeef;color:#62676b;font-size:.8rem;overflow:auto;white-space:nowrap}.rkdt-ds-breadcrumb strong{color:var(--ds-red);font-weight:900;letter-spacing:.04em}.rkdt-ds-breadcrumb em{padding:.28rem .55rem;border-radius:4px;background:#f7f7f7;font-style:normal;font-weight:650}
.rkdt-ds-hero{display:grid;grid-template-columns:1.06fr 1fr;min-height:335px;overflow:hidden;border:1px solid var(--ds-border);border-radius:10px;background:#fff;box-shadow:0 7px 26px rgba(32,34,36,.06)}.rkdt-ds-hero__content{padding:2rem 2.2rem;background-color:#fff;background-image:linear-gradient(#edf0f2 1px,transparent 1px),linear-gradient(90deg,#edf0f2 1px,transparent 1px);background-size:38px 38px}.rkdt-ds-eyebrow,.rkdt-ds-section-label{margin:0 0 .65rem;color:var(--ds-red);font-size:.82rem;font-weight:950;letter-spacing:.065em;text-transform:uppercase}.rkdt-ds-hero h1{margin:0;font-size:clamp(2.35rem,4vw,4rem);font-weight:950;letter-spacing:-.05em;line-height:1.02}.rkdt-ds-hero__content>p:not(.rkdt-ds-eyebrow){max-width:590px;margin:1rem 0;color:#555d63;font-size:1.03rem;line-height:1.55}.rkdt-ds-hero__visual{min-height:335px;background:#eee}.rkdt-ds-hero__visual img{display:block;width:100%;height:100%;min-height:335px;object-fit:cover;object-position:center}
.rkdt-ds-hero__actions{display:flex;gap:.7rem;flex-wrap:wrap;margin:1.1rem 0}.rkdt-ds-btn{display:inline-flex;align-items:center;gap:.45rem;min-height:42px;padding:.72rem 1.15rem;border:1px solid #d8dcdf;border-radius:5px;color:#24282b;font-size:.85rem;font-weight:850}.rkdt-ds-btn--red{border-color:var(--ds-red);background:var(--ds-red);color:#fff}.rkdt-ds-btn--light{background:#fff}.rkdt-ds-btn:hover{transform:translateY(-1px);box-shadow:0 5px 12px rgba(0,0,0,.06)}.rkdt-ds-ext{display:inline-flex;margin-left:.35rem;font-size:.85em}
.rkdt-ds-hero__stats{display:flex;gap:.7rem;flex-wrap:wrap}.rkdt-ds-hero__stats>div{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:.6rem;min-width:220px;padding:.65rem .85rem;border:1px solid #dfe3e6;border-radius:7px;background:rgba(255,255,255,.94)}.rkdt-ds-hero__stats span{display:grid;width:38px;height:38px;place-items:center;color:var(--ds-red);font-size:1.7rem}.rkdt-ds-hero__stats strong{font-size:1.8rem}.rkdt-ds-hero__stats p{margin:0}.rkdt-ds-hero__stats b{display:block;font-size:.77rem}.rkdt-ds-hero__stats small{display:block;color:#6d747a;font-size:.68rem}
.rkdt-ds-entry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:1rem 0 1.5rem}.rkdt-ds-entry{position:relative;display:flex;min-height:135px;flex-direction:column;justify-content:center;padding:1.25rem 1.3rem;border-radius:8px;color:#fff;overflow:hidden;box-shadow:0 6px 18px rgba(30,32,34,.08)}.rkdt-ds-entry--red{background:linear-gradient(135deg,#b80e18,#d10f1a)}.rkdt-ds-entry--dark{background:linear-gradient(135deg,#333,#222)}.rkdt-ds-entry>span{align-self:flex-start;padding:.24rem .45rem;border:1px solid rgba(255,255,255,.45);border-radius:3px;font-size:.65rem;font-weight:850;text-transform:uppercase}.rkdt-ds-entry strong{margin:.75rem 0 .25rem;font-size:1.35rem}.rkdt-ds-entry small{max-width:85%;font-size:.78rem;line-height:1.4;opacity:.94}.rkdt-ds-entry i{position:absolute;right:0;bottom:0;display:grid;width:44px;height:44px;place-items:center;background:rgba(0,0,0,.12);font-style:normal;font-size:1.25rem}.rkdt-ds-entry:hover{color:#fff;transform:translateY(-2px)}
.rkdt-ds-main{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:1rem}.rkdt-ds-main__content>h2{margin:.05rem 0 .35rem;font-size:2rem;font-weight:950;letter-spacing:-.035em}.rkdt-ds-lead{margin:0 0 1rem;color:#656d73;font-size:.9rem}.rkdt-ds-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.rkdt-ds-topic{display:flex;min-height:330px;flex-direction:column;padding:1rem;border:1px solid var(--ds-border);border-radius:9px;background:#fff;box-shadow:0 4px 14px rgba(28,30,32,.04);scroll-margin-top:150px}.rkdt-ds-topic__head{display:flex;align-items:center;gap:.75rem;min-height:58px}.rkdt-ds-topic__head h3{margin:0;font-size:1.03rem;font-weight:900}.rkdt-ds-topic__icon,.rkdt-ds-brand{display:grid;width:54px;height:54px;flex:0 0 54px;place-items:center;border-radius:50%;background:var(--ds-pink);color:var(--ds-red);font-size:1.8rem}.rkdt-ds-brand svg{width:48px;height:48px;stroke:none}.rkdt-ds-topic ul{display:grid;gap:.38rem;margin:.85rem 0 1rem;padding:0;list-style:none}.rkdt-ds-topic li{position:relative;padding-left:1.15rem;color:#4b5359;font-size:.79rem;line-height:1.35}.rkdt-ds-topic li:before{content:'✓';position:absolute;left:0;top:0;color:var(--ds-red);font-weight:900}.rkdt-ds-topic__links{display:grid;gap:.35rem;margin-top:auto}.rkdt-ds-topic__links>a{display:flex;align-items:center;justify-content:space-between;gap:.45rem;padding:.55rem .65rem;border:1px solid #dde1e4;border-radius:5px;color:#31363a;font-size:.75rem;font-weight:750}.rkdt-ds-topic__links>a:hover{border-color:#f0b2b6;color:var(--ds-red)}.rkdt-ds-practice{margin-top:auto;padding:.75rem;border-left:3px solid var(--ds-red);background:#f7f8f9;color:#5a6268;font-size:.75rem;line-height:1.45}.rkdt-ds-practice b{display:block;margin-bottom:.25rem;color:#303438}
.rkdt-ds-sidebar{display:grid;align-content:start;gap:.8rem}.rkdt-ds-info,.rkdt-ds-help{padding:.9rem;border:1px solid #f0c8cb;border-radius:9px;background:#fff6f6}.rkdt-ds-info>h3{display:flex;align-items:center;gap:.5rem;margin:0 0 .65rem;color:var(--ds-red);font-size:1rem}.rkdt-ds-info>h3 svg{font-size:1.45rem}.rkdt-ds-info>div{display:grid;grid-template-columns:auto 1fr;gap:.55rem;padding:.75rem .25rem;border-top:1px solid #eadfe0}.rkdt-ds-info>div>span{display:grid;width:32px;height:32px;place-items:center;color:var(--ds-red);font-size:1.35rem}.rkdt-ds-info p{margin:0}.rkdt-ds-info b{display:block;font-size:.75rem}.rkdt-ds-info small{display:block;margin-top:.12rem;color:#555d63;font-size:.72rem;line-height:1.35}.rkdt-ds-help{border-color:var(--ds-border);background:#fff}.rkdt-ds-help h3{margin:0 0 .25rem;font-size:.95rem}.rkdt-ds-help p{margin:0 0 .75rem;color:#626a70;font-size:.8rem}.rkdt-ds-help__link{display:flex;align-items:center;gap:.35rem;color:var(--ds-red);font-size:.78rem;font-weight:850}.rkdt-ds-note{margin-top:1rem;padding:.75rem 1rem;border-left:3px solid var(--ds-red);background:#f5f7f8;color:#60686d;font-size:.77rem;line-height:1.5}
.rkdt-has-ds-module .rkdt-entry-tile--digital-scouts{background:linear-gradient(135deg,#b80e18,#e01521)}
@media(min-width:1020px){.rkdt-has-ds-module .rkdt-entry-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.rkdt-has-ds-module .rkdt-entry-tile{min-height:150px}}
@media(max-width:1000px){.rkdt-ds-hero{grid-template-columns:1fr}.rkdt-ds-hero__visual{min-height:280px}.rkdt-ds-entry-grid{grid-template-columns:1fr}.rkdt-ds-main{grid-template-columns:1fr}.rkdt-ds-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rkdt-ds-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.rkdt-has-ds-module .rkdt-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.rkdt-ds-page .rkdt-page-content{padding-top:.5rem}.rkdt-ds-hero__content{padding:1.35rem}.rkdt-ds-hero h1{font-size:2.3rem}.rkdt-ds-topic-grid,.rkdt-ds-sidebar{grid-template-columns:1fr}.rkdt-ds-topic{min-height:auto}.rkdt-ds-hero__stats>div{min-width:100%}.rkdt-has-ds-module .rkdt-entry-grid{grid-template-columns:1fr}}
