.guide-card{background:var(--white);border:2px solid var(--gold);border-radius:30px;padding:50px 40px 36px;text-align:center;display:flex;flex-direction:column;align-items:center;min-height:239px}.guide-card__title{margin:0 0 16px;font-size:20px;font-weight:700;color:var(--dark)}.guide-card__description{margin:0 0 24px;font-size:16px;line-height:26px;color:var(--text-card);max-width:479px;flex:1 1}.guide-card__link{display:inline-flex;align-items:center;gap:8px;font-size:18px;font-weight:700;color:var(--gold);text-decoration:none}.guide-card__link:hover{opacity:.85}.guide-card__link-icon{width:16px;height:16px;background:var(--gold);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.video-card{display:flex;flex-direction:column;border-radius:30px;overflow:hidden;box-shadow:0 4px 4px rgba(0,0,0,.25);background:var(--white)}.video-card__media{display:block;text-decoration:none;color:inherit}.video-card__thumb{position:relative;display:flex;align-items:center;justify-content:center;min-height:273px;background:linear-gradient(145deg,#2a2a2a,#1a1a1a);background-size:cover;background-position:50%;background-repeat:no-repeat;overflow:hidden}.video-card__thumb--has-image:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.2);pointer-events:none}.video-card__thumb:hover .video-card__play{transform:scale(1.08)}.video-card__play{position:relative;z-index:1;width:72px;height:72px;background:var(--gold);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;transition:transform .15s ease;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35))}.video-card__footer{background:var(--gold);padding:16px 24px 20px;text-align:center}.video-card__title{margin:0 0 4px;font-size:20px;font-weight:700;color:var(--dark);line-height:1.25}.video-card__duration{margin:0 0 8px;font-size:16px;color:#555}.video-card__link{display:inline-block;font-size:16px;font-weight:600;color:var(--dark);text-decoration:underline}.video-card__link:hover{color:#000}.education-page{width:100%;overflow-x:hidden;background:var(--page-bg)}.education-page__header{background:var(--dark);position:relative}.education-hero{padding:120px clamp(20px,7vw,100px) 60px;text-align:center;max-width:900px;margin:0 auto}.education-hero__title{margin:0 0 20px;font-size:clamp(36px,5vw,60px);font-weight:700;color:var(--gold);line-height:1.15}.education-hero__subtitle{margin:0;font-size:clamp(18px,2vw,24px);line-height:1.5;color:var(--white)}.education-hero__back{display:inline-block;margin-bottom:16px;color:var(--gold);font-weight:600;font-size:15px}.education-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:28px}.education-section-head__title{margin:0;font-size:28px;font-weight:700;color:var(--dark)}.education-section-head__link{font-weight:600;color:var(--dark);text-decoration:underline}.education-guides{background:var(--page-bg);padding:50px clamp(20px,7vw,100px);box-sizing:border-box}.education-guides__inner{max-width:1240px;margin:0 auto}.education-guides__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px 40px;gap:40px 40px}.education-videos{background:var(--page-bg);padding:0 clamp(20px,7vw,100px) 80px;box-sizing:border-box}.education-videos__inner{max-width:1240px;margin:0 auto}.education-videos__title{margin:0 0 32px;font-size:24px;font-weight:700;color:var(--dark)}.education-videos__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}@media (max-width:1100px){.education-videos__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.education-guides__grid,.education-videos__grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}