*{box-sizing:border-box}body{margin:0;background:#f5f8f7;color:#173b43;font-family:Arial,Helvetica,sans-serif;line-height:1.6}header,main,footer{max-width:1100px;margin:auto;padding:26px 32px}header{display:flex;align-items:center;gap:20px;border-bottom:1px solid #c9d9da}.brand{font-size:28px;font-weight:900;letter-spacing:.06em}.tag{font-size:15px;color:#49676d}h1{font-size:clamp(32px,5vw,50px);line-height:1.12;margin:18px 0}h2{font-size:25px;line-height:1.25;margin:16px 0 12px}.lead{font-size:20px;max-width:650px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;margin:32px 0}.lesson{background:white;border:1px solid #c5d6d7;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 5px 18px #193c4308}.illustration{height:155px;display:flex;justify-content:space-between;align-items:center;padding:24px 30px;background:#daece8}.lesson:nth-child(2) .illustration{background:#e5def2}.number{font-size:58px;font-weight:bold;line-height:1;color:#173b43}.number small{display:block;font-size:13px;letter-spacing:.15em;margin-bottom:9px}.content{padding:24px 28px;display:flex;flex-direction:column;flex:1}.content p{margin:0 0 18px}.topics{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.topics span{background:#f0f5f5;border-radius:7px;padding:4px 9px;font-size:14px}.actions{display:flex;gap:12px;margin-top:auto}.actions a{flex:1;text-align:center;text-decoration:none;background:#185966;color:white;border-radius:10px;padding:13px 15px;font-size:18px;font-weight:bold}.actions a:last-child{background:#7254a0}.actions a:hover{filter:brightness(.9)}a:focus-visible{outline:4px solid #ce8a15;outline-offset:4px}.note{border-left:5px solid #ddb239;background:#fff3cb;padding:15px 20px;border-radius:0 12px 12px 0}footer{font-size:14px;color:#49676d}svg{width:155px;height:110px}@media(max-width:660px){header,main,footer{padding:20px}.grid{grid-template-columns:1fr;gap:20px}.illustration{height:130px}h2{font-size:24px}}