.clg-section{background:var(--theme-light-grey-color);color:var(--theme-dark-blue-color);font-family:var(--theme-poppins-font);font-weight:var(--theme-body-font-weight);line-height:var(--theme-body-line-height);padding:90px 0}.clg-section,.clg-section *,.clg-section :after,.clg-section :before{box-sizing:border-box}.clg-container{margin:0 auto;max-width:1240px;padding:0 24px}.clg-center-head{margin-bottom:56px;text-align:center}.clg-center-head h2{color:var(--theme-dark-blue-color);font-family:var(--theme-poppins-font);font-size:44px;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 18px}.clg-sub{color:var(--theme-gray-dark-color);font-family:var(--theme-roboto-font);font-size:17px;line-height:1.65;margin:0 auto;max-width:760px}.clg-grid{display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.clg-card{background:var(--theme-white-color);border:1px solid #e4e0f8;border-radius:20px;box-shadow:0 10px 32px rgba(28,48,93,.07);overflow:hidden;padding:36px 30px;position:relative;transition:transform .25s ease,box-shadow .25s ease}.clg-card:hover{box-shadow:0 18px 44px rgba(28,48,93,.12);transform:translateY(-6px)}.clg-card--bonus{background:linear-gradient(160deg,#fff 60%,#fffbee);border:2px solid var(--theme-orange-color)}.clg-badge{background:var(--theme-orange-color);border-radius:999px;color:var(--theme-dark-blue-color);font-family:var(--theme-poppins-font);font-size:11px;font-weight:800;letter-spacing:.06em;padding:6px 14px;position:absolute;right:18px;text-transform:uppercase;top:18px}.clg-icon{align-items:center;border-radius:16px;display:flex;font-size:24px;font-weight:800;height:60px;justify-content:center;margin-bottom:24px;width:60px}.clg-icon--purple{background:var(--theme-light-purple-color);color:var(--theme-dark-purple-color)}.clg-icon--blue{background:#d6eef9;color:var(--theme-sky-blue-color)}.clg-icon--orange{background:#fff3cc;color:var(--theme-orange-color)}.clg-card h3{color:var(--theme-dark-blue-color);font-family:var(--theme-poppins-font);font-size:22px;font-weight:700;line-height:1.3;margin:0 0 14px}.clg-card p{color:var(--theme-gray-dark-color);font-family:var(--theme-roboto-font);font-size:15px;line-height:1.65;margin:0}.clg-card:after{background:linear-gradient(90deg,var(--theme-dark-purple-color),var(--theme-medium-purple-color));border-radius:0 0 4px 4px;bottom:0;content:"";display:block;height:3px;left:30px;opacity:0;position:absolute;right:30px;transition:opacity .25s ease}.clg-card:hover:after{opacity:1}.clg-card--bonus:after{background:linear-gradient(90deg,var(--theme-orange-color),#e09600)}.clg-icon img{display:block;flex-shrink:0;height:40px;object-fit:contain;width:40px}@media (max-width:1024px){.clg-grid{grid-template-columns:1fr}.clg-center-head h2{font-size:34px}}@media (max-width:640px){.clg-section{padding:60px 0}.clg-center-head h2{font-size:28px}.clg-card h3{font-size:20px}}