@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap");.check-module *{box-sizing:border-box;margin:0;padding:0}.check-module{background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:80px 20px}.check-container{margin:0 auto;max-width:900px}.check-header{margin-bottom:40px;text-align:center}.check-title{color:#1a1a2e;font-size:42px;font-weight:900;letter-spacing:-1px;margin-bottom:16px}.check-subtitle{color:#6b7280;font-size:18px}.check-card{background:#fff;border:1px solid #e8e5f0;border-radius:24px;display:block;overflow:hidden;text-decoration:none;transition:all .3s ease}.check-card:hover{border-color:#d4cfea;box-shadow:0 16px 48px rgba(131,113,200,.15)}.check-image{height:400px;overflow:hidden;position:relative;width:100%}.check-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.check-card:hover .check-image img{transform:scale(1.03)}.check-image-overlay{background:linear-gradient(0deg,rgba(0,0,0,.6) 0,transparent);bottom:0;left:0;padding:32px;position:absolute;right:0}.check-badge{background:#fff;border-radius:6px;color:#8371c8;display:inline-block;font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:12px;padding:8px 14px;width:fit-content}.check-image-title{color:#fff;font-size:24px;font-weight:700}.check-bottom{align-items:center;background:#fff;display:flex;justify-content:space-between;padding:24px 32px}.check-info{display:flex;flex-direction:column;gap:4px}.check-info-title{color:#1a1a2e;font-size:18px;font-weight:700}.check-info-subtitle{color:#6b7280;font-size:14px}.check-link{align-items:center;color:#8371c8;display:flex;font-size:14px;font-weight:600;gap:8px;letter-spacing:.5px;transition:gap .3s ease}.check-card:hover .check-link{gap:12px}.check-link svg{transition:transform .3s ease}.check-card:hover .check-link svg{transform:translateX(4px)}@media (max-width:768px){.check-title{font-size:32px}.check-image{height:280px}.check-image-overlay{padding:24px}.check-image-title{font-size:20px}.check-bottom{align-items:flex-start;flex-direction:column;gap:20px;padding:20px 24px}}@media (max-width:480px){.check-module{padding:60px 16px}.check-title{font-size:28px}.check-image{height:220px}}