
/* BLOCK 10 — LAPTOP COURSE */
.laptop-course-shell{max-width:1050px;margin:auto;padding:118px 20px 80px}
.laptop-kicker{color:var(--cyan);font-weight:900;letter-spacing:.12em;font-size:.74rem}
.laptop-course-shell h1{font-family:var(--font-title);font-size:clamp(2.3rem,5vw,4.6rem);line-height:1;margin:.35em 0}
.laptop-lead{max-width:850px;color:var(--muted);font-size:1.08rem}
.editorial-section{margin:31px 0}.editorial-section h2{font-family:var(--font-title);font-size:1.55rem}.editorial-section p{color:#b2bfcb;line-height:1.8}
.laptop-step{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center;margin:28px 0;padding:20px;border:1px solid rgba(0,229,255,.15);border-radius:20px;background:#0b121b}
.laptop-step img{width:100%;height:auto;border-radius:15px}.laptop-step span{color:var(--cyan);font-weight:900;letter-spacing:.1em;font-size:.74rem}
.one-video,.free-study-box{margin:36px 0;padding:23px;border-radius:20px;border:1px solid rgba(0,229,255,.17);background:#09121b}
.one-video-frame{aspect-ratio:16/9;display:grid;place-items:center;text-align:center;padding:30px;border-radius:15px;background:linear-gradient(135deg,#101d2a,#071018);color:var(--muted)}
.free-study-box{border-color:rgba(0,227,140,.2);background:rgba(0,227,140,.04)}
.free-study-box>strong{color:var(--green)}
.notebook-module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:36px}
.notebook-module-card{padding:24px;border:1px solid var(--line);border-radius:19px;background:var(--surface)}
.notebook-module-card h2{font-family:var(--font-title);font-size:1.35rem}
.notebook-module-card p{color:var(--muted)}
@media(max-width:760px){.laptop-step,.notebook-module-grid{grid-template-columns:1fr}}
